mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-22 08:26:35 +01:00
java: version 0.5.2-devel
This commit is contained in:
parent
2b28211701
commit
2f3c47f385
@ -1,4 +1,23 @@
|
|||||||
|
|
||||||
|
Release 0.5.2 - 2011/04/23
|
||||||
|
NEW FEATURES
|
||||||
|
MSGPACK-6 Added TemplatePrecompiler program
|
||||||
|
|
||||||
|
Added built-in templates of BigDecimal and Date classes.
|
||||||
|
|
||||||
|
Added @MessagePackBeans annotation that enables you to serialize/deserialize
|
||||||
|
JavaBeans.
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
MSGPACK-4 Fixes the deserialization routine of Long value
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
#13 Improves handling of ClassLoader on Javasisst template builder.
|
||||||
|
|
||||||
|
MSGPACK-7 Improves compatibility with Java 1.5. Now it runs on JRE 5.
|
||||||
|
It is tested on Jenkins CI: http://ci.msgpack.org/job/java-jre5/
|
||||||
|
|
||||||
|
|
||||||
Release 0.5.1 - 2010/12/14
|
Release 0.5.1 - 2010/12/14
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
Fixes cast error on GenericArrayType
|
Fixes cast error on GenericArrayType
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.msgpack</groupId>
|
<groupId>org.msgpack</groupId>
|
||||||
<artifactId>msgpack</artifactId>
|
<artifactId>msgpack</artifactId>
|
||||||
<version>0.5.1-devel</version>
|
<version>0.5.2-devel</version>
|
||||||
<description>MessagePack for Java</description>
|
<description>MessagePack for Java</description>
|
||||||
|
|
||||||
<name>MessagePack for Java</name>
|
<name>MessagePack for Java</name>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user