Author: asmuts
Date: Thu Sep 15 21:38:13 2005
New Revision: 289380
URL: http://svn.apache.org/viewcvs?rev=289380&view=rev
Log:
Finshed refactoring tcp lateral to use its own attributes, factory and manager.
I added allowGet, allowPut, issueRemoveOnPut, and filterRemoveByHashCode
attributes
for TCP lateral, as discussed on the user list. I Added unit test for all new
features.
I will add documentation on the new features later.
I still need to get the jgroups factory in order after the lateral refactoring.
Modified:
jakarta/jcs/trunk/project.properties
jakarta/jcs/trunk/project.xml
Modified: jakarta/jcs/trunk/project.properties
URL:
http://svn.apache.org/viewcvs/jakarta/jcs/trunk/project.properties?rev=289380&r1=289379&r2=289380&view=diff
==============================================================================
--- jakarta/jcs/trunk/project.properties (original)
+++ jakarta/jcs/trunk/project.properties Thu Sep 15 21:38:13 2005
@@ -26,6 +26,7 @@
maven.jcoverage.junit.fork = true
maven.junit.sysproperties=java.security.policy
java.security.policy=${basedir}/src/conf/cache.policy
+maven.junit.jvmargs=-Xmx160m
# -------------------------------------------------------------------
# C H E C K S T Y L E P R O P E R T I E S
Modified: jakarta/jcs/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/jcs/trunk/project.xml?rev=289380&r1=289379&r2=289380&view=diff
==============================================================================
--- jakarta/jcs/trunk/project.xml (original)
+++ jakarta/jcs/trunk/project.xml Thu Sep 15 21:38:13 2005
@@ -205,6 +205,8 @@
<include>**/TestDiskCacheConcurrent.java</include>
<include>**/TestDiskCacheConcurrentForDeadLock.java</include>
<include>**/TestTCPLateralCache.java</include>
+ <include>**/TestLateralTCPFilterRemoveHashCode.java</include>
+ <include>**/TestLateralTCPIssueRemoveOnPut.java</include>
<include>**/TestLateralTCPConcurrentForDeadLock.java</include>
<!--
<include>**/TestJCSvHashtablePerf.java</include>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]