Spring Buildmaster
df2ae7aa19
Next Development Version
7 years ago
Spring Buildmaster
c0f9f64776
Next Development Version
7 years ago
Spring Buildmaster
30eb937a83
Next Development Version
7 years ago
Spring Buildmaster
17a5bb0be4
Next development version
7 years ago
Johnny Lim
fe1eb8b5f3
Polish
...
See gh-9855
7 years ago
Spring Buildmaster
41c5c0e7c9
Next development version
7 years ago
Spring Buildmaster
05d4d0281c
Next Development Version
8 years ago
Stephane Nicoll
fc38c1ba4d
Improve cache sample
...
Clarify the cache sample and in particular that Infinispan does not
bootstrap with a default configuration file. Hence the custom
`infinispan.xml` configuration is enabled by default if Infinispan is
available on the classpath.
See gh-9417
8 years ago
Spring Buildmaster
9768b0a8c2
Next Development Version
8 years ago
Stephane Nicoll
8c21e16cf1
Add reference to Infinispan starter
...
Closes gh-8592
8 years ago
Spring Buildmaster
d23fa24340
Next Development Version
8 years ago
Stephane Nicoll
5cc569fc91
Improve execution speed of `CacheAutoConfigurationTests`
...
As of Hazelcast 3.7, the bootstrap is pretty slow by default due to the
networking discovery. This commit disables both TCP/IP and multicast
discoveries.
8 years ago
Phillip Webb
5867cd6175
Polish
8 years ago
Stephane Nicoll
842170768d
Polish cache sample readme
...
Closes gh-8272
8 years ago
Stephane Nicoll
4d7b03b002
Polish contribution
...
Closes gh-8202
8 years ago
John Blum
31ed70e1b8
Improve spring-boot-sample-cache UX by using Maven profiles
...
See gh-8202
8 years ago
Spring Buildmaster
5c12500366
Next Development Version
8 years ago
Spring Buildmaster
a2696bf873
Next Development Version
8 years ago
Phillip Webb
be3fe12cf0
Polish
8 years ago
Stephane Nicoll
a19a28062f
Fix actuator security in samples
...
Closes gh-7637
8 years ago
Vedran Pavic
c4aa78679a
Upgrade Hazelcast to 3.7.1
...
In addition, dependency management for `hazelcast-hibernate5` module has
been added, and a separate dependency version was introduced for
`hazelcast-hibernate4` module.
Closes gh-7023
8 years ago
Spring Buildmaster
7e9ed5e1a7
Next Development Version
8 years ago
Stephane Nicoll
96d5def17d
Add reference to Caffeine in cache sample
8 years ago
Spring Buildmaster
334baaeffd
Next development version
8 years ago
Johnny Lim
5de9516255
Fix typos
...
Closes gh-6114
9 years ago
Stephane Nicoll
9e60340c0e
Upgrade to EhCache 3.0.1
...
Closes gh-5898
9 years ago
Stephane Nicoll
c85948ac0c
Fix cache sample README
...
Closes gh-5800
9 years ago
Stephane Nicoll
4c877a67a2
Fix cache sample README
...
Closes gh-5807
9 years ago
Eddú Meléndez
81bf3867e3
Fix spring-boot-sample-cache Infinispan example
...
Closes gh-5800
Closes gh-5806
9 years ago
Eddú Meléndez
7b9844f5de
Polish spring-boot-sample-cache README
...
Closes gh-5807
9 years ago
Stephane Nicoll
0cfcbeb40e
Add dependency management for Ehcache 3
...
Closes gh-5725
9 years ago
Phillip Webb
b398b3319c
Rename @SpringApplicationTest -> @SpringBootTest
...
Rename @SpringApplicationTest to SpringBootTest and
@SpringApplicationContextLoader to @SpringBootContextLoader.
Fixes gh-5562
9 years ago
Phillip Webb
4d404b214c
Migrate away from @SpringApplicationConfiguration
...
Refactor internal tests to no longer use @SpringApplicationConfiguration
See gh-5562
9 years ago
Phillip Webb
c28f552883
Migrate SpringJUnit4ClassRunner to SpringRunner
...
Replace all existing SpringJUnit4ClassRunner references with the new
SpringRunner alias.
Fixes gh-5292
9 years ago
Phillip Webb
2f815a907a
Migrate existing tests from deprecated package
...
Update the existing tests to use the relocated `spring-boot-test`
classes. Restructuring was achieved using the following command:
find . -type f -name '*.java' -exec sed -i '' \
-e s/org.springframework.boot.test.ConfigFileApplicationContextInitializer/\
org.springframework.boot.test.context.ConfigFileApplicationContextInitializer/g \
-e s/org.springframework.boot.test.EnvironmentTestUtils/\
org.springframework.boot.test.util.EnvironmentTestUtils/g \
-e s/org.springframework.boot.test.IntegrationTest/\
org.springframework.boot.test.context.IntegrationTest/g \
-e s/org.springframework.boot.test.IntegrationTestPropertiesListener/\
org.springframework.boot.test.context.IntegrationTestPropertiesListener/g \
-e s/org.springframework.boot.test.OutputCapture/\
org.springframework.boot.test.rule.OutputCapture/g \
-e s/org.springframework.boot.test.SpringApplicationConfiguration/\
org.springframework.boot.test.context.SpringApplicationConfiguration/g \
-e s/org.springframework.boot.test.SpringApplicationContextLoader/\
org.springframework.boot.test.context.SpringApplicationContextLoader/g \
-e s/org.springframework.boot.test.SpringBootMockServletContext/\
org.springframework.boot.test.mock.web.SpringBootMockServletContext/g \
-e s/org.springframework.boot.test.TestRestTemplate/\
org.springframework.boot.test.web.client.TestRestTemplate/g \
-e s/org.springframework.boot.test.WebIntegrationTest/\
org.springframework.boot.test.context.web.WebIntegrationTest/g {} \;
See gh-5293
9 years ago
Stephane Nicoll
caf11e4445
Add Couchbase cache support
...
This commit updates the cache auto-configuration to provide a
`CouchbaseCacheManager` if a `Bucket` has been configured.
The global customizer infrastructure allows to further tune the cache
manager if necessary.
Closes gh-5176
9 years ago
Andy Wilkinson
355860fd09
Remove @Autowired from constructors where class has single constructor
...
Closes gh-5226
9 years ago
Stephane Nicoll
6741f05af1
Polish contribution
...
Closes gh-4903
9 years ago
Ken Dombeck
9f93559d44
Fix logger classname
...
Closes gh-5254
9 years ago
Andy Wilkinson
fcb5f03146
Upgrade to Hazelcast 3.6
...
Closes gh-5237
9 years ago
Andy Wilkinson
56487d23d6
Merge branch '1.3.x'
9 years ago
Vedran Pavic
6801e8208d
Fix namespace declarations in Hazelcast xml's and make them consistent
9 years ago
Andy Wilkinson
44ddfcc7fa
Upgrade copyright headers of all files changed in 2016
9 years ago
Phillip Webb
1cc1fc6431
Use AssertJ in spring-boot-samples
...
See gh-5083
9 years ago
Stephane Nicoll
e293008c3f
Rename redis starter to spring-boot-starter-data-redis
...
Closes gh-1033
9 years ago
Phillip Webb
fbaf209240
Move master to 1.4.0.BUILD-SNAPSHOT
9 years ago
Spring Buildmaster
504d3e97ba
Next development version
9 years ago
Spring Buildmaster
8db59059a5
Next Development Version
9 years ago
Spring Buildmaster
3f6f57a80e
Next Development Version
9 years ago
Phillip Webb
634bb770b2
Organize imports with new settings
...
See gh-4234
9 years ago