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

Arc - register certain CDI components under BuildContext so extension… #2812

Merged
merged 1 commit into from
Jun 13, 2019

Conversation

manovotn
Copy link
Contributor

…s can use that.
Modify SpringDIProcessor to make use of this.

Resolves #2188

@manovotn manovotn requested review from mkouba and geoand June 12, 2019 14:45
@geoand
Copy link
Contributor

geoand commented Jun 12, 2019

👍 for the Spring parts

@manovotn
Copy link
Contributor Author

Also, looks like I broke some other Spring bits with it, will check the failing tests in the morning.

@geoand
Copy link
Contributor

geoand commented Jun 12, 2019

Let me know if you need any help with the Spring tests

@manovotn
Copy link
Contributor Author

I think I found it. Looks like AnnotationsTransformers could be invoked before I populated the build context with SCOPES. Should be easy enough to swap that around...

…s can use that.

Modify SpringDIProcessor to make use of this.
@mkouba mkouba added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jun 13, 2019
@mkouba mkouba added this to the 0.17.0 milestone Jun 13, 2019
@mkouba mkouba merged commit 8a51d7c into quarkusio:master Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ArC - add BuildContext.Key.SCOPES so that extensions can work with the final set of scope types
3 participants