i am trying to build a native microservice with Aspose PDF (22.8) and Quarkus (2.12.1.Final). Thereby i found an inner class (com.aspose.pdf.internal.ms.System.Text.RegularExpressions.java.lI) which uses jdk.nashorn.internal.runtime.regexp.RegExp. But nashorn isn't available since java 15 anymore.
My error while compiling to native is:
Caused by: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved type during parsing: jdk.nashorn.internal.runtime.regexp.RegExpFactory. This error is reported at image build time because class com.aspose.pdf.internal.ms.System.Text.RegularExpressions.java.lI is registered for linking at image build time by command line
Is Aspose Java 17 compatible and does anyone maybe has experience with Aspose using quarkus native?