Maven Daemon 1.0-m8
Maven Daemon comes into two different flavours: m39 which embeds Maven 3.9.x, and m40 which embeds Maven 4.0.0-alpha-x.
What's Changed
- [MNG-6847] Use diamond operator by @timtebeek in #886
- Update: Maven 3.9.5 + Resolver 1.9.16 by @cstamas in #887
- Fix terminal width (fixes #870) by @gnodet in #891
- Update build instructions for Windows by @KasNotten in #890
- Removed superfluous public for tests by @khmarbaise in #882
- Support JDK 21 at build time by @gnodet in #894
- Make sure the plugin works with maven 3 by @gnodet in #893
- Small improvements to DaemonPrompter by @gnodet in #898
- Switch to Maven 4.0.0-alpha-8 by @gnodet in #895
- Upgrade JLine from 3.23.0 to 3.24.0 by @gnodet in #899
New Contributors
- @timtebeek made their first contribution in #886
- @KasNotten made their first contribution in #890
- @khmarbaise made their first contribution in #882
Full Changelog: 1.0-m7...1.0-m8