Thu, 06 Feb 2014 10:12:06 +0100 Jaroslav Tulach Typo. Should be @link
Thu, 06 Feb 2014 09:44:06 +0100 Jaroslav Tulach Cannot use JavaScriptResource with JavaScriptBody
Thu, 06 Feb 2014 09:28:25 +0100 Jaroslav Tulach Describing postprocessing and a way to get started. Fixing other parts of Javadoc
Wed, 05 Feb 2014 13:37:51 +0100 Jaroslav Tulach loadScript may be asynchronous, so give the impl a bit of time to do the callback
Wed, 05 Feb 2014 13:26:19 +0100 Jaroslav Tulach Make sure that fetched Person is set when we change the fetched count
Wed, 05 Feb 2014 13:11:35 +0100 Jaroslav Tulach Handle the output even on non-HttpURLConnection. Set the method later than enabling output, as on phones the enablement of output may change the output method
Wed, 05 Feb 2014 13:10:26 +0100 Jaroslav Tulach The wording may be slightly different on alternative JDKs but it should contain both words
Wed, 05 Feb 2014 12:15:05 +0100 Jaroslav Tulach Being able to use older version of JSON parser
Wed, 05 Feb 2014 11:43:27 +0100 Jaroslav Tulach Removing unused import
Tue, 04 Feb 2014 13:44:12 +0100 Jaroslav Tulach Test for encoding of \
Tue, 04 Feb 2014 13:27:08 +0100 Jaroslav Tulach Don't store the websocket information in a variable, rather query again as the Fn.Presenter may be different
Tue, 04 Feb 2014 09:46:12 +0100 Jaroslav Tulach Sample usage of @JavaScriptBody annotation. Preprocessing classes and adding a Js/Java interoperability test
Mon, 03 Feb 2014 15:12:45 +0100 Jaroslav Tulach Keep JavaScriptXXX annotations in the post processed class file so they are available for bck2brwsr VM
Mon, 03 Feb 2014 15:12:08 +0100 Jaroslav Tulach Skip this test if there is no presenter
Mon, 03 Feb 2014 15:11:48 +0100 Jaroslav Tulach Be ready for SecurityException
Mon, 03 Feb 2014 11:33:10 +0100 Jaroslav Tulach Removing unneeded imports
Mon, 03 Feb 2014 10:31:55 +0100 Jaroslav Tulach By default use -target and -source 1.6
Sun, 02 Feb 2014 22:23:17 +0100 Jaroslav Tulach Object[] is not keyword
Sun, 02 Feb 2014 18:08:59 +0100 Jaroslav Tulach Documenting passing of arrays between Java and JavaScript
Sat, 01 Feb 2014 08:51:16 +0100 Jaroslav Tulach Including few usecases in the package description
Thu, 30 Jan 2014 17:08:51 +0100 Jaroslav Tulach The preprocessing behavior seems to be in good shape, merging to default branch
Thu, 30 Jan 2014 17:07:35 +0100 Jaroslav Tulach Don't export foreign META-INF/services, export only what we declare preprocess
Thu, 30 Jan 2014 16:46:14 +0100 Jaroslav Tulach No special checks. If there is no META-INF/services/net.java.html.js.classes, then assume we can run without special classloaders preprocess
Thu, 30 Jan 2014 14:59:33 +0100 Jaroslav Tulach Using META-INF/net.java.html.js.classes to find out whether runtime patching is needed or not. The annotation processor for @JavaScriptBody generate the file, the maven class post processor empties it. If such file is around, the bootstrap creates own file, otherwise it assumes patching has been done and is not needed in runtime. preprocess
Thu, 30 Jan 2014 12:11:06 +0100 Jaroslav Tulach Merge from default branch preprocess
Thu, 30 Jan 2014 12:09:09 +0100 Jaroslav Tulach Capture stack traces printed during the test run
Thu, 30 Jan 2014 11:36:32 +0100 Jaroslav Tulach Property changes are delivered when in-a union property changes union
Wed, 29 Jan 2014 15:49:48 +0100 Jaroslav Tulach Testing onChange behavior in union classes union
Wed, 29 Jan 2014 15:41:16 +0100 Jaroslav Tulach Fixing typos union
Wed, 29 Jan 2014 15:00:53 +0100 Jaroslav Tulach Include properties from the union classes into the main model union
Tue, 28 Jan 2014 16:18:33 +0100 Jaroslav Tulach More checks on dupl props union
Tue, 28 Jan 2014 15:14:14 +0100 Jaroslav Tulach A bit of detection of duplicated properties union
Tue, 28 Jan 2014 14:36:47 +0100 Jaroslav Tulach Rather than using 5 strings next to each other, encapsulate the value into a struct union
Tue, 28 Jan 2014 09:03:10 +0100 Jaroslav Tulach Adding javadoc and generating an error if the enum has not constants union
Tue, 28 Jan 2014 08:52:29 +0100 Jaroslav Tulach It is probably more consistent to use constructors rather than factory methods union
Mon, 27 Jan 2014 18:09:00 +0100 Jaroslav Tulach Be able to deserialize union classes from a JSON form union
Fri, 24 Jan 2014 18:01:37 +0100 Jaroslav Tulach Differentiate between the name of constant and the associated model class name union
Fri, 24 Jan 2014 17:23:27 +0100 Jaroslav Tulach Implementation of toString on union types union
Fri, 24 Jan 2014 16:43:31 +0100 Jaroslav Tulach Each model class needs to have default constructor union
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