mirror of
https://github.com/google/nomulus.git
synced 2025-07-01 16:53:35 +02:00
* Fix update timestamps for DomainContent types We expect update timestamps to be updated whenever a containing entity is modified and persisted, but unfortunately Hibernate doesn't seem to do this -- instead it appears to regard such an entity as unchanged. To work around this, we explicitly reset the update timestamp whenever a nested collection is modified in the Builder. Note that this change only solves the problem for DomainContent. All other entitities containing UpdateAutoTimestamp will need to be audited and instrumented with a similar change. * Fix a handful of tests broken by this change * Reformatted. |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
build.gradle | ||
Dockerfile |