Spring Operator
e2837843e1
Update build and setup configuration to use HTTPS
...
See gh-16244
6 years ago
Spring Buildmaster
88e43c8421
Next Development Version
8 years ago
Spring Buildmaster
d719d2cbbc
Next Development Version
8 years ago
Spring Buildmaster
2a83e80a9b
Next Development Version
8 years ago
Spring Buildmaster
ed1ce140c0
Next Development Version
8 years ago
Spring Buildmaster
9057f9ae1f
Next development version
8 years ago
Spring Buildmaster
e712a9ba8c
Next Development Version
8 years ago
Stephane Nicoll
6bd670edbc
Initiate 1.4.x branch
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
Stephane Nicoll
c85948ac0c
Fix cache sample README
...
Closes gh-5800
9 years ago
Eddú Meléndez
81bf3867e3
Fix spring-boot-sample-cache Infinispan example
...
Closes gh-5800
Closes gh-5806
9 years ago
Stephane Nicoll
0cfcbeb40e
Add dependency management for Ehcache 3
...
Closes gh-5725
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
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
6193b640a4
Polish
9 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
9 years ago
Phillip Webb
d2f11c465e
Polish cache code
10 years ago
Stephane Nicoll
fca192fa41
Add spring-boot-starter-cache
...
Closes gh-3098
10 years ago
Stephane Nicoll
eef027a4f0
Polish cache sample
...
Update single cache sample with all supported cache providers. Add README
to shortly explain how to get started with them.
See gh-2633
10 years ago
Eddú Meléndez
23a278451a
Add cache sample
...
See gh-2633
10 years ago