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/20 20:31:44 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue #2152: Require Java 11 in examples

ppalaga opened a new issue #2152:
URL: https://github.com/apache/camel-quarkus/issues/2152


   


----------------------------------------------------------------
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



[GitHub] [camel-quarkus] ppalaga closed issue #2152: Require Java 11 in examples

Posted by GitBox <gi...@apache.org>.
ppalaga closed issue #2152:
URL: https://github.com/apache/camel-quarkus/issues/2152


   


----------------------------------------------------------------
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



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

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #2152:
URL: https://github.com/apache/camel-quarkus/issues/2152#issuecomment-763914182


   > _No description provided._
   
   


----------------------------------------------------------------
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



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

Posted by GitBox <gi...@apache.org>.
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



[GitHub] [camel-quarkus] ppalaga closed issue #2152: Require Java 11 in examples

Posted by GitBox <gi...@apache.org>.
ppalaga closed issue #2152:
URL: https://github.com/apache/camel-quarkus/issues/2152


   


----------------------------------------------------------------
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



[GitHub] [camel-quarkus] ppalaga removed a comment on issue #2152: Require Java 11 in examples

Posted by GitBox <gi...@apache.org>.
ppalaga removed a comment on issue #2152:
URL: https://github.com/apache/camel-quarkus/issues/2152#issuecomment-763914182


   > _No description provided._
   
   


----------------------------------------------------------------
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



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

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #2152:
URL: https://github.com/apache/camel-quarkus/issues/2152#issuecomment-763914182


   > _No description provided._
   
   


----------------------------------------------------------------
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



[GitHub] [camel-quarkus] ppalaga removed a comment on issue #2152: Require Java 11 in examples

Posted by GitBox <gi...@apache.org>.
ppalaga removed a comment on issue #2152:
URL: https://github.com/apache/camel-quarkus/issues/2152#issuecomment-763914182


   > _No description provided._
   
   


----------------------------------------------------------------
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



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

Posted by GitBox <gi...@apache.org>.
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