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

Attribute is missing type #494

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

njr-11
Copy link
Contributor

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

It looks like I left off the the type parameter on Attribute like we have on SortableAttribute. Although we currently got away with this because it doesn't create any Sort<T> instances, it is inconsistent and will be broken when the metamodel returns other typed things, such as if we want to enforce sending in only comparisons on a specific entity.

Signed-off-by: Nathan Rauh <[email protected]>
@njr-11 njr-11 added the bug Something isn't working label Feb 26, 2024
@njr-11 njr-11 added this to the Jakarta Data 1.0 milestone Feb 26, 2024
@otaviojava otaviojava merged commit 0beb855 into jakartaee:main Feb 27, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants