abhu85 commented on PR #11734:
URL: https://github.com/apache/maven/pull/11734#issuecomment-3992948200

   Hi maintainers 👋
   
     Friendly ping on this PR - it's been open for about a week. This is a 
minimal fix (3 lines of production code) for the thread-safety issue in
     DefaultModelValidator that causes ClassCastException during concurrent 
model validation (#11618).
   
     The fix replaces HashSet with ConcurrentHashMap.newKeySet() - the same 
approach already used in Maven 4's maven-impl module.
   
     I notice the mergeable state shows as "unstable" - happy to rebase if 
needed. Would appreciate a review when you have a moment. Thanks!


-- 
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