Additional setup to support native image creation.

- Switch to Caffeine for caching since it is supported on native unlike Ehcache
 - Use latest metadata repository 0.2.3 (will be the default with Native Build Tools 0.9.15)
 - Registers resource hints for WebJars and db resource directory
This commit is contained in:
Sébastien Deleuze 2022-10-16 21:21:27 +02:00 committed by Oliver Drotbohm
parent 1e56f6fd80
commit f53e0d098e
3 changed files with 34 additions and 3 deletions

View file

@ -84,9 +84,8 @@
<artifactId>cache-api</artifactId>
</dependency>
<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<classifier>jakarta</classifier>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
<!-- webjars -->