Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guice inject should default java annotation #2

Closed
sbrossie opened this issue Oct 21, 2012 · 2 comments
Closed

Guice inject should default java annotation #2

sbrossie opened this issue Oct 21, 2012 · 2 comments

Comments

@sbrossie
Copy link
Member

sbrossie commented Oct 21, 2012

Ideally, we should be able to swap out Guice for another CDI framework (e.g. if we deploy Kill Bill in JBoss).

@pierre
Copy link
Member

pierre commented Jun 12, 2018

Swapping Guice would be very difficult at this point:

  • We heavily rely on Guice modules
  • A lot of third-party dependencies use Guice for wiring, such as Dropwizard, Jersey or Shiro

@pierre
Copy link
Member

pierre commented Aug 11, 2022

@xsalefter did a lot of work towards this as part of #1615.

That being said, swapping out Guice for another CDI framework is still a non trivial effort (and not worth it at this point).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants