ppalaga opened a new issue #289: Run CI with Java 11
URL: https://github.com/apache/camel-quarkus/issues/289
 
 
   Just got a report over a private channel that this demo 
https://github.com/ppalaga/camel-quarkus-cnorris-demo does not work on some 
unspecified Java version that is greater than 8. Asked for details, but do not 
have a reply yet. 
   
   Regardless of this specific issue, we should test regularly on Java 11.
   
   ```
        at 
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
        at 
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        at java.base/java.lang.Thread.run(Thread.java:835)
   Caused by: java.lang.NoClassDefFoundError: 
javax/xml/bind/annotation/XmlElement
        at 
com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector.<init>(JaxbAnnotationIntrospector.java:139)
        at 
com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector.<init>(JaxbAnnotationIntrospector.java:126)
        at 
com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule.setupModule(JaxbAnnotationModule.java:90)
        at 
com.fasterxml.jackson.databind.ObjectMapper.registerModule(ObjectMapper.java:751)
        at 
org.apache.camel.component.jackson.converter.JacksonTypeConverters.<init>(JacksonTypeConverters.java:57)
        at 
org.apache.camel.component.jackson.converter.JacksonTypeConvertersLoader.getJacksonTypeConverters(JacksonTypeConvertersLoader.java:38)
        at 
org.apache.camel.component.jackson.converter.JacksonTypeConvertersLoader.lambda$registerFallbackConverters$0(JacksonTypeConvertersLoader.java:28)
        at 
org.apache.camel.support.SimpleTypeConverter.convertTo(SimpleTypeConverter.java:99)
        at 
org.apache.camel.impl.converter.BaseTypeConverterRegistry.doConvertTo(BaseTypeConverterRegistry.java:301)
        at 
org.apache.camel.impl.converter.BaseTypeConverterRegistry.doConvertTo(BaseTypeConverterRegistry.java:158)
        at 
org.apache.camel.impl.converter.BaseTypeConverterRegistry.convertTo(BaseTypeConverterRegistry.java:125)
        at 
org.apache.camel.support.DefaultMessage.getHeader(DefaultMessage.java:94)
        at 
org.apache.camel.component.netty.http.NettyHttpHelper.createMethod(NettyHttpHelper.java:106)
        at 
org.apache.camel.component.netty.http.DefaultNettyHttpBinding.toNettyRequest(DefaultNettyHttpBinding.java:643)
        at 
org.apache.camel.component.netty.http.NettyHttpProducer.getRequestBody(NettyHttpProducer.java:68)
        at 
org.apache.camel.component.netty.NettyProducer.process(NettyProducer.java:201)
        at 
org.apache.camel.component.netty.http.NettyHttpProducer.process(NettyHttpProducer.java:57)
        at 
org.apache.camel.processor.SendProcessor.process(SendProcessor.java:134)
        ... 28 more
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to