Author: tv
Date: Tue Jan 6 10:18:20 2015
New Revision: 1649768
URL: http://svn.apache.org/r1649768
Log:
JCS-139: handle enums properly
Modified:
commons/proper/jcs/trunk/src/changes/changes.xml
Modified: commons/proper/jcs/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/changes/changes.xml?rev=1649768&r1=1649767&r2=1649768&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/changes/changes.xml (original)
+++ commons/proper/jcs/trunk/src/changes/changes.xml Tue Jan 6 10:18:20 2015
@@ -20,6 +20,9 @@
</properties>
<body>
<release version="2.0" date="unreleased" description="JDK 1.6
based major release">
+ <action issue="JCS-139" dev="tv" type="fix" due-to="Youngho Cho">
+ PropertySetter doesn't set Enum properly. Added a test.
+ </action>
<action issue="JCS-136" dev="tv" type="fix" due-to="Youngho Cho">
OutOfMemoryError when using compressing serializer
</action>