{{ message }}
Switched using classloader to using classgraph library.#15
Merged
ctrueden merged 1 commit intoAug 14, 2025
Merged
Conversation
Hide details
View details
ctrueden
merged commit
029c740
into
scijava:master
Aug 14, 2025
1 check passed
Member
|
Awesome, thanks a lot, @odinsbane! I confirm that without this fix, the unit tests fail with Java 21, whereas once applied (along with an update to pom-scijava 41), they now pass. |
Sorry, something went wrong.
Member
|
I've released scripting-java 1.0.0 to Maven Central including this fix, and uploaded the new JAR to Fiji-Latest. Thanks again, @odinsbane! 🍻 |
Sorry, something went wrong.
|
This pull request has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/fiji-friends-weekly-dev-update-thread/103718/113 |
Sorry, something went wrong.
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
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.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.
The getAllDependencies is failing on java 11+ because the classloader was no longer a URLClassloader. To solve that I used the github Classgraph library.
This should resolve issue 14