Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Quarkus CXF 3.16.1 #1321

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Conversation

ppalaga
Copy link
Collaborator

@ppalaga ppalaga commented Oct 24, 2024

@quarkus-bot
Copy link

quarkus-bot bot commented Oct 25, 2024

Status for workflow CI Build

This is the status report for running CI Build on commit a1442b3.

Failing Jobs

Status Name Step Failures Logs Raw logs
Build - JDK 17 Build with Maven Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Build - JDK 17 #

- Failing:  

📦 Root project

Failed to execute goal io.quarkus:quarkus-platform-bom-maven-plugin:0.0.116:invoke-platform-project (build-platform-project) on project quarkus-platform-config: Failed to build the platform project, please consult the errors logged above.

📦 generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-cxf-soap-grouped

org.apache.camel.quarkus.component.cxf.soap.wss.client.it.CxfSoapWssClientTest.testWrongClientNotHanging line 116 - More details - Source on GitHub

jakarta.xml.ws.WebServiceException: Could not send Message.
	at org.apache.cxf.jaxws.JaxWsClientProxy.mapException(JaxWsClientProxy.java:183)
	at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:145)
	at jdk.proxy6/jdk.proxy6.$Proxy265.sayHelloWrong(Unknown Source)
	at org.apache.camel.quarkus.component.cxf.soap.wss.client.it.CxfSoapWssClientTest.lambda$testWrongClientNotHanging$0(CxfSoapWssClientTest.java:116)
	at org.testcontainers.shaded.org.awaitility.core.CallableCondition$ConditionEvaluationWrapper.eval(CallableCondition.java:99)
	at org.testcontainers.shaded.org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:248)
	at org.testcontainers.shaded.org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:235)

📦 generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-langchain4j-chat

org.apache.camel.quarkus.component.langchain4j.chat.it.LangChain4jChatTest.simpleMessage - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.rest.client.reactive.jackson.deployment.RestClientReactiveJacksonProcessor#feature threw an exception: java.lang.NoSuchFieldError: REST_CLIENT_REACTIVE_JACKSON
	at io.quarkus.rest.client.reactive.jackson.deployment.RestClientReactiveJacksonProcessor.feature(RestClientReactiveJacksonProcessor.java:44)
	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)
	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)

@ppalaga
Copy link
Collaborator Author

ppalaga commented Oct 25, 2024

CxfSoapWssClientTest should get fixed by upgrading Camel Quarkus to 3.16.0.

I have no idea about the LangChain4jChatTest.

@jamesnetherton
Copy link
Collaborator

I have no idea about the LangChain4jChatTest.

Will also be fixed in CQ 3.16.0.

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@gsmet gsmet merged commit 4254128 into quarkusio:main Oct 25, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants