Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.3.0-alpha5
-
- Maven
- Java 8
- SpringMVC
Description
Logback import `edu.washington.cs.types.checker` - `checker-framework.1.7.0` but it conflict with `javax.validation` - `validation-api.2.0.1.Final`, when Logback is runtime scope it will pass compile, but it will make error when @NotNull trigger, such as `NotNull defines no attribute 'groups'.`