-
Bug
-
Resolution: Won't Do
-
Critical
-
None
-
5.0.0.CR4
-
None
-
-
Workaround Exists
-
Changes to 5.0.0 (CR4, in my case) related to logging break my app. I use slf4j for logging and route commons-logging, log4j, and java.util.logging to slf4j to route to Logback.
@Dan, the only reason I can think you're getting that is cos:
Basically, annotation processing is not happening for some reason. Btw, see the dev list for instructions on setting up the annotation processor from the IDE and hence avoid the need to run it from mvn command line.
Tbh, I never do a mvn install alone, I always do a clean before that. In fact, the two mvn commands are used are:
mvn -Dmaven.test.skip.exec=true -P-extras clean install
Clearly, I have these two options aliased and limit to those.