Bump jackson libs to 2.20.0#105
Conversation
|
@dominikl, is this now ready for review or were there any more commits planned? |
|
Yes, ready for review. Just wasn't sure who to add as reviewer. |
melissalinkert
left a comment
There was a problem hiding this comment.
I don't have any particular objection to this and builds have continued to pass with this included (e.g. https://bf-testing-results.s3.amazonaws.com/2025/2025-10-21/build-status.log). Requesting review from @sbesson too though, as I don't have a good sense of what the impact is in OMERO (if any).
|
I also don't have any objection per se on the version bump but it might be worth discussing the intent and the expectations. Having reviewed the history in the scope of this repository:
The latter points makes me consider whether managing the |
Trying to resolve version conflict with omero-zarr-pixel-buffer (#11 will use jackson libs version 2.20.0); omero-server comes with 2.14.2, which I tracked down to ome-common-java (omero-server -> bioformats -> ome-common-java), although it's actually not used in the server or in bioformats
ome-common-java/pom.xml
Line 128 in 5fd163e
Could this be bumped to 2.20.0? As far as I can see it's used in bioformats2raw/raw2ometiff, image-region microservice and Insight: https://github.com/search?q=org%3Aome%20import%20com.fasterxml.jackson&type=code . It should be backwards compatible with 2.14, so I wouldn't expect any changes needed.