Mon, 29 Feb 2016 05:39:42 +0100 Jaroslav Tulach Referencing most recent version 1.2.3
Mon, 29 Feb 2016 05:33:31 +0100 Jaroslav Tulach #258088: Merging @Property(mutable=false) into main development line
Mon, 29 Feb 2016 05:25:31 +0100 Jaroslav Tulach #257849: xhr4j module uses java.net package to handle @OnReceive requests to workaround CORS limitations xhr4j
Fri, 26 Feb 2016 21:44:26 +0100 Jaroslav Tulach #258088: Mention Property#mutable in API changes overview NonMutable258088
Mon, 22 Feb 2016 19:58:32 +0100 Jaroslav Tulach #258088: Non-mutable values aren't wrapped into ko.observable, but rather stored as primitive values NonMutable258088
Mon, 22 Feb 2016 06:09:33 +0100 Jaroslav Tulach #258088: Introducing @Property(mutable=false) and making sure the generated Java code yields exceptions when such properties are modified after their use by the technology NonMutable258088
Mon, 15 Feb 2016 05:27:28 +0100 Jaroslav Tulach Lowering the level of warning for using 'empty technology' - sometimes that is appropriate
Mon, 15 Feb 2016 05:26:13 +0100 Jaroslav Tulach Fully qualified name to access Object
Mon, 15 Feb 2016 05:23:17 +0100 Jaroslav Tulach Returning primitive array should yield ClassCastException during runtime
Thu, 11 Feb 2016 06:03:40 +0100 Jaroslav Tulach #257930: Generate @see reference to the user written method the generated one originates from
Mon, 08 Feb 2016 20:50:46 +0100 Jaroslav Tulach Number may not be Integer, it can be any Number
Mon, 08 Feb 2016 20:46:18 +0100 Jaroslav Tulach Convert to intValue is certain to give int result
Mon, 08 Feb 2016 20:42:23 +0100 Jaroslav Tulach Notification of changes may be delivered asynchronously by knockout
Thu, 21 Jan 2016 18:54:29 +0100 Jaroslav Tulach Merging in fix to allow use of lambda functions
Thu, 21 Jan 2016 18:54:01 +0100 Jaroslav Tulach Allow use of lamda functions in onLoad callback. Lambda function classes cannot be loaded by name, so avoid doing so when onLoad is specified.
Fri, 15 Jan 2016 13:08:35 +0100 Jaroslav Tulach Merge of various fixes into main development line
Fri, 15 Jan 2016 13:05:42 +0100 Jaroslav Tulach #257579: Erase the parameter types before computing the signature
Fri, 15 Jan 2016 11:41:37 +0100 Jaroslav Tulach Make sure the generated code uses fully qualified names when referencing java.lang.Object
Fri, 15 Jan 2016 11:40:28 +0100 Jaroslav Tulach Use fully qualified names when referencing java.lang.Object
Wed, 13 Jan 2016 05:53:12 +0100 Jaroslav Tulach Better formatting of the function envelope
Thu, 31 Dec 2015 08:20:05 +0100 Jaroslav Tulach #257348: Allocate @Model properties lazily to avoid StackOverFlowError
Sat, 26 Dec 2015 06:31:49 +0100 Jaroslav Tulach Print expected and actual values on assertion error
Thu, 17 Dec 2015 22:23:41 +0100 Jaroslav Tulach #257171: FXBrowsers.runInBrowser needs to properly set BrwsrCtx
Fri, 12 Feb 2016 08:40:12 +0100 Jaroslav Tulach Bringing the beans branch up-to-date with release-1.2.3 beans
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