Skip to content

chore(deps): Bump org.codehaus.plexus:plexus-xml from 3.0.1 to 3.1.0 - #25721

Merged
davsclaus merged 1 commit into
mainfrom
dependabot/maven/org.codehaus.plexus-plexus-xml-3.1.0
Aug 25, 2026
Merged

chore(deps): Bump org.codehaus.plexus:plexus-xml from 3.0.1 to 3.1.0#25721
davsclaus merged 1 commit into
mainfrom
dependabot/maven/org.codehaus.plexus-plexus-xml-3.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps org.codehaus.plexus:plexus-xml from 3.0.1 to 3.1.0.

Release notes

Sourced from org.codehaus.plexus:plexus-xml's releases.

3.1.0

A UTF-8 file with no BOM whose XML declaration names ISO-8859-1 now parses, instead of failing as an incompatible encoding. The fix has been on the 4.x line since 2023; Maven 3.9 ships plexus-xml 3.x, so this line carried the bug until now.

The artifact also carries Automatic-Module-Name: org.codehaus.plexus.util.xml, the same name the 4.x line uses, so a downstream that swaps lines keeps requiring the same module.

Requires Java 8 and works under Maven 3 and Maven 4.

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

🔧 Build

📦 Dependency updates

3.0.2

📦 Dependency updates

👻 Maintenance

Commits
  • 59b8f0e [maven-release-plugin] prepare release plexus-xml-3.1.0
  • 259728e Update parent to plexus 27
  • 929696f Set the next development version to 3.1.0-SNAPSHOT
  • a8f3d30 Keep the 3.x release drafter config on the 3.x branch
  • 1935ebd Establish an automatic module name
  • 809231c Fix parsing an UTF-8 file without BOM and ISO-8859-1 encoding (#1)
  • bc6d6dc Bump org.codehaus.plexus:plexus from 25 to 26
  • 785a6d7 Bump release-drafter/release-drafter from 7.6.0 to 7.7.0
  • d22b95b Bump release-drafter/release-drafter from 7 to 7.6.0
  • ef8a67d Bump release-drafter/release-drafter from 6 to 7
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.codehaus.plexus:plexus-xml [>= 4.a0, < 5]

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 25, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@github-actions

github-actions Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

🧪 CI tested the following changed modules:

  • dsl/camel-jbang/camel-launcher
  • parent

🔬 Scalpel shadow comparison — Scalpel: 20 tested, 13 compile-only — current: 1 all tested

Maveniverse Scalpel detected 33 affected modules (current approach: 1).

⚠️ Modules only in Scalpel (32)
  • apache-camel
  • bom-generator
  • bom-generator-maven-plugin
  • camel-bom
  • camel-catalog-maven
  • camel-csimple-maven-plugin
  • camel-dependencies
  • camel-itest
  • camel-jbang-core
  • camel-jbang-it
  • camel-jbang-main
  • camel-jbang-mcp
  • camel-jbang-plugin-edit
  • camel-jbang-plugin-generate
  • camel-jbang-plugin-kubernetes
  • camel-jbang-plugin-mcp
  • camel-jbang-plugin-route-parser
  • camel-jbang-plugin-test
  • camel-jbang-plugin-tui
  • camel-jbang-plugin-validate
  • camel-kamelet-main
  • camel-launcher
  • camel-maven-plugin
  • camel-repackager-maven-plugin
  • camel-report-maven-plugin
  • camel-restdsl-openapi-plugin
  • camel-tooling-maven
  • camel-yaml-dsl
  • camel-yaml-dsl-validator
  • camel-yaml-dsl-validator-maven-plugin
  • coverage
  • sync-properties-maven-plugin

Changed properties: plexus-xml-version

Changed managed dependencies: org.codehaus.plexus:plexus-xml

Skip-tests mode would test 20 modules (6 direct + 11 downstream), skip tests for 13 (generated code, meta-modules)

Modules Scalpel would test (20)
  • bom-generator
  • bom-generator-maven-plugin
  • camel-bom
  • camel-csimple-maven-plugin
  • camel-dependencies
  • camel-jbang-core
  • camel-jbang-mcp
  • camel-jbang-plugin-mcp
  • camel-jbang-plugin-route-parser
  • camel-jbang-plugin-tui
  • camel-jbang-plugin-validate
  • camel-launcher
  • camel-launcher-container
  • camel-maven-plugin
  • camel-repackager-maven-plugin
  • camel-restdsl-openapi-plugin
  • camel-tooling-maven
  • camel-yaml-dsl-validator
  • camel-yaml-dsl-validator-maven-plugin
  • sync-properties-maven-plugin
Modules with tests skipped (13)
  • apache-camel
  • camel-catalog-maven
  • camel-itest
  • camel-jbang-it
  • camel-jbang-main
  • camel-jbang-plugin-edit
  • camel-jbang-plugin-generate
  • camel-jbang-plugin-kubernetes
  • camel-jbang-plugin-test
  • camel-kamelet-main
  • camel-report-maven-plugin
  • camel-yaml-dsl
  • coverage

ℹ️ Shadow mode — Scalpel observes but does not affect test execution. Learn more

💡 Manual integration tests recommended:

You modified dsl/camel-jbang/camel-launcher. The related integration tests in dsl/camel-jbang/camel-jbang-it are excluded from CI. Consider running them manually:

mvn verify -f dsl/camel-jbang/camel-jbang-it -Djbang-it-test
All tested modules (33 modules)
  • Camel :: Assembly
  • Camel :: BOM
  • Camel :: BOM :: Generator
  • Camel :: Catalog :: CSimple Maven Plugin (deprecated)
  • Camel :: Catalog :: Camel Report Maven Plugin
  • Camel :: Catalog :: Maven
  • Camel :: Coverage
  • Camel :: Dependencies
  • Camel :: Integration Tests
  • Camel :: JBang :: Core
  • Camel :: JBang :: Integration tests
  • Camel :: JBang :: MCP
  • Camel :: JBang :: Main
  • Camel :: JBang :: Plugin :: Edit
  • Camel :: JBang :: Plugin :: Generate
  • Camel :: JBang :: Plugin :: Kubernetes
  • Camel :: JBang :: Plugin :: MCP
  • Camel :: JBang :: Plugin :: Route Parser
  • Camel :: JBang :: Plugin :: TUI
  • Camel :: JBang :: Plugin :: Testing
  • Camel :: JBang :: Plugin :: Validate
  • Camel :: Kamelet Main
  • Camel :: Launcher
  • Camel :: Launcher :: Container
  • Camel :: Maven Plugins :: BOM Generator
  • Camel :: Maven Plugins :: Camel Maven Plugin
  • Camel :: Maven Plugins :: OpenApi REST DSL Generator
  • Camel :: Maven Plugins :: Repackager
  • Camel :: Maven Plugins :: Sync Properties
  • Camel :: Tooling :: Maven
  • Camel :: YAML DSL
  • Camel :: YAML DSL :: Validator
  • Camel :: YAML DSL :: Validator Maven Plugin

⚙️ View full build and test results

@dependabot
dependabot Bot force-pushed the dependabot/maven/org.codehaus.plexus-plexus-xml-3.1.0 branch from 0eeb066 to 26266f5 Compare August 25, 2026 14:42
@apupier

apupier commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [org.codehaus.plexus:plexus-xml](https://github.com/codehaus-plexus/plexus-xml) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/codehaus-plexus/plexus-xml/releases)
- [Commits](codehaus-plexus/plexus-xml@plexus-xml-3.0.1...plexus-xml-3.1.0)

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-xml
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/org.codehaus.plexus-plexus-xml-3.1.0 branch from 26266f5 to 589ed9e Compare August 25, 2026 15:38
@davsclaus
davsclaus merged commit 0d67d0f into main Aug 25, 2026
12 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/org.codehaus.plexus-plexus-xml-3.1.0 branch August 25, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core-build-and-dependencies dependencies Pull requests that update a dependency file dsl java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants