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

Fix ClientProxyGenerator #29705

Merged
merged 1 commit into from Dec 6, 2022
Merged

Fix ClientProxyGenerator #29705

merged 1 commit into from Dec 6, 2022

Conversation

mkouba
Copy link
Contributor

@mkouba mkouba commented Dec 6, 2022

- make sure that an interface method of an interface-based client proxy
is invoked upon the provider type and not the type that declares the
method
- fixes quarkusio#29593
@quarkus-bot quarkus-bot bot added the area/arc Issue related to ARC (dependency injection) label Dec 6, 2022
@mkouba mkouba requested a review from manovotn December 6, 2022 13:44
Copy link
Contributor

@manovotn manovotn left a comment

Choose a reason for hiding this comment

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

Looks like a brilliant way to bypass the pack-private limitation!

@quarkus-bot
Copy link

quarkus-bot bot commented Dec 6, 2022

Failing Jobs - Building 4d51083

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
✔️ JVM Tests - JDK 17
JVM Tests - JDK 17 MacOS M1 Set up runner ⚠️ Check → Logs Raw logs
✔️ JVM Tests - JDK 18

@gsmet gsmet merged commit c8bd1ba into quarkusio:main Dec 6, 2022
@quarkus-bot quarkus-bot bot added this to the 2.16 - main milestone Dec 6, 2022
@gsmet gsmet modified the milestones: 2.16 - main, 2.15.0.Final Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/arc Issue related to ARC (dependency injection) kind/bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IllegalAccessError on @QuarkusTest when using method in package private interface
3 participants