Spring Operator
189eeefbb1
Use HTTPS for external links wherever possible
...
See gh-16317
7 years ago
Spring Operator
4e2739eceb
Use HTTPS for external links from XML files where possible
...
See gh-16312
7 years ago
Andy Wilkinson
0e009ef047
Use HTTPS to link to the Apache license
7 years ago
Spring Operator
e2837843e1
Update build and setup configuration to use HTTPS
...
See gh-16244
7 years ago
Spring Operator
7c314122f7
Update build and setup configuration to use HTTPS
...
See gh-16243
7 years ago
Spring Buildmaster
88e43c8421
Next Development Version
9 years ago
Spring Buildmaster
d719d2cbbc
Next Development Version
9 years ago
Spring Buildmaster
2a83e80a9b
Next Development Version
9 years ago
Spring Buildmaster
ed1ce140c0
Next Development Version
9 years ago
Spring Buildmaster
9057f9ae1f
Next development version
9 years ago
Spring Buildmaster
e712a9ba8c
Next Development Version
9 years ago
Stephane Nicoll
6bd670edbc
Initiate 1.4.x branch
9 years ago
Spring Buildmaster
5f959b074f
Next Development Version
9 years ago
Stephane Nicoll
96d5def17d
Add reference to Caffeine in cache sample
9 years ago
Spring Buildmaster
334baaeffd
Next development version
10 years ago
Spring Buildmaster
a89ef5df6e
Next Development Version
10 years ago
Spring Buildmaster
2216369348
Next Development Version
10 years ago
Johnny Lim
5de9516255
Fix typos
...
Closes gh-6114
10 years ago
Stephane Nicoll
9e60340c0e
Upgrade to EhCache 3.0.1
...
Closes gh-5898
10 years ago
Spring Buildmaster
819a9574a6
Next Development Version
10 years ago
Spring Buildmaster
376bbe68d8
Next Development Version
10 years ago
Stephane Nicoll
c85948ac0c
Fix cache sample README
...
Closes gh-5800
10 years ago
Stephane Nicoll
4c877a67a2
Fix cache sample README
...
Closes gh-5807
10 years ago
Eddú Meléndez
81bf3867e3
Fix spring-boot-sample-cache Infinispan example
...
Closes gh-5800
Closes gh-5806
10 years ago
Eddú Meléndez
7b9844f5de
Polish spring-boot-sample-cache README
...
Closes gh-5807
10 years ago
Stephane Nicoll
0cfcbeb40e
Add dependency management for Ehcache 3
...
Closes gh-5725
10 years ago
Phillip Webb
b398b3319c
Rename @SpringApplicationTest -> @SpringBootTest
...
Rename @SpringApplicationTest to SpringBootTest and
@SpringApplicationContextLoader to @SpringBootContextLoader .
Fixes gh-5562
10 years ago
Phillip Webb
4d404b214c
Migrate away from @SpringApplicationConfiguration
...
Refactor internal tests to no longer use @SpringApplicationConfiguration
See gh-5562
10 years ago
Phillip Webb
c28f552883
Migrate SpringJUnit4ClassRunner to SpringRunner
...
Replace all existing SpringJUnit4ClassRunner references with the new
SpringRunner alias.
Fixes gh-5292
10 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
10 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
10 years ago
Andy Wilkinson
355860fd09
Remove @Autowired from constructors where class has single constructor
...
Closes gh-5226
10 years ago
Stephane Nicoll
6741f05af1
Polish contribution
...
Closes gh-4903
10 years ago
Ken Dombeck
9f93559d44
Fix logger classname
...
Closes gh-5254
10 years ago
Spring Buildmaster
225d877ab9
Next Development Version
10 years ago
Andy Wilkinson
fcb5f03146
Upgrade to Hazelcast 3.6
...
Closes gh-5237
10 years ago
Vedran Pavic
6801e8208d
Fix namespace declarations in Hazelcast xml's and make them consistent
10 years ago
Andy Wilkinson
44ddfcc7fa
Upgrade copyright headers of all files changed in 2016
10 years ago
Phillip Webb
1cc1fc6431
Use AssertJ in spring-boot-samples
...
See gh-5083
10 years ago
Stephane Nicoll
e293008c3f
Rename redis starter to spring-boot-starter-data-redis
...
Closes gh-1033
10 years ago
Phillip Webb
fbaf209240
Move master to 1.4.0.BUILD-SNAPSHOT
10 years ago
Spring Buildmaster
504d3e97ba
Next development version
10 years ago
Spring Buildmaster
8db59059a5
Next Development Version
10 years ago
Spring Buildmaster
3f6f57a80e
Next Development Version
10 years ago
Phillip Webb
634bb770b2
Organize imports with new settings
...
See gh-4234
10 years ago
Phillip Webb
c9fb9916b8
Reformat code using Eclipse Mars
10 years ago
Phillip Webb
2615990ffb
Organize imports
10 years ago
Phillip Webb
6193b640a4
Polish
10 years ago
Stephane Nicoll
63d157bb7c
Favor JSR-107 provider if present
...
Previously, native cache libraries were favored over a standard JSR-107
implementation. If a user has a working setup using JCache with one
provider and switch to another provider, his setup may be broken if we
happen to provide a native support for the new provider.
We now consistently favor JSR-107 if it is present. Native support can
still be enabled via the `spring.cache.type` property.
Closes gh-3822
10 years ago
Stephane Nicoll
7c0c953f81
Add value alias for SpringApplicationConfiguration
...
Given that Spring Boot uses java config accross the board, a new `value`
attribute is now aliased to the existing `classes` attribute such that
one could write the following:
@SpringApplicationConfiguration(MyConfig.class)
public class MyTest {}
Closes gh-3635
10 years ago