uwemock
uwemock
Yes, finally found out. ZUGFeRDImporter requires PDFBox version 1.8.x.
I can't tell. Maven search doesn't find mustangproject any more. My pom uses 1.2.0.
I had this issue with 1.7.2 again. In order to get around it, I removed org.apache.pdfbox:preflight from my dependencies and replaced it by commons-io.
See library-2.5.0.jar/META-INF/maven/com.fasterxml.jackson.core/jackson-databind/
The [com.fasterxml.jackson.core:jackson-databind:2.13.0](https://nvd.nist.gov/vuln/detail/CVE-2020-36518) report is gone now. However, the [org.assertj:assertj-core:2.9.0](https://ossindex.sonatype.org/component/pkg:maven/org.assertj/[email protected]) report remains. Do you use XMLUnit for testing purposes so the assertj dependency comes in? I wonder why you would require...
Looks good
I find this message in one of my projects as well, but only if I start the application in Java 9. I have tried to find the cause, but with...
Just a quick note to let you know I'm facing this same problem with someone using OpenJDK 21. Is there anything I can do to help?