Skip to content

chore(deps): Bump graalvm-version from 25.2.4 to 25.3.4.1 - #25800

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/graalvm-version-25.3.4.1
Closed

chore(deps): Bump graalvm-version from 25.2.4 to 25.3.4.1#25800
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/graalvm-version-25.3.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Bumps graalvm-version from 25.2.4 to 25.3.4.1.
Updates org.graalvm.js:js-language from 25.2.4 to 25.3.4.1

Release notes

Sourced from org.graalvm.js:js-language's releases.

GraalJS 25 Innovation 3 (25.3.4.1)

GraalJS is an ECMAScript-compliant runtime to execute JavaScript and Node.js applications. It is fully standard-compliant, executes applications with high performance, and provides all benefits from the GraalVM stack, including language interoperability and common tooling.

You can download GraalJS as a Native Standalone distribution for Oracle GraalVM or GraalVM Community Edition. Native Standalone contains a Native Image compiled launcher.

Starting with 25.0.3, JVM Standalone artifacts are no longer supported and are not included in this release.

To distinguish between Oracle GraalVM and GraalVM Community Edition, the Community Edition distribution has the suffix -community in its name.

Learn more about GraalJS and how to get started on the website at https://www.graalvm.org/javascript/.

Changelog

Sourced from org.graalvm.js:js-language's changelog.

Version 25.3.4.1

  • Implemented the Iterator Includes proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Iterator Join proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Iterator Chunking proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Updated Node.js to version 24.18.1.
Commits
  • aede65d [GR-78747] Fix iterator closing for Array.from and collection constructors.
  • 4d5b9b6 [GR-78730] Avoid duplicate builtin key and name strings.
  • 5cfa11d Update test262 status.
  • 0daf607 Fix iterator closing for Array.from and collection constructors.
  • 735f95c [GR-78733] Preserve pending return value across finally blocks.
  • 5294bb8 Update test262 status.
  • 0f79287 Preserve pending return value across finally blocks.
  • 05e11b8 [GR-78732] Avoid prototype mutation during context initialization.
  • cd3aaac Fix and assert functionData.hasStrictFunctionProperties() for async functions.
  • e09a6d8 Allocate built-in derived constructor functions with their expected prototype.
  • Additional commits viewable in compare view

Updates org.graalvm.polyglot:polyglot from 25.2.4 to 25.3.4.1

Commits
  • 7b02598 [GR-78616] Update labsjdk to 25.0.4.1+1-jvmci-25.3-b22
  • b460981 update JVMCI to 25.0.4.1+1-jvmci-25.3-b23
  • 84af3df [GR-78623] Adapt graal-publish-javadoc for the GraalVM 25.3.4.1 release.
  • 64f83de Adapt graal-publish-javadoc for the GraalVM 25.3.4.1 release.
  • f3c130e [GR-77576] Compact Unicorn historical chart links.
  • 4b6781b [GR-77864] Remove support for building FastR.
  • 6543255 Remove support for building FastR.
  • 788ef12 [GR-78774] Use correct initial stack size when type checking catch clauses.
  • 0ad12bb Use correct initial stack size when type checking catch clauses
  • a66e9cc [GR-78794] Fold constant bytecode stack effects in Crema handlers
  • Additional commits viewable in compare view

Updates org.graalvm.polyglot:python from 25.2.4 to 25.3.4.1

Commits
  • 7b02598 [GR-78616] Update labsjdk to 25.0.4.1+1-jvmci-25.3-b22
  • b460981 update JVMCI to 25.0.4.1+1-jvmci-25.3-b23
  • 84af3df [GR-78623] Adapt graal-publish-javadoc for the GraalVM 25.3.4.1 release.
  • 64f83de Adapt graal-publish-javadoc for the GraalVM 25.3.4.1 release.
  • f3c130e [GR-77576] Compact Unicorn historical chart links.
  • 4b6781b [GR-77864] Remove support for building FastR.
  • 6543255 Remove support for building FastR.
  • 788ef12 [GR-78774] Use correct initial stack size when type checking catch clauses.
  • 0ad12bb Use correct initial stack size when type checking catch clauses
  • a66e9cc [GR-78794] Fold constant bytecode stack effects in Crema handlers
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 27, 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.

@apupier apupier 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.

several test failures with this kind of error:

[camel-python3] [ERROR] org.apache.camel.language.python3.Python3LanguageSecurityTest.defaultDeniesPythonIoAndProcessCreation
  [camel-python3] [ERROR]   Run 1: Python3LanguageSecurityTest.defaultDeniesPythonIoAndProcessCreation:113->assertDenied:148 [open('/etc/passwd') should mention "PermissionError" but was: org.apache.camel.ExpressionEvaluationException: org.graalvm.polyglot.PolyglotException: java.lang.NoSuchMethodError: 'long java.lang.Thread.threadId()'] 

@github-actions

github-actions Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

🧪 CI tested the following changed modules:

  • parent

POM dependency changes: targeted tests included

Changed properties: graalvm-version

Modules affected by dependency changes (2)
  • :camel-javascript
  • :camel-python3

🔬 Scalpel shadow comparison — Scalpel: 10 tested, 29 compile-only — current: 0 all tested

Maveniverse Scalpel detected 39 affected modules (current approach: 0).

⚠️ Modules only in Scalpel (39)
  • apache-camel
  • camel-allcomponents
  • camel-catalog
  • camel-catalog-console
  • camel-catalog-lucene
  • camel-catalog-maven
  • camel-catalog-suggest
  • camel-componentdsl
  • camel-csimple-maven-plugin
  • camel-endpointdsl
  • camel-endpointdsl-support
  • camel-itest
  • camel-javascript
  • camel-jbang-core
  • camel-jbang-it
  • camel-jbang-main
  • camel-jbang-mcp
  • camel-jbang-plugin-edit
  • camel-jbang-plugin-generate
  • camel-jbang-plugin-kubernetes
  • camel-jbang-plugin-mcp
  • camel-jbang-plugin-route-parser
  • camel-jbang-plugin-test
  • camel-jbang-plugin-tui
  • camel-jbang-plugin-validate
  • camel-kamelet-main
  • camel-launcher
  • camel-launcher-container
  • camel-python3
  • camel-report-maven-plugin
  • camel-route-parser
  • camel-yaml-dsl
  • camel-yaml-dsl-deserializers
  • camel-yaml-dsl-maven-plugin
  • camel-yaml-dsl-validator
  • camel-yaml-dsl-validator-maven-plugin
  • coverage
  • docs
  • dummy-component

Changed properties: graalvm-version

Skip-tests mode would test 10 modules (2 direct + 8 downstream), skip tests for 29 (generated code, meta-modules)

Modules Scalpel would test (10)
  • camel-javascript
  • camel-jbang-mcp
  • camel-jbang-plugin-mcp
  • camel-jbang-plugin-route-parser
  • camel-jbang-plugin-tui
  • camel-jbang-plugin-validate
  • camel-launcher-container
  • camel-python3
  • camel-yaml-dsl-validator
  • camel-yaml-dsl-validator-maven-plugin
Modules with tests skipped (29)
  • apache-camel
  • camel-allcomponents
  • camel-catalog
  • camel-catalog-console
  • camel-catalog-lucene
  • camel-catalog-maven
  • camel-catalog-suggest
  • camel-componentdsl
  • camel-csimple-maven-plugin
  • camel-endpointdsl
  • camel-endpointdsl-support
  • camel-itest
  • camel-jbang-core
  • camel-jbang-it
  • camel-jbang-main
  • camel-jbang-plugin-edit
  • camel-jbang-plugin-generate
  • camel-jbang-plugin-kubernetes
  • camel-jbang-plugin-test
  • camel-kamelet-main
  • camel-launcher
  • camel-report-maven-plugin
  • camel-route-parser
  • camel-yaml-dsl
  • camel-yaml-dsl-deserializers
  • camel-yaml-dsl-maven-plugin
  • coverage
  • docs
  • dummy-component

ℹ️ Shadow mode — Scalpel observes but does not affect test execution. Learn more

All tested modules (40 modules)
  • Camel :: All Components Sync point
  • Camel :: Assembly
  • Camel :: Catalog :: CSimple Maven Plugin (deprecated)
  • Camel :: Catalog :: Camel Catalog
  • Camel :: Catalog :: Camel Report Maven Plugin
  • Camel :: Catalog :: Camel Route Parser
  • Camel :: Catalog :: Console
  • Camel :: Catalog :: Dummy Component
  • Camel :: Catalog :: Lucene (deprecated)
  • Camel :: Catalog :: Maven
  • Camel :: Catalog :: Suggest
  • Camel :: Component DSL
  • Camel :: Coverage
  • Camel :: Docs
  • Camel :: Endpoint DSL
  • Camel :: Endpoint DSL :: Support
  • Camel :: Integration Tests
  • Camel :: JBang :: Core
  • Camel :: JBang :: Integration tests
  • Camel :: JBang :: MCP
  • Camel :: JBang :: Main
  • Camel :: JBang :: Plugin :: Edit
  • Camel :: JBang :: Plugin :: Generate
  • Camel :: JBang :: Plugin :: Kubernetes
  • Camel :: JBang :: Plugin :: MCP
  • Camel :: JBang :: Plugin :: Route Parser
  • Camel :: JBang :: Plugin :: TUI
  • Camel :: JBang :: Plugin :: Testing
  • Camel :: JBang :: Plugin :: Validate
  • Camel :: JavaScript
  • Camel :: Kamelet Main
  • Camel :: Launcher
  • Camel :: Launcher :: Container
  • Camel :: Parent
  • Camel :: Python 3
  • Camel :: YAML DSL
  • Camel :: YAML DSL :: Deserializers
  • Camel :: YAML DSL :: Maven Plugins
  • Camel :: YAML DSL :: Validator
  • Camel :: YAML DSL :: Validator Maven Plugin

⚙️ View full build and test results

Bumps `graalvm-version` from 25.2.4 to 25.3.4.1.

Updates `org.graalvm.js:js-language` from 25.2.4 to 25.3.4.1
- [Release notes](https://github.com/oracle/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
- [Commits](oracle/graaljs@vm-25.2.4...vm-25.3.4.1)

Updates `org.graalvm.polyglot:polyglot` from 25.2.4 to 25.3.4.1
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-25.2.4...vm-25.3.4.1)

Updates `org.graalvm.polyglot:python` from 25.2.4 to 25.3.4.1
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-25.2.4...vm-25.3.4.1)

---
updated-dependencies:
- dependency-name: org.graalvm.js:js-language
  dependency-version: 25.3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.graalvm.polyglot:polyglot
  dependency-version: 25.3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.graalvm.polyglot:python
  dependency-version: 25.3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/graalvm-version-25.3.4.1 branch from 4778a8a to e4a4acd Compare August 27, 2026 10:03
@davsclaus

Copy link
Copy Markdown
Contributor

Bottom line: GraalVM 25.3.4.1 appears to require JDK 19+ at runtime, which conflicts with Camel's JDK 17 baseline test matrix for camel-python3. This dependency bump can't be merged as-is unless either:

  • GraalVM's JDK-17 compatibility is confirmed some other way (worth double-checking release notes — polyglot dropping 17 support would be a big deal), or
  • camel-python3's JDK 17 test leg is skipped/excluded, or
  • the bump is deferred until Camel drops JDK 17 support for that module.

@davsclaus

Copy link
Copy Markdown
Contributor

Confirmed. The GraalVM SDK changelog explicitly documents this — in GraalVM 25.1.3 (GR-73953):

▎ "the optimizing Truffle runtime is supported only with GraalVM 25.1 or later... no longer supported with GraalVM 25.0 or earlier, or on plain OpenJDK or Oracle JDK via jargraal... fallback runtime remains supported on standard JDKs and remains backwards compatible down to JDK 21."

So starting with the GraalVM 25.1+ line (which 25.3.4.1 is part of), Truffle's minimum supported JDK for standard/plain JDKs is JDK 21 — JDK 17 is no longer supported. That's exactly why the CI failure shows NoSuchMethodError: 'long java.lang.Thread.threadId()' (a JDK 19+ API) when camel-python3's GraalPy-based tests run on the JDK 17 build leg.

@Croway

Croway commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

@dependabot ignore this minor version

@dependabot dependabot Bot closed this Aug 28, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 25.3.x again, unless you re-open this PR.

@dependabot
dependabot Bot deleted the dependabot/maven/graalvm-version-25.3.4.1 branch August 28, 2026 12:50
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