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

avoid custom creational context implementations #463

Merged
merged 3 commits into from
May 25, 2023

Conversation

Ladicek
Copy link
Contributor

@Ladicek Ladicek commented May 18, 2023

This commit removes an unused class CreationalContextImpl and replaces most usages of MockCreationalContext with BeanManager.createCreationalContext() (because those places don't really use the MockCreationalContext for verifying anything). The 2 remaining usages of MockCreationalContext are added to the canonical exclude list with the plan to enable them again in subsequent release, after migrating to a TCK SPI (#452).

Fixes #453

@Ladicek Ladicek requested a review from manovotn May 18, 2023 14:32
@manovotn
Copy link
Contributor

This is exactly what I meant in #453 (comment)
The secondary part can then be addressed by #452 but needs to go exclusively into next minor/major (whichever we do).

@Ladicek Ladicek force-pushed the avoid-custom-creational-context branch from 2b49823 to af9783f Compare May 24, 2023 09:44
@manovotn manovotn merged commit e0654ab into jakartaee:master May 25, 2023
2 checks passed
@Ladicek Ladicek deleted the avoid-custom-creational-context branch May 25, 2023 08:44
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.

Custom CreationalContext used by TCK is not required to be supported
2 participants