Fixed bugs:
- SimpleAppender omits stacktraces #696
- Possible problem when resizing the daemon registry #695
- mvnd does not load from
svc/.mvn
if-f svc/pom.xml
is applied (mvn does) #694
Closed issues:
- Maven extensions have a wrong parent classloader #690
- Fail to install mvnd from SDKMAN! on Apple M1 machine #688
- M2E integration #687
- Console coloring is off when artifact download is under way #685
- mvnd not extends parent properties? #674
- release .tar.gz format precompiled binary archives #668
- Error occurred during initialization of VM , Could not reserve enough space for 2097152KB object heap #644
Merged pull requests:
- Fix maven extensions' parent classloader (fixes #690) #702 (gnodet)
- SimpleAppender omits stacktraces (fixes #696) #700 (gnodet)
- Fix for JUnit test failing on Windows #699 (theit)
- Fix the bash completion template (#670, #682) #698 (gnodet)
- Handle the multimodule project directory as early as possible (fixes #694) #697 (gnodet)
- Add tar.gz binaries in the release #692 (gnodet)
- Update GraalVM to 22.2.0 #689 (kwin)
- Fixes module id coloring on Maven transfer. #686 (cstamas)