Skip to content

Upgrade Karaf to 4.4.11 (align pax-url, pax-logging, jansi, commons-io)#7001

Open
jaymcnallie wants to merge 6 commits into
masterfrom
karaf-4.4.11-upgrade
Open

Upgrade Karaf to 4.4.11 (align pax-url, pax-logging, jansi, commons-io)#7001
jaymcnallie wants to merge 6 commits into
masterfrom
karaf-4.4.11-upgrade

Conversation

@jaymcnallie
Copy link
Copy Markdown
Member

No description provided.

@jaymcnallie jaymcnallie marked this pull request as ready for review May 30, 2026 21:07
@jaymcnallie jaymcnallie requested a review from stustison as a code owner May 30, 2026 21:07
Comment thread pom.xml Outdated
-->
<bundleReplacements>
<!-- Karaf 4.4.11 specs feature: jackson 2.18.3 -->
<bundle originalUri="mvn:com.fasterxml.jackson.core/jackson-core/2.18.3"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The XSD for this element says that we can use version ranges in originalUri, so should we use those instead of an entry for each version replacement if the goal is to use a single version?

<bundle originalUri="mvn:com.fasterxml.jackson.core/jackson-core/[2,3)"
                replacement="mvn:com.fasterxml.jackson.core/jackson-core/${jackson.version}"
                mode="maven"/>

<!-- Karaf 4.4.11 specs feature: jackson 2.18.3 -->
<bundle originalUri="mvn:com.fasterxml.jackson.core/jackson-core/2.18.3"
replacement="mvn:com.fasterxml.jackson.core/jackson-core/${jackson.version}"
mode="MAVEN"/>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IntelliJ is warning me that MAVEN is not valid but that maven is, though this appears to be working correctly anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants