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

Change InvocationContextTest#testGetTargetMethod() to avoid using recursive interception #465

Merged
merged 1 commit into from
May 26, 2023

Conversation

manovotn
Copy link
Contributor

Fixes #464

This PR changes the test in question to test return value of InvocationContetx#getTarget() without relying on recursive interception. Verified with Weld and Arc.

PR is a draft until linked issue gets the accepted label.

@manovotn manovotn requested a review from Ladicek May 24, 2023 05:41
@manovotn manovotn marked this pull request as ready for review May 26, 2023 13:33
@manovotn manovotn merged commit 6a16a12 into jakartaee:master May 26, 2023
@manovotn manovotn deleted the issue464 branch May 26, 2023 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InvocationContextTest#testGetTargetMethod() relies on undefined behavior
2 participants