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