You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2016/10/30 12:07:06 UTC

[ANNOUNCE] WicketStuff 8.0.0-M2 Released

WicketStuff core 8.0.0-M2 based on Apache Wicket 8.0.0-M2 is released and
soon will be available at Maven Central!

The changelog since 8.0.0-M1 is:

Tom Götz (5):
      [select2] make AbstractSelect2Choice public
      [select2] Prevent Nullpointer
      [select2] Automatically include i18n resource file, based on
configured language
      [select2] Adding check if configured/requested i18n file exists (with
fallback to "en")
      [select2] Removing unnecessary comments

Martin Tzvetanov Grigorov (4):
      Fix more build issues
      [datatables] Update wicket-webjars to Wicket 8.x compatible version
      [gmap3] Fix the name of an author
      Release 8.0.0-M2

kkaravitis (4):
      - make the wicket bridge schema (HTTPS/HTTP) aware,fix for issue #531
    - fix for issue #540 (WicketPortlet attempts to modify immutable map)
      fix for issue #540 (WicketPortlet attempts to modify immutable map)
      #546 fix: convert the absolute rendered urls to root-relative urls
      use the wicket-utils String.replaceAll instead of
String#replace(CharSequence, CharSequence)

Andrea Del Bene (2):
      [tinymce4] Fix for #544
      [rest] Removed unused method from IWebSerialDeserial

Sven Meier (3):
      [lambda-model] issue 534: keep caching scoped to application
      [lambda-model] issue 534: keep caching of proxy factory scoped to
application
      [lambda-model] issue 554: allow evaluation on dynamic proxies     , a
dynamic proxý cannot be subclassed, but its interfaces are usually
sufficient - thus remove unneeded cast

Logan Freer (1):
      Fixed attribute in Facebook LoginButton constructor.

Yevgen Kulik (1):
      fix missing upload.min.js needed for production mode

The WicketStuff team