Skip to content

Commit

Permalink
Module java.security.jgss should export sun.security.jgss
Browse files Browse the repository at this point in the history
(cherry picked from commit ab2bd29)
  • Loading branch information
gastaldi authored and gsmet committed Jul 16, 2024
1 parent 471e5b1 commit 8a711d4
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 8a711d4

Please sign in to comment.