snuyanzin opened a new pull request, #27008:
URL: https://github.com/apache/flink/pull/27008
## What is the purpose of the change
This is one of the first steps towards build with jdk25
this commit is going to fix failure of tests
```
Caused by: java.lang.IllegalArgumentException: Java 25 (69) is not supported
by the current version of Byte Buddy which officially supports Java 24 (68) -
update Byte Buddy or set net.bytebuddy.experimental as a VM property
at
net.bytebuddy.utility.OpenedClassReader.of(OpenedClassReader.java:120)
at net.bytebuddy.utility.OpenedClassReader.of(OpenedClassReader.java:95)
at
net.bytebuddy.utility.AsmClassReader$Factory$Default.make(AsmClassReader.java:82)
at
net.bytebuddy.dynamic.scaffold.TypeWriter$Default$ForInlining.create(TypeWriter.java:4031)
at
net.bytebuddy.dynamic.scaffold.TypeWriter$Default.make(TypeWriter.java:2246)
at
net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$UsingTypeWriter.make(DynamicType.java:4085)
at
net.bytebuddy.dynamic.DynamicType$Builder$AbstractBase.make(DynamicType.java:3769)
at
org.mockito.internal.creation.bytebuddy.InlineBytecodeGenerator.transform(InlineBytecodeGener
```
## Brief change log
pom.xml
## Verifying this change
This change is already covered by existing tests, such as *(please describe
tests)*.
also manually with jdk 25 (the ci for jdk25 will be setup later)
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (yes)
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: (no)
- The serializers: (no)
- The runtime per-record code paths (performance sensitive): (no)
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no)
- The S3 file system connector: (no)
## Documentation
- Does this pull request introduce a new feature? ( no)
- If yes, how is the feature documented? (not applicable)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]