This is an automated email from the ASF dual-hosted git repository.
buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git
The following commit(s) were added to refs/heads/master by this push:
new 1c220ef8 remove unused config
1c220ef8 is described below
commit 1c220ef8cc1e3b655db2a6d121e70be4f3bac760
Author: Alexey Markevich <[email protected]>
AuthorDate: Tue Apr 12 00:36:42 2022 +0300
remove unused config
---
services/oidc/src/main/resources/cxf-oauth2-ehcache.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/services/oidc/src/main/resources/cxf-oauth2-ehcache.xml
b/services/oidc/src/main/resources/cxf-oauth2-ehcache.xml
deleted file mode 100644
index 24ea3e43..00000000
--- a/services/oidc/src/main/resources/cxf-oauth2-ehcache.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<ehcache xsi:noNamespaceSchemaLocation="ehcache.xsd" updateCheck="false"
monitoring="autodetect" dynamicConfig="true" name="fedizOidcSecurityCache">
- <diskStore path="target/ehcache/oidc"/>
- <defaultCache maxEntriesLocalHeap="5000" eternal="false"
timeToIdleSeconds="3600" timeToLiveSeconds="3600" overflowToDisk="true"
maxElementsOnDisk="10000000" diskPersistent="true"
diskExpiryThreadIntervalSeconds="120" memoryStoreEvictionPolicy="LRU"/>
-
-</ehcache>