Skip to content

Releases: Berstanio/gdx-graalhelper

2.0.1

22 Nov 10:11
Compare
Choose a tag to compare

This fixes a critical crash when using the newest graalvm version.

This also introduces a -DSVMHELPER_DEPTH option to specify, how deep recursivly the graalhelper should register Serialization usage.

2.0.0

16 Nov 13:32
Compare
Choose a tag to compare

This release contains

  • GraalVM for JDK 21 is supported
  • CollectForGDXJsonSerialization now collects all fields for deserialization correctly
  • All subclasses for a CollectForGDXJsonSerialization is now registered too
  • Added Killswitch to prevent accidentally registering graal internal classes
  • All classes that inherit from Drawable are deserializable
  • Implemented new versioning scheme independent from libGDX
  • Added new "annotations" module that has only a java 7 requirement. This helps with third party support.
  • Some minor QOL improvements

1.12.1

07 Nov 10:45
Compare
Choose a tag to compare

This marks the first release, that is meant to be compatible with libGDX 1.12.1.
See the README.md on how to use.