google-nomulus/java/google/registry/dns
cpovirk 5daa0e52e1 Set compatible_with=appengine on targets depended on by App Engine apps or by the App Engine runtime itself.
This CL has minimal[*] immediate impact on the targets, but it has two consequences moving forward:
- When [] moves to Java 8, compatible_with=appengine targets will remain on Java 7. (If this target is a non-java_* target, you can ignore this bullet.)
- compatible_with=appengine targets can depend only on other compatible_with=appengine targets. (Fortunately, most common libraries will be compatible_with=appengine: []
This CL is one of thousands in a migration on the critical path for Java 8, so please respond promptly, and, if you are the wrong reviewer, please reassign the CL.

[*] It does mean that your target will go back to being compiled to Java 7 bytecode after its recent switch to Java 8 ([]If your target compiles the same files as another non-compatible_with=appengine target, this CL may break one_definition_test targets.

More information:
[]
Tested:
[] build --nobuild

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=129660908
2016-08-08 16:35:22 -04:00
..
writer Set compatible_with=appengine on targets depended on by App Engine apps or by the App Engine runtime itself. 2016-08-08 16:35:22 -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