You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2014/02/24 21:05:55 UTC

[ANNOUNCE] WicketStuff 6.14.0 is released

Hi,

WicketStuff core 6.14.0 based on Apache Wicket 6.14.0 is released and will
be available in Maven Central soon.

The changelog for this release is:

Rob Sonke (10):
      Compile against wicket 6.14
      Rewrote the fitBounds functionality partially to let it work in a non
ajax environment too     Added an example application to demonstrate
fitbounds
      Removed commented old code
      Prevent npe in case of not using fitbounds
      Added Marker Clustering support
      Merge branch 'master' of https://github.com/wicketstuff/core into
wicketstuff-master
      Returning this from setter methods.     Corrected whitespacing.
      Added null check for setMarkerCluster parameter.     Corrected
whitespacing.
      Corrected whitespacing.
      Added check to avoid adding the JS file multiple times to the header.

Martin Tzvetanov Grigorov (5):
      Upgrade maven-javadoc-plugin to 2.9.1 (Fixes CVE)
      [datastores][common] Install/deploy -tests.jar for the mini testing
framework
      [gmap3] Fix code format - use spaces instead of tabs
      [scala] Update library versions
      Release 6.14.0

Emond Papegaaij (2):
      Fix warnings related to deprecated IPageLink
      license header

Martin Grigorov (2):
      Merge pull request #286 from robsonke/master
      Merge pull request #287 from robsonke/master

Maxim Solodovnik (2):
      Poster property is added to video tag
      isEmpty is used instead of string manipulations

svenmeier (2):
      special handling for list indices: return null when out of bounds
      safely handle classes with empty simpleName.

Michael Mosmann (1):
      serializer-ui module added

robsonke (1):
      Merge pull request #1 from wicketstuff/master


The WicketStuff team