gnodet opened a new pull request, #13021:
URL: https://github.com/apache/maven/pull/13021

   Backport of #13001 to maven-4.0.x.
   
   ## Summary
   
   - Add `maven-bundle-plugin` (≥ 5.1.1) and `bnd-maven-plugin` (≥ 5.1.0) to 
mvnup's `PluginUpgradeStrategy` so that `mvn mvnup:check` / `mvn mvnup:apply` 
detects and upgrades these plugins automatically
   - bndlib < 5.1.0 has a bug (FELIX-6259) where `Jar.putResource()` modifies a 
collection inside its own `computeIfAbsent()` call — JDK 17+ backported CME 
detection (JDK-8259535) that correctly rejects this, causing 
`ConcurrentModificationException` on every Maven 4 build using old BND plugins
   
   Fixes #12987


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to