Skip to content

Commit

Permalink
Initialize GpgSigner at runtime to avoid security provider problem
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Dec 3, 2019
1 parent 43e36e5 commit 344e6fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ ReflectiveClassBuildItem reflection() {
List<RuntimeInitializedClassBuildItem> runtimeInitializedClasses() {
return Arrays.asList(
new RuntimeInitializedClassBuildItem("org.eclipse.jgit.transport.HttpAuthMethod$Digest"),
new RuntimeInitializedClassBuildItem("org.eclipse.jgit.lib.GpgSigner"),
new RuntimeInitializedClassBuildItem(PortWatcherRunTime.class.getName()));
}

Expand Down

0 comments on commit 344e6fe

Please sign in to comment.