google-nomulus/common
Lai Jiang badfb29ce1 Remove ofy support from auto timestamp classes (#1708)
Also remove the use of ZonedDateTime, as joda DateTime can already be persisted to SQL with an existing converted.
2022-07-26 09:51:35 -04:00
..
gradle/dependency-locks Use the new IANA url for registrar RDAP base URLs (#1703) 2022-07-12 14:02:38 -04:00
src Remove ofy support from auto timestamp classes (#1708) 2022-07-26 09:51:35 -04:00
build.gradle Convert more Guava caches to Caffeine (#1603) 2022-04-26 11:26:51 -04:00
README.md Break circular dependency between core and util (#379) 2019-11-21 15:36:55 -05:00

Summary

This project holds some of the general-purpose utility classes that do not rely on the registry domain model.

This is an intermediate step in untangling the circular dependencies between :core and :util subprojects.