google-nomulus/common
gbrodman 12ec54f56c Use a SQL date object for LocalDates (#842)
* Use a SQL date object for LocalDates

* Clean up comment
2020-10-20 15:44:23 -04:00
..
gradle/dependency-locks Enable Java 11 features (#737) 2020-08-03 16:08:29 -04:00
src Use a SQL date object for LocalDates (#842) 2020-10-20 15:44:23 -04:00
build.gradle Get rid of all remaining JUnit 4 usages except in prober & proxy (#731) 2020-07-30 20:29:00 -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.