Replies: 3 comments 9 replies
-
|
Hi @schaefa, I had a look at v17.4 and I am not familiar with Sling or Feature Models. Does it look at the |
Beta Was this translation helpful? Give feedback.
-
|
I built a local file (./gradelw clean shadowJar) where I changed the line 155 in build.gradle to exclude sun.misc: Import-Package: !com.google.,!org.checkerframework.,!javax.annotation.,!graphql.com.google.,!sun.misc,* And that will result in a JAR file w/o that import. Unfortunately I am not able to build a maven artifact for 17.4 locally. When I used a JAR w/o sun.misc in it Adobe AEM it runs just fine w/o any issues. |
Beta Was this translation helpful? Give feedback.
-
|
I encounter another issue with release 17.4 and 20.0. All of the graphql-java JAR files cannot be used anymore as OSGi Bundles as the META-INF/MANIFEST.MF is not the first entry. This is caused by the shadowJar task. If I use task jar the order is correct. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I ran into a problem when using graphql-java with Sling's Feature Models. Building the feature models it complains about sun.misc being imported by graphql-java version 17.4.
Locally I can build the 17.4 JAR file but my JAR file is only 1.6MB rather than 2.7 as in Maven Repo.
Cheers - Andy
Beta Was this translation helpful? Give feedback.
All reactions