-
Bug
-
Resolution: Done
-
Critical
-
31.0.0.Beta1
-
None
This line: https://github.com/wildfly/wildfly/blob/main/webservices/server-integration/src/main/java/org/jboss/as/webservices/deployers/WSClassVerificationProcessor.java#L152
... attempts to read the ModuleSpecification of the parent deployment, which involves unsafe access by multiple threads. See:
https://github.com/wildfly/wildfly-core/blob/main/server/src/main/java/org/jboss/as/server/deployment/module/ModuleSpecification.java#L28
- is caused by
-
WFLY-13832 Bug in detecting the org.apache.cxf module
- Closed
- is cloned by
-
JBEAP-28743 WSClassVerificationProcessor can throw ConcurrentModificationException due to unsafe access to ModuleSpecification of the parent DeploymentUnit
- Open
- is triggering
-
WFCORE-7100 Use a concurrent set for ModuleSpecification.userDependenciesSet
- Resolved