You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ppalaga Not sure what's going on here. When QCXF & CQ 3.18.0 are aligned in the platform, all of the cxf-soap-grouped tests fail with:
CxfSoapWssServerTest.anonymous » Runtime java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkiverse.cxf.ws.security.deployment.QuarkusCxfWsSecurityProcessor#feature threw an exception: java.lang.IllegalStateException: Bouncy Castle's org.bouncycastle:bcprov-jdk18on artifact found in dependencies. To be able to use it, exclude io.quarkiverse.cxf:quarkus-cxf-bc-stub from io.quarkiverse.cxf:quarkus-cxf-rt-ws-security.
at io.quarkiverse.cxf.ws.security.deployment.QuarkusCxfWsSecurityProcessor.feature(QuarkusCxfWsSecurityProcessor.java:24)
at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:733)
at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856)
at io.quarkus.builder.BuildContext.run(BuildContext.java:256)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2675)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2654)
at org.jboss.threads.EnhancedQueueExecutor.runThreadBody(EnhancedQueueExecutor.java:1627)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1594)
at java.base/java.lang.Thread.run(Thread.java:1583)
at org.jboss.threads.JBossThread.run(JBossThread.java:499)
Apparently BC is on the classpath in the generated platform test module:
Bug description
@ppalaga Not sure what's going on here. When QCXF & CQ 3.18.0 are aligned in the platform, all of the
cxf-soap-grouped
tests fail with:Apparently BC is on the classpath in the generated platform test module:
But, if I run the same command in CQ in
integration-tests/cxf-soap-grouped
then no match is found for BC.The text was updated successfully, but these errors were encountered: