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 - Fix ObserverTransformerTest #30968

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

Nutrymaco
Copy link
Contributor

It looks like the test is supposed to check if the observer transformer is modifying observer method. But observer declared in test does nothing, but most likely supposed to remove @AlphaQualifier from MyObserver.onMyEventRemoveQualifiers() .

@quarkus-bot quarkus-bot bot added the area/arc Issue related to ARC (dependency injection) label Feb 7, 2023
@geoand geoand requested a review from mkouba February 8, 2023 05:58
@Nutrymaco Nutrymaco force-pushed the fix_ObserverTransformerTest branch from 37bedf7 to 8d51972 Compare February 8, 2023 06:17
@Nutrymaco Nutrymaco force-pushed the fix_ObserverTransformerTest branch from 8d51972 to 6d2ebc3 Compare February 8, 2023 06:59
Copy link
Contributor

@mkouba mkouba left a comment

Choose a reason for hiding this comment

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

Great catch! Thanks.

@mkouba mkouba added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Feb 8, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Feb 8, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@mkouba
Copy link
Contributor

mkouba commented Feb 8, 2023

FYI I've added a similar test to the core test suite in #30987.

@mkouba mkouba merged commit b75ae29 into quarkusio:main Feb 8, 2023
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Feb 8, 2023
@quarkus-bot quarkus-bot bot added this to the 3.0 - main milestone Feb 8, 2023
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)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants