chore(deps): Bump org.apache.fory:fory-core from 1.2.0 to 1.3.0#24262
chore(deps): Bump org.apache.fory:fory-core from 1.2.0 to 1.3.0#24262dependabot[bot] wants to merge 1 commit into
Conversation
Bumps org.apache.fory:fory-core from 1.2.0 to 1.3.0. --- updated-dependencies: - dependency-name: org.apache.fory:fory-core dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
|
🧪 CI tested the following changed modules:
✅ POM dependency changes: targeted tests included Changed properties: fory-version Modules affected by dependency changes (1)
All tested modules (2 modules)
|
davsclaus
left a comment
There was a problem hiding this comment.
Fory 1.3.0 breaks on JDK 25 — the CI build (25, false) job fails with:
java.lang.IllegalStateException: JDK25+ string internals are inaccessible.
JDK25 zero-Unsafe mode requires java.base/java.lang.invoke to be open to Fory.
Use --add-opens=java.base/java.lang.invoke=ALL-UNNAMED
This is a regression: JDK 25 passes on main with fory 1.2.0. Fory 1.3.0 changed its internal string handling (PlatformStringUtils) to use java.lang.invoke APIs that JDK 25 no longer permits without explicit --add-opens.
Options:
- Wait for a fory release that handles JDK 25 without
--add-opens - Add
--add-openstocamel-fory's surefire argLine as a workaround (but this also means runtime users would need the same flag) - Close this PR and stay on fory 1.2.0 until upstream fixes JDK 25 support
This review was generated by an AI agent and may contain inaccuracies. Please verify all suggestions before applying.
Claude Code on behalf of Claus Ibsen
|
upstream issue apache/fory#3788 |
Bumps org.apache.fory:fory-core from 1.2.0 to 1.3.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)