google-nomulus/java/google/registry/dns
shikhman e55ed209c5 Fix NPE in registry_tool when creating or updating a TLD with a dns writer
I forgot to inject the CreateTldCommand/UpdateTldCommand commands, which now
need to be injected so that the list of available DnsWriter implementations is
instantiated. This CL also adds a new DI Set<String> with just the name of the
writer, so that the instantiated writer map (which may have many DI dependencies)
doesn't need to be pulled in.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=130042215
2016-08-15 16:48:20 -04:00
..
writer Fix NPE in registry_tool when creating or updating a TLD with a dns writer 2016-08-15 16:48:20 -04:00
BUILD Add dagger map for injecting DnsWriter implementations 2016-08-05 20:38:21 -04:00
DnsConstants.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DnsModule.java Add dagger map for injecting DnsWriter implementations 2016-08-05 20:38:21 -04:00
DnsQueue.java Remove old DNS queue processing code. 2016-07-21 14:55:18 -04:00
DnsWriterProxy.java Add dagger map for injecting DnsWriter implementations 2016-08-05 20:38:21 -04:00
PublishDnsUpdatesAction.java Add dagger map for injecting DnsWriter implementations 2016-08-05 20:38:21 -04:00
ReadDnsQueueAction.java Remove old DNS queue processing code. 2016-07-21 14:55:18 -04:00
RefreshDnsAction.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00