File: OSCache%202.0%20beta%202.html

package info (click to toggle)
oscache 2.4.1-1
  • links: PTS, VCS
  • area: contrib
  • in suites: lenny
  • size: 7,004 kB
  • ctags: 2,079
  • sloc: java: 9,014; xml: 2,238; jsp: 574; makefile: 11; sh: 11
file content (44 lines) | stat: -rw-r--r-- 2,148 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<html>
    <head>
        <title>OSCache - 
        OSCache 2.0 beta 2
         </title>
	    <link rel="stylesheet" href="styles/site.css" type="text/css" />
        <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </head>

    <body>
	    <table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
		    <tr>
			    <td valign="top" class="pagebody">
				    <h3><a name="OSCache2.0beta2-ReleaseNotes"></a>Release Notes</h3>

<p>(4th August 2003 - by Chris Miller)</p>
<h4><a name="OSCache2.0beta2-NewFeatures%3A"></a>New Features:</h4>

<ul>
	<li>Now supports JavaGroups version 2.1.</li>
	<li>JMS Clustering support has been added -Romulus Pasca.</li>
	<li>Clustering code has been refactored. As a result of this, some of the clustering configuration has changed since beta 1 - please see the updated clustering documentation for details.</li>
	<li>Performance enhancement: When running under JRE 1.3.x, the LRUCache will now attempt to use the Jakarta commons collections SequencedHashMap. If the commons-collections.jar is not present then the code resorts to using a LinkedList and a warning is logged. Note that under JRE 1.4.x and higher the commons-collections.jar is not required.</li>
	<li>Config.getProperties() method added.</li>
</ul>


<h4><a name="OSCache2.0beta2-BugFixes%3A"></a>Bug Fixes:</h4>

<ul>
	<li><a href="http://jira.opensymphony.com/browse/CACHE-48" title="Visit page outside Confluence">CACHE-48 </a> FastCronParser no longer requires JDK 1.4.x.</li>
	<li><a href="http://jira.opensymphony.com/browse/CACHE-45" title="Visit page outside Confluence">CACHE-45 </a> Fixed a serialization bug.</li>
	<li>The CachewideEvent was not holding the event date.</li>
	<li>Prevented an error from being logged in the CachewideEvent handling (even though no problem had occurred).</li>
	<li>Fixed a subtle bug in the concurrent unit test.</li>
	<li>The ServletCacheAdministrator's app scope cache is created on startup (via the CacheContextListener).</li>
</ul>


                    			    </td>
		    </tr>
	    </table>
    </body>
</html>