Hello.
Could you please replace your dependency on findbugs jsr305 with the finalised artifact. Even better would be updating to jakarta.annotation-api. Findbugs was abandoned years ago and causes issues with applications on JPMS runtimes by exporting the same package as the RIs own dependency.
Hello.
Could you please replace your dependency on findbugs jsr305 with the finalised artifact. Even better would be updating to
jakarta.annotation-api. Findbugs was abandoned years ago and causes issues with applications on JPMS runtimes by exporting the same package as the RIs own dependency.