JZarr: Add jackson.core and jackson-databind to exclsions - #74
Closed
dgault wants to merge 1 commit into
Closed
Conversation
jburel
added a commit
to jburel/openmicroscopy
that referenced
this pull request
Dec 14, 2023
jburel
approved these changes
Dec 14, 2023
jburel
left a comment
Member
There was a problem hiding this comment.
tested this PR via https://github.com/ome/openmicroscopy/actions/runs/7214969898/job/19658233910
The build is green
sbesson
reviewed
Dec 15, 2023
sbesson
left a comment
Member
There was a problem hiding this comment.
Changes make sense and this is effectively another side-effect of Maven nearest definition dependency resolution.
The jackson-* dependencies are also declared as transitive dependencies of formats-api through ome-common and we want those to take priority as these are more recent versions.
A few thoughts:
- an alternative strategy to the exclusion could be to explicitly declare
org.openmicroscopy:ome-commonas a dependency like we do in Bio-Formats but I am not opinionated on either approach - as a follow-up, we could propose a bump of the
jackson-*dependencies in https://github.com/zarr-developers/jzarr/blob/main/pom.xml
Member
|
Certainly no objections from my side for the upstream bump if it helps. |
Member
|
--exclude Exclusions in #82 |
Member
Author
|
Closing as superseded by #82 |
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.
Issue was raised by a failure in https://github.com/ome/openmicroscopy/actions/runs/7209737716/job/19641326149?pr=6373
Without this PR the 2 jackson dependencies are being picked up from JZarr and are version 2.12.7:
With this PR in place the jackson dependencies are picked up from OME-Common and are version 2.14.2