mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00:00
* Make nomulus compatible with Java 11 This fixes the double-spacing bug with logged EPP XML on App Engine that started appearing after App Engine switching from using Java 8 to Java 11. Java 9 made some changes to XML Transformer classes that needed a little bit of work to accommodate. This also fixes the unit tests that were failing in Java 11 (all of which were related to said XML Transformer changes). * Make code review changes