Greg Turnquist
91603afdee
Add footer
2015-08-25 15:10:01 -05:00
Greg Turnquist
8f5fb181c2
Upgrade to Spring Boot 1.2.5.RELEASE
2015-07-02 08:45:36 -05:00
Greg Turnquist
e7cd2b1cce
Fix slack notifications
2015-06-15 14:02:28 -04:00
Greg Turnquist
1e4ca8492f
Add travis support
2015-06-15 11:52:56 -04:00
Greg Turnquist
7e4f6dd74d
Upgrade non-specific guides to Java 8
2015-06-12 14:03:07 -04: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
Greg Turnquist
dc152d8017
Upgrade to Spring Boot 1.1.10.RELEASE
2014-12-11 11:07:39 -06:00
Greg Turnquist
c4dbac50ab
Convert to use https for repositories
2014-11-20 10:14:57 -06:00
Greg Turnquist
ed55b93f32
Upgrade to Spring Boot 1.1.9.RELEASE
2014-11-12 13:07:57 -06:00
Greg Turnquist
b0fc787cc2
Upgrade to Spring Boot 1.1.8.RELEASE
2014-10-10 22:04:58 -05:00
Greg Turnquist
4f7ea7a612
Remove redudant 'run the service' macro
2014-09-29 12:54:49 -05:00
Greg Turnquist
5a9162659e
Upgrade to Spring Boot 1.1.7.RELEASE
2014-09-29 12:42:19 -05:00
Greg Turnquist
daa7ad9a57
Upgrade to Spring Boot 1.1.6.RELEASE
2014-09-05 11:13:42 -05:00
Greg Turnquist
29cd3007c9
Enable hiding/showing build steps
2014-09-02 10:55:51 -05:00
Greg Turnquist
59d1b67f6f
Update to Spring Boot 1.1.5.RELEASE
2014-08-08 22:12:17 -05:00
Greg Turnquist
e2d14ddf21
Update to Spring Boot 1.1.4.RELEASE
2014-07-08 15:41:35 -05:00
Greg Turnquist
290eade1ed
Update to Spring Boot 1.1.3.RELEASE
2014-06-27 22:55:01 -04:00
Greg Turnquist
86aa2140a4
Upgrade to Spring Boot 1.1.2.RELEASE
2014-06-24 19:55:05 -04:00
Greg Turnquist
8a779f2b86
Upgrade to Spring Boot 1.1.1.RELEASE
2014-06-11 16:48:00 -05:00
Greg Turnquist
ce6862bf85
Replace repo.spring.io/release with repo.spring.io/libs-release
2014-06-11 09:08:50 -05:00
Greg Turnquist
fb8e5ca257
Upgrade to Spring Boot 1.1.0.RELEASE
2014-06-10 19:16:14 -05:00
Greg Turnquist
2fc26b9e3b
Update path to macro content
2014-05-05 10:14:04 -04:00
Greg Turnquist
ae3ab287da
Upgrade to Spring Boot 1.0.2.RELEASE
2014-04-24 09:36:51 -05:00
Greg Turnquist
7a129f257f
Upgrade to Spring Boot 1.0.1.RELEASE
2014-04-07 10:09:21 -05:00
Greg Turnquist
6b02eb326b
Upgrade to Spring Boot 1.0.0.RELEASE
2014-04-01 15:11:04 -05:00
Greg Turnquist
97ef070157
Upgrade to Spring Boot 1.0.0.RC5
2014-03-22 07:17:43 -05:00
Greg Turnquist
542a69596f
Upgrade to Spring Boot 1.0.0.RC4
2014-03-04 15:09:02 -05:00
Greg Turnquist
be29ee1d45
Convert to mvn compile for initial codeset
2014-02-19 09:49:30 -06:00
Greg Turnquist
8642111884
Replace initial gradle build with compileJava
2014-02-19 09:27:34 -06:00
Greg Turnquist
0b25ed6092
Move final build file to the beginning and update guides to reflect this
2014-02-18 16:33:02 -06:00
Greg Turnquist
27fd3edb1b
Remove version number from Spring Boot starters
2014-02-17 15:50:52 -06:00
Greg Turnquist
824f2fab05
Clean up guides to link to proper javadoc pages and include code instead of use pasted copies
2014-02-14 14:53:27 -06:00
Greg Turnquist
acdbd6a991
Upgrade to Spring Boot 1.0.0.RC3
2014-02-14 11:23:31 -06:00
Greg Turnquist
aa43cbe81f
Upgrade to Spring Boot 1.0.0.RC2
2014-02-13 12:38:11 -06:00
Greg Turnquist
71b1660861
Upgrade to gradle 1.11
2014-02-12 09:17:25 -06:00
Greg Turnquist
0a847b11fd
Upgrade to Spring Boot 1.0.0.RC1 and other dependencies
2014-01-22 12:21:13 -06:00
Greg Turnquist
61cfd83bec
Remove old SIDEBAR files
2014-01-16 14:36:24 -06:00
Greg Turnquist
d566c1681e
Initial cut of tag and project metadata
2014-01-15 10:43:16 -06:00
Greg Turnquist
57290fac9c
Parameterize spring_version in the README for javadoc links
2013-12-12 15:35:34 -06:00
Greg Turnquist
7e704d161c
Fix javadoc links Spring 4
2013-12-02 10:46:56 -06:00