-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Provide ArC version of javax.enterprise.inject.spi.Unmanaged #2378
Comments
@mkouba is there any progress? |
Hi @tandraschko, no progress yet. Anyway, the |
@mkouba yep, i understand What could be a good alternative? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you! |
not out-of-date ;) |
@mkouba can I help on this one. I want to discover arc and it seems a good way to take one ticket on it. I have start to implement interface but it is hard to understand use case, So I think I will add a test to check how it expect to work. |
Hmm, the list can be filtered on GH like this: https://github.com/quarkusio/quarkus/issues?page=1&q=is%3Aissue+is%3Aopen+label%3A%22area%2Farc%22 An easier one is perhaps this one with inheritance rules -. #41 You can pick whichever you like though, it mainly depends on how brave you are :-D |
ArC does not fully support some parts of the CDI SPI such as
AnnotatedType
,InjectionTarget
. However, we should be able to inject unmanaged instances. We should provide an ArC version ofUnmanaged
.The text was updated successfully, but these errors were encountered: