Skip to content

build(deps): bump xbean-version from 4.31 to 5.0.0 - #2429

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/maven/main/xbean-version-5.0.0
Open

build(deps): bump xbean-version from 4.31 to 5.0.0#2429
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/maven/main/xbean-version-5.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps xbean-version from 4.31 to 5.0.0.
Updates org.apache.xbean:xbean-spring from 4.31 to 5.0.0

Updates org.apache.xbean:maven-xbean-plugin from 4.31 to 5.0.0

Updates org.apache.xbean:xbean-blueprint from 4.31 to 5.0.0

Updates org.apache.xbean:xbean-finder from 4.31 to 5.0.0

Updates org.apache.xbean:xbean-asm-util from 4.31 to 5.0.0

Updates org.apache.xbean:xbean-bundleutils from 4.31 to 5.0.0

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `xbean-version` from 4.31 to 5.0.0.

Updates `org.apache.xbean:xbean-spring` from 4.31 to 5.0.0

Updates `org.apache.xbean:maven-xbean-plugin` from 4.31 to 5.0.0

Updates `org.apache.xbean:xbean-blueprint` from 4.31 to 5.0.0

Updates `org.apache.xbean:xbean-finder` from 4.31 to 5.0.0

Updates `org.apache.xbean:xbean-asm-util` from 4.31 to 5.0.0

Updates `org.apache.xbean:xbean-bundleutils` from 4.31 to 5.0.0

---
updated-dependencies:
- dependency-name: org.apache.xbean:xbean-spring
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.apache.xbean:maven-xbean-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.apache.xbean:xbean-blueprint
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.apache.xbean:xbean-finder
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: org.apache.xbean:xbean-asm-util
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: org.apache.xbean:xbean-bundleutils
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 7, 2026
@mattrpav

Copy link
Copy Markdown
Contributor

Looks like this one is going to take some digging:

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.google.code.maven-replacer-plugin:replacer:1.5.3:replace (default) on project activemq-ra: basedir /Users/runner/work/activemq/activemq/activemq-ra/target/xbean/META-INF does not exist.

maven-xbean-plugin 5.0.0 is a rewrite on the Maven 3.9 API and carries two
upstream regressions, so keep the plugin on 4.31 via a dedicated property and
let only the runtime/OSGi artifacts move to 5.0.0:

- it attaches the generated schema doc with the classifier "chema" instead of
  "schema", which would rename the published activemq-spring-<ver>-schema.html
- propertyEditorPaths now defaults to the non-existent package
  org.apache.xben.spring.context.impl

Also bind activemq-ra's mapping execution to generate-sources explicitly. The
goal's default phase moved from generate-sources to generate-resources in 5.0.0,
which put it after the process-sources replacer execution that scrubs the
timestamp out of the generated spring.handlers/spring.schemas (XBEAN-335), so a
clean build failed with "basedir target/xbean/META-INF does not exist".

Finally, widen the org.apache.xbean Import-Package ranges from [3.13,5) to
[3.13,6). xbean-blueprint 5.0.0 exports its packages at 5.0.0, which the old
upper bound excluded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants