Skip to content

Commit

Permalink
[#3653] Fix native build
Browse files Browse the repository at this point in the history
The new Mandrel release had run into an error which did not occur using
the previous version. It has been fixed by marking the affected class to
be initialized during run time.
  • Loading branch information
sophokles73 committed Jul 22, 2024
1 parent 49ea4c0 commit c60c1fb
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
# Copyright (c) 2021 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand All @@ -12,4 +12,5 @@ Args = -H:ResourceConfigurationResources=${.}/resources-config.json \
-H:AdditionalSecurityProviders=org.wildfly.security.sasl.digest.WildFlyElytronSaslDigestProvider \
-H:AdditionalSecurityProviders=org.wildfly.security.sasl.external.WildFlyElytronSaslExternalProvider \
-H:AdditionalSecurityProviders=org.wildfly.security.sasl.plain.WildFlyElytronSaslPlainProvider \
-H:AdditionalSecurityProviders=org.wildfly.security.sasl.scram.WildFlyElytronSaslScramProvider
-H:AdditionalSecurityProviders=org.wildfly.security.sasl.scram.WildFlyElytronSaslScramProvider \
--initialize-at-run-time=org.infinispan.metrics.impl.BaseOperatingSystemAdditionalMetrics

0 comments on commit c60c1fb

Please sign in to comment.