jakartaee / persistence

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

update orm.xsd/persistence.xsd to reflect annotation changes in 3.2 #458

Closed gavinking closed 7 months ago

gavinking commented 1 year ago

In #381 we added comment, check, and @CheckConstraint, but we have not yet updated the schema for orm.xml to reflect that.

There's also a small change due to #416.

We should remember to create a new schema for 3.2, reflecting these and any other changes to annotations.

But I think this is something that @lukasj can probably just take care of at the end, once we're done making changes.

gavinking commented 1 year ago

And also persistence.xml, see https://github.com/jakartaee/persistence/pull/460.