Skip to content

0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 14:32

0.5.2 (2021-06-18)

Full Changelog

Implemented enhancements:

  • The build time event spy should aggregate values for each mojo #430

Fixed bugs:

  • The IpcSyncContextTest takes a long time to exit #434
  • java.lang.ArrayIndexOutOfBoundsException during tests #433
  • Bad string size caused by missing bytes in registry.bin #432
  • The JDK_JAVA_OPTIONS environment variable is not honoured #429
  • The environment set up does not work well on JDK >= 16 #427

Closed issues:

  • GitHub workflow: Cache dependencies #426
  • NullPointerException in integration tests with maven-surefire-plugin 3.0.0-M5 #103

Merged pull requests:

  • Attempt to fix bad registry errors, fixes #432 and #433 #439 (gnodet)
  • Add a system property to configure the idle timeout on the ipc sync s… #437 (gnodet)
  • The JDK_JAVA_OPTIONS environment variable is not honoured, fixes #429 #436 (gnodet)
  • The build time event spy should aggregate values for each mojo #430 #431 (gnodet)
  • JDK 16 support, fixes #427 #428 (gnodet)