Skip to content

Commit

Permalink
Merge pull request #37384 from zakkak/2023-11-29-enable-unsafe-at-nat…
Browse files Browse the repository at this point in the history
…ive-runtime

Stop disabling unsafe in netty at native-executable runtime
  • Loading branch information
gsmet authored Nov 29, 2023
2 parents f48ff11 + de181ea commit d914fa9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ InfinispanPropertiesBuildItem setup(ApplicationArchivesBuildItem applicationArch
additionalBeans.produce(AdditionalBeanBuildItem.builder().addBeanClass(InfinispanClientName.class).build());
additionalBeans.produce(AdditionalBeanBuildItem.builder().addBeanClass(Remote.class).build());

systemProperties.produce(new SystemPropertyBuildItem("io.netty.noUnsafe", "true"));
hotDeployment
.produce(new HotDeploymentWatchedFileBuildItem(META_INF + File.separator + DEFAULT_HOTROD_CLIENT_PROPERTIES));

Expand Down

0 comments on commit d914fa9

Please sign in to comment.