15749 Commits

Author SHA1 Message Date
Eugen
f03d62c519 Merge pull request #222 from Doha2012/master
simple parent-child test
2015-07-11 00:15:17 +03:00
DOHA
f4460a003a Merge remote-tracking branch 'upstream/master' 2015-07-10 22:22:30 +02:00
DOHA
0e9b7b2684 simple parent-child test 2015-07-10 22:19:31 +02:00
eugenp
fd5037e2f4 spring boot cleanup work 2015-07-04 19:17:16 +03:00
Greg Turnquist
8f5fb181c2 Upgrade to Spring Boot 1.2.5.RELEASE 2015-07-02 08:45:36 -05:00
Eugen
f38af8b345 Merge pull request #221 from Doha2012/master
fix cache configuration
2015-06-22 14:53:37 -05:00
DOHA
23c5dd64f9 fix cache configuration 2015-06-22 21:14:40 +02:00
eugenp
fd6d988518 cleanup work 2015-06-22 11:33:35 +01:00
Eugen
e4a301dd99 Merge pull request #218 from abhibavishi/spring-caching
Spring caching
2015-06-22 05:14:44 -05:00
abhibavishi
9eb3faa607 Update Customer.java 2015-06-20 15:27:11 +05:30
eugenp
c4f3a1d0c4 eclipse overall work 2015-06-20 05:52:12 +01:00
eugenp
641f28196d eclipse work 2015-06-20 05:43:41 +01:00
eugenp
9e5faf23f1 upgrade and eclipse work 2015-06-20 05:40:22 +01:00
abhibavishi
e3e702920b Update MyAppConfig.java 2015-06-19 01:55:37 +05:30
abhibavishi
ff2a3c0f5b Update CustomerDataService.java 2015-06-19 01:54:45 +05:30
abhibavishi
5637f0dcac Update SpringCachingBehaviorTest.java 2015-06-19 01:54:13 +05:30
abhibavishi
d54190eaa8 Update SpringCachingBehaviorTest.java 2015-06-19 01:53:33 +05:30
abhibavishi
1105949abf Update CustomerDataService.java 2015-06-19 01:52:07 +05:30
abhibavishi
96671227b4 Update Customer.java 2015-06-19 01:50:11 +05:30
abhibavishi
adfa9cb485 Update CustomerDataService.java 2015-06-17 10:20:25 +05:30
abhibavishi
e71147dd35 Update CustomerDataService.java 2015-06-17 10:03:27 +05:30
abhibavishi
90e8b48955 Update CustomerDataService.java 2015-06-17 09:57:49 +05:30
abhibavishi
371445d1d7 Update Customer.java 2015-06-17 09:56:50 +05:30
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
Abhi Bavishi
729b521890 Caching behavior code added with code cleanup 2015-06-15 20:19:00 +05:30
Abhi Bavishi
2916432e90 Removed the files for new PR request 2015-06-15 20:02:47 +05:30
Abhi Bavishi
f06e545485 Removed caching code 2015-06-15 19:57:00 +05:30
Abhi Bavishi
e53f998d0d Upading the pull request after code cleanup. 2015-06-15 18:38:38 +05:30
Greg Turnquist
7e4f6dd74d Upgrade non-specific guides to Java 8 2015-06-12 14:03:07 -04:00
Abhi Bavishi
8a49637a14 Added configuration class for the application 2015-06-12 20:10:43 +05:30
Abhi Bavishi
ec712af5f0 First commmit for Spring Multi-tenancy with Hibernate example. 2015-06-12 12:43:10 +05:30
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
eugenp
350330b1f5 cleanup work 2015-06-05 19:47:38 +01:00
Eugen
8b372c1bb2 Merge pull request #215 from Doha2012/master
remove front end module
2015-06-05 19:09:43 +01:00
DOHA
62bc165524 remove front end module 2015-06-05 19:43:04 +02:00
Eugen
de5fef0131 Merge pull request #213 from gauravrmazra/master
Common Configuration for Spring Boot Application
2015-06-03 10:28:34 +01:00
Gaurav Rai Mazra
9c9351d5e2 Common Configuration for Spring Boot Application 2015-06-02 20:29:02 +05:30
eugenp
f1fc00a157 jackson cleanup 2015-05-31 23:26:17 +01:00
eugenp
524e05de83 jackson work 2015-05-31 19:30:13 +01:00
eugenp
ef39c99334 configuration work 2015-05-30 18:33:23 +01:00
eugenp
6ce5db30be renaming the project 2015-05-30 18:25:29 +01:00
eugenp
be4c05ad2d minor cleanup work 2015-05-30 18:22:29 +01:00
Eugen
df2a789fa2 Merge pull request #212 from gauravrmazra/master
Spring Boot Actuator project initial commit
2015-05-30 18:19:55 +01:00
Gaurav Rai Mazra
58fbaab695 Spring Boot Actuator project initial commit 2015-05-30 16:27:09 +05:30
Abhi Bavishi
df2f1cbaf8 Updated the caching behavior code: 2015-05-30 15:25:10 +05:30
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