You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2019/10/28 05:14:52 UTC

[netbeans-html4j] tag fxlauncher created (now 9731d06)

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to tag fxlauncher
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git.


      at 9731d06  (commit)
This tag includes the following new commits:

     new ae545b5  Initial version of the JSON model APIs. Taken from bck2brwsr rev. be21afc3d48a
     new 5dc073a  Proper annotation names
     new 55e2b29  Can compile tests
     new 75a35ec  1st test to verify warnings coming from annotation processor
     new e1ae176  Proper implementation of the list copied from KOList
     new 4a7eb60  DI fans will be glad to find out we have a support for various contexts
     new 726ae84  Technology is the core SPI. Allows us to do simple mock testing of changes in an array.
     new 675ef8c  All tests in ModelTest are likely to need MockTechnology
     new 5395f46  Setting a property initilizes the binding
     new 6c0cfdd  First incarnation of property bindings
     new 87d9046  Support for setters
     new 3e18c87  Function binding
     new 2c2d301  Don't forget to process @OnReceive annotations
     new 00aaaa7  Twitter Client demo now compiles against net.java.html.json annotations
     new 84fe50d  Need to have applyBindings method to tell the model to associate itself with the page
     new 1a42022  Official way of extracting wrapper object for all model classes
     new 97cf565  Better conversion for JSONList
     new 460fc58  wrapping arrays and providing setter and getter in PropertyBinding
     new 19bce0b  toString really produces JSON
     new b290708  Don't replace Strings with nulls
     new 57a73be  Polishing function bindings
     new 878ded2  Simple conversion to String
     new 906308f  Verify we can extract int, double and String from event properties
     new ecb46c1  Introducing second SPI interface - Transfer
     new b6d8b22  SPI for JSON and JSONP queries
     new ea3294c  Send in context for JSON deserialization
     new 1d2924c  Removing unused code
     new 590fbcf  Deserialize from JSON using registered factory
     new f25812b  Removing unused import
     new c2070c5  Compare just the simple name
     new febfe2f  Adding unified way of pre-loading classes that works in HotSpot as well as Bck2Brwsr VM
     new 2f96c3b  Prevent NPE by using intKnckt
     new 08e2518  Polishing Javadoc
     new 8a06fd0  Exclude local .maven repository
     new 98b6dcc  TCK for the JSON mapping technologies
     new 9d08dd4  Representation of JSON objects can be different in each technology. The actual implementation of the TCK needs to create such object then.
     new df6a89c  Execution of JavaScript needs to be provided by the instance of the TCK
     new f7fa8f9  Initial implementation of knockout.js bindings via JavaFX's WebView
     new a85765d  Need to convert values toModel to make sure all TCK tests pass properly in FXbrwsr
     new b8d6d89  A way to find default context inside a browser
     new 3689d6a  Need to register as service provider of context
     new dbb5e26  The Thread.currentClassLoader() is set to something weird inside Maven plugin. Search also loader of the ContextProvider SPI
     new 7ce8cc7  Builder methods on VMTest now allow direct specification of the launcher to use
     new 158ef46  Need @ServiceProvider just for compilation
     new f7f24f0  Always use org.openide.util.lookup in provided mode - only then it is available just for compilation of the single project
     new 11913fe  Better names for VMTest builder methods
     new 032664e  Putting the bck2brwsr bindings into html.java.net repository
     new b08f226  Use centralized reference to bck2brwsr version
     new ac12e71  Group id of this binding is org.apidesign.html
     new 60cbd92  Handle the case when the property is not yet defined
     new c0ba602  Can build on 0.7 version of bck2brwsr
     new d52bbba  [maven-release-plugin] prepare release release-0.1
     new 032b139  [maven-release-plugin]  copy for tag release-0.1
     new 804bdd1  [maven-release-plugin] prepare for next development iteration
     new 97ce2ca  Providing some Javadoc, so Nexus allows the JAR to be released
     new 07ccb5c  Making more things private, removing KOList and providing some fake Javadoc
     new 7b5b86c  Added tag release-0.1 for changeset c404760d7dd4
     new 84c728e  Merging in recent updates needed to produce release-0.1
     new 53ffd0d  Specify supported source version
     new 75bcc3f  API for testing whether a class is model or not
     new 1e50e3b  A way to parse an input stream and create a JSON object
     new 5b19225  [maven-release-plugin] prepare release release-0.2
     new 317e56f  [maven-release-plugin]  copy for tag release-0.2
     new b6dcbb2  [maven-release-plugin] prepare for next development iteration
     new 0ee92fa  Better formatting of the generated model classes
     new 1cbe445  Colorful Javadoc entrypoint page
     new 8dd1a89  Even HTML files need to have a header
     new f92fd97  Merge of better formatting
     new a2e7573  Generate 1.5 and 1.6 source level friendly code
     new 9b4b466  Using jfxrt.jar property to reference the JavaFX JAR
     new 52ba7f5  @OnReceive annotation can specify method and data class
     new 363a905  Less verbose, but easily configurable debug output
     new e6c4f79  Can receive String reply
     new 27e6426  Few steps towards multi-method access that can also return plain text
     new 8de1121  Can use PUT method when connecting to the server
     new d8a68b1  Can send data to the server
     new 91b0585  Support other methods for XHR as well
     new be9799b  Prevents NPE when deserializing objects with empty number values
     new 898b599  Using an updated version of launchers
     new be1144d  First sketch of the Knockout4J archetype
     new 513b085  Moving archetype tests into separate module - at that moment it is possible to use the previously generated archetype
     new 0dfc536  Verifies the compilation and test execution works on both profiles: fxbrwsr as well as bck2brwsr
     new 1249d7e  Need to request the package phase, otherwise runtime-only dependencies and their artifacts are not available
     new ac2ea27  Better description and use substitution to generate the correct package, artifactId and version
     new 12db6ee  Start page needs to be derived from $package
     new 6be96ea  No MIT license in archetype
     new ee0ffb3  Make sure index.html and css files are included in the final ZIP
     new 04316f0  Link to Javadoc; correct the number of lines in the sample.
     new f6f0da9  Use special version for the launcher
     new 3949be4  Launchers share BaseHTTPServer since version 0.7.1
     new 1ec273f  Pass on the headless flag
     new fa44771  Controlling the loadingIndicator via loading property
     new c617143  Use 0.7.2 launcher
     new d3edf09  Skip tests during execution and use as fast compilation as possible
     new 7904da9  Verify boolena bindings
     new c9dfd12  Switching to latest release of bck2brwsr
     new f54d1fa  Knockout bindings need to be built first
     new 7a06d09  [maven-release-plugin] prepare release release-0.3
     new e1ae7ea  [maven-release-plugin]  copy for tag release-0.3
     new 342cc64  [maven-release-plugin] prepare for next development iteration
     new 6002b1a  Allow compilation and usage on JDK6
     new 7d1aab3  Added tag release-0.3.1 for changeset 93433764b44e
     new d371f64  Compile with -target 1.6 as Jersey needs that
     new ce42fd8  Describe how to use the model class as Jersey entity
     new 20e3e3f  fake test
     new 31186bc  Moving Context into its own separate module, renaming to BrwsrCtx and making it flexible
     new a37584b  Adding default constructor to model classes. In case one needs to bind model class to a specific context one can do so via Models.bind method
     new bb8f229  When cloning the object to new context, don't replace the list, just its content
     new cc62325  Bck2Brwsr throws SecurityException when one is trying to access ClassLoader of a Class. In case we already have a provider, ignore that exception
     new a350df9  Properties can be null
     new a3af346  Create default instances and just bind them to unit testing context
     new b626a76  Separating context into its own module and making it less exposed for users of the @Model annotation
     new 719446a  Replacing Context in archetype
     new acbbe8d  First steps in rewritting the global reference to classloader based code
     new ab658a1  create binding method turned into annotation based
     new 9357079  All methods converted to annotation based
     new 1eb6d94  Runs in 'classloader mode' of FX launcher
     new a55ebaa  No more references to WebEngine
     new 9c85806  Creating bootstraping APIs
     new 91d41f8  No need to have static define method in the Fn interface
     new c420a2d  Longer name of the artifact
     new a1e0bf0  No need for newLoader method in the SPI
     new 71a5008  BrowserBuilder delegates to presenter
     new 2daca47  displayPage should be blocking, no need to expose resource finder
     new 0ce41f8  JavaFX implementation of the bootstrap
     new 40d99d6  Adding missing header
     new c554ada  Using net.java.html.js.JavaScriptBody
     new c690fe9  Making sure ko-fx existing tests pass
     new 1f193b2  No need for test dependencies, when this module has no tests
     new 7fe9398  Use net.java.html's JavaScriptBody
     new 0600a47  No need to notify change when the list is empty
     new b2a2cf7  Support for singular subobject in a property of a JSON object
     new 0f680e4  Removing dependency on vmtest
     new a95050d  Using dynamic way to register an Http resource. Some tests are passing. Five + one is failing
     new 2bf9a8d  Get ready for absolute URLs
     new 5bafba3  Remove unused import
     new 785fd54  Clean up HTML after each test to not influence others
     new 2e45057  Set innerHTML even during the first invocation
     new c767190  Enable assertion status in tests by copying assertion status of the classloader's class
     new 9731d06  Using HTTP protocol rather than reflection tricks as HTTP will work on all known implementations

The 140 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists