mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-18 09:22:47 +00:00
Updated CHANGELOG.md
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
- Make sure the IpcClient recreates the server if the context creation fails, fixes \#446 [\#447](https://github.com/mvndaemon/mvnd/pull/447) ([gnodet](https://github.com/gnodet))
|
- Make sure the IpcClient recreates the server if the context creation fails, fixes \#446 [\#447](https://github.com/mvndaemon/mvnd/pull/447) ([gnodet](https://github.com/gnodet))
|
||||||
- Forked projects are counted as projects leading to incorrect count, fixes \#443 [\#444](https://github.com/mvndaemon/mvnd/pull/444) ([gnodet](https://github.com/gnodet))
|
- Forked projects are counted as projects leading to incorrect count, fixes \#443 [\#444](https://github.com/mvndaemon/mvnd/pull/444) ([gnodet](https://github.com/gnodet))
|
||||||
- Fix incorrect charset display in Terminal output, \#441 [\#442](https://github.com/mvndaemon/mvnd/pull/442) ([lanmaoxinqing](https://github.com/lanmaoxinqing))
|
- Fix incorrect charset display in Terminal output, \#441 [\#442](https://github.com/mvndaemon/mvnd/pull/442) ([lanmaoxinqing](https://github.com/lanmaoxinqing))
|
||||||
|
- JDK 16 support, fixes \#427 [\#428](https://github.com/mvndaemon/mvnd/pull/428) ([gnodet](https://github.com/gnodet))
|
||||||
|
|
||||||
## [0.5.2](https://github.com/mvndaemon/mvnd/tree/0.5.2) (2021-06-18)
|
## [0.5.2](https://github.com/mvndaemon/mvnd/tree/0.5.2) (2021-06-18)
|
||||||
|
|
||||||
@@ -35,7 +36,6 @@
|
|||||||
**Closed issues:**
|
**Closed issues:**
|
||||||
|
|
||||||
- GitHub workflow: Cache dependencies [\#426](https://github.com/mvndaemon/mvnd/issues/426)
|
- GitHub workflow: Cache dependencies [\#426](https://github.com/mvndaemon/mvnd/issues/426)
|
||||||
- NullPointerException in integration tests with maven-surefire-plugin 3.0.0-M5 [\#103](https://github.com/mvndaemon/mvnd/issues/103)
|
|
||||||
|
|
||||||
**Merged pull requests:**
|
**Merged pull requests:**
|
||||||
|
|
||||||
@@ -43,7 +43,6 @@
|
|||||||
- Add a system property to configure the idle timeout on the ipc sync s… [\#437](https://github.com/mvndaemon/mvnd/pull/437) ([gnodet](https://github.com/gnodet))
|
- Add a system property to configure the idle timeout on the ipc sync s… [\#437](https://github.com/mvndaemon/mvnd/pull/437) ([gnodet](https://github.com/gnodet))
|
||||||
- The JDK\_JAVA\_OPTIONS environment variable is not honoured, fixes \#429 [\#436](https://github.com/mvndaemon/mvnd/pull/436) ([gnodet](https://github.com/gnodet))
|
- The JDK\_JAVA\_OPTIONS environment variable is not honoured, fixes \#429 [\#436](https://github.com/mvndaemon/mvnd/pull/436) ([gnodet](https://github.com/gnodet))
|
||||||
- The build time event spy should aggregate values for each mojo \#430 [\#431](https://github.com/mvndaemon/mvnd/pull/431) ([gnodet](https://github.com/gnodet))
|
- The build time event spy should aggregate values for each mojo \#430 [\#431](https://github.com/mvndaemon/mvnd/pull/431) ([gnodet](https://github.com/gnodet))
|
||||||
- JDK 16 support, fixes \#427 [\#428](https://github.com/mvndaemon/mvnd/pull/428) ([gnodet](https://github.com/gnodet))
|
|
||||||
|
|
||||||
## [0.5.1](https://github.com/mvndaemon/mvnd/tree/0.5.1) (2021-06-04)
|
## [0.5.1](https://github.com/mvndaemon/mvnd/tree/0.5.1) (2021-06-04)
|
||||||
|
|
||||||
@@ -509,6 +508,7 @@
|
|||||||
|
|
||||||
**Closed issues:**
|
**Closed issues:**
|
||||||
|
|
||||||
|
- NullPointerException in integration tests with maven-surefire-plugin 3.0.0-M5 [\#103](https://github.com/mvndaemon/mvnd/issues/103)
|
||||||
- The system streams should be captured and redirected to the client with a per-thread association to the module being build [\#100](https://github.com/mvndaemon/mvnd/issues/100)
|
- The system streams should be captured and redirected to the client with a per-thread association to the module being build [\#100](https://github.com/mvndaemon/mvnd/issues/100)
|
||||||
- Isolate the integration tests from the local environment [\#97](https://github.com/mvndaemon/mvnd/issues/97)
|
- Isolate the integration tests from the local environment [\#97](https://github.com/mvndaemon/mvnd/issues/97)
|
||||||
- Add mvn.cmd [\#93](https://github.com/mvndaemon/mvnd/issues/93)
|
- Add mvn.cmd [\#93](https://github.com/mvndaemon/mvnd/issues/93)
|
||||||
@@ -539,7 +539,6 @@
|
|||||||
- Replace the jpm library with the jdk ProcessHandle interface, \#36 [\#80](https://github.com/mvndaemon/mvnd/pull/80) ([gnodet](https://github.com/gnodet))
|
- Replace the jpm library with the jdk ProcessHandle interface, \#36 [\#80](https://github.com/mvndaemon/mvnd/pull/80) ([gnodet](https://github.com/gnodet))
|
||||||
- Provide smarter output on the client, fixes \#77 [\#79](https://github.com/mvndaemon/mvnd/pull/79) ([gnodet](https://github.com/gnodet))
|
- Provide smarter output on the client, fixes \#77 [\#79](https://github.com/mvndaemon/mvnd/pull/79) ([gnodet](https://github.com/gnodet))
|
||||||
- Explain project better in README \#75 [\#76](https://github.com/mvndaemon/mvnd/pull/76) ([ppalaga](https://github.com/ppalaga))
|
- Explain project better in README \#75 [\#76](https://github.com/mvndaemon/mvnd/pull/76) ([ppalaga](https://github.com/ppalaga))
|
||||||
- Use amd64 arch label also on Mac [\#58](https://github.com/mvndaemon/mvnd/pull/58) ([ppalaga](https://github.com/ppalaga))
|
|
||||||
|
|
||||||
## [0.0.6](https://github.com/mvndaemon/mvnd/tree/0.0.6) (2020-09-29)
|
## [0.0.6](https://github.com/mvndaemon/mvnd/tree/0.0.6) (2020-09-29)
|
||||||
|
|
||||||
@@ -597,6 +596,10 @@
|
|||||||
- Using MAVEN\_HOME may clash with other tools [\#53](https://github.com/mvndaemon/mvnd/issues/53)
|
- Using MAVEN\_HOME may clash with other tools [\#53](https://github.com/mvndaemon/mvnd/issues/53)
|
||||||
- Could not notify CliPluginRealmCache [\#49](https://github.com/mvndaemon/mvnd/issues/49)
|
- Could not notify CliPluginRealmCache [\#49](https://github.com/mvndaemon/mvnd/issues/49)
|
||||||
|
|
||||||
|
**Merged pull requests:**
|
||||||
|
|
||||||
|
- Use amd64 arch label also on Mac [\#58](https://github.com/mvndaemon/mvnd/pull/58) ([ppalaga](https://github.com/ppalaga))
|
||||||
|
|
||||||
## [0.0.2](https://github.com/mvndaemon/mvnd/tree/0.0.2) (2020-08-14)
|
## [0.0.2](https://github.com/mvndaemon/mvnd/tree/0.0.2) (2020-08-14)
|
||||||
|
|
||||||
[Full Changelog](https://github.com/mvndaemon/mvnd/compare/0.0.1...0.0.2)
|
[Full Changelog](https://github.com/mvndaemon/mvnd/compare/0.0.1...0.0.2)
|
||||||
|
Reference in New Issue
Block a user