Thu, 30 Oct 2014 01:50:21 +0100getClass().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().
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 30 Oct 2014 01:50:21 +0100] rev 1717
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().

Thu, 30 Oct 2014 01:49:57 +0100Tests should pass when invoked repeatedly
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 30 Oct 2014 01:49:57 +0100] rev 1716
Tests should pass when invoked repeatedly

Fri, 26 Sep 2014 16:27:58 +0200[maven-release-plugin] prepare for next development iteration
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 26 Sep 2014 16:27:58 +0200] rev 1715
[maven-release-plugin] prepare for next development iteration

Fri, 26 Sep 2014 16:27:57 +0200[maven-release-plugin] copy for tag release-0.11
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 26 Sep 2014 16:27:57 +0200] rev 1714
[maven-release-plugin] copy for tag release-0.11

Fri, 26 Sep 2014 16:27:57 +0200[maven-release-plugin] prepare release release-0.11 release-0.11
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 26 Sep 2014 16:27:57 +0200] rev 1713
[maven-release-plugin] prepare release release-0.11

Fri, 26 Sep 2014 15:53:04 +0200Workaround mistakes ko4j@1.0 symbol imports
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 26 Sep 2014 15:53:04 +0200] rev 1712
Workaround mistakes ko4j@1.0 symbol imports

Fri, 26 Sep 2014 14:16:02 +0200Taking the nanoTime from the canvas branch for Toni
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 26 Sep 2014 14:16:02 +0200] rev 1711
Taking the nanoTime from the canvas branch for Toni

Fri, 26 Sep 2014 13:42:15 +0200Need to be able to load classes from classpath to find out if a method overrides something in a superclass.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 26 Sep 2014 13:42:15 +0200] rev 1710
Need to be able to load classes from classpath to find out if a method overrides something in a superclass.

Fri, 26 Sep 2014 10:44:54 +0200Can call methods of Object in obfuscation mode
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 26 Sep 2014 10:44:54 +0200] rev 1709
Can call methods of Object in obfuscation mode

Fri, 26 Sep 2014 10:22:23 +0200Default constructor cannot be obfuscated
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 26 Sep 2014 10:22:23 +0200] rev 1708
Default constructor cannot be obfuscated