Skip to content

Commit

Permalink
Merge pull request #41664 from dmlloyd/fix-41535
Browse files Browse the repository at this point in the history
Reinitialize the SmallRye `HostName` class as well
  • Loading branch information
gastaldi authored Jul 3, 2024
2 parents 712cffb + 910fcea commit 670ded8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ void reinitHostNameUtil(BuildProducer<RuntimeReinitializedClassBuildItem> runtim
// so we reinitialize this to re-compute the field (and other related fields) during native application's
// runtime
runtimeReInitClass.produce(new RuntimeReinitializedClassBuildItem("org.wildfly.common.net.HostName"));
runtimeReInitClass.produce(new RuntimeReinitializedClassBuildItem("io.smallrye.common.net.HostName"));
}

private Boolean isSslNativeEnabled(SslNativeConfigBuildItem sslNativeConfig,
Expand Down

0 comments on commit 670ded8

Please sign in to comment.