Mon, 24 Aug 2015 23:02:20 +0200 Jaroslav Tulach Ignore the tests on all JDK8 and add today's new one. Seems to be broken as well.
Mon, 24 Aug 2015 22:37:29 +0200 Jaroslav Tulach #254670: Need to convert enums to strings before passing them to knockout.js
Sun, 02 Aug 2015 10:03:54 +0200 Jaroslav Tulach Return type of @ComputedProperty's write method has to be void
Sun, 02 Aug 2015 09:59:37 +0200 Jaroslav Tulach Fixing the 1st argument of the write method, so we can really check the error in second argument
Sun, 19 Jul 2015 14:04:03 +0200 Jaroslav Tulach #252862: Remember state of FXWebView from previous application run
Sun, 19 Jul 2015 13:09:06 +0200 Jaroslav Tulach Moving the initial window position computation into separate method
Wed, 15 Jul 2015 22:06:19 +0200 Jaroslav Tulach #250450: Support for writable @ComputedProperty
Sat, 04 Jul 2015 22:41:17 +0200 Jaroslav Tulach Replacing model really needs to change the reference, as they are usually mutable and even if they are equal at a moment, they may start to be different in the future.
Fri, 03 Jul 2015 18:27:00 +0200 Jaroslav Tulach Cloning should record its usage of all model's properties, so it can be used in @ComputedProperty methods.
Thu, 02 Jul 2015 08:27:47 +0200 Jaroslav Tulach WebSocket transport without data() attribute is an error
Thu, 02 Jul 2015 08:19:25 +0200 Jaroslav Tulach Verify number of opening braces is the same as number of closing braces
Wed, 01 Jul 2015 23:21:56 +0200 Jaroslav Tulach More usage of inPckName
Wed, 24 Jun 2015 23:51:08 +0200 Jaroslav Tulach Replace access to null field with a call to method that doesn't throw any exception.
Wed, 24 Jun 2015 22:42:35 +0200 Jaroslav Tulach It is more effective to properly concatenate the string than to wrap streams in SequenceInputStream
Sun, 14 Jun 2015 22:11:56 +0200 Jaroslav Tulach #252987: Turn singleton into array when requested.
Sun, 14 Jun 2015 21:45:02 +0200 Jaroslav Tulach Verify we can deserialize arrays inside of a JSON object
Sun, 07 Jun 2015 20:40:39 +0200 Jaroslav Tulach Occupy 90% of width and height
Wed, 27 May 2015 23:37:25 +0200 Jaroslav Tulach #252258: @OnReceive attribute to specify additional request headers
Wed, 27 May 2015 22:40:01 +0200 Jaroslav Tulach Removing spaces at the end of the lines
Wed, 20 May 2015 06:27:27 +0200 Jaroslav Tulach Removing trailing spaces and ensuring that if a URL parameter is used multiple times, it generates just a single method parameter
Wed, 13 May 2015 10:21:37 +0300 Jaroslav Tulach Describing the importance of specifying the correct signature
Tue, 12 May 2015 21:58:37 +0300 Jaroslav Tulach More newlines for easier debugging
Tue, 12 May 2015 21:56:39 +0300 Jaroslav Tulach More of semicolons and newlines
Wed, 15 Apr 2015 10:39:20 +0200 Jaroslav Tulach #251119: Replacing assert with real assertXYZ method makes it certain the check is really performed in all situations
Sat, 11 Apr 2015 07:41:04 +0200 Jaroslav Tulach Ensure callback can be made to Java method with innerclass type parameters
Tue, 31 Mar 2015 15:40:22 +0200 Jaroslav Tulach #251105: Move all asm related functionality to FnUtils and reference it only via reflection to make transitive closure of necessary API classes smaller.
Tue, 10 Mar 2015 15:22:39 +0100 Jaroslav Tulach Ensuring different primitive types lead to valid JSON format
Tue, 10 Mar 2015 15:14:30 +0100 Jaroslav Tulach Allow all primitive types in @Function method parameters
Wed, 18 Feb 2015 19:14:14 +0100 Jaroslav Tulach #250503: Make sure the String format of a message is still available even if the text forms a valid version of JSON
Mon, 26 Jan 2015 19:56:12 +0100 Jaroslav Tulach Additional test for #249545
Mon, 26 Jan 2015 19:28:18 +0100 Jaroslav Tulach #249545: Only call fillContext once per registered implementation class
Tue, 13 Jan 2015 16:41:10 +0100 Jaroslav Tulach #249690: Use getQualifiedName rather than getBinaryName to avoid obtaining $ for innerclasses
Sat, 03 Jan 2015 06:19:09 +0100 Jaroslav Tulach No need for additional 'self' variable
Fri, 19 Dec 2014 18:41:38 +0100 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Fri, 19 Dec 2014 18:41:37 +0100 Jaroslav Tulach [maven-release-plugin] copy for tag release-1.1
Fri, 19 Dec 2014 18:41:37 +0100 Jaroslav Tulach [maven-release-plugin] prepare release release-1.1 release-1.1
Fri, 19 Dec 2014 18:21:23 +0100 Jaroslav Tulach Fixing Javadoc errors
Fri, 19 Dec 2014 10:57:23 +0100 Jaroslav Tulach #249319: targetId and an ability to apply bindings to specific element on the HTML page
Thu, 18 Dec 2014 09:22:47 +0100 Jaroslav Tulach Yet another test that is broken due to 'with:' misbehavior
Thu, 18 Dec 2014 04:43:12 +0100 Jaroslav Tulach The returned value may in fact remain double. Convert to int manually.
Thu, 18 Dec 2014 04:31:30 +0100 Jaroslav Tulach Testing whether function can be returned value and a parameter for method call
Thu, 18 Dec 2014 03:29:48 +0100 Jaroslav Tulach Merging the !keepAlive behavior into default branch. Seems to work consistently accross FX and script providers.
Thu, 18 Dec 2014 03:25:54 +0100 Jaroslav Tulach Bringing the !keepAlive approach to javax.script presenter as well weakfx
Wed, 17 Dec 2014 22:00:41 +0100 Jaroslav Tulach Cannot assert on converted values, as even Object types can get String values. weakfx
Wed, 17 Dec 2014 21:37:30 +0100 Jaroslav Tulach Really treat String as primitive type: don't give a presenter chance for additional conversions. weakfx
Wed, 17 Dec 2014 18:09:12 +0100 Jaroslav Tulach Try to consider String a primitive type weakfx
Wed, 17 Dec 2014 17:34:16 +0100 Jaroslav Tulach Callback type of 'self' needs to be java.lang.Object otherwise FX presenter cannot wrap its values in Weak reference weakfx
Wed, 17 Dec 2014 16:48:27 +0100 Jaroslav Tulach Ignore temporary NetBeans+Maven configuration files weakfx
Wed, 17 Dec 2014 16:24:00 +0100 Jaroslav Tulach Primitive types should not be wrapped even if 'keepAlive=false' weakfx
Tue, 16 Dec 2014 21:03:16 +0100 Jaroslav Tulach Providing an ability to apply model to element with certain id ApplyId
Wed, 17 Dec 2014 07:19:50 +0100 Jaroslav Tulach Initial attempt to implement keepAlive in FX presenter weakfx
Tue, 16 Dec 2014 21:49:45 +0100 Jaroslav Tulach Default for keepAlive is true
Sun, 14 Dec 2014 14:36:30 +0100 Jaroslav Tulach When waiting for background tasks, give other threads a chance to run
Fri, 12 Dec 2014 12:37:58 +0100 Jaroslav Tulach Fixing Javadoc warnings
Fri, 12 Dec 2014 11:50:20 +0100 Jaroslav Tulach Listing keepAlive attribute in what's new section
Fri, 12 Dec 2014 11:23:57 +0100 Jaroslav Tulach Merge of keepAlive option
Tue, 09 Dec 2014 13:42:51 +0100 Jaroslav Tulach #249117: Documenting and testing additional parameters of @Function methods
Fri, 12 Dec 2014 11:22:40 +0100 Jaroslav Tulach Giving API users better control over GC aspects of their objects gc
Tue, 09 Dec 2014 21:32:09 +0100 Jaroslav Tulach No weak references in classical JSB tests gc
Tue, 09 Dec 2014 11:43:46 +0100 Jaroslav Tulach Slight difference between this and thiz may cause fatal errors