Spring Buildmaster
d719d2cbbc
Next Development Version
2017-04-20 12:46:19 +00:00
Spring Buildmaster
2a83e80a9b
Next Development Version
2017-03-03 14:39:21 +00:00
Spring Buildmaster
ed1ce140c0
Next Development Version
2017-01-26 14:20:39 +00:00
Spring Buildmaster
9057f9ae1f
Next development version
2016-12-23 00:15:23 +00:00
Spring Buildmaster
e712a9ba8c
Next Development Version
2016-11-08 16:55:37 +00:00
Stephane Nicoll
6bd670edbc
Initiate 1.4.x branch
2016-09-21 11:11:24 +02:00
Stephane Nicoll
96d5def17d
Add reference to Caffeine in cache sample
2016-08-17 10:13:46 +02:00
Spring Buildmaster
334baaeffd
Next development version
2016-07-28 19:54:01 +00:00
Stephane Nicoll
c85948ac0c
Fix cache sample README
...
Closes gh-5800
2016-04-28 09:30:31 +02:00
Eddú Meléndez
81bf3867e3
Fix spring-boot-sample-cache Infinispan example
...
Closes gh-5800
Closes gh-5806
2016-04-27 13:32:47 -07:00
Stephane Nicoll
0cfcbeb40e
Add dependency management for Ehcache 3
...
Closes gh-5725
2016-04-19 13:58:24 +02:00
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
2016-03-18 07:52:56 +01:00
Stephane Nicoll
e293008c3f
Rename redis starter to spring-boot-starter-data-redis
...
Closes gh-1033
2016-01-26 08:31:34 +01:00
Phillip Webb
fbaf209240
Move master to 1.4.0.BUILD-SNAPSHOT
2016-01-24 10:45:24 -08:00
Spring Buildmaster
504d3e97ba
Next development version
2016-01-21 18:41:30 -08:00
Spring Buildmaster
8db59059a5
Next Development Version
2015-12-18 05:43:02 -08:00
Spring Buildmaster
3f6f57a80e
Next Development Version
2015-11-16 03:18:54 -08:00
Phillip Webb
6193b640a4
Polish
2015-09-02 23:44:19 -07:00
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
2015-08-25 15:07:24 +02:00
Phillip Webb
d2f11c465e
Polish cache code
2015-06-04 00:55:38 -07:00
Stephane Nicoll
fca192fa41
Add spring-boot-starter-cache
...
Closes gh-3098
2015-06-03 17:29:57 +02:00
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
2015-06-01 11:49:31 +02:00
Eddú Meléndez
23a278451a
Add cache sample
...
See gh-2633
2015-06-01 11:49:14 +02:00