-
Notifications
You must be signed in to change notification settings - Fork 729
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
MockitoMockTest doesn't run on jdk23 yet - Java 23 (67) is not supported by the current version of Byte Buddy #19354
Comments
eclipse-openj9/openj9#19354 Signed-off-by: Peter Shipton <[email protected]>
eclipse-openj9/openj9#19354 Signed-off-by: Peter Shipton <[email protected]>
Excluding for jdk23+ via adoptium/aqa-tests#5252 |
#5252) eclipse-openj9/openj9#19354 Signed-off-by: Peter Shipton <[email protected]>
@sophiaxu0424 @LongyuZhang @llxia
|
We are using byte-buddy-1.14.12.jar https://github.com/adoptium/TKG/blob/master/scripts/getDependencies.pl#L78 |
Hi @llxia I am checking on using the latest version of byte-buddy for testing mockitoMockTest on JDK 23. wondering if you have a jdk url link that is working, the above Grinder link has expired and not able to find the jdk version. TIA! |
see CUSTOMIZED_SDK_URL in https://openj9-jenkins.osuosl.org/job/Test_openjdknext_j9_sanity.openjdk_x86-64_linux_Nightly/6/ |
Tried the latest byte-buddy version, and still mockito test failed,
More error information could be found here in Grinder: https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/40765/console JDK version
|
@sophiaxu0424 Do you know if there has been a recent update to bytebuddy |
Still doesn't work even with ByteBuddy 1.15.3 which officially supports Java 23 |
@theresa-m Please take a look at this |
I tried MockitoMockTest (enabled with https://github.com/theresa-m/openjdk-tests/tree/fix_19354) using ByteBuddy and byte-buddy-agent.jar 1.15.4 (https://github.com/theresa-m/TKG/tree/fix_19354). The test is passing for me. |
adoptium/TKG#629 and adoptium/aqa-tests#5715 have been merged |
Issue Number: 19354 |
https://openj9-jenkins.osuosl.org/job/Grinder_testList_0/294
amac jdk23 extended.functional testing on
MockitoMockTest_0
The text was updated successfully, but these errors were encountered: