jakartaee / persistence

https://jakartaee.github.io/persistence/
Other
187 stars 55 forks source link

Mark deprecated fields in Persistence for removal #499

Closed lukasj closed 10 months ago

lukasj commented 10 months ago

I briefly checked the TCK and found no usages of deprecated fields - @scottmarlow or @gurunrao / @alwin-joseph can you doublecheck this is fine from TCK's point of view, please?

fixes #498

gurunrao commented 10 months ago

@lukasj - I did a search for affected fields using Eclipse IDE, have not found usage of deprecated API within TCK.

scottmarlow commented 10 months ago

I also did a local search and didn't get any matches on:

grep -r Persistence.providers --include=*.java
grep -r Persistence.PERSISTENCE_PROVIDER --include=*.java