Skip to content

24.1.3

Latest
Compare
Choose a tag to compare
@hd42 hd42 released this 08 Feb 08:41
· 106 commits to main since this release

Version 24.1.3 fixes the following two bugs:

  • Comparison of an extensible enum with == can fail (FIPS-11138). We generally recommend comparing extensible enums with equals like all Java objects. Nonetheless, caching in runtime repositories was improved to avoid recreating enum values.
  • Exception during Migration to 24.1 (FIPS-11174)