Browse Source
Includes latest dependency updates (Jackson 2.6.1, Jetty 9.3.2, Undertow 1.2.10) Issue: SPR-13342pull/853/merge
4 changed files with 48 additions and 9 deletions
@ -0,0 +1,27 @@ |
|||||||
|
/* |
||||||
|
* Copyright 2002-2015 the original author or authors. |
||||||
|
* |
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
||||||
|
* you may not use this file except in compliance with the License. |
||||||
|
* You may obtain a copy of the License at |
||||||
|
* |
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
* |
||||||
|
* Unless required by applicable law or agreed to in writing, software |
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, |
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
||||||
|
* See the License for the specific language governing permissions and |
||||||
|
* limitations under the License. |
||||||
|
*/ |
||||||
|
|
||||||
|
package org.springframework.cache.jcache; |
||||||
|
|
||||||
|
/** |
||||||
|
* Just here to be run against EHCache 3, whereas the original JCacheEhCacheTests |
||||||
|
* runs against EhCache 2.x with the EhCache-JCache add-on. |
||||||
|
* |
||||||
|
* @author Juergen Hoeller |
||||||
|
*/ |
||||||
|
public class JCacheEhCache3Tests extends JCacheEhCacheTests { |
||||||
|
|
||||||
|
} |
||||||
Loading…
Reference in new issue