You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "cstamas (via GitHub)" <gi...@apache.org> on 2023/05/26 13:30:56 UTC

[GitHub] [maven-site] cstamas opened a new pull request, #424: Maven 3.9.3 Release notes

cstamas opened a new pull request, #424:
URL: https://github.com/apache/maven-site/pull/424

   WIP


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-site] kwin commented on a diff in pull request #424: DRAFT Maven 3.9.3 Release notes

Posted by "kwin (via GitHub)" <gi...@apache.org>.
kwin commented on code in PR #424:
URL: https://github.com/apache/maven-site/pull/424#discussion_r1214549527


##########
content/markdown/docs/3.9.3/release-notes.md:
##########
@@ -0,0 +1,79 @@
+<!--
+ 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 &#x2013; Maven 3.9.3
+
+The Apache Maven team would like to announce the release of Maven 3.9.3.
+
+Maven 3.9.3 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.3/](/ref/3.9.3/)
+
+## Overview About the Changes
+
+* Regression fixes and changes based on user feedback from Maven 3.9.2
+* General performance and other fixes
+
+The full list of changes can be found in our [issue management system][4].
+
+### Notable New Features
+
+* Updated [Eclipse Sisu](https://www.eclipse.org/sisu/) (a Guice based JSR330 container) to latest release. So far used Sisu version was quite old, it supported Java bytecode up to Java 11, limiting all DI managed components (so Mojos, extension and plugin components). This change
+makes possible to create Maven components up to Java 21 bytecode. Naturally, Maven still remains Java 8, so to use plugins, extensions and components compiled into bytecode higher than Java 8, one must use corresponding Java version to run Maven as well.
+* Huge effort of updating ASF Maven plugins is ongoing, and Maven received a ton of lifecycle bound plugin version updates since Maven 3.9.2 (that was released with same plugin versions as Maven 3.9.1).
+* Plugin validation did shake up Maven users community, hence, on users request, they are "toned down". Validation messages are always collected (as before), but default display mode is again "inline" as it was in Maven 3.9.1. Moreover, by default only "project local" messages are displayed to user: issues
+that user can fix by editing the project POM. Plugin non-configuration issues, that can be fixed by corresponding plugin developer only (and requires a release and updating in current project POM) are NOT displayed anymore by default. To enjoy them, one needs explicitly to enable "verbose" mode for plugin
+validation. Furthermore, the precision of warnings and some badly worded messages are fixed.
+* Updated Resolver brings transport related improvements and one interesting new feature: control of checksums per-remote repository.
+
+### Potentially Breaking Core Changes
+
+* The updated [Eclipse Sisu](https://www.eclipse.org/sisu/) might break certain extensions (e. g. Gradle Enterprise) and requires updating affected extensions. 
+

Review Comment:
   @gnodet reverted the Sisu update so this is no longer applicable to 3.9.3



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-site] kwin commented on a diff in pull request #424: DRAFT Maven 3.9.3 Release notes

Posted by "kwin (via GitHub)" <gi...@apache.org>.
kwin commented on code in PR #424:
URL: https://github.com/apache/maven-site/pull/424#discussion_r1214053136


##########
content/markdown/docs/3.9.3/release-notes.md:
##########
@@ -0,0 +1,79 @@
+<!--
+ 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 &#x2013; Maven 3.9.3
+
+The Apache Maven team would like to announce the release of Maven 3.9.3.
+
+Maven 3.9.3 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.3/](/ref/3.9.3/)
+
+## Overview About the Changes
+
+* Regression fixes and changes based on user feedback from Maven 3.9.2
+* General performance and other fixes
+
+The full list of changes can be found in our [issue management system][4].
+
+### Notable New Features
+
+* Updated [Eclipse Sisu](https://www.eclipse.org/sisu/) (a Guice based JSR330 container) to latest release. So far used Sisu version was quite old, it supported Java bytecode up to Java 11, limiting all DI managed components (so Mojos, extension and plugin components). This change
+makes possible to create Maven components up to Java 21 bytecode. Naturally, Maven still remains Java 8, so to use plugins, extensions and components compiled into bytecode higher than Java 8, one must use corresponding Java version to run Maven as well.
+* Huge effort of updating ASF Maven plugins is ongoing, and Maven received a ton of lifecycle bound plugin version updates since Maven 3.9.2 (that was released with same plugin versions as Maven 3.9.1).
+* Plugin validation did shake up Maven users community, hence, on users request, they are "toned down". Validation messages are always collected (as before), but default display mode is again "inline" as it was in Maven 3.9.1. Moreover, by default only "project local" messages are displayed to user: issues
+that user can fix by editing the project POM. Plugin non-configuration issues, that can be fixed by corresponding plugin developer only (and requires a release and updating in current project POM) are NOT displayed anymore by default. To enjoy them, one needs explicitly to enable "verbose" mode for plugin
+validation. Furthermore, the precision of warnings and some badly worded messages are fixed.
+* Updated Resolver brings transport related improvements and one interesting new feature: control of checksums per-remote repository.
+
+### Potentially Breaking Core Changes
+
+* The updated [Eclipse Sisu](https://www.eclipse.org/sisu/) might break certain extensions (e. g. Gradle Enterprise) and requires updating affected extensions. 
+

Review Comment:
   I think a reference would be helpful here. This is very fuzzy and Sisu maintains good backwards compatibility in general, just for very specific edge cases I expect issues.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-site] cstamas merged pull request #424: Maven 3.9.3 Release notes

Posted by "cstamas (via GitHub)" <gi...@apache.org>.
cstamas merged PR #424:
URL: https://github.com/apache/maven-site/pull/424


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-site] cstamas commented on a diff in pull request #424: DRAFT Maven 3.9.3 Release notes

Posted by "cstamas (via GitHub)" <gi...@apache.org>.
cstamas commented on code in PR #424:
URL: https://github.com/apache/maven-site/pull/424#discussion_r1214055179


##########
content/markdown/docs/3.9.3/release-notes.md:
##########
@@ -0,0 +1,79 @@
+<!--
+ 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 &#x2013; Maven 3.9.3
+
+The Apache Maven team would like to announce the release of Maven 3.9.3.
+
+Maven 3.9.3 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.3/](/ref/3.9.3/)
+
+## Overview About the Changes
+
+* Regression fixes and changes based on user feedback from Maven 3.9.2
+* General performance and other fixes
+
+The full list of changes can be found in our [issue management system][4].
+
+### Notable New Features
+
+* Updated [Eclipse Sisu](https://www.eclipse.org/sisu/) (a Guice based JSR330 container) to latest release. So far used Sisu version was quite old, it supported Java bytecode up to Java 11, limiting all DI managed components (so Mojos, extension and plugin components). This change
+makes possible to create Maven components up to Java 21 bytecode. Naturally, Maven still remains Java 8, so to use plugins, extensions and components compiled into bytecode higher than Java 8, one must use corresponding Java version to run Maven as well.
+* Huge effort of updating ASF Maven plugins is ongoing, and Maven received a ton of lifecycle bound plugin version updates since Maven 3.9.2 (that was released with same plugin versions as Maven 3.9.1).
+* Plugin validation did shake up Maven users community, hence, on users request, they are "toned down". Validation messages are always collected (as before), but default display mode is again "inline" as it was in Maven 3.9.1. Moreover, by default only "project local" messages are displayed to user: issues
+that user can fix by editing the project POM. Plugin non-configuration issues, that can be fixed by corresponding plugin developer only (and requires a release and updating in current project POM) are NOT displayed anymore by default. To enjoy them, one needs explicitly to enable "verbose" mode for plugin
+validation. Furthermore, the precision of warnings and some badly worded messages are fixed.
+* Updated Resolver brings transport related improvements and one interesting new feature: control of checksums per-remote repository.
+
+### Potentially Breaking Core Changes
+
+* The updated [Eclipse Sisu](https://www.eclipse.org/sisu/) might break certain extensions (e. g. Gradle Enterprise) and requires updating affected extensions. 
+

Review Comment:
   Yes, the issue here was that extension "hacked" plugin configurations in a way, that was ignored in old sisu, but after https://github.com/eclipse/sisu.plexus/commit/e0140ba322c1fb02a9f43078290195c6ba882a66 (present in M1 abd M2) this is not the case, confguration is declared invalid and build fails.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org