Tue, 15 Dec 2015 23:19:35 +0100 Jaroslav Tulach Introducing @Component annotation, adding basic annotation and providing its (reflection based) implementation in ko4j module. Component257162
Mon, 14 Dec 2015 06:10:54 +0100 Jaroslav Tulach Link to frowRaw method of Models class
Mon, 14 Dec 2015 06:05:11 +0100 Jaroslav Tulach Open the links in a blank browser window
Mon, 14 Dec 2015 05:56:17 +0100 Jaroslav Tulach Documenting #257130 change
Mon, 14 Dec 2015 05:52:22 +0100 Jaroslav Tulach #257130: Switching to minified version of knockout.js
Sun, 13 Dec 2015 21:33:32 +0100 Jaroslav Tulach Merge of #257039 work
Sun, 13 Dec 2015 21:30:52 +0100 Jaroslav Tulach Making sure binding from original to copied property is also kept
Sun, 13 Dec 2015 21:12:26 +0100 Jaroslav Tulach Support for 'copy' or 'fetch' of a raw data into new @Model class
Sun, 13 Dec 2015 14:49:37 +0100 Jaroslav Tulach Passing Boolean[] into JavaScript part is easier in JavaFX webview
Wed, 09 Dec 2015 23:59:56 +0100 Jaroslav Tulach Merge of #257086 into default branch
Wed, 09 Dec 2015 23:58:27 +0100 Jaroslav Tulach #257086: Use inPckName to propertly specify the name of the static method
Wed, 09 Dec 2015 22:13:16 +0100 Jaroslav Tulach Documenting how to initialize and read private values from the implementation class
Wed, 09 Dec 2015 21:39:13 +0100 Jaroslav Tulach #257039: @Model.instance() to allow storage of private (and non-JSON like) state in a model
Wed, 02 Dec 2015 08:44:31 +0100 Jaroslav Tulach Improving documentation of the @JavaScriptBody's callback mechanism
Thu, 26 Nov 2015 20:59:51 +0100 Jaroslav Tulach #256696: Making OSGi headers, enterprise OSGi ready
Sun, 22 Nov 2015 21:18:35 +0100 Jaroslav Tulach fromRaw(toRaw(...)) should yield object with same values
Sat, 21 Nov 2015 18:05:03 +0100 Jaroslav Tulach Don't copy the HTML/Java synthetic fields - they will be generated at method visitEnd time. Eliminates class format errors after incremental compilations.
Thu, 05 Nov 2015 23:53:34 +0100 Jaroslav Tulach Don't explicitly start the Grizzly bundles
Thu, 05 Nov 2015 23:38:18 +0100 Jaroslav Tulach #250611: Builder style properties
Sun, 01 Nov 2015 16:59:42 +0100 Jaroslav Tulach Make the test more robust by counting down the latch only when the then to be tested property is set
Sat, 31 Oct 2015 18:06:19 +0100 Jaroslav Tulach Provide grizzly-npn-osgi so all bundle dependencies are satisfied
Thu, 29 Oct 2015 20:10:06 +0100 Jaroslav Tulach Easier navigation from the generated class back to the appropriate @Model definition
Thu, 29 Oct 2015 16:23:48 +0100 Jaroslav Tulach Typo: ever -> every
Thu, 29 Oct 2015 16:18:51 +0100 Jaroslav Tulach #255866: Documentation fix. Cannot call getClass() from static context.
Wed, 28 Oct 2015 19:29:17 +0100 Jaroslav Tulach #256178: Only generate the constructor with arguments if it can be compiled - e.g. if the number of arguments in not higher than 255.
Sat, 24 Oct 2015 20:44:25 +0200 Jaroslav Tulach Don't specify the plugin version explicitly
Sat, 24 Oct 2015 16:04:28 +0200 Jaroslav Tulach No need to specify the plugin version twice.
Sun, 11 Oct 2015 07:24:32 +0200 Jaroslav Tulach #255831: BrowserBuilder.showAndWait can be used multiple times with JavaFX presenter. Demonstrated by running the boot-fx tests in 'fork once' mode.
Sun, 04 Oct 2015 14:55:01 +0200 Jaroslav Tulach #255677: Keep reference to Knockout object until its model object is GCed
Fri, 02 Oct 2015 08:57:14 +0200 Jaroslav Tulach Ability to run the JavaFX presenter in headless mode is useful for testing
Mon, 21 Sep 2015 21:19:13 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Mon, 21 Sep 2015 21:19:13 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-1.2.3
Sat, 24 Oct 2015 22:40:28 +0200 Jaroslav Tulach Use Lookup API from NetBeans 7.0 which has been packaged debian
Sat, 24 Oct 2015 22:07:17 +0200 Jaroslav Tulach Use the dependency specified by parent pom file debian
Sat, 24 Oct 2015 21:55:24 +0200 Jaroslav Tulach felix bundle plugin 2.3.5 is in the repository debian
Sat, 24 Oct 2015 21:47:20 +0200 Jaroslav Tulach Another bunch of dependencies on grizzly debian
Sat, 24 Oct 2015 21:44:44 +0200 Jaroslav Tulach Ignore dependency on JavaFX for now debian
Sat, 24 Oct 2015 21:44:24 +0200 Jaroslav Tulach Removing dependency on grizzly debian
Sat, 24 Oct 2015 21:34:56 +0200 Jaroslav Tulach Disable ko-tyrus, its libraries don't seem to be in debian repos yet debian
Sat, 24 Oct 2015 21:25:05 +0200 Jaroslav Tulach Downgrading to 4.1 asm as that one is in ubuntu repositories debian
Sat, 24 Oct 2015 21:22:03 +0200 Jaroslav Tulach Removing source plugin and depending on shared version of javadoc plugin debian
Sat, 24 Oct 2015 21:20:01 +0200 Jaroslav Tulach Ignoring java.net parent pom debian
Sat, 24 Oct 2015 21:18:53 +0200 Jaroslav Tulach Removing unneeded plugins and switching to javadoc 2.9.1 as that one is in debian repository debian
Mon, 21 Sep 2015 21:19:13 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-1.2.3 release-1.2.3
Mon, 21 Sep 2015 21:16:50 +0200 Jaroslav Tulach New version to accommodate yet another bugfix: #255421
Sat, 19 Sep 2015 15:05:59 +0200 Jaroslav Tulach #255421: A change to @Model property needs to be reported to knockout.js unless it is the same reference.
Fri, 18 Sep 2015 10:42:15 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Fri, 18 Sep 2015 10:42:14 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-1.2.2
Fri, 18 Sep 2015 10:42:14 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-1.2.2 release-1.2.2
Fri, 18 Sep 2015 10:39:19 +0200 Jaroslav Tulach We'll have new release
Tue, 15 Sep 2015 21:09:22 +0200 Jaroslav Tulach Merging 2nd fix for #254670
Tue, 15 Sep 2015 21:08:02 +0200 Jaroslav Tulach More gentle fix for #254670: Convert the value before it enters JavaScript space
Mon, 07 Sep 2015 05:54:03 +0200 Jaroslav Tulach Merge less warnings
Sun, 06 Sep 2015 15:24:12 +0200 Jaroslav Tulach Less warnings about structure of the HTML document
Mon, 07 Sep 2015 05:53:24 +0200 Jaroslav Tulach Only listen on local file URLs
Sun, 06 Sep 2015 14:48:44 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Sun, 06 Sep 2015 14:48:43 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-1.2.1
Sun, 06 Sep 2015 14:48:43 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-1.2.1 release-1.2.1
Sun, 06 Sep 2015 14:38:24 +0200 Jaroslav Tulach The latest version is going to be 1.2.1
Sat, 05 Sep 2015 22:35:56 +0200 Jaroslav Tulach Merge of fix for 255026