boot-script/src/test/java/net/java/html/boot/script/ko4j/KnockoutEnvJSTest.java
Tue, 26 Aug 2014 18:13:30 +0200 During the API review process (bug 246133) the reviewers decided that in order to include html4j to NetBeans Platform, we need to stop using org.apidesign namespace and switch to NetBeans one. Repackaging all SPI packages into org.netbeans.html.smthng.spi.
Tue, 26 Aug 2014 17:32:42 +0200 Skip this test as it relies on (non-functional) with
Tue, 05 Aug 2014 18:09:07 +0200 Extract the model class before passing it back to 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