Hi, what do you think about removing the "jdk9+-build" profile in the parent pom which adds a lot of JAXB/SOAP etc. related dependencies?
When I remove this profile and try to build on Java I get no further than the "camel-api" module: [ERROR] /camel/core/camel-api/src/main/java/org/apache/camel/ExchangePattern.java:[19,32] error: package javax.xml.bind.annotation does not exist [ERROR] /camel/core/camel-api/src/main/java/org/apache/camel/ExchangePattern.java:[20,32] error: package javax.xml.bind.annotation does not exist [ERROR] /camel/core/camel-api/src/main/java/org/apache/camel/ExchangePattern.java:[25,1] error: cannot find symbol [ERROR] symbol: class XmlType [ERROR] /camel/core/camel-api/src/main/java/org/apache/camel/ExchangePattern.java:[26,1] error: cannot find symbol [ERROR] symbol: class XmlEnum .. Or should this wait until Camel requires Java 11? Cheers, Pascal
