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 30d6fb15 Mavek 3.9.6 release notes (#469) 30d6fb15 is described below commit 30d6fb153bfa25d369a7eaba0fb47bafc1e90e20 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Fri Dec 1 12:34:04 2023 +0100 Mavek 3.9.6 release notes (#469) --- content/markdown/docs/3.9.6/release-notes.md | 65 ++++++++++++++++++++++++++++ content/markdown/docs/history.md.vm | 3 +- pom.xml | 8 ++-- 3 files changed, 71 insertions(+), 5 deletions(-) diff --git a/content/markdown/docs/3.9.6/release-notes.md b/content/markdown/docs/3.9.6/release-notes.md new file mode 100644 index 00000000..2c674c66 --- /dev/null +++ b/content/markdown/docs/3.9.6/release-notes.md @@ -0,0 +1,65 @@ +<!-- + 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.6 + +The Apache Maven team would like to announce the release of Maven 3.9.6. + +Maven 3.9.6 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.6/](/ref/3.9.6/) + +## Overview About the Changes + +Regression fixes and other improvements from Maven 3.9.5. All users already on Maven 3.9.x are advised to upgrade. + +This release updates Resolver to version [1.9.18](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12353878). Maven itself received new features as ability to exclude +plugins from validation, upgraded Eclipse Sisu version and updated plugins in core bindings. + +The full list of changes can be found in our [issue management system][4]. + +### 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=12353686 +[5]: ../../docs/history.html diff --git a/content/markdown/docs/history.md.vm b/content/markdown/docs/history.md.vm index 1971a43b..73e2db53 100644 --- a/content/markdown/docs/history.md.vm +++ b/content/markdown/docs/history.md.vm @@ -99,7 +99,8 @@ Date format is: YYYY-MM-DD <!-- 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( "2023-10-04" "3.9.5" "https://lists.apache.org/thread/xkq066dfsz3tql4p72m4skj1c8szspgo" "true" "Java 8" "6" ) +#release( "2023-12-01" "3.9.6" "https://lists.apache.org/thread/xkq066dfsz3tql4p72m4skj1c8szspgo" "true" "Java 8" "7" ) +#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" "" "" "" ) #release( "2023-06-26" "3.9.3" "https://lists.apache.org/thread/ydxl67r7ddh6tkhckkj51j8tksd8ok0m" "" "" "" ) #release( "2023-05-11" "3.9.2" "https://lists.apache.org/thread/6bjn6hkwo612qsd9dt6qx4ob9q2q261k" "" "" "" ) diff --git a/pom.xml b/pom.xml index cfc95f9e..7e4af603 100644 --- a/pom.xml +++ b/pom.xml @@ -57,10 +57,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.5</currentStableVersion> - <currentStableVersionDetails>57804ffe001d7215b5e7bcb531cf83df38f93546</currentStableVersionDetails> + <currentStableVersion>3.9.6</currentStableVersion> + <currentStableVersionDetails>bc0240f3c744dd6b6ec2920b3cd08dcc295161ae</currentStableVersionDetails> <current4xVersion>4.0.0-alpha-8</current4xVersion> - <current39xVersion>3.9.5</current39xVersion> + <current39xVersion>3.9.6</current39xVersion> <current38xVersion>3.8.8</current38xVersion> <current36xVersion>3.6.3</current36xVersion> <current35xVersion>3.5.4</current35xVersion> @@ -71,7 +71,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.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.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-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 -->