launcher/fx/src/main/java/org/apidesign/bck2brwsr/launcher/BaseHTTPLauncher.java
Wed, 27 Apr 2016 06:38:18 +0200 Propagate the exit code to Mojo
Wed, 27 Apr 2016 06:13:59 +0200 System.exit terminates associated launcher
Tue, 26 Apr 2016 06:03:37 +0200 Strict check when using precompiled version of an OSGi library
Mon, 18 Apr 2016 07:32:35 +0200 Launcher.createBrowser can specify its own page
Mon, 18 Apr 2016 05:15:11 +0200 Include the unit test initialization script in generated bck2brwsr.js rather than embedding it in the harness.html page
Sun, 17 Apr 2016 07:40:34 +0200 Ignore the snapshot suffix when searching for proper OSGi version identifier
Mon, 28 Mar 2016 06:34:38 +0200 Record name of an OSGi bundle to be used when Maven coordinates are missing
Fri, 25 Mar 2016 11:12:16 +0100 Invoke methods with string parameters
Tue, 26 Jan 2016 04:36:23 +0100 JavaScript in a browser can be at most three times slower than HotSpot when computing five or ten thousands of prime numbers
Sat, 26 Dec 2015 08:22:59 +0100 Can tell the server to exit
Wed, 27 May 2015 22:47:26 +0200 Removing spaces at the end of lines and providing support for http.header substitution
Tue, 10 Mar 2015 19:55:52 +0100 Make sure exceptions that lead to 500 error are reported to console.
Tue, 24 Feb 2015 11:12:53 +0100 Using year range 2012-2015 in copyright header
Tue, 03 Feb 2015 12:30:20 +0100 Only skip class files, otherwise it is not possible to re-run testcases in a browser
Sun, 14 Dec 2014 19:02:46 +0100 Preventing Internet Explorer from caching the resources
Mon, 08 Dec 2014 00:22:49 +0100 Can use precompiled versions even when running tests
Sun, 30 Nov 2014 16:48:07 +0100 Use 'core' package only as 'provided' because it only contains compile time annotations
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