This is an automated email from the ASF dual-hosted git repository.
sjaranowski 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 8dd7d0a1 Add known issues to 3.9.12
8dd7d0a1 is described below
commit 8dd7d0a1108682bf97dddfc23b3237c06d205350
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Jan 8 22:40:37 2026 +0100
Add known issues to 3.9.12
---
content/markdown/docs/3.9.12/release-notes.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/content/markdown/docs/3.9.12/release-notes.md
b/content/markdown/docs/3.9.12/release-notes.md
index ed794451..efa8d789 100644
--- a/content/markdown/docs/3.9.12/release-notes.md
+++ b/content/markdown/docs/3.9.12/release-notes.md
@@ -55,6 +55,11 @@ This release updates Resolver to version
[1.9.25](https://github.com/apache/mave
For a full list of changes, please refer to the [GitHub release
page](https://github.com/apache/maven/releases/tag/maven-3.9.12).
+## Known issues
+
+- https://github.com/apache/maven/issues/11634 - Due to improvements in
parallel PUT method - used for deploy artifacts - in resolver 1.9.25,
+ bugs of concurrency processing in some repository managers can be disclosed.
+
## 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).