Skip to content

Commit

Permalink
prepare to publish tools 0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Dec 19, 2024
1 parent 7a59195 commit f84f9c3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions tools/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@
* further reference management tweaks & fixed support for abstract base class cloning.
* 0.5.12
* initial support for automatic RDB entity deletion taking into account need to delete the referrers to the contained references first.

* 0.5.13
* update vodsl to 0.4.9 (inserts name and version into imports)
* schamatron checks the name and version in the imports
* correct embedded reference overrides.
* vocabularies downloaded at compile time for inclusion in jar.
* default behaviour now is to only consult the compile-time version
* add in wrapped XML serialization for compositions with multiplicity > 1
* actually do JSON schema validation in the JSON round trip tests
* there still needs to be some work in "tightening" the JSON schema.


N.B hibernate 6.6 does not like @embeddable amd @mapped-superclass - fixed in 6.6.1
N.B hibernate 6.6 does not like @embeddable amd @mapped-superclass in same hierarchy - still waiting for a solution

0 comments on commit f84f9c3

Please sign in to comment.