boot-script/src/test/java/net/java/html/boot/script/ko4j/KnockoutEnvJSTest.java
Sat, 02 Aug 2014 12:59:31 +0200 Fixing Javadoc to succeed on JDK8
Fri, 18 Jul 2014 15:49:37 +0200 JDK8 update 11 is also broken
Thu, 05 Jun 2014 20:27:54 +0200 Hiding the ScriptPresenter implementation behind few factory methods
Thu, 05 Jun 2014 18:04:59 +0200 Skipping tests that are broken due to JDK-8046013
Thu, 05 Jun 2014 17:50:40 +0200 Skip the ko4j tests on JDK7. The envjs version only works on nashorn
Wed, 04 Jun 2014 15:18:05 +0200 The presenters are supposed to be singlethreaded so we need an executor to pass requests into
Wed, 04 Jun 2014 14:43:35 +0200 env.js's XHR does not seem to be very reliable. Using Java implementation from Tyrus
Wed, 04 Jun 2014 13:18:18 +0200 Don't need any callbacks checks in the env.js integration
Wed, 04 Jun 2014 12:34:25 +0200 Register also the Executor otherwise context from background threads is not passed in properly
Wed, 04 Jun 2014 10:28:17 +0200 Using nashorn specific env.js we are down to 21 test failures in KnockoutTCK
Wed, 04 Jun 2014 07:05:13 +0200 Trying to run ko4j inside of envjs