We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced78da commit f3ff471Copy full SHA for f3ff471
core/src/main/resources/META-INF/native-image/com.datastax.oss/java-driver-core/native-image.properties
@@ -4,4 +4,5 @@ Args=-H:IncludeResources=reference\\.conf \
4
-H:IncludeResources=application\\.properties \
5
-H:IncludeResources=.*Driver\\.properties \
6
-H:DynamicProxyConfigurationResources=${.}/proxy.json \
7
- -H:ReflectionConfigurationResources=${.}/reflection.json
+ -H:ReflectionConfigurationResources=${.}/reflection.json \
8
+ --initialize-at-build-time=com.datastax.oss.driver.internal.core.util.Dependency
0 commit comments