You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2017/10/24 21:15:45 UTC

svn commit: r1813236 - in /maven/site/trunk/content/markdown/docs: 3.5.1/ 3.5.2/ 3.5.2/release-notes.md

Author: stephenc
Date: Tue Oct 24 21:15:45 2017
New Revision: 1813236

URL: http://svn.apache.org/viewvc?rev=1813236&view=rev
Log:
Update release notes

Added:
    maven/site/trunk/content/markdown/docs/3.5.2/
      - copied from r1813235, maven/site/trunk/content/markdown/docs/3.5.1/
Removed:
    maven/site/trunk/content/markdown/docs/3.5.1/
Modified:
    maven/site/trunk/content/markdown/docs/3.5.2/release-notes.md

Modified: maven/site/trunk/content/markdown/docs/3.5.2/release-notes.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/docs/3.5.2/release-notes.md?rev=1813236&r1=1813235&r2=1813236&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/docs/3.5.2/release-notes.md (original)
+++ maven/site/trunk/content/markdown/docs/3.5.2/release-notes.md Tue Oct 24 21:15:45 2017
@@ -20,11 +20,11 @@
  http://maven.apache.org/doxia/references/apt-format.html
 -->
 
-# Release Notes – Maven 3.5.1
+# Release Notes – Maven 3.5.2
 
-The Apache Maven team would like to announce the release of Maven 3.5.1.
+The Apache Maven team would like to announce the release of Maven 3.5.2.
 
-Maven 3.5.1 is [available for download][0].
+Maven 3.5.2 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.
 
@@ -40,26 +40,36 @@ We hope you enjoy using Maven! If you ha
 
 Bugs:
 
+* Marcel Schutte (reporter)
+* Mario Krizmanic (reporter, contributor)
+* Charles Gould (reporter)
+* Brian Oxley (reporter)
+* Dejan Stojadinovic (contributor)
+
 Improvements:
 
+* Anton Tanasenko (reporter, contributor)
+* Gregor B. Rosenauer (reporter)
+* Sylwester Lachiewicz (reporter)
+* Stefan Eicher (reporter, contributor)
+* Manuel Ryan (reporter)
+
 Many thanks to all reporters and contributors and for their time and support.
 
 ## Testers
 
 The following members of the Maven community provided valuable feedback during the release process:
 
-* ...
+* Mark Derricutt
+* Dejan Stojadinovic
+* Thomas Collignon
+* Grzegorz Grzybek
+* Petar Tahchiev
+* jieryn
+* Petr Široký
 
 Thank you for your time and feedback.
 
-## Overview about the changes
-
-There is one change that deserves to be highlighted, [MNG-6275][]. 
-As a result of changes in the classloaders within which the META-INF services are exposed from Java 8 onwards, we have had to change how the root Maven classloader gets initialized.
-When invoked from the command line, there is no difference between the new explicitly configured root classloader and the previous inferred classloader.
-However, in the case of IDEs and other third party users of Maven Embedder have integrated with Maven, there is the potential that this change may cause issues for those IDEs.
-Please report any inconsistencies in the behaviour of IDEs and other third party consumers of Maven Embedder to their maintainers, as the classloader change is required for Java 8 onwards.
-
 ## Improvements
 
 The full list of changes as well as detailed descriptions of same can be found in our [issue management system][6].
@@ -71,12 +81,12 @@ The full list of changes as well as deta
 - [MNG-6148][] - Can't package and assemble with JDK9/Jigsaw
 - [MNG-6149][] - MetadataResolutionResult#getGraph() never resolves request type 'test'
 - [MNG-6205][] - Non-ascii chars in name element are displayed as question marks in Win CLI output (regression)
-- [MNG-6209][] - inconsistent activation of components from multiple extensions=true plugins
 - [MNG-6210][] - can't load @SessionScoped/@MojoExecutionScoped components from .mvn/extensions.xml
 - [MNG-6223][] - mvn -f outputs invalid error when specifying POM directory
+- [MNG-6224][] - Regression 6182a208: library.jansi.path does not point to proper directory
 - [MNG-6233][] - maven-resolver-provider mixes JRS 330 and Plexus annotations
 - [MNG-6240][] - Duplicate components in plugin extension realm when plugin depends on maven-aether-resolver
-- [MNG-6275][] - ServiceLoaderFactory can't find implementations via ClassRealm
+- [MNG-6242][] - No color for maven on Cygwin
 
 ### Sub-tasks
 - [MNG-6186][] - switch to improved HawtJNI
@@ -87,6 +97,7 @@ The full list of changes as well as deta
 - [MNG-6025][] - Add a ProjectArtifactsCache similar to PluginArtifactsCache
 - [MNG-6123][] - detect self references in POM and fail fast
 - [MNG-6174][] - Clean Up Maven Model
+- [MNG-6196][] - Update slf4j and simplify its color integration
 - [MNG-6203][] - Minor cleanup in MavenCli.java
 - [MNG-6206][] - We should produce a WARNING by using RELEASE, LATEST as versions
 - [MNG-6207][] - Create WARNINGs in case of using system scope
@@ -108,32 +119,32 @@ See [complete release notes for all vers
 [1]: ../../plugins/index.html
 [2]: https://maven.apache.org/
 [3]: /mail-lists.html
-[4]: /ref/3.5.1/
-[5]: http://www.mail-archive.com/dev@maven.apache.org/-TODO-.html
+[4]: /ref/3.5.2/
 [6]: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12338964&styleName=Text
 [7]: ../../docs/history.html
-[MNG-6186]: https://issues.apache.org/jira/browse/MNG-6186
-[MNG-6280]: https://issues.apache.org/jira/browse/MNG-6280
+[MNG-5457]: https://issues.apache.org/jira/browse/MNG-5457
 [MNG-5935]: https://issues.apache.org/jira/browse/MNG-5935
+[MNG-6025]: https://issues.apache.org/jira/browse/MNG-6025
+[MNG-6084]: https://issues.apache.org/jira/browse/MNG-6084
+[MNG-6123]: https://issues.apache.org/jira/browse/MNG-6123
 [MNG-6127]: https://issues.apache.org/jira/browse/MNG-6127
 [MNG-6148]: https://issues.apache.org/jira/browse/MNG-6148
 [MNG-6149]: https://issues.apache.org/jira/browse/MNG-6149
-[MNG-6205]: https://issues.apache.org/jira/browse/MNG-6205
-[MNG-6209]: https://issues.apache.org/jira/browse/MNG-6209
-[MNG-6210]: https://issues.apache.org/jira/browse/MNG-6210
-[MNG-6223]: https://issues.apache.org/jira/browse/MNG-6223
-[MNG-6233]: https://issues.apache.org/jira/browse/MNG-6233
-[MNG-6240]: https://issues.apache.org/jira/browse/MNG-6240
-[MNG-6275]: https://issues.apache.org/jira/browse/MNG-6275
-[MNG-5457]: https://issues.apache.org/jira/browse/MNG-5457
-[MNG-6025]: https://issues.apache.org/jira/browse/MNG-6025
-[MNG-6123]: https://issues.apache.org/jira/browse/MNG-6123
+[MNG-6167]: https://issues.apache.org/jira/browse/MNG-6167
 [MNG-6174]: https://issues.apache.org/jira/browse/MNG-6174
+[MNG-6186]: https://issues.apache.org/jira/browse/MNG-6186
+[MNG-6196]: https://issues.apache.org/jira/browse/MNG-6196
 [MNG-6203]: https://issues.apache.org/jira/browse/MNG-6203
+[MNG-6205]: https://issues.apache.org/jira/browse/MNG-6205
 [MNG-6206]: https://issues.apache.org/jira/browse/MNG-6206
 [MNG-6207]: https://issues.apache.org/jira/browse/MNG-6207
-[MNG-6228]: https://issues.apache.org/jira/browse/MNG-6228
-[MNG-6084]: https://issues.apache.org/jira/browse/MNG-6084
+[MNG-6210]: https://issues.apache.org/jira/browse/MNG-6210
 [MNG-6220]: https://issues.apache.org/jira/browse/MNG-6220
-[MNG-6167]: https://issues.apache.org/jira/browse/MNG-6167
+[MNG-6223]: https://issues.apache.org/jira/browse/MNG-6223
+[MNG-6224]: https://issues.apache.org/jira/browse/MNG-6224
+[MNG-6228]: https://issues.apache.org/jira/browse/MNG-6228
+[MNG-6233]: https://issues.apache.org/jira/browse/MNG-6233
+[MNG-6240]: https://issues.apache.org/jira/browse/MNG-6240
+[MNG-6242]: https://issues.apache.org/jira/browse/MNG-6242
 [MNG-6258]: https://issues.apache.org/jira/browse/MNG-6258
+[MNG-6280]: https://issues.apache.org/jira/browse/MNG-6280