You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2023/09/18 17:41:01 UTC

[commons-jcs] branch master updated (78f65a5a -> 9735e53e)

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 78f65a5a Use JCS.shutdown()
     new 1c033418 Fix source alignment
     new 9735e53e Fix spelling

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:
 xdocs/CacheEventLogging.xml         |  6 +++---
 xdocs/RemoteCacheProperties.xml     |  2 +-
 xdocs/RemoteHttpCacheProperties.xml | 10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)


[commons-jcs] 01/02: Fix source alignment

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit 1c033418e159b8d42953afd4a384bc81a617015e
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Mon Sep 18 18:16:36 2023 +0200

    Fix source alignment
---
 xdocs/CacheEventLogging.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/xdocs/CacheEventLogging.xml b/xdocs/CacheEventLogging.xml
index 39aed8fc..81324734 100644
--- a/xdocs/CacheEventLogging.xml
+++ b/xdocs/CacheEventLogging.xml
@@ -37,8 +37,8 @@
 				instance, to add debug event logging to a remote cache client, you
 				could do the following:</p>
 			<source><![CDATA[
-			. . .
-			jcs.auxiliary.RC=org.apache.commons.jcs3.auxiliary.remote.RemoteCacheFactory
+. . .
+jcs.auxiliary.RC=org.apache.commons.jcs3.auxiliary.remote.RemoteCacheFactory
 jcs.auxiliary.RC.attributes=org.apache.commons.jcs3.auxiliary.remote.RemoteCacheAttributes
 jcs.auxiliary.RC.attributes.FailoverServers=localhost:1101,localhost:1102
 jcs.auxiliary.RC.attributes.LocalPort=1201
@@ -51,7 +51,7 @@ jcs.auxiliary.RC.attributes.ThreadPoolName=remote_cache_client
 jcs.auxiliary.RC.attributes.GetOnly=false
 jcs.auxiliary.RC.cacheeventlogger=org.apache.commons.jcs3.engine.logging.CacheEventLoggerDebugLogger
 jcs.auxiliary.RC.cacheeventlogger.attributes.logCategoryName=test.RCCEventLogCategory
-			. . .
+. . .
         ]]></source>
 			<p> The attribute "logCateoryName" is a property of this
 				implementation. You can configure any properties on your


[commons-jcs] 02/02: Fix spelling

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit 9735e53eb68d1b6e633c65d29fb8d8ab13cda0f5
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Mon Sep 18 18:19:39 2023 +0200

    Fix spelling
---
 xdocs/RemoteCacheProperties.xml     |  2 +-
 xdocs/RemoteHttpCacheProperties.xml | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/xdocs/RemoteCacheProperties.xml b/xdocs/RemoteCacheProperties.xml
index 0363b0f5..7abb09bc 100644
--- a/xdocs/RemoteCacheProperties.xml
+++ b/xdocs/RemoteCacheProperties.xml
@@ -52,7 +52,7 @@
 							server in the list. If a connection is
 							successfully established with a failover
 							server, then the cache will attempt to
-							restore the conenction with the primary
+							restore the connection with the primary
 							server.
 						</td>
 						<td>Y</td>
diff --git a/xdocs/RemoteHttpCacheProperties.xml b/xdocs/RemoteHttpCacheProperties.xml
index 3dfb1580..0750a5d5 100644
--- a/xdocs/RemoteHttpCacheProperties.xml
+++ b/xdocs/RemoteHttpCacheProperties.xml
@@ -31,7 +31,7 @@
 					</tr>
 					<tr>
 						<td>url</td>
-						<td> This is the full url for the http service.</td>
+						<td> This is the full URL for the HTTP service.</td>
 						<td>Y</td>
 						<td>n/a</td>
 					</tr>
@@ -55,27 +55,27 @@
 					</tr>
 					<tr>
 						<td>httpVersion</td>
-						<td> The http version to use.</td>
+						<td> The HTTP version to use.</td>
 						<td>N</td>
 						<td>1.1</td>
 					</tr>
 					<tr>
 						<td>includeCacheNameAsParameter</td>
-						<td> Should the cache name be appended to the url.</td>
+						<td> Should the cache name be appended to the URL.</td>
 						<td>N</td>
 						<td>true</td>
 					</tr>
 					<tr>
 						<td>includeKeysAndPatternsAsParameter
 						</td>
-						<td> Should the key be appended to the url.</td>
+						<td> Should the key be appended to the URL.</td>
 						<td>N</td>
 						<td>true</td>
 					</tr>
 					<tr>
 						<td>includeRequestTypeasAsParameter
 						</td>
-						<td> Should the request type be appended to the url.</td>
+						<td> Should the request type be appended to the URL.</td>
 						<td>N</td>
 						<td>true</td>
 					</tr>