-
-
Notifications
You must be signed in to change notification settings - Fork 824
Closed
Description
Hi, I know I'm quite early :), but is support for JDK 21 already planned?
I ran the following example https://github.com/johanjanssen/JavaHiddenGems/tree/main/Examples/equalsverifier on an ea version of Java 21. It uses EqualsVerifier https://jqno.nl/equalsverifier/ which in turn uses Byte Buddy and produces the following error:
-> 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
WernerWertitsch, jaredsburrows and JudeNiroshan