-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
12.0.0.Final
-
None
I have WildFly 12.0.0.Final server running on JDK 9. I have simple maven based annotated servlet project: https://github.com/anatoly-spb/simple-annotated-servlet .
If I build my project with Java 9, WildFly does not see @WebServlet annotation. If I build my project with Java 1.8, WildFly uses @WebServlet annotation and works as expected.
- duplicates
-
WFLY-9961 Annotations in applications, compiled using JDK 9, aren't recognized causing deployment issues
- Closed