We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7959e1a commit 971d76eCopy full SHA for 971d76e
core/pom.xml
@@ -40,6 +40,9 @@
40
<dependency>
41
<groupId>org.kohsuke</groupId>
42
<artifactId>akuma</artifactId>
43
+ <!-- Will be removed due to https://github.com/SoftInstigate/restheart/issues/548
44
+ When done, also remove <Enable-Native-Access>ALL-UNNAMED</Enable-Native-Access> in maven-jar-plugin configuration
45
+ -->
46
</dependency>
47
48
<groupId>net.java.dev.jna</groupId>
@@ -189,6 +192,8 @@
189
192
</manifest>
190
193
<manifestEntries>
191
194
<Build-Time>${maven.build.timestamp}</Build-Time>
195
+ <!-- akuma required JNA that logs warnings with Java 24. The following avoids it: -->
196
+ <Enable-Native-Access>ALL-UNNAMED</Enable-Native-Access>
197
</manifestEntries>
198
</archive>
199
</configuration>
0 commit comments