Michael Minella 427f2c95f1 Added end of job listener
Spring Batch jobs are executed via Spring Boot's
JobLaunchingCommandLineRunner.  This guide also uses a CommandLineRunner
to verify the results of the job.  This can cause state inconsistencies
between the two (job may run before or after the queries).  This commit
adds a JobExecutionListener that decrements a CountdownLatch.  The
queries wait for the latch to complete guaranteeing that the job has
completed.

Github Issue 8
2015-05-27 12:00:08 -05:00
..
2015-03-15 14:33:49 -04:00
2015-05-27 12:00:08 -05:00
2013-08-01 21:37:36 -04:00
2013-08-01 21:37:36 -04:00
2015-03-31 16:55:57 -05:00