logabstract opened a new issue, #4361:
URL: https://github.com/apache/camel-k/issues/4361

   Hello,
   
   We are migrating some services from Camel K 1.10.2 to Camel K 1.12.0, and I 
have encountered a problem with the camel-jta dependency. I tested it in a 
minimal example:
   
   ``` yaml
   # camel-k: language=yaml
   # camel-k: dependency=camel-jta
   
   - route:
       id: main
       from:
         uri: timer:tick
         parameters:
           repeatCount: 1
         steps:
           - log: hello world
   ```
   
   This integration runs without problem in Camel K 1.10.2. However, in Camel K 
1.12.0, the following error shows:
   
   ```
   kamel run main.yaml --dev
   Modeline options have been loaded from source files
   Full command: kamel run main.yaml --dev --dependency=camel-jta
   Warning: dependency camel:jta not found in Camel catalog
   Integration "main" created
   Progress: integration "main" in phase Initialization
   Progress: integration "main" in phase Error
   Error: integration "main" deployment failed
   ```
   
   On the Camel Quarkus website, it shows that this dependency should work in 
both Camel Quarkus 2.13 (camel-k 1.10.2) and Camel Quarkus 2.16 (camel-k 
1.12.0):
   https://camel.apache.org/camel-quarkus/2.13.x/reference/extensions/jta.html
   
   Link to zulip post: 
[link](https://camel.zulipchat.com/#narrow/stream/257299-camel-k/topic/camel.3Ajta.20not.20found.20in.20Camel.20catalog)


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