rt/emul/mini/src/main/java/java/lang/ClassLoader.java
Thu, 30 Oct 2014 01:50:21 +0100 getClass().getResource(...).openConnection().getURL() returns a URL which is recognized by the browser and can be used to load resources with XHR or <img src='...'>. When no longer needed, convert connection to Closeable and use connection.close().
Mon, 11 Aug 2014 17:52:23 +0200 Initial attempt to provide proper 3rd parameter to bootmethod
Mon, 26 May 2014 10:19:26 +0200 Seek also in exports for the loadBytes function
Sat, 03 May 2014 06:46:57 +0200 Can load multiple resources of the same name from extensions
Wed, 23 Oct 2013 14:56:31 +0200 Preventing StackOverflowError when asking for non-existing system resource
Sun, 20 Oct 2013 20:36:03 +0200 Can load multiple resources of the same name even in testing and development mode
Thu, 03 Oct 2013 14:45:25 +0200 Can get access to ClassLoader and use it to load resources and classes
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository