IKVM.NET 7.0 Release Candidate 0
Posted by: IKVM.NET Weblog,
on 14 Nov 2011 |
View original | Bookmarked: 0 time(s)
The first release candidate is available. No changes (except the version number andstrong
naming)relative to the last development snapshot.
What's New (relative to IKVM.NET
0.46):
Integrated OpenJDK 7 b147.
Implemented Java 7 JVM changes.
Java annotations on statically compiled code are now returned as java.lang.reflect.Proxy
objects for compability with broken code that assumes this is always the code.
Added delegate conversion...