-
Bug
-
Resolution: Done
-
Major
-
None
-
3.0.0.Alpha16
Multimap declaredMetaAnnotationMap can be modified by means of getDeclaredMetaAnnotations(). This causes ConcurrentModificationException during bootstrap when using Java 9 where HashMap#computeIfAbsent() detects concurrent modifications.
This is not an issue for Weld 2.3 where a regular Map is used.
- relates to
-
WELD-2154 Investigate Weld unit & Arquillian test failures with JDK 9
- Resolved