I just upgraded to wicket and wicketstuff 8.0.0-M6. I'm getting a ClassNotFoundException for org.apache.wicket.ajax.json.JSONWriter.
Does anybody else see that? Andrew On Thu, May 18, 2017 at 9:27 AM, Martin Grigorov <mgrigo...@apache.org> wrote: > WicketStuff core 8.0.0-M6 based on Apache Wicket 8.0.0-M6 is released and > soon will be available at Maven Central! > > The changelog since 8.0.0-M5 is: > > Andrea Del Bene (3): > Fix to servlet api dependency > Fixes for the last 8 snapshot > Fix to SessionPageStore#canBeAsynchronous. Now it returns false. > > Konstantinos Karavitis (2): > Merge pull request #592 from kkaravitis/master > Merge pull request #593 from kkaravitis/master > > Martin Tzvetanov Grigorov (2): > Issue #595 - Remove slf4j-log4j as a dependency to non-example > projects > Release 8.0.0-M6 > > kkaravitis (2): > fix for #588 issue: When invoking setResponsePage during an ajax > resource request the portlet doesn't redirect correctly > fix for issue #588 > > Christopher M. Miles (1): > Updated the URL for the cluster example data source > > Christopher Miles (1): > Merge pull request #594 from cmiles74/master > > chrisly42 (1): > Fix for Issue #586: InMethodGrid: ColumnsHeaderRepeater uses wrong > markup. (#587) > > > The WicketStuff team >