Skip to content

Commit e9facfc

Browse files
authored
Merge pull request #151 from BobHanson/master
3.2.7-v3
2 parents 79f8cfc + 6db810f commit e9facfc

82 files changed

Lines changed: 8215 additions & 1184 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
16.2 KB
Binary file not shown.
-1.92 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200109070504
1+
20200112194529
16.2 KB
Binary file not shown.
-1.92 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200109070504
1+
20200112194529

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

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

Lines changed: 425 additions & 409 deletions
Large diffs are not rendered by default.
16.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)