Skip to content

Commit

Permalink
Issue helidon-io#9025 - Fixed native image build for webserver.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomáš Kraus <[email protected]>
  • Loading branch information
Tomas-Kraus committed Jul 23, 2024
1 parent d1a818f commit bc95ac1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Args=--no-fallback \
--initialize-at-run-time=io.netty.handler.codec.compression.Lz4XXHash32 \
--initialize-at-run-time=io.netty.handler.codec.compression.ZstdDecoder \
--initialize-at-run-time=io.netty.handler.codec.compression.ZstdConstants \
--initialize-at-run-time=org.glassfish.hk2.utilities.CleanerFactory \
--initialize-at-build-time=io.helidon \
--initialize-at-build-time=io.netty \
--initialize-at-build-time=org.yaml.snakeyaml \
Expand Down
6 changes: 6 additions & 0 deletions tests/integration/jpa/appl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,12 @@
</property>
</activation>
<id>native-image</id>
<dependencies>
<dependency>
<groupId>io.helidon.integrations.graal</groupId>
<artifactId>helidon-graal-native-image-extension</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit bc95ac1

Please sign in to comment.