-
Notifications
You must be signed in to change notification settings - Fork 705
Update to resthart 9.0.1 (requires java 25) #9036
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
Conversation
| framework: | ||
| website: restheart.org | ||
| version: 8.13 | ||
| version: 9.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| version: 9.0.1 | |
| version: 9.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Updates the RestHeart benchmark module to RestHeart 9.0.1 and adjusts runtime/configuration to work with Java 25.
Changes:
- Bump
restheart.versionto9.0.1and add UTF-8 build/reporting encodings. - Add
corsEnabled(Request<?>)overrides to disable CORS headers in services. - Update the RestHeart benchmark command line (adds
--sun-misc-unsafe-memory-access=allow) and version inconfig.yaml.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
java/restheart/src/main/java/org/restheart/UserService.java |
Updates GET handling and adds corsEnabled override. |
java/restheart/src/main/java/org/restheart/RootService.java |
Adds corsEnabled override. |
java/restheart/pom.xml |
Bumps RestHeart to 9.0.1; adds encoding props; expands shade excludes. |
java/restheart/config.yaml |
Updates framework version and Java command flags for RestHeart 9. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
important: requires java 25!