google-nomulus/java/google/registry/batch
mcilwain 33505f4df7 Make async flow logic handle missing client transaction IDs
Per EPP RFC 5730, the <clTRID> element is optional. However, we weren't handling
it not being specified in asynchronous contact/host deletions because we were
adding it directly as a parameter value on a task, which does not allow null and
thus threw a NullPointerException.

This fixes handling for nulls (the parameter isn't set at all) and adds a test.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=194123259
2018-05-05 23:21:55 -04:00
..
BatchComponent.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
BatchModule.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
BUILD Move backported JUnit file to third_party (part 2) 2017-12-02 11:37:46 -05:00
DeleteContactsAndHostsAction.java Make async flow logic handle missing client transaction IDs 2018-05-05 23:21:55 -04:00
DeleteLoadTestDataAction.java Add mapreduce to delete load test data 2018-04-10 17:07:15 -04:00
DeleteProberDataAction.java Accept a list of TLDs on which to delete "prober" (test) data. 2018-03-06 19:03:48 -05:00
EntityIntegrityAlertsSchema.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ExpandRecurringBillingEventsAction.java Refactor Guava functional methods to use lambdas 2017-12-01 22:14:05 -05:00
MapreduceEntityCleanupAction.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
MapreduceEntityCleanupUtil.java Remove unnecessary generic type arguments 2017-11-21 18:17:31 -05:00
RefreshDnsOnHostRenameAction.java Remove unnecessary explicit generic type declarations 2017-11-07 17:11:29 -05:00
ResaveAllEppResourcesAction.java Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00
VerifyEntityIntegrityAction.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
VerifyEntityIntegrityStreamer.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00