Update pom-scijava parent version to 45.1.0 in pom.xml. - #78
Open
stefanhahmann wants to merge 9 commits into
Open
Update pom-scijava parent version to 45.1.0 in pom.xml.#78stefanhahmann wants to merge 9 commits into
pom-scijava parent version to 45.1.0 in pom.xml.#78stefanhahmann wants to merge 9 commits into
Conversation
stefanhahmann
force-pushed
the
update-pom-scijava
branch
from
June 11, 2026 14:27
13db672 to
981c7ac
Compare
|
stefanhahmann
force-pushed
the
update-pom-scijava
branch
from
August 4, 2026 14:34
981c7ac to
975d8c0
Compare
pom-scijava parent version to 44.0.0 in pom.xml.pom-scijava parent version to 45.1.0 in pom.xml.
stefanhahmann
force-pushed
the
update-pom-scijava
branch
6 times, most recently
from
August 6, 2026 14:13
f8a23cc to
b6e5b5d
Compare
xulman
approved these changes
Aug 11, 2026
pom-scijava 45.1.0 provides dependency management for all 11 n5 artifacts, so the local property overrides are redundant.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Older bigdataviewer-core (10.6.8) and scifio (0.48.0) are release-8 bytecode, so the enforcer passes with scijava.jvm.version=8. Scijava desktop is excluded, since it is compiled with target 11
stefanhahmann
force-pushed
the
update-pom-scijava
branch
from
August 11, 2026 10:38
b6e5b5d to
04e566b
Compare
|
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.



Updates the
pom-scijavaparent from 43.0.0 to 45.1.0.Changes
pom-scijavaparent 43.0.0 → 45.1.0.n5-*version overrides now managed by the parent (also adopt its slightly newer patched versions).bigdataviewer-vistoolsdependency — was merged intobigdataviewer-coreand no longer managed by the parent.maven-javadoc-pluginwithlegacyMode=true.Java 8 compatibility
pom-scijava45.1.0 defaultsmaven.compiler.releaseto 11, but we want the plugin to keep running on both Fiji-Stable (Java 8) and Fiji-Latest (Java 21). To hold the Java 8 baseline:scijava.jvm.version=8andscijava.jvm.build.version=[1.8.0-101,)back to Java 8.EnforceBytecodeVersionenforcer passes:bigdataviewer-core10.6.8 andscifio0.48.0.org.scijava:scijava-desktopfrom thefijitest dependency inome-zarr-fiji-ui, as it is compiled with target 11.README
pom-scijava45.1.0 (n5, n5-aws-s3, n5-google-cloud, n5-universe, n5-zarr, the AWS SDK, and blosc-java).