launcher/fx/src/main/java/org/apidesign/bck2brwsr/launcher/BaseHTTPLauncher.java
Mon, 09 Jun 2014 15:57:14 +0200 Merging work on closure branch which seems to work relatively well
Mon, 09 Jun 2014 09:38:03 +0200 Launching the application from a fully built distrution directory structure
Tue, 03 Jun 2014 16:05:21 +0200 Directly derive the parent root folder based on resource name rather than going through classpath
Mon, 26 May 2014 17:52:56 +0200 Moving the JAR file parsing and processing into a shared library
Thu, 15 May 2014 11:38:27 +0200 JDK8 throws IOException on the build server. Try xdg-open fallback then.
Mon, 05 May 2014 13:49:05 +0200 When querying manifests, return them as array of bytes
Mon, 05 May 2014 11:43:24 +0200 Need to specify UTF-8 encoding
Sat, 03 May 2014 20:41:35 +0200 Log I/O exceptions before throwing them into Grizzly
Wed, 30 Apr 2014 15:04:10 +0200 Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK.
Tue, 29 Apr 2014 14:59:40 +0200 javaquery api works on JDK8
Tue, 29 Apr 2014 14:28:52 +0200 Use provided loader to load libraries
Tue, 29 Apr 2014 11:59:55 +0200 Low number of threads prevents ZipFileTest from succeeding
Sat, 26 Apr 2014 19:13:56 +0200 Can execute VMTest in browser, if it is annotated with @Exported annotation like the BooleanTest
Mon, 21 Oct 2013 17:19:55 +0200 Skip resources from sisu-inject-bean JAR as that is accidentally on execution path, contains annotation processor, but is not compiled with -target 1.6
Sun, 20 Oct 2013 20:36:03 +0200 Can load multiple resources of the same name even in testing and development mode
Mon, 07 Oct 2013 14:59:21 +0200 Now, when the minimal API profile is not self contained, we need to ignore classes coming from the boot classpath
Thu, 03 Oct 2013 15:51:55 +0200 Work on javac branch seems to have some results, so merge it
Mon, 23 Sep 2013 00:59:14 +0200 Can we run Javac in the bck2brwsr VM?
Mon, 09 Sep 2013 17:34:30 +0200 Rewritting the archetype to be simpler and more easily modifiable to one's needs
Mon, 09 Sep 2013 06:08:00 +0200 Can mix static pages and generated bck2brwsr.js
Thu, 29 Aug 2013 14:35:01 +0000 WebSocketTest passes OK against modified version of 0.5 net.java.html APIs - rev. b04268c0ded9
Mon, 26 Aug 2013 08:56:37 +0200 First updates to run with forthcoming version 0.5 - WebSockets in FX launcher and etc.
Thu, 27 Jun 2013 10:05:00 +0200 Old handlers are sometimes used even after remoteHttpHandler is called. Invalidate old handlers by forcing them to delegate to the latest one.
Mon, 24 Jun 2013 14:18:17 +0200 No need for register method when we can do it via the HTTP
Fri, 21 Jun 2013 22:34:09 +0200 Dynamic way of registering Http resources
Tue, 28 May 2013 21:49:38 +0200 Make sure the launchers run on JDK6
Thu, 16 May 2013 08:51:29 +0200 Try harder to find the emulation classes
Fri, 10 May 2013 00:05:40 +0200 Lowering the number of HTTP server threads - we are client technology - any server that replies is good enough.
Thu, 09 May 2013 21:51:56 +0200 Sharing BaseHTTPLauncher between FX and Bck2Brwsr
Sun, 05 May 2013 18:16:43 +0200 Both HTTP launchers now provide a way to get to the HttpServer (after casting to Callable)
Sun, 28 Apr 2013 21:17:04 +0200 Using profiles. Twitter demo can execute and test properly in FX profile now
Sun, 28 Apr 2013 17:42:49 +0200 FX launcher can start tests