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
  • Loading branch information
gastaldi committed Jul 11, 2024
1 parent bf2e945 commit ab2bd29
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 ab2bd29

Please sign in to comment.