Skip to content

Releases: GoodforGod/graalvm-hint

v1.2.0

25 Feb 21:38
Compare
Choose a tag to compare

Features:

  • Location generation by default for all configs changed and improved to be more predictable (same as package where annotation was found)
  • More NativeImageOptions added

v1.1.1

08 Jan 08:48
d098c4d
Compare
Choose a tag to compare

Features:

  • Proper inner class name building for Reflection, DynamicProxy, Jni, Initialization config files (#16)

v1.1.0

18 Aug 19:30
f2d17aa
Compare
Choose a tag to compare

Features:

  • module-info.java added (Java 9+ modules support)

v1.0.0

01 Aug 16:50
49a59cf
Compare
Choose a tag to compare

Features:

  • Some new GraalVM 23.0 options
  • Improved error handling

v0.20.0

05 Oct 22:14
73396cf
Compare
Choose a tag to compare

Features:

  • Java 19 support
  • Bugfixes fir JniHint, ReflectionHint, InitializationHint

v0.19.0

12 May 22:15
df37965
Compare
Choose a tag to compare

Features:

v0.18.1

13 Apr 23:46
Compare
Choose a tag to compare

Features:

  • @InitializationHint type parameter incorrect class name fixed (.class suffix removed)
  • @InitializationHint build time or compile time types merging incorrectly from different annotations fixed

v0.18.0

13 Apr 22:13
3a91d95
Compare
Choose a tag to compare

Features:

  • @DynamicProxyHint annotation for processing dynamic proxy hints (Closes #2)
  • @ResourceHint annotation json file structure updated and is up-to-date (Closes #5)
    This is breaking change unfortunately, please replace annotation patterns parameter with new include parameter.
  • More NativeImageOptions options added

v0.17.1

06 Apr 08:34
ee0f989
Compare
Choose a tag to compare

Features:

  • Unnamed module incorrect package and artifact name retrieval fixed (@linux-china)

v0.17.0

05 Apr 09:56
Compare
Choose a tag to compare

Features (Initial release):