Repository: cayenne Updated Branches: refs/heads/master 8047c5884 -> 643a889b5
Old ehcache test file is not longer used Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/643a889b Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/643a889b Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/643a889b Branch: refs/heads/master Commit: 643a889b58996cbf2776cefa601f68348c584881 Parents: 8047c58 Author: Andrus Adamchik <[email protected]> Authored: Wed Sep 5 13:33:37 2018 +0300 Committer: Andrus Adamchik <[email protected]> Committed: Wed Sep 5 13:33:37 2018 +0300 ---------------------------------------------------------------------- .../org/apache/cayenne/cache/test-ehcache.xml | 25 -------------------- 1 file changed, 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/643a889b/cayenne-server/src/test/resources/org/apache/cayenne/cache/test-ehcache.xml ---------------------------------------------------------------------- diff --git a/cayenne-server/src/test/resources/org/apache/cayenne/cache/test-ehcache.xml b/cayenne-server/src/test/resources/org/apache/cayenne/cache/test-ehcache.xml deleted file mode 100644 index d35e3a9..0000000 --- a/cayenne-server/src/test/resources/org/apache/cayenne/cache/test-ehcache.xml +++ /dev/null @@ -1,25 +0,0 @@ -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to you 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. ---> -<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="ehcache.xsd" updateCheck="false" - monitoring="off" dynamicConfig="false"> - - <defaultCache eternal="false" overflowToDisk="false" timeToIdleSeconds="453" timeToLiveSeconds="453" maxElementsInMemory="10"/> - - <cache name="cg1" timeToLiveSeconds="201" maxElementsInMemory="10"/> - <cache name="cg2" timeToLiveSeconds="319" maxElementsInMemory="10"/> - -</ehcache> \ No newline at end of file
