-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.13.0 dependency updates #3970
Comments
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/plugin-maintainers-can-you-test-fiji-2-11-0/78852/16 |
Thanks for putting this list together Melissa. Immediately, I don't see anything overly concerning but as noted on the image.sc thread, we will need to go through each group of dependencies and test their upgrade. Overall, I am expecting the process will take a handful of weeks until we are in a position to release a version of Bio-Formats compatible with the pom-scijava changes. On the existing dependency update PRs, two questions:
There are no associated code changes for both changes, so I assume the Bio-Formats code base will remain fully compatible with older versions of each dependencies. @ctrueden could you comment on the potential impact on the Fiji ecosystem if Bio-Formats were to depend on the latest major versions of both libraries? Additionally, do you anticipate both dependencies mentioned above to be considered for upgrades in the upcoming roadmap of the Scijava ecosystem ? |
When looking into the jaxb-runtime update, Bio-Formats is currently using jaxb-api version 2.3.0. There doesn't seem to be any need to bump this to the runtime dependency and since jaxb-api is only used in a test scope it should have no issues for FIJI users. If for sanity sake we did want to update the API dependency to match then we would instead switch to jakarta.xml.bind-api version 2.3.3 as this is the matching version for jaxb-runtime 2.3.5. |
Summarizing the outcome of the weekly formats meeting, there has been good progress on the upgrade of the Bio-Formats dependencies to be compatible with the BOM of pom-scijava 34.1.0. Hopefully we should be in a position of releasing Bio-Formats 6.13.0 around mid April. There are a few outstanding questions re the integration with the Fiji ecosystem:
Feedback on both points very welcome as always @ctrueden . In particular, it would be useful to know whether there is already a timeline for the deployment of Fiji 2.11.0 onto the core update site. |
See comment for side effect #3973 (comment) |
Thanks everyone for your efforts. I appreciate it.
My thoughts aren't super organized at the moment, but here goes. The first requirement, of course, is for everything to work, and keep working. If that means waiting to upgrade a dependency, then that's OK. That's why I hesitated to upgrade snakeyaml to 2.0: because it will require code changes to some components. That said, another softer requirement is to keep dependencies at the newest stable library release versions whenever possible, to gain security fixes and new features, hence the large number of dependency upgrades in pom-scijava 34.0.0 and 34.1.0. Right now, CI is not testing Bio-Formats for compatibility with BOM upgrades, because Bio-Formats's build system does not conform to the requirements for doing so. To add Bio-Formats to the pom-scijava melting pot test, Bio-Formats components would need to: A) extend pom-scijava; and B) use inherited dependency versions when possible (i.e. when the pom-scijava BOM manages them); and C) for dependencies not managed by pom-scijava, use version properties rather than direct About these particular component updates (snakeyaml and slf4j-api):
Yes, this is a continual gotcha, that updates get uploaded manually independently from pom-scijava updates. I still want to get the point where it's automated, but to do that, the pom-scijava updates need to be really smooth. I think pom-scijava 34.x gets us a lot closer, but for the time being, the status quo of manual uploads is working and lets us release in an agile manner. And as long as the OME team (thanks again @dgault!) keeps filing PRs against pom-scijava when OME components update, that will at least prevent me from accidentally downgrading Bio-Formats when I upload big releases to the Java-8 update site. Anything else you need my input on? Sorry for slow replies; there's always just so much going on. But I'm happy to schedule a video call or whatever to help move this along more quickly as needed. |
Thanks Curtis. Agreed there are several steps required to make Bio-Formats more tightly integrated with the Scijava ecosystem. Immediately, On the slf4j-api front, my understanding is that:
We are down to a few PRs to review but expect we will be in a position to release Bio-Formats 6.13.0 with the set of compatible dependencies next week. Is the image.sc post the reference place to track for the timeline to move Fiji 2.11.0 into production? |
@sbesson Great, thanks again to you and the team for working on it! 👍 For the Fiji upload timeline, yes, this forum topic is the one to track. I haven't posted any updates for a couple of weeks because I've been doing other things—e.g. this week we are doing a small TrackMate hackathon—but the ball is in my court to resolve the problems folks have reported before we upload Fiji 2.11.0 to users. Since Bio-Formats 6.13.0 is close, I am hopeful that the timing will coincide well with my availability to work on it further. It is very likely that the path forward will be a Fiji 2.12.0 with another small set of dependency updates including BF 6.13.0, followed by upload of JAR files. I will definitely ping back here again with updates as things get closer. |
See https://forum.image.sc/t/plugin-maintainers-can-you-test-fiji-2-11-0/78852
Comparing the list of updated dependencies in Fiji 2.11.0 to the current state of Bio-Formats, there are several things we'll need to evaluate:
The text was updated successfully, but these errors were encountered: