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

Clarify requirements of the Contexts SPI interface #466

Merged
merged 1 commit into from
May 24, 2023

Conversation

manovotn
Copy link
Contributor

Fixes #447

Documents the behavior of the org.jboss.cdi.tck.spi.Contexts SPI in terms of context re-activation, aligning it with how it's used in tests.
An example of an existing test relying on exactly this behavior is ConditionalObserverTest#testConditionalObserverMethodNotInvokedIfNoActiveContext()

@manovotn manovotn merged commit 1fc78ac into jakartaee:master May 24, 2023
@manovotn manovotn deleted the issue447 branch May 24, 2023 08:32
@Ladicek Ladicek modified the milestone: CDI 4.1 May 24, 2023
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.

ConditionalObserverTest#testConditionalObserverMethodNotInvokedIfNoActiveContext
2 participants