Skip to content

Commit 973cee6

Browse files
committed
java2script VERSION = "3.2.7-v3";
// BH 2020.01.12 -- 3.2.7-v3 fixes JAXB annotation marshalling for 3.2.7 // BH 2020.01.11 -- 3.2.7-v3 corrects and rewrites synthetic bridge creation with much cleaner heap usage
1 parent 9b7867f commit 973cee6

File tree

2 files changed

+429
-410
lines changed

2 files changed

+429
-410
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ public class CorePlugin extends Plugin {
2525
* "net.sf.j2s.core.jar" not "net.sf.j2s.core.3.2.5"
2626
*
2727
*/
28-
public static String VERSION = "3.2.7-v1";
28+
public static String VERSION = "3.2.7-v3";
29+
// BH 2020.01.12 -- 3.2.7-v3 fixes JAXB annotation marshalling for 3.2.7
30+
// BH 2020.01.11 -- 3.2.7-v3 corrects and rewrites synthetic bridge creation with much cleaner heap usage
31+
// BH 2020.01.09 -- 3.2.7-v2 introduces @j2sAlias as a way of adding a custom method name, as in exports.
2932
// BH 2020.01.08 -- 3.2.7-v1 sets generic references to their erasures; adds implicit synthetic default methods to interfaces
3033
// BH 2020.01.05 -- 3.2.6-v2 fixes synthetic methods missing for generics
3134
// BH 2020.01.03 -- 3.2.6-v2 fixes for missing synthetic methods

0 commit comments

Comments
 (0)