Implemented enhancements:
Fixed bugs:
- bash-completion gives error "__git_reassemble_comp_words_by_ref: command not found" #670
- Daemon suddenly stopped working - BufferUnderflowException #645
- Fix plugins' parent classloader to not include libraries, fixes #681 #683 (gnodet)
- Allow to the registry to be resized to avoid registry corruption (#645) #646 (gnodet)
Closed issues:
- ClassNotFoundException when starting jetty with jetty-maven-plugin #681
- Use interpolation when loading properties #676
- How do I change the JDK dynamically #675
- Ability to configure the daemon storage location #673
- Deployed timestamped snapshot version does not change #672
- Logs go to stdout breaking scripts #671
- release .tar.gz format precompiled binary archives #668
- Exception in thread "main" java.io.UncheckedIOException: java.nio.charset.MalformedInputException: Input length = 1 #667
- Hashes missing from latest release (0.8.0) #666
- Improved support for IntelliJ Idea #664
- Missing argument for option -D #662
- Support Maven 3.8.6 #660
- Cannot suppress debug logging as of 0.8.0 on Homebrew on M1 Mac (previous versions didn't have this issue) #656
- mvnd goal execution id display inconsistent with Maven #653
- Add scoop installation to readme #640
Merged pull requests:
- Improve Intellij integration, fixes #664 #684 (gnodet)
- Add missing function for mvnd-bash-completion, fixes #670 #682 (gnodet)
- System properties should have precedence over environment variables, fixes #675 #680 (gnodet)
- Missing argument for option -D, fixes #662 #679 (gnodet)
- Ability to configure the daemon storage location, fixes #673 #678 (gnodet)
- Update to Maven 3.8.6 #660 #661 (robertk3s)
- Revert "Remove unused logback-client.xml file", fixes #656 #658 (gnodet)
- Make mvnd coloring more consistent with maven, fixes #653 #654 (gnodet)
- Add asdf install method #652 (mattnelson)
- Cleanup #650 (gnodet)
- Update release scripts #648 (gnodet)
- Add scoop.sh to install instructions #647 (bonepl)
- Configure execution bit for required scripts in source distribution #643 (hboutemy)
- Update RELEASING.adoc #641 (delanym)
New Contributors: