Bump hazelcast orbit bundle to 5.3.7.wso2v2 - #4630
Closed
sadilchamishka wants to merge 1 commit into
Closed
sadilchamishka wants to merge 1 commit into
sadilchamishka wants to merge 1 commit into
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueComment |
sadilchamishka
force-pushed
the
vuln/hazelcast-5.3.6-wso2v2
branch
from
September 7, 2026 02:47
4ef59cf to
4bf18a0
Compare
sadilchamishka
force-pushed
the
vuln/hazelcast-5.3.6-wso2v2
branch
from
September 7, 2026 02:57
4bf18a0 to
8ead56f
Compare
5.3.7.wso2v2 re-shades jackson to 2.22.2 in place of the copy hazelcast embeds, which is not reachable from any pom property. This also moves hazelcast itself 5.3.6 -> 5.3.7. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
sadilchamishka
force-pushed
the
vuln/hazelcast-5.3.6-wso2v2
branch
from
September 7, 2026 03:32
8ead56f to
0d0a61a
Compare
Author
|
Closed in favour of #4631, same change on a correctly named branch. |
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.
Purpose
Pick up
hazelcast 5.3.7.wso2v2, which re-shades jackson to 2.22.2 in place of the copy upstreamhazelcast embeds in
com.hazelcast.shaded.com.fasterxml.jackson. That version is not reachable fromany pom property, so the fix is a new orbit bundle rather than a version bump here.
Approach
parent/pom.xml:orbit.version.hazelcast5.3.6.wso2v1→5.3.7.wso2v2.Hazelcast itself moves 5.3.6 → 5.3.7, a patch release. Its embedded dependency set is unchanged from
5.3.6 — everit-json-schema 1.14.3, HikariCP 4.0.3, classgraph 4.8.158, org.json 20231013,
snakeyaml-engine 2.6 — so jackson is the only thing that changes.
5.3.7.wso2v2's OSGi manifest is identical to5.3.7.wso2v1's when both are built with the sametoolchain: 654
Import-Packageand 571Export-Packageentries, same sets, no mandatory imports.Blocked on
wso2/orbit#1407 — needs
5.3.7.wso2v2released to Nexus before this can build. Draft until then.