Stephane Nicoll
b4a7e1d64b
Use toLowerCase() and toUpperCase() with Locale.ENGLISH
...
This commit updates all `toLowerCase()` and `toUpperCase` invocations to
use the variant that takes a `Locale` to avoid locale-specific side
effect.
Closes gh-12213
2018-02-26 17:49:03 +01:00
Stephane Nicoll
db33a75484
Enable transaction management consistently
...
Previously to this commit, transaction management was only enabled when
a `DataSource` is configured. The processing of `@Transactional`
annotations are now enabled as long as a `PlatformTransactionManager` is
present.
Also, the `spring.aop.proxy-target-class` is now honoured if set, still
defaulting to CGLIB mode.
Closes gh-8434
2017-04-03 09:24:15 +03:00
Andy Wilkinson
d2201d5284
Correct copyright dates and enforce that starting year is 2012
...
Closes gh-7923
2017-01-13 18:43:30 -05:00
Phillip Webb
1b146f89f0
Fix failing test
2016-04-06 16:59:34 -07:00
Phillip Webb
01c9d72644
Polish
2016-04-06 15:19:58 -07:00
Stephane Nicoll
d4a1365a2a
Polish contribution
...
Closes gh-5444
2016-04-05 13:34:44 +02:00
John Blum
67f92bff1e
Polish Pivotal GemFire starter and sample
...
Closes gh-5439
2016-04-05 12:52:10 +02:00
Johnny Lim
4d9111606b
Polish docs
...
Closes gh-4446
2015-11-12 17:23:04 +01:00
Phillip Webb
1e4d974ec0
Merge remote-tracking branch 'local12x/1.2.x'
2015-10-19 12:56:55 -07:00
Phillip Webb
a79131f8d2
Organize imports with new settings
...
See gh-4234
2015-10-19 12:55:44 -07:00
Phillip Webb
e473364e4e
Merge branch '1.2.x'
2015-10-07 23:34:08 -07:00
Phillip Webb
6ab376e2e8
Reformat code use Eclipse Mars
2015-10-07 23:32:31 -07:00
Phillip Webb
d09805fd75
Polish license headers
2015-09-08 16:05:05 -07:00
Phillip Webb
67402405db
Reformat code
2015-09-08 14:56:40 -07:00
izeye
f4589e7cc3
Fix typos
...
Closes gh-3504
2015-07-15 15:45:02 +02:00
Phillip Webb
61fc4f3f12
Polish copyright headers
2015-06-23 10:22:14 -07:00
Phillip Webb
1ce617f1ae
Polish sample package names
2015-06-23 00:47:12 -07:00
Phillip Webb
d039f43107
Update samples to use @SpringBootApplication
...
Update the relevant samples to use the new @SpringBootApplication
annotation.
Closes gh-1842
2014-11-06 22:51:09 -08:00
Phillip Webb
fa88c481a5
Remote trailing whitespace
2014-07-02 15:17:14 -07:00
Phillip Webb
decee8d871
Polish templates code
2014-04-30 21:36:09 +01:00
Phillip Webb
1d5cddc1e9
Polish gemfire sample
2014-04-30 20:54:39 +01:00
John Blum
34cbe1e60b
Created a Spring Data GemFire Starter POM
...
... as well as a Spring Boot Sample Application with associated tests
for demonstrating how to get started using both Spring Data GemFire
and GemFire.
2014-04-28 08:28:37 +01:00