File tree Expand file tree Collapse file tree 2 files changed +429
-410
lines changed
sources/net.sf.j2s.core/src/net/sf/j2s/core Expand file tree Collapse file tree 2 files changed +429
-410
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments