jakartaee / persistence

https://jakartaee.github.io/persistence/
Other
203 stars 59 forks source link

Mark deprecated fields in Persistence for removal #498

Closed lukasj closed 1 year ago

lukasj commented 1 year ago

Persistence.PERSISTENCE_PROVIDER and Persistence.providers fields are marked @Deprecated for some time already with only user (based on comments) being the TCK - time to clean this up

Also the class is designed as a Bootstrapping one with static methods, so it should be final with no constructor, the default one should be marked for removal