-
Enhancement
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
Fails on Weld SE (Core):
1. ERROR in /home/kgaevski/Documents/github/weld-core-parent/environments/se/core/src/test/groovy/org/jboss/weld/environment/se/test/groovy/interceptors/MyBean.groovy (at line 0) /** ^ The type java.lang.Class cannot be resolved. It is indirectly referenced from required .class files
After removing this test I am get the same error on:
/home/kgaevski/Documents/github/weld-core-parent/environments/se/core/src/test/java/org/jboss/weld/environment/se/test/provider /home/kgaevski/Documents/github/weld-core-parent/environments/se/core/src/test/java/org/jboss/weld/environment/se/test/beandiscovery/stereotype /home/kgaevski/Documents/github/weld-core-parent/environments/se/core/src/test/java/org/jboss/weld/environment/se/test/singleton /home/kgaevski/Documents/github/weld-core-parent/environments/se/core/src/test/java/org/jboss/weld/environment/se/test/inheritance/Plant.java /home/kgaevski/Documents/github/weld-core-parent/environments/se/core/src/test/java/org/jboss/weld/environment/se/test/beandiscovery/alternatives/AlternativeTree.java /home/kgaevski/Documents/github/weld-core-parent/environments/se/core/src/test/java/org/jboss/weld/environment/se/test/interceptors/AggregatingInterceptor.java
After last one I am stopped to test it. So it is can be even more.
After excluding SE module another modules builds successfully.
P.S. Also building is not working with maven checkstyle plugin.
- incorporates
-
WELD-2149 Weld build fails on checkstyle with JDK9
- Resolved