Skip to content

Instantly share code, notes, and snippets.

@gnodet
Created March 10, 2025 20:51
Show Gist options
  • Select an option

  • Save gnodet/dc798a957c7b3dd3d865d2f9b0c57607 to your computer and use it in GitHub Desktop.

Select an option

Save gnodet/dc798a957c7b3dd3d865d2f9b0c57607 to your computer and use it in GitHub Desktop.

Revisions

  1. gnodet created this gist Mar 10, 2025.
    44 changes: 44 additions & 0 deletions mvnd-2.0.0-rc-3.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,44 @@
    ## Release Notes

    The main change for this release is the upgrade to Maven 4.0.0-rc-3.

    ## What's Changed
    * Support core extension more configuration by @CrazyHZM in https://github.com/apache/maven-mvnd/pull/1216
    * Port mvnsh changes by @cstamas in https://github.com/apache/maven-mvnd/pull/1228
    * ci: run tests on macos-15 by @slachiewicz in https://github.com/apache/maven-mvnd/pull/1243
    * Fixes by @cstamas in https://github.com/apache/maven-mvnd/pull/1253
    * Move override components back to Sisu by @cstamas in https://github.com/apache/maven-mvnd/pull/1263
    * Add PR Automation action by @slawekjaranowski in https://github.com/apache/maven-mvnd/pull/1265
    * Add Stale action by @slawekjaranowski in https://github.com/apache/maven-mvnd/pull/1272
    * Add GitHub issues template by @slawekjaranowski in https://github.com/apache/maven-mvnd/pull/1266
    * Cleanup BufferHelper for JDK 17+ (fixes #1261) by @gnodet in https://github.com/apache/maven-mvnd/pull/1267
    * Refactor input stream support (fixes #1257) by @gnodet in https://github.com/apache/maven-mvnd/pull/1268
    * Support MAVEN_ARGS env var (fixes #1219) by @gnodet in https://github.com/apache/maven-mvnd/pull/1269
    * [MNG-8600] Adapt to Maven changes by @cstamas in https://github.com/apache/maven-mvnd/pull/1277
    * Remove build resumption which was ported from master to support resumption with 3.x by @gnodet in https://github.com/apache/maven-mvnd/pull/1275
    * Make DaemonRegistry concurrency-safe by @oehme in https://github.com/apache/maven-mvnd/pull/1281
    * Bug: extension handling by @cstamas in https://github.com/apache/maven-mvnd/pull/1282

    ## Dependencies Upgrade
    * Bump org.graalvm.buildtools:native-maven-plugin from 0.10.3 to 0.10.4 by @dependabot in https://github.com/apache/maven-mvnd/pull/1213
    * Bump org.jboss.forge.roaster:roaster-jdt from 2.29.0.Final to 2.30.0.Final by @dependabot in https://github.com/apache/maven-mvnd/pull/1212
    * Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot in https://github.com/apache/maven-mvnd/pull/1218
    * Bump jline.version from 3.27.1 to 3.28.0 by @dependabot in https://github.com/apache/maven-mvnd/pull/1226
    * Bump org.jboss.forge.roaster:roaster-jdt from 2.30.0.Final to 2.30.1.Final by @dependabot in https://github.com/apache/maven-mvnd/pull/1227
    * Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre by @dependabot in https://github.com/apache/maven-mvnd/pull/1231
    * Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 by @dependabot in https://github.com/apache/maven-mvnd/pull/1232
    * Bump org.assertj:assertj-core from 3.27.0 to 3.27.2 by @dependabot in https://github.com/apache/maven-mvnd/pull/1241
    * Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 by @dependabot in https://github.com/apache/maven-mvnd/pull/1239
    * Bump org.graalvm.nativeimage:svm from 24.1.1 to 24.1.2 by @dependabot in https://github.com/apache/maven-mvnd/pull/1247
    * Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 by @dependabot in https://github.com/apache/maven-mvnd/pull/1244
    * Bump testcontainers.version from 1.20.4 to 1.20.5 by @dependabot in https://github.com/apache/maven-mvnd/pull/1274
    * Bump groovy.version from 4.0.25 to 4.0.26 by @dependabot in https://github.com/apache/maven-mvnd/pull/1276
    * Bump maven.resolver.version from 2.0.6 to 2.0.7 by @dependabot in https://github.com/apache/maven-mvnd/pull/1278
    * Bump testcontainers.version from 1.20.5 to 1.20.6 by @dependabot in https://github.com/apache/maven-mvnd/pull/1279
    * Bump maven.version from 4.0.0-rc-3-SNAPSHOT to 4.0.0-rc-3 by @dependabot in https://github.com/apache/maven-mvnd/pull/1286

    ## New Contributors
    * @CrazyHZM made their first contribution in https://github.com/apache/maven-mvnd/pull/1216

    **Full Changelog**: https://github.com/apache/maven-mvnd/compare/2.0.0-rc-1...2.0.0-rc-3