Thanks a lot, Martin ! :) On Jan 5, 2017 23:22, "Martin Grigorov" <mgrigo...@apache.org> wrote:
WicketStuff core 8.0.0-M3 based on Apache Wicket 8.0.0-M3 is released and soon will be available at Maven Central! The changelog since 8.0.0-M2 is: Andrea Del Bene (21): Fix for pom version of wicketstuff-clipboard-js Fix for missing version for jetty-all Possible fix for the NPE we get in the unit test (stop is invoked on an unbinded behavior) Revert "Possible fix for the NPE we get in the unit test (stop is invoked on an unbinded behavior)" improve solution to check for unbinded behavior Fix for jetty 9 Code better formatted and variable name correction Introduced a common module for rest utils. Fix for minis project Added license header AttributesWrapper moved to module wicketstuff-rest-utils Added test case and tester class for rest Fix for junit dependency scope Removed stateless module as since ver 7.4.0 is integrated with Wicket. Reorganization of testing utilities added moduel wicketstuff-rest-lambda Fix problem with git repo Removed Serializabe functions/consumers. We don't need to worry about serialization WICKET-6287 Switch from json.org to open-json Merge pull request #566 from bitstorm/WICKET-6287 Revert "WICKET-6287 Switch from json.org to open-json" Maxim Solodovnik (5): Select2 version is updated to 4.0.3 Code clean-up: serialVersionUID is added Ajax query param is made configurable json:json library is replaced with openjson issue #470: dropdownParent setting is added Martin Tzvetanov Grigorov (4): [scala] Upgrade Scala to 2.12.0 [clipboard.js] Initial commit of integration with Clipboard.js [clipboard.js] Add support for setting the target by CSS selector. Release 8.0.0-M3 Konstantinos Karavitis (2): Merge pull request #561 from kkaravitis/master Update pom.xml Dan Simko (1): fixed event name - from 'onclick' to 'click' (#567) Miguel Payet (1): Fix the save action in an EditableGrid when there are more than 1 editable grids on the page (#558) Sven Meier (1): issue #534: destroy the factory kkaravitis (1): - Remove the action-scoped request attributes support usage and use render parameters for transferring the wicket redirect url from action phase to render phase - fix for issue #555, the url modification must be prevented if the url is a portlet one. - fix for issue #559, when an exception occurs during a resource request (not ajax), the portlet does not redirect to its InternalErrorPage page. The WicketStuff team