This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 8642b8b3a9 cxf-soap-grouped native build occasionally runs out of
memory, fix #7076
8642b8b3a9 is described below
commit 8642b8b3a93a3d7932cb6390a20e9c9086149cb8
Author: Peter Palaga <[email protected]>
AuthorDate: Mon Mar 10 14:49:50 2025 +0100
cxf-soap-grouped native build occasionally runs out of memory, fix #7076
---
.../src/main/resources/application.properties | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/main/resources/application.properties
b/integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/main/resources/application.properties
index 672c8456bf..ac41f12312 100644
---
a/integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/main/resources/application.properties
+++
b/integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/main/resources/application.properties
@@ -21,6 +21,3 @@ quarkus.native.resources.includes = wsdl/*.wsdl
# do everything with named parameter sets so that it works in the grouped
module
quarkus.cxf.codegen.wsdl2java.security-client.includes =
wsdl/WssCalculatorService.wsdl,wsdl/HelloWorld.wsdl
quarkus.cxf.codegen.wsdl2java.security-client.additional-params =
-wsdlLocation,classpath:wsdl/WssCalculatorService.wsdl
-
-# Workaround heap OOMs on GitHub actions
-quarkus.native.native-image-xmx = 4g
\ No newline at end of file