Fri, 24 Jan 2014 15:01:15 +0100 Jaroslav Tulach Cloning of union works OK union
Fri, 24 Jan 2014 14:48:36 +0100 Jaroslav Tulach The type of an union is its associated enum constant union
Fri, 24 Jan 2014 14:44:02 +0100 Jaroslav Tulach Can create non-null instances of unions union
Fri, 24 Jan 2014 13:15:30 +0100 Jaroslav Tulach Generating skeleton for union classes that compiles OK union
Fri, 24 Jan 2014 10:18:40 +0100 Jaroslav Tulach Carry own version of asm for those who exclude asm from the net.java.html.boot dependency preprocess
Fri, 24 Jan 2014 08:59:32 +0100 Jaroslav Tulach When all classes are preprocessed we don't have to play special tricks ClassLoaders in tests preprocess
Fri, 24 Jan 2014 08:30:47 +0100 Jaroslav Tulach Removing unused imports preprocess
Fri, 24 Jan 2014 08:24:33 +0100 Jaroslav Tulach Postprocessing all classes that use @JavaScriptBody annotation preprocess
Fri, 24 Jan 2014 05:50:15 +0100 Jaroslav Tulach Using native method and catching linkage errors preprocess
Fri, 24 Jan 2014 05:33:52 +0100 Jaroslav Tulach Syncing with changes on default branch preprocess
Fri, 24 Jan 2014 05:24:42 +0100 Jaroslav Tulach Note about REST and WebSocket protocols
Fri, 24 Jan 2014 05:19:24 +0100 Jaroslav Tulach Don't confuse users with notes about technologies that are not supported yet
Fri, 24 Jan 2014 05:02:12 +0100 Jaroslav Tulach Fixing the Maven dependency descriptions in the Javadoc
Tue, 21 Jan 2014 15:37:40 +0100 Jaroslav Tulach Merging additional test
Tue, 21 Jan 2014 13:08:47 +0100 Jaroslav Tulach Test to verify serialization of array of strings is OK.
Tue, 21 Jan 2014 11:21:23 +0100 Jaroslav Tulach Don't run the archetype test during package phase, wait for install one
Tue, 21 Jan 2014 09:05:02 +0100 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Tue, 21 Jan 2014 08:54:40 +0100 Jaroslav Tulach License formating preprocess
Tue, 21 Jan 2014 08:54:02 +0100 Jaroslav Tulach Merging jdk6 branch to preprocess, so the changes are 1:1 preprocess
Tue, 21 Jan 2014 09:05:01 +0100 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.7.1
Tue, 21 Jan 2014 09:05:01 +0100 Jaroslav Tulach [maven-release-plugin] prepare release release-0.7.1 release-0.7.1
Tue, 21 Jan 2014 09:00:01 +0100 Jaroslav Tulach Merging in jdk6 changes in preparation of 0.7.1 release
Tue, 21 Jan 2014 08:50:19 +0100 Jaroslav Tulach Using centralized configuration for maven-compiler-plugin jdk6
Mon, 20 Jan 2014 14:09:43 +0100 Jaroslav Tulach In order to use the html4j technology in Jersey 2.6 we need to run on JDK6, as Jersey still requires JDK6 jdk6
Mon, 20 Jan 2014 11:02:01 +0100 Jaroslav Tulach Check what happens if a Java functions is called from a JavaScript on its own preprocess
Tue, 14 Jan 2014 16:14:08 +0100 Jaroslav Tulach Make sure we compile and run on JDK6 preprocess
Tue, 14 Jan 2014 14:18:50 +0100 Jaroslav Tulach Merging in the state just after the 0.7 release preprocess
Mon, 13 Jan 2014 09:29:36 +0100 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Mon, 13 Jan 2014 09:29:35 +0100 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.7
Mon, 13 Jan 2014 09:29:34 +0100 Jaroslav Tulach [maven-release-plugin] prepare release release-0.7 release-0.7
Sun, 12 Jan 2014 23:07:06 +0100 Jaroslav Tulach Switching to most recent version of grizzly and tyrus
Sun, 12 Jan 2014 22:46:51 +0100 Jaroslav Tulach The JavaScriptBody annotation is in fact needed for compilation, but it should not propagate to dependant modules. For example it was causing errors in Jersey's html-json module
Sun, 12 Jan 2014 22:39:14 +0100 Jaroslav Tulach ko4j does not require JavaFX for its execution (only for testing, currently)
Sun, 12 Jan 2014 22:37:25 +0100 Jaroslav Tulach boot is only needed during testing
Sun, 12 Jan 2014 19:23:58 +0100 Jaroslav Tulach Speeding up start of applications by listing the classes that need post processing and analysing/processing only those
Sun, 12 Jan 2014 14:57:18 +0100 Jaroslav Tulach Fixing typo
Sun, 12 Jan 2014 08:12:49 +0100 Jaroslav Tulach Updating to new order of method arguments
Sun, 12 Jan 2014 07:49:00 +0100 Jaroslav Tulach The preprocess branch assumes public transform method, so make it public
Sun, 12 Jan 2014 07:41:23 +0100 Jaroslav Tulach Expose less from the FnUtils signature
Sat, 11 Jan 2014 13:22:30 +0100 Jaroslav Tulach Need to point to the right class name (after the rename)
Sat, 11 Jan 2014 07:57:44 +0100 Jaroslav Tulach Generic way to applyBindings
Sat, 11 Jan 2014 06:10:42 +0100 Jaroslav Tulach Be enabled even if there is no active presenter currently
Fri, 10 Jan 2014 15:49:27 +0100 Jaroslav Tulach Use Java bodies of @JavaScriptBody methods if there is no presenter
Fri, 10 Jan 2014 11:35:47 +0100 Jaroslav Tulach toRaw is a public API for accessing the raw object representing a Technology in a BrwsrCtx. In case of ko4j, this returns the JSON object with all the ko.observable properties, etc.
Fri, 10 Jan 2014 11:26:38 +0100 Jaroslav Tulach Adding javadoc parameters
Fri, 10 Jan 2014 10:07:31 +0100 Jaroslav Tulach Pointing to hg.netbeans.org
Thu, 09 Jan 2014 23:42:48 +0100 Jaroslav Tulach ko4j seems to work OK - merging into default branch
Thu, 09 Jan 2014 20:39:23 +0100 Jaroslav Tulach ko4j registers implementation of Transfer and WSTransfer based on XHR and WebSocket from a browser. The Java implementations of these interfaces has been moved to ko-ws-tyrus module. JavaScript arrays passed as parameters to Java callback methods need to be wrapped. UniversalKO
Thu, 09 Jan 2014 19:12:55 +0100 Jaroslav Tulach Removing unused imports UniversalKO
Thu, 09 Jan 2014 15:43:04 +0100 Jaroslav Tulach Updating references to ko4j UniversalKO
Thu, 09 Jan 2014 15:07:00 +0100 Jaroslav Tulach Fixing license for the rename files UniversalKO
Thu, 09 Jan 2014 15:03:34 +0100 Jaroslav Tulach Renaming to ko4j as now the support is trully generic UniversalKO
Thu, 09 Jan 2014 11:53:46 +0100 Jaroslav Tulach Behavior with respect to arrays is different between the two JavaScriptBody annotations, so support only the net.java.html.js one UniversalKO
Thu, 09 Jan 2014 11:53:02 +0100 Jaroslav Tulach Boolean is represented as integer on stack, so relax the test and allow it to be represented as number UniversalKO
Thu, 09 Jan 2014 11:14:27 +0100 Jaroslav Tulach Support array return type UniversalKO
Wed, 08 Jan 2014 17:46:35 +0100 Jaroslav Tulach Convert wrapped types to primitive values (because that is what bck2brwsr VM's valueOf on wrapper types does) UniversalKO
Wed, 08 Jan 2014 17:45:49 +0100 Jaroslav Tulach Adding new lines so the script can be debugged in a browser UniversalKO
Wed, 08 Jan 2014 16:46:42 +0100 Jaroslav Tulach Check types of primitive values and their wrappers passed to JavaScript and what type they have UniversalKO
Wed, 08 Jan 2014 15:50:50 +0100 Jaroslav Tulach console logging is a feature of FX presenter, not KO binding UniversalKO
Wed, 08 Jan 2014 14:02:27 +0100 Jaroslav Tulach Return null instead of throwing exception UniversalKO