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 tck and javadoc errors and mistake with future compatibilty #495

Merged
merged 3 commits into from
Feb 27, 2024

Conversation

njr-11
Copy link
Contributor

@njr-11 njr-11 commented Feb 27, 2024

[first commit] The TCK needs to line up with the API change where Delete methods cannot return boolean.

[second commit] Also, this fixes some minor JavaDoc errors in that area that were preventing the project from building.

[third commit] Also, I realize that I got things backwards in trying to arrange for future compatibility. The way to give ourselves the flexibility of additional usage patterns of Delete/Update in the future is to disallow other usage now. Then we will not be making a breaking change when we expand it to include the additional pattern. I added updates to get rid of a few of the statements I mistakenly asked for previously.

@njr-11 njr-11 added this to the Jakarta Data 1.0 milestone Feb 27, 2024
@otaviojava otaviojava merged commit ca46dab into jakartaee:main Feb 27, 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.

2 participants