Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion temporal-test-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if (project.hasProperty("nativeBuild")) {
defaultMode = "standard"
metadataCopy {
outputDirectories.add("src/main/resources/META-INF/native-image/io.temporal/temporal-test-server")
mergeWithExisting = false
mergeWithExisting = true
}

}
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
#

Args = -H:+UnlockExperimentalVMOptions \
-H:DynamicProxyConfigurationResources=${.}/proxy-config.json \
-H:JNIConfigurationResources=${.}/jni-config.json \
-H:ReflectionConfigurationResources=${.}/reflect-config.json \
-H:ResourceConfigurationResources=${.}/resource-config.json \
-H:SerializationConfigurationResources=${.}/serialization-config.json \
Comment on lines -22 to -26
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These flags are being removed but the JSON files are not deleted. Is there a reason why? Is it related to flipping the mergeWithExisting flag in build.gradle? I'm not well versed in Gradle and GraalVM.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah good catch that is my fault, I forgot to commit the removal of these files. All of there contents should be in the new reachability-metadata.json

--initialize-at-build-time=org.slf4j.helpers.SubstituteLoggerFactory \
--initialize-at-build-time=org.slf4j.helpers.NOPLoggerFactory

This file was deleted.

This file was deleted.

Loading
Loading