Skip to content

Commit

Permalink
[release] Release 1.0-m8
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 26, 2023
1 parent 8f7a567 commit 0f4bdb6
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 21 deletions.
40 changes: 34 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [1.0-m8](https://github.com/apache/maven-mvnd/tree/1.0-m8) (2023-10-26)

[Full Changelog](https://github.com/apache/maven-mvnd/compare/1.0-m7...1.0-m8)

**Closed issues:**

- memory leak at com.sun.tools.javac.util.SharedNameTable$NameImpl [\#897](https://github.com/apache/maven-mvnd/issues/897)
- Cannot change Platform Encoding with mvnd 1.0-m7-m40 [\#883](https://github.com/apache/maven-mvnd/issues/883)
- How can I get the mvnd with 3.6.3 version maven? [\#880](https://github.com/apache/maven-mvnd/issues/880)
- Update homebrew formula to use latest mvnd [\#876](https://github.com/apache/maven-mvnd/issues/876)
- Crash on start [\#875](https://github.com/apache/maven-mvnd/issues/875)
- java.lang.NoClassDefFoundError: Could not initialize class org.mvndaemon.mvnd.nativ.CLibrary [\#872](https://github.com/apache/maven-mvnd/issues/872)
- Is this project interested in sponsoring? [\#871](https://github.com/apache/maven-mvnd/issues/871)
- Maven 4 flavour does not use full terminal [\#870](https://github.com/apache/maven-mvnd/issues/870)

**Merged pull requests:**

- Upgrade JLine from 3.23.0 to 3.24.0 [\#899](https://github.com/apache/maven-mvnd/pull/899) ([gnodet](https://github.com/gnodet))
- Small improvements to DaemonPrompter [\#898](https://github.com/apache/maven-mvnd/pull/898) ([gnodet](https://github.com/gnodet))
- Switch to Maven 4.0.0-alpha-8 [\#895](https://github.com/apache/maven-mvnd/pull/895) ([gnodet](https://github.com/gnodet))
- Support JDK 21 at build time [\#894](https://github.com/apache/maven-mvnd/pull/894) ([gnodet](https://github.com/gnodet))
- Make sure the plugin works with maven 3 [\#893](https://github.com/apache/maven-mvnd/pull/893) ([gnodet](https://github.com/gnodet))
- Fix terminal width \(fixes \#870\) [\#891](https://github.com/apache/maven-mvnd/pull/891) ([gnodet](https://github.com/gnodet))
- Update build instructions for Windows [\#890](https://github.com/apache/maven-mvnd/pull/890) ([KasNotten](https://github.com/KasNotten))
- Update: Maven 3.9.5 + Resolver 1.9.16 [\#887](https://github.com/apache/maven-mvnd/pull/887) ([cstamas](https://github.com/cstamas))
- \[MNG-6847\] Use diamond operator [\#886](https://github.com/apache/maven-mvnd/pull/886) ([timtebeek](https://github.com/timtebeek))
- Removed superfluous public for tests [\#882](https://github.com/apache/maven-mvnd/pull/882) ([khmarbaise](https://github.com/khmarbaise))

## [1.0-m7](https://github.com/apache/maven-mvnd/tree/1.0-m7) (2023-07-11)

[Full Changelog](https://github.com/apache/maven-mvnd/compare/1.0-m6...1.0-m7)
Expand All @@ -17,20 +45,21 @@
- mvnd is not supported to `<goal>` tag in pom.xml? [\#859](https://github.com/apache/maven-mvnd/issues/859)
- After opening debug, I compile and produce A daemon A for the first time. After completion, the second compilation generates a new daemon B. What should I do if I want to reuse the first daemon A for the second compilation [\#855](https://github.com/apache/maven-mvnd/issues/855)
- mvnd does not recognize -Dmaven.test.skip=true [\#854](https://github.com/apache/maven-mvnd/issues/854)
- The detection of mvnd home is broken on alpine linux [\#849](https://github.com/apache/maven-mvnd/issues/849)
- NPE during expiration check [\#842](https://github.com/apache/maven-mvnd/issues/842)
- Regression mvnd 1.0-m6 vs. mvn 3.9.1 [\#841](https://github.com/apache/maven-mvnd/issues/841)
- Error resolving dependencies with variables and parent POMs - here: ${pom.version} [\#840](https://github.com/apache/maven-mvnd/issues/840)
- Custom settings file not found [\#839](https://github.com/apache/maven-mvnd/issues/839)
- Consistent version output [\#838](https://github.com/apache/maven-mvnd/issues/838)
- Revert to slf4j simple logger for the actual logging to the terminal [\#835](https://github.com/apache/maven-mvnd/issues/835)
- Older versions not available on the CDN [\#831](https://github.com/apache/maven-mvnd/issues/831)
- Failed to load native library:jansi-2.4.0-b00c64e8b23a020c-jansi.dll. osinfo: Windows/x86\_64 [\#828](https://github.com/apache/maven-mvnd/issues/828)
- Upgrade to maven 3.9.1? [\#826](https://github.com/apache/maven-mvnd/issues/826)
- mvnd doesn't work in alpine [\#596](https://github.com/apache/maven-mvnd/issues/596)
- The detection of mvnd home is broken on alpine linux [\#849](https://github.com/apache/maven-mvnd/issues/849)
- NPE during expiration check [\#842](https://github.com/apache/maven-mvnd/issues/842)
- Regression mvnd 1.0-m6 vs. mvn 3.9.1 [\#841](https://github.com/apache/maven-mvnd/issues/841)
- Consistent version output [\#838](https://github.com/apache/maven-mvnd/issues/838)
- Revert to slf4j simple logger for the actual logging to the terminal [\#835](https://github.com/apache/maven-mvnd/issues/835)

**Merged pull requests:**

- Add configuration to send build scans to https://ge.apache.org [\#810](https://github.com/apache/maven-mvnd/pull/810) ([clayburn](https://github.com/clayburn))
- Various upgrades [\#869](https://github.com/apache/maven-mvnd/pull/869) ([gnodet](https://github.com/gnodet))
- Switch to slf4j simple logger for the actual logging to the terminal \(fixes \#835\) [\#868](https://github.com/apache/maven-mvnd/pull/868) ([gnodet](https://github.com/gnodet))
- Fix interpolation of environment variables in config properties \(fixes \#693\) [\#866](https://github.com/apache/maven-mvnd/pull/866) ([gnodet](https://github.com/gnodet))
Expand All @@ -48,7 +77,6 @@
- Add MVND\_NO\_MODEL\_CACHE support to mvn39 [\#830](https://github.com/apache/maven-mvnd/pull/830) ([oehme](https://github.com/oehme))
- Sort build times for the whole reactor by decreasing total time [\#829](https://github.com/apache/maven-mvnd/pull/829) ([gnodet](https://github.com/gnodet))
- native image: hardening csu for old glibc [\#827](https://github.com/apache/maven-mvnd/pull/827) ([gzm55](https://github.com/gzm55))
- Add configuration to send build scans to https://ge.apache.org [\#810](https://github.com/apache/maven-mvnd/pull/810) ([clayburn](https://github.com/clayburn))

## [1.0-m6](https://github.com/apache/maven-mvnd/tree/1.0-m6) (2023-03-23)

Expand Down
2 changes: 1 addition & 1 deletion agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m8-SNAPSHOT</version>
<version>1.0-m8</version>
</parent>

<artifactId>mvnd-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m8-SNAPSHOT</version>
<version>1.0-m8</version>
</parent>

<artifactId>mvnd-build-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m8-SNAPSHOT</version>
<version>1.0-m8</version>
</parent>

<artifactId>mvnd-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m8-SNAPSHOT</version>
<version>1.0-m8</version>
</parent>

<artifactId>mvnd-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion daemon-m39/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m8-SNAPSHOT</version>
<version>1.0-m8</version>
</parent>

<artifactId>mvnd-daemon-m39</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion daemon-m40/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m8-SNAPSHOT</version>
<version>1.0-m8</version>
</parent>

<artifactId>mvnd-daemon-m40</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion daemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m8-SNAPSHOT</version>
<version>1.0-m8</version>
</parent>

<artifactId>mvnd-daemon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist-m39/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m8-SNAPSHOT</version>
<version>1.0-m8</version>
</parent>

<artifactId>mvnd-dist-m39</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist-m40/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m8-SNAPSHOT</version>
<version>1.0-m8</version>
</parent>

<artifactId>mvnd-dist-m40</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m8-SNAPSHOT</version>
<version>1.0-m8</version>
</parent>

<artifactId>mvnd-helper-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m8-SNAPSHOT</version>
<version>1.0-m8</version>
</parent>

<artifactId>mvnd-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m8-SNAPSHOT</version>
<version>1.0-m8</version>
</parent>

<artifactId>mvnd-logging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m8-SNAPSHOT</version>
<version>1.0-m8</version>
</parent>

<artifactId>mvnd-native</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
<version>1.0-m8-SNAPSHOT</version>
<version>1.0-m8</version>

<packaging>pom</packaging>
<name>Maven Daemon - Parent</name>
Expand Down Expand Up @@ -71,7 +71,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven-dist.required.jdk>8</maven-dist.required.jdk>
<project.build.outputTimestamp>2023-07-11T05:13:34Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-10-26T05:42:48Z</project.build.outputTimestamp>
<trimStackTrace>false</trimStackTrace>
<project.github.repository>apache/maven-mvnd</project.github.repository>
<repository.url>github.com:${project.github.repository}</repository.url>
Expand Down

0 comments on commit 0f4bdb6

Please sign in to comment.