jakartaee / persistence

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

Standardize the initial value of numeric version #600

Open quaff opened 3 months ago

quaff commented 3 months ago

Test rely on version value assertion is failed when switch from Hibernate to EclipseLink, because Hibernate starts from 0 but EclipseLink starts from 1, It would be nice if the spec enforce it. I'd like it starts from 1 because it's human readable then can be display in UI directly.