This is an automated email from the ASF dual-hosted git repository.
gitgabrio pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git
The following commit(s) were added to refs/heads/main by this push:
new 06e7a9925 [incubator-kie-issues#1538] Add
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl to initialize-at-run-time
classes (#2116)
06e7a9925 is described below
commit 06e7a992559af3c33b67a5e0b0c93be0a3c9c11a
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Tue Oct 15 17:55:43 2024 +0200
[incubator-kie-issues#1538] Add
org.apache.hc.client5.http.impl.auth.NTLMEngineImpl to initialize-at-run-time
classes (#2116)
Co-authored-by: Gabriele-Cardosi <[email protected]>
---
.../jitexecutor-runner/src/main/resources/application.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/jitexecutor/jitexecutor-runner/src/main/resources/application.properties
b/jitexecutor/jitexecutor-runner/src/main/resources/application.properties
index 47e4b5dc9..0dfac610c 100644
--- a/jitexecutor/jitexecutor-runner/src/main/resources/application.properties
+++ b/jitexecutor/jitexecutor-runner/src/main/resources/application.properties
@@ -22,6 +22,6 @@ quarkus.http.cors=true
quarkus.swagger-ui.always-include=true
quarkus.native.additional-build-args=\
-
--initialize-at-run-time=com.thoughtworks.xstream.converters.extended.DynamicProxyConverter$Reflections\\,org.kie.dmn.core.compiler.execmodelbased.AbstractModelEvaluator\\,org.kie.dmn.core.pmml.DMNKiePMMLTrustyInvocationEvaluator,\
+
--initialize-at-run-time=org.apache.hc.client5.http.impl.auth.NTLMEngineImpl\\,com.thoughtworks.xstream.converters.extended.DynamicProxyConverter$Reflections\\,org.kie.dmn.core.compiler.execmodelbased.AbstractModelEvaluator\\,org.kie.dmn.core.pmml.DMNKiePMMLTrustyInvocationEvaluator,\
-H:IncludeResourceBundles=com.sun.org.apache.xerces.internal.impl.xpath.regex.message,\
--allow-incomplete-classpath
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]