You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.
Hi there,
first of all, thanks a lot for all the helpful cdi extensions. Autofactories seem like a very good idea and I'm trying it out at the moment.
Now heres my problem. When I'm adding a dependency to softwaremills cdi ext to my project, my logger injection becomes ambiguous. I'm also producing a slf4j logger in my application, so there obviously is a conflict. Wouldn't it make sense to mark your logger with a qualifier if you only use it internally? Or can I somehow deactivate your producer? At least beans.xml doesn't offer this feature.
Keep up the great work and cheers!
Daniel
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
first of all, thanks a lot for all the helpful cdi extensions. Autofactories seem like a very good idea and I'm trying it out at the moment.
Now heres my problem. When I'm adding a dependency to softwaremills cdi ext to my project, my logger injection becomes ambiguous. I'm also producing a slf4j logger in my application, so there obviously is a conflict. Wouldn't it make sense to mark your logger with a qualifier if you only use it internally? Or can I somehow deactivate your producer? At least beans.xml doesn't offer this feature.
Keep up the great work and cheers!
Daniel
The text was updated successfully, but these errors were encountered: