Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 3, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.joml:joml (source) 1.10.51.10.8 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

JOML-CI/JOML (org.joml:joml)

v1.10.8

Compare Source

Fixes

  • Bring back dropped OSGi support - (#​351)

v1.10.7

Compare Source

Miscellaneous

  • Remove compile-time dependency on Kotlin Stdlib in published pom.xml - (#​349) (9c6fcd4)

v1.10.6

Compare Source

Breaking Changes

  • Matrix/Quaternion/Vector.get(Buffer) - respect Buffer ByteOrder (ff3a0f5)

The above is potentially a breaking change for you whenever you use JOML without disabling sun.misc.Unsafe support to get a matrix's, quaternion's or vector's components into a NIO Buffer whose byte order is not nativeOrder() (the default for NIO Buffers created via methods in the JDK's class library is always BIG_ENDIAN). If you use other means, like LWJGL, to create NIO Buffers, there will be no problem.

Additions

Fixes

  • Matrix3f.get3x4(Buffer) - (#​345) (933eb41)
  • Matrix/Quaternion/Vector.get(Buffer) - respect Buffer ByteOrder (ff3a0f5)
  • Quaternion.getEulerAnglesZYX() - Thanks to @​56738 (#​326) (cc58108)
  • Resetting matrix properties in Matrix4.set(col, row, v) and setRowColumn() - (#​335) (8773210)
  • Matrix4.rotateXYZ/YXZ/ZYX() erroneously using dest matrix properties when this was affine - (eab54cb)
  • Vector4i(Vector3fc, float, int) constructor not setting 'w' component - (be7efd4)

Miscellaneous

The above is currently only available in the org.joml:joml-experimental Maven artifact and has a few restrictions:

  1. The JVMCI code paths will only be enabled for the x64 architecture
  2. The following VM arguments must be passed at runtime to enable JVMCI:
-XX:+UnlockExperimentalVMOptions
-XX:+EnableJVMCI
--enable-preview
--add-modules jdk.internal.vm.ci
--add-exports jdk.internal.vm.ci/jdk.vm.ci.code=ALL-UNNAMED
--add-exports jdk.internal.vm.ci/jdk.vm.ci.code.site=ALL-UNNAMED
--add-exports jdk.internal.vm.ci/jdk.vm.ci.hotspot=ALL-UNNAMED
--add-exports jdk.internal.vm.ci/jdk.vm.ci.meta=ALL-UNNAMED
--add-exports jdk.internal.vm.ci/jdk.vm.ci.runtime=ALL-UNNAMED
--add-exports jdk.internal.vm.ci/jdk.vm.ci.amd64=ALL-UNNAMED
  1. It will not work when running the JVM with a debugger attached (JVMCI will not be enabled under an attached debugger - but the native methods are still registered in JOML and will then fail/crash at runtime)

However, the performance benefits are quite dramatic. E.g. Matrix4f inversion is almost three times as fast and Matrix4f multiplication almost 4.5 times as fast.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant