Skip to content

Commit

Permalink
Merge pull request #41836 from gastaldi/kerberos
Browse files Browse the repository at this point in the history
Module `java.security.jgss` should export `sun.security.jgss`
  • Loading branch information
gastaldi authored Jul 12, 2024
2 parents 72af1d9 + ab2bd29 commit 010a82d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@ public NativeImageInvokerInfo build() {
* control its actual inclusion which will depend on the usual analysis.
*/
nativeImageArgs.add("-J--add-exports=java.security.jgss/sun.security.krb5=ALL-UNNAMED");
nativeImageArgs.add("-J--add-exports=java.security.jgss/sun.security.jgss=ALL-UNNAMED");

//address https://github.com/quarkusio/quarkus-quickstarts/issues/993
nativeImageArgs.add("-J--add-opens=java.base/java.text=ALL-UNNAMED");
Expand Down

0 comments on commit 010a82d

Please sign in to comment.