-
Bug
-
Resolution: Done
-
Major
-
1.1.2.Final
-
None
Synopsis:
The time of deployment by WELD will grow exponentailly if JAR files in application increases.
Version:
WELD 1.1.2
Details:
The current implementation below checks circular references when deploying.
org.jboss.weld.bootstrap.WeldBootstrap.DeploymentVisitor#visit()
However, if application EAR file includes many JARs or WARs, the time spent on circularity check increases exponentially.
- is blocked by
-
WELD-1536 Cross-BDA resolution should not be transitive
- Resolved