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 BeforeDestroyed and Destroyed event firing for request scope. #2536

Merged
merged 1 commit into from
May 21, 2019

Conversation

manovotn
Copy link
Contributor

Resolves #2520

@manovotn manovotn requested a review from mkouba May 21, 2019 06:49
Added test, renamed test package to align it with other tests.
@manovotn
Copy link
Contributor Author

@mkouba I added a test and renamed test package

@mkouba mkouba added this to the 0.16.0 milestone May 21, 2019
@mkouba mkouba added the triage/waiting-for-ci Ready to merge when CI successfully finishes label May 21, 2019
@michalszynkiewicz
Copy link
Member

michalszynkiewicz commented May 21, 2019

The tests failed with 502 on downloading https://jcenter.bintray.com/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom, it's not related to the changes

How to retrigger the test job?

@mkouba
Copy link
Contributor

mkouba commented May 21, 2019

@michalszynkiewicz you can go to the details and hit "Re-run failed checks". But you'll probably need admin permissions.

@mkouba mkouba merged commit eb6a4cf into quarkusio:master May 21, 2019
@kenfinnigan kenfinnigan removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label May 21, 2019
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.

@BeforeDestroyed and @Destroyed events fired incorrectly for request context
4 participants