Hi Yeah lets take a look at that. Its some old cruft from the early JDK9 days.
On Wed, Apr 15, 2020 at 9:03 PM Pascal Schumacher <pascalschumac...@gmx.net> wrote: > > 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 > > -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2