build(deps): bump xbean-version from 4.31 to 5.0.0 - #2429
Open
dependabot[bot] wants to merge 2 commits into
Open
build(deps): bump xbean-version from 4.31 to 5.0.0#2429dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
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>
Contributor
|
Looks like this one is going to take some digging: |
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
xbean-versionfrom 4.31 to 5.0.0.Updates
org.apache.xbean:xbean-springfrom 4.31 to 5.0.0Updates
org.apache.xbean:maven-xbean-pluginfrom 4.31 to 5.0.0Updates
org.apache.xbean:xbean-blueprintfrom 4.31 to 5.0.0Updates
org.apache.xbean:xbean-finderfrom 4.31 to 5.0.0Updates
org.apache.xbean:xbean-asm-utilfrom 4.31 to 5.0.0Updates
org.apache.xbean:xbean-bundleutilsfrom 4.31 to 5.0.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)