Improve compatibility with newer Java, Spring, and Windows file handling#1506
Open
jlouvel wants to merge 5 commits into
Open
Improve compatibility with newer Java, Spring, and Windows file handling#1506jlouvel wants to merge 5 commits into
jlouvel wants to merge 5 commits into
Conversation
- adapt Spring integration and related tests to stricter null-safety and bean lookup handling - update library integrations and tests for current APIs, deprecations, and warnings - fix temp-file permission handling on non-POSIX filesystems and tighten ZIP stream cleanup Refs #1505
Collaborator
Author
|
Included follow-up fixes for newer Java and Windows temp-file behavior. Changes:
Validation:
All targeted checks passed. There is still JaCoCo noise on this JDK about unsupported class file major version 69 during test startup, but the selected tests completed successfully. |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Closes #1505
Summary
Validation
./mvnw.cmd -pl org.restlet "-Dtest=org.restlet.data.ZipClientTestCase" test./mvnw.cmd -pl org.restlet,org.restlet.ext.freemarker,org.restlet.ext.gson,org.restlet.ext.jaas,org.restlet.ext.jackson,org.restlet.ext.json,org.restlet.ext.openapi,org.restlet.ext.spring,org.restlet.ext.thymeleaf,org.restlet.ext.xml -am testThis broader run still fails in
org.restlet.data.ZipClientTestCasewhen executed as part of the full core suite on Windows/Java 25. The isolated ZIP test passes on this branch, and a cleanorigin/2.7worktree reproduces the pre-existing Windows failure caused by unsupported initial POSIX temp-file permissions.