google-nomulus/java/google/registry/flows
jart 734130aa73 Restructure Maven dependencies in build
We're now using java_import_external instead of maven_jar. This allows
us to specify the relationships between jars, thereby allowing us to
eliminate scores of vendor BUILD files that did nothing but re-export
@foo//jar targets, thus addressing the concerns of djhworld on Hacker
News: https://news.ycombinator.com/item?id=12738072

We now have redundant failover mirrors, which is a feature I added to
Bazel 0.4.2 in ed7ced0018

A new standard naming convention is now being used for all Maven repos.
Those names are calculated from the group_artifact name using the
following algorithm that eliminates redundancy:
https://gist.github.com/jart/41bfd977b913c2301627162f1c038e55

The JSR330 dep has been removed from java targets if they also depend
on Dagger, since Dagger always exports JSR330.

Annotation processor dependencies should now be leaner and meaner, by
more appropriately managing what needs to be on the classpath at
runtime. This should trim down the production jar by >1MB. As it stands
currently in the open source world:

- backend_jar_deploy.jar: 50MB
- frontend_jar_deploy.jar: 30MB
- tools_jar_deploy.jar: 45MB

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=143487929
2017-01-09 11:59:04 -05:00
..
async Move the async [] classes out of the flows package 2016-12-19 11:09:19 -05:00
contact Move ROID suffix handling from RegistryConfig to ConfigModule 2017-01-09 11:59:04 -05:00
custom Reconcile FeesAndCredits handling in price customization 2016-12-22 16:09:14 -05:00
domain Move ROID suffix handling from RegistryConfig to ConfigModule 2017-01-09 11:59:04 -05:00
exceptions Replace command.applyTo() with inlined builder operations 2016-11-02 15:19:34 -04:00
host Move ROID suffix handling from RegistryConfig to ConfigModule 2017-01-09 11:59:04 -05:00
picker Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
poll Enforce nullness consistency on EppResponse.set...() methods 2016-11-16 17:03:43 -05:00
session Set svID in ConfigModule instead of hard-coding it 2016-11-10 12:29:53 -05:00
soy Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
BUILD Restructure Maven dependencies in build 2017-01-09 11:59:04 -05:00
CheckApiAction.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppConsoleAction.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppController.java Use correct <a> tag syntax in javadoc @see tag 2016-11-02 15:19:34 -04:00
EppException.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppMetrics.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppRequestHandler.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppRequestSource.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppTlsAction.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppToolAction.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppXmlTransformer.java Remove the unused flags extension 2017-01-09 11:59:04 -05:00
ExtensionManager.java Simplify the fee extensions. 2016-11-10 11:09:23 -05:00
Flow.java Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
FlowComponent.java Remove extraneous modules from FlowComponent 2016-11-28 11:38:02 -05:00
FlowModule.java Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
FlowRunner.java Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
FlowScope.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
FlowUtils.java Add a custom logic framework to provide pluggable extensibility 2016-11-15 15:19:32 -05:00
GaeUserCredentials.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
HttpSessionMetadata.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
PasswordOnlyTransportCredentials.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ResourceFlowUtils.java Do not cancel pending transfers unless there is one to cancel 2016-12-06 11:52:46 -05:00
SessionMetadata.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
StatelessRequestSessionMetadata.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
TlsCredentials.java Revert Guava 20 features until we get the build working properly 2016-11-02 15:19:34 -04:00
TransactionalFlow.java Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
TransportCredentials.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00