mirror of
https://github.com/google/nomulus
synced 2026-01-07 22:15:30 +00:00
* Add custom YAML serializer for Duration This addresses b/301119144. This changes the YAML representation of a TLD to show Duration fields as a String reperesntation using the Java Duration object's toString() format. This eliminates the previous ambiguity over the time unit that is being used for each duration. * change standardSeconds to standardMinutes in test * Add custom serializer to the entire mapper