Skip to content

1.33.0 (JDK 17 migration)

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 23:08
· 0 commits to d0c2fbec8e58da0c91c8685eb890f9d190fdabe8 since this release

Breaking changes

  • JDK 17 is required for compiling and running!

Changelog

  • [CI] Execute tests using ubuntu-24.04 and macos-latest.
  • [Java] Upgrade to Agrona 1.23.0.
  • [Java] Upgrade to Gradle 8.10.
  • [Java] Upgrade to Shadow 8.3.0.
  • [Java] Upgrade to Mockito 5.12.0.

Known bugs

  • [Java] Issue #1012: a fixed-length char array setter is not visible outside of its package in generated DTOs. Fixed in bb984d4.