zhfeng commented on issue #6301:
URL: https://github.com/apache/camel-quarkus/issues/6301#issuecomment-2257790951

   I don't see a simple way to change this behavior except to intrdouct a 
`priority` in `quarkus-agroal` like
   
   ```
   quarkus.datasource."test".priority = 100
   ```
   
   Default beans can optionally declare @jakarta.annotation.Priority. If there 
is no priority defined, @Priority(0) is assumed. see 
https://quarkus.io/guides/cdi-reference#default_beans


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to