apupier commented on PR #21750:
URL: https://github.com/apache/camel/pull/21750#issuecomment-4012421176
seems we need a new release of cxf-rt-transports-http-undertow:
```
java.lang.NoSuchMethodError: 'io.undertow.server.session.SessionCookieConfig
io.undertow.server.session.SessionCookieConfig.setPath(java.lang.String)'
at
io.undertow.servlet.spec.SessionCookieConfigImpl.setPath(SessionCookieConfigImpl.java:130)
at
io.undertow.servlet.spec.ServletContextImpl.<init>(ServletContextImpl.java:138)
at
io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:154)
at
org.apache.cxf.transport.http_undertow.UndertowHTTPServerEngine.buildServletContext(UndertowHTTPServerEngine.java:225)
at
org.apache.cxf.transport.http_undertow.UndertowHTTPServerEngine.addServant(UndertowHTTPServerEngine.java:158)
at
org.apache.cxf.transport.http_undertow.UndertowHTTPDestination.activate(UndertowHTTPDestination.java:154)
at
org.apache.cxf.transport.AbstractObservable.setMessageObserver(AbstractObservable.java:53)
at
org.apache.cxf.binding.AbstractBindingFactory.addListener(AbstractBindingFactory.java:95)
at
org.apache.cxf.jaxrs.JAXRSBindingFactory.addListener(JAXRSBindingFactory.java:91)
at org.apache.cxf.endpoint.ServerImpl.start(ServerImpl.java:130)
at
org.apache.cxf.jaxrs.JAXRSServerFactoryBean.create(JAXRSServerFactoryBean.java:207)
at
org.apache.camel.component.cxf.jaxrs.CxfRsProducerStreamCacheTest.startRsEchoServer(CxfRsProducerStreamCacheTest.java:73)
```
the main branch already upgraded to 2.0.0.Beta2 of undertow-servlet
https://github.com/apache/cxf/blame/38494776241f9bfdb78528939ed28b619f5f2259/parent/pom.xml#L230
or maybe we could force the usage of 2.0.0.Beta2. i tis a bit ugly but could
work and it is used in tests only in cxf
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]