Skip to content

Commit

Permalink
Stop disabling unsafe in netty at native-executable runtime
Browse files Browse the repository at this point in the history
Resolves issues unveiled with
quarkusio#37347
  • Loading branch information
zakkak committed Nov 29, 2023
1 parent 2bd2490 commit de181ea
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 de181ea

Please sign in to comment.