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
8 years ago
Andy Wilkinson
d2201d5284
Correct copyright dates and enforce that starting year is 2012
...
Closes gh-7923
8 years ago
Phillip Webb
1b146f89f0
Fix failing test
9 years ago
Phillip Webb
01c9d72644
Polish
9 years ago
Stephane Nicoll
d4a1365a2a
Polish contribution
...
Closes gh-5444
9 years ago
John Blum
67f92bff1e
Polish Pivotal GemFire starter and sample
...
Closes gh-5439
9 years ago
Johnny Lim
4d9111606b
Polish docs
...
Closes gh-4446
9 years ago
Phillip Webb
1e4d974ec0
Merge remote-tracking branch 'local12x/1.2.x'
9 years ago
Phillip Webb
a79131f8d2
Organize imports with new settings
...
See gh-4234
9 years ago
Phillip Webb
e473364e4e
Merge branch '1.2.x'
9 years ago
Phillip Webb
6ab376e2e8
Reformat code use Eclipse Mars
9 years ago
Phillip Webb
d09805fd75
Polish license headers
9 years ago
Phillip Webb
67402405db
Reformat code
9 years ago
izeye
f4589e7cc3
Fix typos
...
Closes gh-3504
9 years ago
Phillip Webb
61fc4f3f12
Polish copyright headers
10 years ago
Phillip Webb
1ce617f1ae
Polish sample package names
10 years ago
Phillip Webb
d039f43107
Update samples to use @SpringBootApplication
...
Update the relevant samples to use the new @SpringBootApplication
annotation.
Closes gh-1842
10 years ago
Phillip Webb
fa88c481a5
Remote trailing whitespace
11 years ago
Phillip Webb
decee8d871
Polish templates code
11 years ago
Phillip Webb
1d5cddc1e9
Polish gemfire sample
11 years ago
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.
11 years ago