build(deps): bump org.apache.sling:org.apache.sling.commons.johnzon from 1.2.16 to 2.0.0#2345
Open
dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
Member
|
@dependabot rebase |
b47c72c to
d0aea57
Compare
Member
|
@dependabot rebase |
Bumps [org.apache.sling:org.apache.sling.commons.johnzon](https://github.com/apache/sling-org-apache-sling-commons-johnzon) from 1.2.16 to 2.0.0. - [Commits](apache/sling-org-apache-sling-commons-johnzon@org.apache.sling.commons.johnzon-1.2.16...org.apache.sling.commons.johnzon-2.0.0) --- updated-dependencies: - dependency-name: org.apache.sling:org.apache.sling.commons.johnzon dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
d0aea57 to
9232b8c
Compare
The 2.0.0 release wraps Apache Johnzon 2.x which exports jakarta.json.* instead of javax.json.*. This requires a coordinated upgrade of the dependent stack: - felix.cm.json 1.0.8 -> 2.0.6 (uses jakarta.json, exports org.apache.felix.cm.json.io instead of org.apache.felix.cm.json) - felix.configurator 1.0.16 -> 1.0.18 (imports org.apache.felix.cm.json.io) - Add jakarta.json:jakarta.json-api 2.1.3 to BOM and as provided dependency in features/core - Update import in JsonConfigInstaller, ConfigRepositoryImpl and FeatureConfigInstaller from org.apache.felix.cm.json.Configurations to org.apache.felix.cm.json.io.Configurations - Remove geronimo-json_1.1_spec compile dependency from config/core and features/core (replaced by jakarta.json-api) Closes #2345
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 org.apache.sling:org.apache.sling.commons.johnzon from 1.2.16 to 2.0.0.
Commits
f86b63f[maven-release-plugin] prepare release org.apache.sling.commons.johnzon-2.0.07c7db8eSLING-12182 : Provide wrapper for Apache Johnzon 2.0811a175SLING-12094 - Use GitHub for the Maven scm.url valuec6a967f[maven-release-plugin] prepare for next development iteration