Add the JDK 25 support
- [ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number.
- [x] Update the
CHANGESlog.
Compiling passed. We at least need one plugin test to verify the plugin works on JVM25, e.g. a spring case.
something wrong, let me check
https://github.com/docker-library/tomcat/issues/334 Tomcat community stopped including curl in the JDK 22+ images, so the test step fails because the curl command is not available. I have added a new Dockerfile to build an image based on the tomcat-jdk25 image with curl installed.
The tests are till failing. Could you recheck?
The tests are till failing. Could you recheck?
Hi, I tested this in my local environment. Could you please retrigger the tests? I found that the failed tests are different each time.
The tests are till failing. Could you recheck?
Just now I had re-triggered all tests in my local env, all of them have passed. Maybe we still need to retrigger one or more times.
@wu-sheng Hi, could have a review?
Yes, tests passed. I left one comment about how to setup JDK 25 case locally, please update the document or script to make developers convenient locally.
have added a new Dockerfile to build an image based on the tomcat-jdk25 image with curl installed.
Updated