You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/08/15 09:56:34 UTC

[maven-site] 01/01: Document known issues

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch maven-3.8.2-known-issues
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit 316568dcad92e738eb2e1d050abd1fbee9fe3c05
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Aug 15 11:56:24 2021 +0200

    Document known issues
---
 content/markdown/docs/3.8.2/release-notes.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/content/markdown/docs/3.8.2/release-notes.md b/content/markdown/docs/3.8.2/release-notes.md
index b17c5c0..f3950c4 100644
--- a/content/markdown/docs/3.8.2/release-notes.md
+++ b/content/markdown/docs/3.8.2/release-notes.md
@@ -42,6 +42,17 @@ This release mainly contains fixes and non-invasive backports from Maven 4.0.0-a
 
 The full list of changes can be found in our [issue management system][4].
 
+## Known Issues
+
+- If any of your plugin mojos spawn new threads there might be a change in class loading as a
+  result of the fix for [https://issues.apache.org/jira/browse/MNG-6843](MNG-6843). See [https://lists.apache.org/thread.html/r0777c9e364f93a609cb4c3da6e634139b9c400166e280856ee25ba72%40%3Cdev.maven.apache.org%3E](discussion)
+  with a possible fix for your plugin mojo as well as a potential general fix in
+  [https://issues.apache.org/jira/browse/MNG-7212](MNG-7212).
+- If any or your projects rely a Maven Core artifacts and your build is perfomed with Maven 3.8.1
+  or later a transitive dependency parent of Sisu Plexus/CPI API 1.0 will inject a remote repository
+  over HTTP which will be blocked by default and (might) lead to build failures. See [https://lists.apache.org/thread.html/rda29028b2c8985f3b94e721d3014a948b312fbddf95ffaa4971acc03%40%3Cusers.maven.apache.org%3E](dicussion)
+  and [https://issues.apache.org/jira/browse/MNG-7214](MNG-7214) for details.
+
 ## Complete Release Notes
 
 See [complete release notes for all versions][5]