Skip to content

chore(deps): Bump org.apache.fory:fory-core from 1.2.0 to 1.3.0#24262

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.apache.fory-fory-core-1.3.0
Open

chore(deps): Bump org.apache.fory:fory-core from 1.2.0 to 1.3.0#24262
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.apache.fory-fory-core-1.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps org.apache.fory:fory-core from 1.2.0 to 1.3.0.

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 26, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@github-actions

Copy link
Copy Markdown
Contributor

🧪 CI tested the following changed modules:

  • parent

POM dependency changes: targeted tests included

Changed properties: fory-version

Modules affected by dependency changes (1)
  • :camel-fory
All tested modules (2 modules)
  • Camel :: Fory
  • Camel :: Parent

⚙️ View full build and test results

@davsclaus davsclaus left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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:

  1. Wait for a fory release that handles JDK 25 without --add-opens
  2. Add --add-opens to camel-fory's surefire argLine as a workaround (but this also means runtime users would need the same flag)
  3. 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

@apupier

apupier commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

upstream issue apache/fory#3788

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core-build-and-dependencies dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants