jamesnetherton opened a new issue, #7712:
URL: https://github.com/apache/camel-quarkus/issues/7712
This does not work:
```java
@ApplicationScoped
public class Foo {
@BindToRegistry
private MyBar bar = new MyBar();
}
```
The build time filtering logic I added to exclude `@BindToRegistry` target
types that are already CDI beans, incorrectly matches on the declaring class
and not the field target type.
--
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]