Skip to content

Conversation

@mdoube
Copy link
Contributor

@mdoube mdoube commented Nov 25, 2025

Mockito 4.11 was refusing to run on Java 21, with an error like:

java.lang.IllegalArgumentException: Java 21 (65) is not supported by the current version of Byte Buddy which officially supports Java 20 (64) - update Byte Buddy or set net.bytebuddy.experimental as a VM property
	at net.bytebuddy.utility.OpenedClassReader.of(OpenedClassReader.java:96)

Mockito 4.11 was refusing to run on Java 21, with an error like:  java.lang.IllegalArgumentException: Java 21 (65) is not supported by the current version of Byte Buddy which officially supports Java 20 (64) - update Byte Buddy or set net.bytebuddy.experimental as a VM property
	at net.bytebuddy.utility.OpenedClassReader.of(OpenedClassReader.java:96)
This removes dependencies on bonej-plus and beancounter
@mdoube
Copy link
Contributor Author

mdoube commented Nov 26, 2025

BoneJ 7.1.9 better expresses the separation between the free and open BoneJ project, the GPU-accelerated extensions in bonej-plus and the new royalty collector mechanism, beancounter, which are now both in their own repositories with no dependency of BoneJ on them.

@mdoube mdoube changed the title Mockito 5.20.0 Mockito 5.20.0, BoneJ 7.1.9 Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant