Skip to content

Commit 3759232

Browse files
hansonrhansonr
authored andcommitted
JAXB tested for XmlAccessorTypes FIELD, NONE
PUBLIC_MEMBER and PROPERTY *might* work as well
1 parent b6a5eec commit 3759232

File tree

13 files changed

+670
-582
lines changed

13 files changed

+670
-582
lines changed
1.82 KB
Binary file not shown.
Binary file not shown.

sources/net.sf.j2s.core/src/net/sf/j2s/core/CorePlugin.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ public class CorePlugin extends Plugin {
1919
* register the bundle version properly. So we use VERSION here instead.
2020
*
2121
*/
22-
public static String VERSION = "3.2.4.00";
22+
public static String VERSION = "3.2.4.01";
23+
// BH 10/27/2018 -- 3.2.4.01 support for JAXB FIELD+propOrder and NONE types
2324
// BH 9/28/2018 -- 3.2.4.00 adds minimal support for JAXB
2425
// BH 9/23/2018 -- 3.2.3.00 new transpiler + SwingJS-site.zip - support for java.applet.Applet and java.awt.* controls without use of a2s.*
2526
// BH 9/16/2018 -- 3.2.2.06 removes "$" in JApplet public method alternative name

0 commit comments

Comments
 (0)