sebersole / hibernate-models2

Apache License 2.0
0 stars 2 forks source link

Create AnnotationUsage for one-to-many attributes and flesh out element-collection #66

Closed mbladel closed 1 year ago

mbladel commented 1 year ago

Addresses #34 and refines what was already implemented for #31.

sebersole commented 1 year ago

I moved the xsd and jaxb changes back to hibernate-orm (my jpa32 branch). We'll need to apply those related changes there if they still need to be. They are unfortunately the files in conflict

mbladel commented 1 year ago

The xsd and jaxb changes are required to align with Hibernate 6 / JPA 3.2 specs. Since we're probably going to require more changes with that in mind, how should we handle that moving forward?

sebersole commented 1 year ago

Change it on my branch and publish a new SNAPSHOT. Not ideal, but not terrible. I think we just want to "batch" up as much as we can at one go