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

RESTEASY-2194 fixing CDI property injector to always work on contextu… #1941

Merged
merged 1 commit into from Mar 20, 2019

Conversation

istudens
Copy link
Contributor

…al instance instead of client proxy

https://issues.jboss.org/browse/RESTEASY-2194

Copy link
Member

@asoldano asoldano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the PR @istudens , please see my comment

<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api</artifactId>
<version>3.1.Final</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should avoid setting the version here and let it be driven by the dependencies bom (which I believe already includes the org.jboss.weld:weld-api dependency).

@istudens
Copy link
Contributor Author

Done. Thanks for review.

@asoldano asoldano merged commit 61a72ac into resteasy:3.7 Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants