This is an automated email from the ASF dual-hosted git repository.
tv pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
from beb33bd2 More records: CacheElement & friends
new 6b57c142 Add logging configuration to modules
new 0fca522a Add configuration hints for the logging formatter
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/commons/jcs4/admin/CacheRegionInfo.java | 3 +--
.../apache/commons/jcs4/admin/JCSAdminBean.java | 2 +-
.../commons/jcs4/TestLogConfigurationUtil.java | 4 +--
.../auxiliary/disk/AbstractDiskCacheUnitTest.java | 4 +--
.../auxiliary/remote/RemoteCacheClientTester.java | 2 +-
commons-jcs4-jcache-extras/pom.xml | 19 ++++++++++++++
.../jcache/extras/loader/CompositeCacheLoader.java | 3 ++-
.../jcache/extras/writer/CompositeCacheWriter.java | 3 ++-
.../extras/loader/CacheLoaderAdapterTest.java | 5 +++-
.../src/test/resources}/logging.properties | 2 +-
commons-jcs4-jcache-openjpa/pom.xml | 19 ++++++++++++++
.../jcache/openjpa/OpenJPAJCacheDataCacheTest.java | 29 ++++++++++++----------
.../src/test/resources}/logging.properties | 2 +-
commons-jcs4-jcache-tck/pom.xml | 15 +++++++++++
.../src/test/resources}/logging.properties | 2 +-
commons-jcs4-jcache/pom.xml | 14 +++++++++++
.../src/test/resources}/logging.properties | 2 +-
xdocs/UpgradingFrom3x.xml | 7 +++++-
18 files changed, 108 insertions(+), 29 deletions(-)
copy {commons-jcs4-core/src/test/test-conf =>
commons-jcs4-jcache-extras/src/test/resources}/logging.properties (94%)
copy {commons-jcs4-core/src/test/test-conf =>
commons-jcs4-jcache-openjpa/src/test/resources}/logging.properties (93%)
copy {commons-jcs4-core/src/test/test-conf =>
commons-jcs4-jcache-tck/src/test/resources}/logging.properties (94%)
copy {commons-jcs4-core/src/test/test-conf =>
commons-jcs4-jcache/src/test/resources}/logging.properties (94%)