Skip to content

Commit

Permalink
Update native-image.properties (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives authored Jul 11, 2022
1 parent 1791555 commit 2b9a2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ Args = -H:ReflectionConfigurationResources=${.}/reflection-config.json \
--initialize-at-run-time=org.neo4j.driver.internal.shaded.io.netty.handler.ssl.util.ThreadLocalInsecureRandom \
--initialize-at-run-time=org.neo4j.driver.internal.shaded.io.netty.util.AbstractReferenceCounted \
--initialize-at-run-time=org.neo4j.driver.internal.shaded.io.netty.util.internal.logging.Log4JLogger \
--initialize-at-run-time=org.neo4j.driver.internal.shaded.io.netty.internal.tcnative.SSL \
-Dio.netty.noUnsafe=true \
-Dio.netty.leakDetection.level=DISABLED
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ Args = -H:ReflectionConfigurationResources=${.}/reflection-config.json \
--initialize-at-run-time=io.netty.handler.ssl.util.ThreadLocalInsecureRandom \
--initialize-at-run-time=io.netty.util.AbstractReferenceCounted \
--initialize-at-run-time=io.netty.util.internal.logging.Log4JLogger \
--initialize-at-run-time=io.netty.internal.tcnative.SSL \
-Dio.netty.noUnsafe=true \
-Dio.netty.leakDetection.level=DISABLED

0 comments on commit 2b9a2c2

Please sign in to comment.