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

remove raw types from JPA API #116

Closed
lukasj opened this issue Sep 14, 2015 · 5 comments
Closed

remove raw types from JPA API #116

lukasj opened this issue Sep 14, 2015 · 5 comments

Comments

@lukasj
Copy link
Contributor

lukasj commented Sep 14, 2015

goal is for the API to compile cleanly but the key requirement is for API to remain backward compatible

Affected Versions

[2.2]

@lukasj
Copy link
Contributor Author

lukasj commented Sep 14, 2015

@glassfishrobot Commented
Reported by @lukasj

@lukasj
Copy link
Contributor Author

lukasj commented May 5, 2017

@glassfishrobot Commented
This issue was imported from java.net JIRA JPA_SPEC-116

@lukasj
Copy link
Contributor Author

lukasj commented Aug 31, 2018

@gavinking
Copy link
Contributor

Done in #487, hope I didn't miss anything.

Note that Query.getResultStream() and Query.getResultList() have to remain raw for back compatibility.

@lukasj
Copy link
Contributor Author

lukasj commented Aug 25, 2023

Note that Query.getResultStream() and Query.getResultList() have to remain raw for back compatibility.

I've added @SuppressWarnings({"rawtypes"} through one commit in #497 - in this particular case it makes sense to have it there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants