Greg Turnquist
cfa2e7183a
Upgrade to Spring Boot 2.0.1.RELEASE
2018-04-05 11:44:07 -05:00
Mahmoud Ben Hassine
1991d56d1b
Use builders for reader/writers
2018-03-08 12:18:40 -06:00
Greg Turnquist
e8ac004972
Replace jar gradle task with bootJar task
2018-03-05 23:21:18 -06:00
Greg Turnquist
634772ee07
Upgrade to Spring Boot 2.0.0.RELEASE
2018-03-01 09:50:33 -06:00
Greg Turnquist
2db5f2250e
Upgrade to Gradle 4.6
2018-03-01 09:20:21 -06:00
Greg Turnquist
d61946c4f5
Upgrade to Spring Boot 1.5.10.RELEASE
2018-01-31 09:15:26 -06:00
Greg Turnquist
52ac38f8fa
Upgrade to Spring Boot 1.5.9.RELEASE
2017-11-30 11:06:02 -06:00
Greg Turnquist
df8e4460c0
Upgrade to Spring Boot 1.5.8.RELEASE
2017-10-17 15:41:54 -05:00
Greg Turnquist
326735e171
Upgrade to Spring Boot 1.5.7.RELEASE
2017-09-13 13:14:55 -05:00
Greg Turnquist
d3631e4fe1
Upgrade to Spring Boot 1.5.6.RELEASE
2017-07-27 10:04:03 -05:00
Greg Turnquist
357303190d
Upgrade to Spring Boot 1.5.5.RELEASE
2017-07-26 12:22:42 -05:00
Greg Turnquist
24a22cc824
Upgrade to Spring Boot 1.5.3.RELEASE
2017-04-21 09:19:44 -05:00
Greg Turnquist
03e985ea51
Upgrade to Spring Boot 1.5.2.RELEASE
2017-03-03 11:12:37 -06:00
Greg Turnquist
5b9579ea14
Upgrade to Spring Boot 1.5.1.RELEASE
2017-01-30 23:28:17 -06:00
Greg Turnquist
f831c9fae4
Upgrade to Spring Boot 1.5.0.RELEASE
2017-01-30 11:36:35 -06:00
Greg Turnquist
b7e382dbfa
Set maven pom.xml to Spring Boot 1.4.4.RELEASE
2017-01-26 12:47:06 -06:00
Greg Turnquist
aa2a65903b
Upgrade to Spring Boot 1.4.4.RELEASE
2017-01-26 12:36:31 -06:00
Greg Turnquist
a7e1c9b3d5
Upgrade to Spring Boot 1.4.3.RELEASE
2016-12-22 22:31:48 -06:00
Greg Turnquist
22cdc2b3f5
Upgrade plugin from spring-boot to o.s.boot
2016-11-30 10:06:01 -06:00
Greg Turnquist
a4ebc5cc14
Upgrade to Spring Boot 1.4.2.RELEASE
2016-11-08 12:02:11 -06:00
Dave Syer
aa1f874205
Use @Component for listener
2016-10-25 11:59:32 +01:00
Greg Turnquist
96d26d3ca4
Upgrade to Spring Boot 1.4.1.RELEASE
2016-09-23 16:35:33 -05:00
Greg Turnquist
02f716ea88
Upgrade to gradle 2.13
2016-08-29 13:17:33 -05:00
Greg Turnquist
40972549c2
Upgrade to @SpringBoot 1.4.0.RELEASE
2016-07-29 11:25:42 -05:00
Greg Turnquist
f75c3cbbcf
Upgrade to Spring Boot 1.3.7.RELEASE
2016-07-28 06:52:32 -05:00
Greg Turnquist
10e793b824
Upgrade to Spring Boot 1.3.6.RELEASE
2016-07-05 13:51:57 -05:00
Dave Syer
c59e84ff4c
Add Maven wrapper
2016-07-02 10:10:41 +01:00
Greg Turnquist
a0742bb207
Upgrade to Spring Boot 1.3.5.RELEASE
2016-05-10 10:26:08 -05:00
Greg Turnquist
a0509a11f5
Upgrade to Spring Boot 1.3.4.RELEASE
2016-05-06 09:48:32 -05:00
Greg Turnquist
c4ab037902
Upgrade to Spring Boot 1.3.3.RELEASE
2016-02-26 07:29:31 -06:00
Greg Turnquist
3633545a77
Merge pull request #11 from mminella/ISSUE-10
...
Refactored DI to be more explicit
2016-02-23 23:56:34 -06:00
Greg Turnquist
68d9997561
Upgrade to Spring Boot 1.3.2.RELEASE
2016-01-21 21:28:30 -06:00
Greg Turnquist
706d99911d
Upgrade to Spring Boot 1.3.1.RELEASE
2015-12-18 09:39:53 -06:00
Greg Turnquist
a48e9c9bfb
Upgrade to Spring Boot 1.3.0.RELEASE
2015-11-16 11:10:22 -06:00
Greg Turnquist
0cc4392b3f
Upgraded to Spring Boot 1.2.7.RELEASE
2015-10-16 09:43:21 -04:00
Greg Turnquist
d4c0f67d35
Upgrade to Spring Boot 1.2.6.RELEASE
2015-09-20 15:41:20 -05:00
Greg Turnquist
8f5fb181c2
Upgrade to Spring Boot 1.2.5.RELEASE
2015-07-02 08:45:36 -05:00
Greg Turnquist
7e4f6dd74d
Upgrade non-specific guides to Java 8
2015-06-12 14:03:07 -04:00
Michael Minella
fcf3db3585
Refactored DI to be more explicit
2015-06-10 10:21:51 -05:00
Greg Turnquist
5fe2789259
Upgrade to Spring Boot 1.2.4
2015-06-09 09:41:36 -04:00
Greg Turnquist
f33ccd6ca8
We leave out licensing in headers to slim down the guides.
2015-05-27 13:07:33 -05:00
Greg Turnquist
06a705e08b
Remove CountDownLatch to simplify
...
Resolves #8
2015-05-27 13:02:06 -05:00
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
Greg Turnquist
72ef54da25
Upgrade to Spring Boot 1.2.3.RELEASE
2015-03-31 16:55:57 -05:00
Greg Turnquist
0aba40b461
Upgrade to Gradle 2.3
2015-03-15 14:33:49 -04:00
Greg Turnquist
df8ee54b65
Upgrade to Spring Boot 1.2.2.RELEASE
2015-02-26 22:39:26 -06:00
Greg Turnquist
9dc3473ee0
Remove mavenLocal and libs-release from gradle build
2015-02-25 09:39:57 -06:00
Greg Turnquist
cee9eabde2
Upgrade to @SpringBootApplication
2015-02-24 15:18:43 -06:00
Greg Turnquist
50d2b0dcdb
Upgrade to Spring Boot 1.2.1.RELEASE
2015-02-18 11:07:44 -06:00
Greg Turnquist
ffef67e6ab
Remove legacy start-class property from maven builds
2015-01-14 12:33:49 -06:00