zhfeng opened a new issue, #4983:
URL: https://github.com/apache/camel-quarkus/issues/4983

   ### Bug description
   
   It needs to use `jakarta.annotation.Priority`
   
   The compilation error is
   ```
   Error:  Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile 
(default-testCompile) on project camel-quarkus-jta-deployment: Compilation 
failure: Compilation failure: 
   Error:  
/home/runner/work/camel-quarkus/camel-quarkus/extensions/jta/deployment/src/test/java/org/apache/camel/quarkus/component/jta/MockTransactionManagerProducer.java:[19,22]
 cannot find symbol
   Error:    symbol:   class Priority
   Error:    location: package io.quarkus.arc
   Error:  
/home/runner/work/camel-quarkus/camel-quarkus/extensions/jta/deployment/src/test/java/org/apache/camel/quarkus/component/jta/MockTransactionManagerProducer.java:[31,6]
 cannot find symbol
   Error:    symbol:   class Priority
   Error:    location: class 
org.apache.camel.quarkus.component.jta.MockTransactionManagerProducer
   Error:  -> [Help 1]
   ```
   
   
https://github.com/apache/camel-quarkus/actions/runs/5238889417/jobs/9458218685


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

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to