Bukama commented on code in PR #806: URL: https://github.com/apache/maven-site/pull/806#discussion_r2119333085
########## content/markdown/docs/3.9.10/release-notes.md: ########## @@ -0,0 +1,73 @@ +<!-- +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.10 + +The Apache Maven team would like to announce the release of Maven 3.9.10. + +Maven 3.9.10 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.10/](/ref/3.9.10/) + +## Overview About the Changes + +Regression fixes and other improvements from Maven 3.9.9. All users already on Maven 3.9.x are advised to upgrade. + +The majority of fixed issues are bug and regression fixes for user reported problems. + +This release updates Resolver to version [1.9.23](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12354989). + +Maven itself received notable improvements in area of support for `JDK 24` as runtime. Review Comment: > Ok, there was a many dependencies updates to be more compatible with JDK 24, like sisu and asm, some of warrnings on JDK 24 also was mutted or removed by updates - like for guava so I think it is importants ... any suggestion how to mention about its in release notes. Why note just tell exactly this in the release notes? Maybe like this (including the disclaimer that only Java 8 is needed for those, who don't check history page"): > When running a build using Java 24 with an earlier version of Maven there were a lot of errors and warnings, because many dependency were not compatible with a Java 24 runtime. In Maven 3.9.10 those got updated, resulting in Maven 3.9.10 now has a far better support if you want to run your builds on Java 24. > > Note: Maven 3.9.10 still only requires Java 8 to execute. -- 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-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org