This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new 1a57e14d Apache Maven 3.9.8 w/ release notes (#541) 1a57e14d is described below commit 1a57e14df72f3ba98cf7685383d60299dae4369c Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Mon Jun 17 10:31:25 2024 +0200 Apache Maven 3.9.8 w/ release notes (#541) Apache Maven 3.9.8 released. --- content/markdown/docs/3.9.8/release-notes.md | 80 ++++++++++++++++++++++++++++ content/markdown/docs/history.md.vm | 3 +- pom.xml | 8 +-- 3 files changed, 86 insertions(+), 5 deletions(-) diff --git a/content/markdown/docs/3.9.8/release-notes.md b/content/markdown/docs/3.9.8/release-notes.md new file mode 100644 index 00000000..8ec59bf5 --- /dev/null +++ b/content/markdown/docs/3.9.8/release-notes.md @@ -0,0 +1,80 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + + NOTE: For help with the syntax of this file, see: + http://maven.apache.org/doxia/modules/index.html#Markdown +--> + +# Release Notes – Maven 3.9.8 + +The Apache Maven team would like to announce the release of Maven 3.9.8. + +Maven 3.9.8 is [available for download][0]. + +Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting, and documentation from a central place. + +The core release is independent of plugin releases. Further releases of plugins will be made separately. See the [PluginList][1] for more information. + +If you have any questions, please consult: + +- the web site: [https://maven.apache.org/][2] +- the maven-user mailing list: [https://maven.apache.org/mailing-lists.html](/mailing-lists.html) +- the reference documentation: [https://maven.apache.org/ref/3.9.8/](/ref/3.9.8/) + +## Overview About the Changes + +Regression fixes and other improvements from Maven 3.9.7. All users already on Maven 3.9.x are advised to upgrade. + +Bug fixes ranges from restored ability (lost in 3.9.7) to build some project that depends on artifact with invalid POMs, +OS profile activation issues and many other minor but annoying bugs. The "known issue" (bug) from 3.9.7, +[MNG-8116](https://issues.apache.org/jira/browse/MNG-8116) was fixed as well. As part of fix Eclipse Sisu is updated to +version 0.9.0.M3, that carries ASM 9.7 (Java 23). + +Improvements on other hand include added logging of those aforementioned invalid POMs (in DEBUG even telling what is the problem with them), +added more detailed resolution error logging (showing involved repositories) and improved output for plugin validation and more. + +Finally, Maven 3.9.8 went thru a "diet", and lost commons-lang from it's constituents. This change has no effect on plugins (as +commons-lang was never published artifact by Core), while extensions, that do depend on presence of it hopefully did declare it as +dependency (as would be best practice). + +Mild updates happened to default plugin bindings as well. + +The full list of changes can be found in our [issue management system][4]. + +### Known issues ### + +None. + +### Potentially Breaking Core Changes (if migrating from 3.8.x) + +* The Maven Resolver transport has changed from Wagon to "native HTTP", see [Resolver Transport guide](/guides/mini/guide-resolver-transport.html). +* Maven 2.x was auto-injecting an ancient version of `plexus-utils` dependency into the plugin classpath, and Maven 3.x continued doing this to preserve backward compatibility. Starting with Maven 3.9, it does not happen anymore. This change may lead to plugin breakage. The fix for affected plugin maintainers is to explicitly declare a dependency on `plexus-utils`. The workaround for affected plugin users is to add this dependency to plugin dependencies until issue is fixed by the affect [...] +* Mojos are prevented to bootstrap new instance of `RepositorySystem` (for example by using deprecated `ServiceLocator`), they should reuse `RepositorySystem` instance provided by Maven instead. See [MNG-7471](https://issues.apache.org/jira/browse/MNG-7471). +* Each line in `.mvn/maven.config` is now interpreted as a single argument. That is, if the file contains multiple arguments, these must now be placed on separate lines, see [MNG-7684](https://issues.apache.org/jira/browse/MNG-7684). +* System and user properties handling cleanup, see [MNG-7556](https://issues.apache.org/jira/browse/MNG-7556). As a consequence, this may introduce breakage in environments where the user properties were used to set system properties or other way around, for example see [MNG-7887](https://issues.apache.org/jira/projects/MNG/issues/MNG-7887). +* Plugins and extensions used by your build are checked against Maven supported APIs and conventions: this "plugin validation" may report WARNINGs at the end of your build. See [plugin validation documentation](../../guides/plugins/validation/) to better understand what to do when your build suffers from such warnings. + +## Complete Release Notes + +See [complete release notes for all versions][5] + +[0]: ../../download.html +[1]: ../../plugins/index.html +[2]: https://maven.apache.org/ +[4]: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12354748 +[5]: ../../docs/history.html diff --git a/content/markdown/docs/history.md.vm b/content/markdown/docs/history.md.vm index 5bb77f61..51f76233 100644 --- a/content/markdown/docs/history.md.vm +++ b/content/markdown/docs/history.md.vm @@ -99,7 +99,8 @@ $esc.h$esc.h Maven 3.8.x+ <!-- release( date version announce latest-minor jdk rowspan ) --> <!-- The following two lines needs to be fixed in x days if the archive picks up the announcement mail. --> -#release( "2024-05-22" "3.9.7" "https://lists.apache.org/thread/z540xgcjqn4fpm2x2fg3htqbr4zzgfpx" "true" "Java 8" "8" ) +#release( "2024-06-17" "3.9.8" "https://lists.apache.org/thread/z540xgcjqn4fpm2x2fg3htqbr4zzgfpx" "true" "Java 8" "9" ) +#release( "2024-05-22" "3.9.7" "https://lists.apache.org/thread/z540xgcjqn4fpm2x2fg3htqbr4zzgfpx" "" "" "" ) #release( "2023-12-01" "3.9.6" "https://lists.apache.org/thread/p6y4nl4k1kw4hbhkjngrj3f4doz851v6" "" "" "" ) #release( "2023-10-04" "3.9.5" "https://lists.apache.org/thread/xkq066dfsz3tql4p72m4skj1c8szspgo" "" "" "" ) #release( "2023-08-03" "3.9.4" "https://lists.apache.org/thread/8lj6byvgoo9939mt5xm0d0wsy2m5j2k9" "" "" "" ) diff --git a/pom.xml b/pom.xml index 66e7e5bc..36eb3c3d 100644 --- a/pom.xml +++ b/pom.xml @@ -56,10 +56,10 @@ <maven.site.path>maven-site</maven.site.path> <project.build.outputTimestamp>x</project.build.outputTimestamp> <!-- disable Reproducible Builds that makes the site build time fixed at last release time --> - <currentStableVersion>3.9.7</currentStableVersion> - <currentStableVersionDetails>8b094c9513efc1b9ce2d952b3b9c8eaedaf8cbf0</currentStableVersionDetails> + <currentStableVersion>3.9.8</currentStableVersion> + <currentStableVersionDetails>36645f6c9b5079805ea5009217e36f2cffd34256</currentStableVersionDetails> <current4xVersion>4.0.0-beta-3</current4xVersion> - <current39xVersion>3.9.7</current39xVersion> + <current39xVersion>3.9.8</current39xVersion> <current38xVersion>3.8.8</current38xVersion> <current36xVersion>3.6.3</current36xVersion> <current35xVersion>3.5.4</current35xVersion> @@ -70,7 +70,7 @@ <currentAntTasksVersion>2.1.3</currentAntTasksVersion> <currentAntTasksReleaseDate>2011-04-17</currentAntTasksReleaseDate> <versions2x>2.2.1,2.2.0,2.1.0,2.0.11,2.0.10,2.0.9,2.0.8,2.0.7,2.0.6,2.0.5,2.0.4,2.0.3,2.0.2,2.0.1,2.0</versions2x> - <versions3x>3.9.7,3.9.6,3.9.5,3.9.4,3.9.3,3.9.2,3.9.1,3.9.0,3.8.8,3.8.7,3.8.6,3.8.5,3.8.4,3.8.3,3.8.2,3.8.1,3.6.3,3.6.2,3.6.1,3.6.0,3.5.4,3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x> + <versions3x>3.9.8,3.9.7,3.9.6,3.9.5,3.9.4,3.9.3,3.9.2,3.9.1,3.9.0,3.8.8,3.8.7,3.8.6,3.8.5,3.8.4,3.8.3,3.8.2,3.8.1,3.6.3,3.6.2,3.6.1,3.6.0,3.5.4,3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x> <version4x>4.0.0-beta-3,4.0.0-alpha-13,4.0.0-alpha-12,4.0.0-alpha-10,4.0.0-alpha-9,4.0.0-alpha-8,4.0.0-alpha-7,4.0.0-alpha-5,4.0.0-alpha-4,4.0.0-alpha-3,4.0.0-alpha-2</version4x> <site.output>${project.build.directory}/site</site.output> <!-- used by src/xdoc/errors/404.xml.vm -->