Merge branch '1.4.x' into 1.5.x

pull/8474/merge
Stephane Nicoll 8 years ago
commit 6624fe47c3

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2016 the original author or authors. * Copyright 2012-2017 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

@ -669,7 +669,7 @@ public class CacheAutoConfigurationTests {
} }
@Test @Test
public void jCacheCacheWithCachesAndCustomizer() { // this one public void jCacheCacheWithCachesAndCustomizer() {
String cachingProviderFqn = HazelcastCachingProvider.class.getName(); String cachingProviderFqn = HazelcastCachingProvider.class.getName();
try { try {
load(JCacheWithCustomizerConfiguration.class, "spring.cache.type=jcache", load(JCacheWithCustomizerConfiguration.class, "spring.cache.type=jcache",

Loading…
Cancel
Save