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

simplify testing registration of AddressRepository, DirectoryRepository #710

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

gavinking
Copy link
Contributor

@gavinking gavinking commented Apr 18, 2024

These tests are supposed to be validating that the Jakarta Data implementation is ignoring the Directory and AddressBook repository interfaces. It does not need to be testing stuff related to handling of CDI portable extensions running on Arquillian/Shrinkwrap, and so none of this complexity is necessary.

fixes #709

These tests are supposed to be validating that the JD implementation is
ignoring the Directory and AddressBook repository interfaces. It does not
need to be testing stuff related to handling of CDI extensions running on
Arquillian/Shrinkwrap, and so none of this complexity is necessary.

see jakartaee#709
Copy link
Contributor

@KyleAure KyleAure left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks for simplifying this Gavin. Tested in Liberty and it is working.

@gavinking
Copy link
Contributor Author

Excellent, thanks @KyleAure

@KyleAure KyleAure merged commit e9114ed into jakartaee:main Apr 18, 2024
3 checks passed
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.

[TCK Challenge]: ExtensionTests
3 participants