Updated CHANGELOG.md

This commit is contained in:
github-actions[bot]
2021-12-07 16:35:59 +00:00
parent bbfe926a57
commit cfd873ecdc

View File

@@ -1,30 +1,30 @@
# Changelog
## [Unreleased](https://github.com/mvndaemon/mvnd/tree/HEAD)
## [0.7.1](https://github.com/mvndaemon/mvnd/tree/0.7.1) (2021-12-07)
[Full Changelog](https://github.com/mvndaemon/mvnd/compare/0.7.0...HEAD)
[Full Changelog](https://github.com/mvndaemon/mvnd/compare/0.7.0...0.7.1)
**Closed issues:**
- Pipe does not output anything [\#519](https://github.com/mvndaemon/mvnd/issues/519)
- mvnd --status - output in columns is too narrow [\#518](https://github.com/mvndaemon/mvnd/issues/518)
- -T/--threads is ignored in 0.7.0, only -Dmvnd.threads works [\#515](https://github.com/mvndaemon/mvnd/issues/515)
- Unsupported address error when running linux machine [\#514](https://github.com/mvndaemon/mvnd/issues/514)
- mvnd modifies original output when using quiet flag [\#513](https://github.com/mvndaemon/mvnd/issues/513)
- Different java versions for mvnd and maven [\#512](https://github.com/mvndaemon/mvnd/issues/512)
- bad CPU type in executable: mvnd [\#510](https://github.com/mvndaemon/mvnd/issues/510)
- Hangs after dumping all the Maven output on WSL1 [\#363](https://github.com/mvndaemon/mvnd/issues/363)
- Pipe does not output anything [\#519](https://github.com/mvndaemon/mvnd/issues/519)
- mvnd --status - output in columns is too narrow [\#518](https://github.com/mvndaemon/mvnd/issues/518)
- -T/--threads is ignored in 0.7.0, only -Dmvnd.threads works [\#515](https://github.com/mvndaemon/mvnd/issues/515)
**Merged pull requests:**
- Fix passing options, fixes \#515 [\#520](https://github.com/mvndaemon/mvnd/pull/520) ([gnodet](https://github.com/gnodet))
- Bump xstream from 1.4.17 to 1.4.18 [\#460](https://github.com/mvndaemon/mvnd/pull/460) ([dependabot[bot]](https://github.com/apps/dependabot))
- Replace the locking spy with locking in the MojoExecutor [\#523](https://github.com/mvndaemon/mvnd/pull/523) ([gnodet](https://github.com/gnodet))
- mvnd status output columns are too narrow, fixes \#518 [\#522](https://github.com/mvndaemon/mvnd/pull/522) ([gnodet](https://github.com/gnodet))
- Fix client not responding when using help with an output redirection, fixes \#519 [\#521](https://github.com/mvndaemon/mvnd/pull/521) ([gnodet](https://github.com/gnodet))
- Fix passing options, fixes \#515 [\#520](https://github.com/mvndaemon/mvnd/pull/520) ([gnodet](https://github.com/gnodet))
- Update Provisio plugin [\#517](https://github.com/mvndaemon/mvnd/pull/517) ([cstamas](https://github.com/cstamas))
- Upgrade GraalVM version used [\#509](https://github.com/mvndaemon/mvnd/pull/509) ([gnodet](https://github.com/gnodet))
- Update mvnd to include Maven Resolver 1.7 [\#507](https://github.com/mvndaemon/mvnd/pull/507) ([cstamas](https://github.com/cstamas))
- Bump xstream from 1.4.17 to 1.4.18 [\#460](https://github.com/mvndaemon/mvnd/pull/460) ([dependabot[bot]](https://github.com/apps/dependabot))
## [0.7.0](https://github.com/mvndaemon/mvnd/tree/0.7.0) (2021-10-20)
@@ -32,19 +32,19 @@
**Closed issues:**
- PATH computation problems with Cygwin [\#499](https://github.com/mvndaemon/mvnd/issues/499)
- \[Question\] Use different maven installation for mvnd? [\#497](https://github.com/mvndaemon/mvnd/issues/497)
- Support Maven 3.8.3 [\#488](https://github.com/mvndaemon/mvnd/issues/488)
- mvnd seems to not respect jenv local setting [\#487](https://github.com/mvndaemon/mvnd/issues/487)
- Windows+Cygwin - Why do I get weird output? [\#483](https://github.com/mvndaemon/mvnd/issues/483)
- release 0.5.3? [\#473](https://github.com/mvndaemon/mvnd/issues/473)
- Use custom wrapper [\#455](https://github.com/mvndaemon/mvnd/issues/455)
- PATH computation problems with Cygwin [\#499](https://github.com/mvndaemon/mvnd/issues/499)
- Support Maven 3.8.3 [\#488](https://github.com/mvndaemon/mvnd/issues/488)
- `IllegalStateException` on multi module project failure [\#486](https://github.com/mvndaemon/mvnd/issues/486)
- The `maven.multiModuleProjectDirectory` is badly set when using `-f [path-to-pom]` [\#484](https://github.com/mvndaemon/mvnd/issues/484)
- Windows+Cygwin - Why do I get weird output? [\#483](https://github.com/mvndaemon/mvnd/issues/483)
- Negative local Maven repo lookup persists after installing the artifact [\#482](https://github.com/mvndaemon/mvnd/issues/482)
- Build fails on a tycho-based eclipse project [\#477](https://github.com/mvndaemon/mvnd/issues/477)
- No native library found for os.name=Linux, os.arch=aarch64 [\#474](https://github.com/mvndaemon/mvnd/issues/474)
- release 0.5.3? [\#473](https://github.com/mvndaemon/mvnd/issues/473)
- ASCII Colors not rendered under Cygwin [\#456](https://github.com/mvndaemon/mvnd/issues/456)
- Use custom wrapper [\#455](https://github.com/mvndaemon/mvnd/issues/455)
**Merged pull requests:**
@@ -54,17 +54,17 @@
- Add support for linux-armv6 [\#503](https://github.com/mvndaemon/mvnd/pull/503) ([gnodet](https://github.com/gnodet))
- Support mac-arm64 platform [\#502](https://github.com/mvndaemon/mvnd/pull/502) ([gnodet](https://github.com/gnodet))
- Upgrade JLine to 3.21.0 [\#501](https://github.com/mvndaemon/mvnd/pull/501) ([gnodet](https://github.com/gnodet))
- Negative local Maven repo lookup persists after installing the artifa… [\#495](https://github.com/mvndaemon/mvnd/pull/495) ([gnodet](https://github.com/gnodet))
- The maven.multiModuleProjectDirectory is badly set when using -f \[pat… [\#494](https://github.com/mvndaemon/mvnd/pull/494) ([gnodet](https://github.com/gnodet))
- Support Maven 3.8.3, fixes \#488 [\#493](https://github.com/mvndaemon/mvnd/pull/493) ([gnodet](https://github.com/gnodet))
- Fix mvnd command line aliases, fixes \#490 [\#491](https://github.com/mvndaemon/mvnd/pull/491) ([gnodet](https://github.com/gnodet))
- Add thread stack size \(-Xss\) option [\#489](https://github.com/mvndaemon/mvnd/pull/489) ([Apanatshka](https://github.com/Apanatshka))
- Download required native JNI headers [\#481](https://github.com/mvndaemon/mvnd/pull/481) ([gnodet](https://github.com/gnodet))
- Provide a local \(semaphore based\) sync context and use it as the default [\#480](https://github.com/mvndaemon/mvnd/pull/480) ([gnodet](https://github.com/gnodet))
- Use a single jni.h and use more recent headers clearly labelled as GP… [\#479](https://github.com/mvndaemon/mvnd/pull/479) ([gnodet](https://github.com/gnodet))
- Make sure the plugin eviction pattern also applies to extensions, fixes \#477 [\#478](https://github.com/mvndaemon/mvnd/pull/478) ([gnodet](https://github.com/gnodet))
- Add instructions for MacPorts [\#476](https://github.com/mvndaemon/mvnd/pull/476) ([breun](https://github.com/breun))
- Fix native-image mapping for aarch64, \#474 [\#475](https://github.com/mvndaemon/mvnd/pull/475) ([lanmaoxinqing](https://github.com/lanmaoxinqing))
- Negative local Maven repo lookup persists after installing the artifa… [\#495](https://github.com/mvndaemon/mvnd/pull/495) ([gnodet](https://github.com/gnodet))
- The maven.multiModuleProjectDirectory is badly set when using -f \[pat… [\#494](https://github.com/mvndaemon/mvnd/pull/494) ([gnodet](https://github.com/gnodet))
- Support Maven 3.8.3, fixes \#488 [\#493](https://github.com/mvndaemon/mvnd/pull/493) ([gnodet](https://github.com/gnodet))
- Fix mvnd command line aliases, fixes \#490 [\#491](https://github.com/mvndaemon/mvnd/pull/491) ([gnodet](https://github.com/gnodet))
- Download required native JNI headers [\#481](https://github.com/mvndaemon/mvnd/pull/481) ([gnodet](https://github.com/gnodet))
## [0.6.0](https://github.com/mvndaemon/mvnd/tree/0.6.0) (2021-09-07)