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 authored and holly-cummins committed Feb 8, 2024
1 parent 4426486 commit 2e5e04b
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 2e5e04b

Please sign in to comment.