atos1990 / orika

Automatically exported from code.google.com/p/orika
0 stars 0 forks source link

There is a bug for JavaBean to Map #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I define a class like this:
public class JsonObject extends HashMap<String,Object>{...}.
Orika can not map JavaBean to JsonObject.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
orika1.4.0;win7 jdk7

Original issue reported on code.google.com by linan...@126.com on 31 Jan 2013 at 2:24

GoogleCodeExporter commented 9 years ago

Original comment by elaat...@gmail.com on 8 Mar 2013 at 9:06

GoogleCodeExporter commented 9 years ago

Original comment by elaat...@gmail.com on 5 Jun 2013 at 9:32

GoogleCodeExporter commented 9 years ago
A fix is applied in the current master; please checkout the most recent 
1.4.3-SNAPSHOT version.

Original comment by matt.deb...@gmail.com on 17 Jun 2013 at 6:02

GoogleCodeExporter commented 9 years ago
Fixed in 1.4.3 release.

Original comment by matt.deb...@gmail.com on 7 Jul 2013 at 4:03