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 signatures of operations of entity graphs #430

Merged
merged 6 commits into from
Aug 10, 2023

Conversation

gavinking
Copy link
Contributor

supersedes #425

Needed because of "Unchecked generics array creation for varargs parameter"
compiler warning for the varargs version.

see jakartaee#424
- fix incorrect generic signatures
- add way to navigate to collection elements

see jakartaee#424, jakartaee#411
These operations have simply incorrect generic types, and we now have replacements.

jakartaee#424
@lukasj lukasj linked an issue Aug 10, 2023 that may be closed by this pull request
@lukasj
Copy link
Contributor

lukasj commented Aug 10, 2023

fixes #424
fixes #411

@lukasj lukasj merged commit f2835cb into jakartaee:master Aug 10, 2023
2 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.

incorrect generic typing in operations of EntityGraph
2 participants