You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/01/21 10:30:19 UTC

[GitHub] [camel-quarkus] jyterrien commented on issue #2152: Require Java 11 in examples

jyterrien commented on issue #2152:
URL: https://github.com/apache/camel-quarkus/issues/2152#issuecomment-764538449


   Hi
   with `<maven.compiler.target>11</maven.compiler.target>`
   The bootstrap display
   `2021-01-21 11:23:47,405 WARN  [io.qua.dep.dev.JavaCompilationProvider] (Timer-0) unknown enum constant javax.xml.bind.annotation.XmlAccessType.PROPERTY
     reason: class file for javax.xml.bind.annotation.XmlAccessType not found, line -1 in H:\camel-quarkus-examples\timer-log-main\src\main\java\org\acme\timer\TimerRoute.java
   2021-01-21 11:23:47,405 WARN  [io.qua.dep.dev.JavaCompilationProvider] (Timer-0) unknown enum constant javax.xml.bind.annotation.XmlAccessType.NONE, line -1 in H:\camel-quarkus-examples\timer-log-main\src\main\java\org\acme\timer\TimerRoute.java
   2021-01-21 11:23:47,406 WARN  [io.qua.dep.dev.JavaCompilationProvider] (Timer-0) unknown enum constant javax.xml.bind.annotation.XmlAccessType.FIELD, line -1 in H:\camel-quarkus-examples\timer-log-main\src\main\java\org\acme\timer\TimerRoute.java
   2021-01-21 11:23:47,406 WARN  [io.qua.dep.dev.JavaCompilationProvider] (Timer-0) unknown enum constant javax.xml.bind.annotation.XmlAccessType.PROPERTY, line -1 in H:\camel-quarkus-examples\timer-log-main\src\main\java\org\acme\timer\TimerRoute.java
   2021-01-21 11:23:47,406 WARN  [io.qua.dep.dev.JavaCompilationProvider] (Timer-0) unknown enum constant javax.xml.bind.annotation.XmlAccessType.FIELD, line -1 in H:\camel-quarkus-examples\timer-log-main\src\main\java\org\acme\timer\TimerRoute.java
   2021-01-21 11:23:47,406 WARN  [io.qua.dep.dev.JavaCompilationProvider] (Timer-0) unknown enum constant javax.xml.bind.annotation.XmlAccessType.FIELD, line -1 in H:\camel-quarkus-examples\timer-log-main\src\main\java\org\acme\timer\TimerRoute.java`
   
   but XmlAccessType il snot présent in code of this project. I'm think that comme with an dependency
   Thank
   JYT


----------------------------------------------------------------
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:
users@infra.apache.org