Skip to content

1.0.0-m1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 13:44

This release embeds Maven 4.0.0-alpha-3 which has a few incompatibilities that are to be solved in the next alpha releases.

What's Changed

  • Fixed a typo of build mvnd in README by @WillemJiang in #709
  • Release the read lock in a finally block by @essobedo in #703
  • Calculate java home from java command by @gzm55 in #716
  • Sync entry scripts with maven 3.8.6 by @gzm55 in #711
  • Upgrade to groovy 4 by @gnodet in #735
  • Switch to maven 4.0.0-alpha-2 by @gnodet in #718
  • Upgrade parent pom to 38 by @gnodet in #738
  • Fix possible NullPointerException by @gnodet in #739
  • Switch graalvm to 22.3.0 by @gnodet in #740
  • Fix usage of the wrong groovy plugin by @gnodet in #743
  • Clean up and upgrade dependencies/plugins versions by @gnodet in #741
  • Update ITs to recent maven plugins by @gnodet in #744
  • Reset system properties after calling event syps by @oehme in #729
  • Add more discriminating properties to the daemon by @oehme in #749
  • Fix daemon JVM start options (follow-up to #749) by @gnodet in #751
  • Clean up some warnings during the build by @gnodet in #750
  • Build mostly static native image, loose linux glibc requirement to 2.12 by @gzm55 in #730
  • Display plugin's goal prefix and version instead of artifactId by @gnodet in #748
  • Support redirecting input from client to daemon, #541 by @gnodet in #581
  • Fixup #716 Calculate java home from java command by @ppalaga in #721
  • Always display failed and main project at the end (fixes #723) by @gnodet in #724
  • Use mvnd verify as example instead of mvnd clean install by @plamentotev in #734
  • Use muti-release jar to fallback mvnd-client to original maven by @gzm55 in #722
  • Update Maven to 4.0.0-alpha-3 and Maven Resolver to 1.9.2 by @cstamas in #742
  • Add an option to specify the debug address and display info when starting (fixes #737) by @gnodet in #753
  • Move signal handling into its own class by @gnodet in #754
  • Add a mvnd.rawStreams property by @gnodet in #719

New Contributors

Full Changelog: 0.8.2...1.0.0-m1