Ville Koskela
Ville Koskela
I am experiencing a similar issue. I completely agree that the parser is behaving as documented; however, for values specified in the file some type discovery does appear to occur....
There is the flip-side as well; we depend on Jackson and Guava and regularly update both. The longer it takes to achieve version compatibility across the two the more difficult...
Any reason not to upgrade to JUnit `4.13` which was released Jan-2020? https://search.maven.org/artifact/junit/junit
After reading more of the code and writing some unit tests it looks like you can get pretty close with a "hack" rule like this: ``` rule META-INF.native.* META-INF.native.libcom_example_shaded_RESOURCE ```...
Findbugs is deprecated; however, the issue is also flagged by its successor Spotbugs: ``` [INFO] --- spotbugs-maven-plugin:3.1.12:check (spotbugs-check) @ protocol --- [INFO] BugInstance size is 10 [INFO] Error size is...