Log of /jakarta/jcs/trunk/build.xml
Parent Directory
|
Revision Log
Revision
536904 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu May 10 16:03:42 2007 UTC
(2 years, 6 months ago)
by
tv
File length: 6722 byte(s)
Diff to
previous 223977
(
colored)
JCS has officially been wrestled. Sorry, guys, this is going to be
one *big* commit again.
- Re-Licensed everything according to the current ASF policy
- Reformatted headers
- Removed trailing blanks
Revision
223977 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat May 18 02:11:31 2002 UTC
(7 years, 6 months ago)
by
jtaylor
File length: 5954 byte(s)
Diff to
previous 223971
(
colored)
Reintroducing the Servlet interface to the cache. I rewrote it using velocity
which makes the code a little cleaner. I still would like to add a detail page
for viewing the items in the cache and removing one (or perhaps more than one).
Seems like a decent start.
Revision
223971 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 15 20:11:29 2002 UTC
(7 years, 6 months ago)
by
jtaylor
File length: 5797 byte(s)
Diff to
previous 223955
(
colored)
Using the cool new maven callbacks to prepare the test config, NEED TO UPDATE
TO THE LATEST MAVEN FROM HEAD =]
Revision
223922 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Apr 13 04:01:33 2002 UTC
(7 years, 7 months ago)
by
jtaylor
File length: 3253 byte(s)
Diff to
previous 223911
(
colored)
Added another unit test that pounds the SAME region with 3 different threads,
rather than different regions.
This quickly showed a couple of synchronization problems in memory cache. I
changed some synchronization around and tried to to make the list remove cope
with the case where another thread has already removed the element. Before it
was just treating it like the only element, and quietly dropping the list (but
not the map -- yikes!)
Also, moved synchronization of spool to disk from Cache to LRUMemoryCache to
avoid a deadlock which occurred occasionally. Makes much more sense since that
method doesn't affect any of the volatile state in Cache.
Revision
223909 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 8 14:27:38 2002 UTC
(7 years, 7 months ago)
by
jtaylor
File length: 2986 byte(s)
Diff to
previous 223904
(
colored)
- Renamed CompositeCache to CacheHub, per todo.xml. Will post to the mailing
list regarding this shortly.
- Removed associated factory and put getInstance method in CacheHub (removing
DCL in the process =)
- Added some hackery to build.xml to allow the tests to run -- need to find a
more maveny way to do this in the long run.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.