Re: [I] Quarkus CDI add support for Primary beans [camel-quarkus]

2023-10-30 Thread via GitHub
zhfeng commented on issue #5464: URL: https://github.com/apache/camel-quarkus/issues/5464#issuecomment-1785083854 @davsclaus It seem there are some changes in https://github.com/apache/camel/blame/main/core/camel-support/src/main/java/org/apache/camel/support/DefaultRegistry.java to overrid

Re: [I] Quarkus CDI add support for Primary beans [camel-quarkus]

2023-10-27 Thread via GitHub
mkouba commented on issue #5464: URL: https://github.com/apache/camel-quarkus/issues/5464#issuecomment-1782658927 I don't know how exactly the "primary beans" work but in Quarkus you can [inject multiple beans of the same type](https://quarkus.io/guides/cdi-reference#injecting-multiple-bean

Re: [I] Quarkus CDI add support for Primary beans [camel-quarkus]

2023-10-27 Thread via GitHub
zhfeng commented on issue #5464: URL: https://github.com/apache/camel-quarkus/issues/5464#issuecomment-1782645684 I think there is no such Primary beans in Quarkus. @mkouba is there any plan to add this support or similar way in Quarkus CDI? -- This is an automated message from the Apache