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 2015/06/21 22:24:48 UTC

[ANNOUNCE] WicketStuff 6.20.0 is released

Hi,

WicketStuff core 6.20.0 based on Apache Wicket 6.20.0 is released and
available at Maven Central.

The changelog since 6.19.0 is:

cmiles74 (13):
      [openlayers3] Altered to pull OL resources with WebJars
      [openlayers3] Removed reference to undocumented "dispose" call
      [openlayers3] Fixed whitespace issue
      [openlayers3] Implemented an extent object
      [openlayers3] Altered click handler to only handle single clicks
      Merge branch 'wicket-6.x' of https://github.com/wicketstuff/core into
wicket-6.x
      [openlayers3] Updated the URLs for the WFC examples
      Merge branch 'wicket-6.x' of https://github.com/wicketstuff/core into
wicket-6.x
      [openlayers3] Added warning to the cluster demo page
      [openlayers3] Fixed issue with flickering popups
      [openlayers3] Fixed styling issue on the cluster example
      [openlayers3] Updated ignore file
      Merge branch 'wicket-6.x' of github.com:wicketstuff/core into
wicket-6.x

Andrea Del Bene (12):
      trying to use the last version of glassfish
      Revert "trying to use the last version of glassfish"
      Revert "trying to use the last java 6 compatible version of gae"
      Issue #383
      updated dependency to 6.20.0-SNAPSHOT and added webjar to
PackageScanner (Issue #383)
      Issue #384
      stateless components ported to 6.x
      Update README.md
      response type is set now also for void methods
      updated readme file
      issue #399
      updated dependencies on Gson and JAckson

Alexander Morozov (6):
      [select2] Reformat code according to
http://mvnrepository.com/artifact/org.apache.wicket/wicket-eclipse-settings
      [select2] Added Select2ChoiceTest that reproduces issue with loosing
value by Select2Choice after form submit.     - Override convertInput() and
convertValue() in order to convert and process properly Select2Choice
validation phase.     - Override getInputAsArray() for Select2MultiChoice
in order to satisfy FormComponent's contract. Implement convertValue() with
ChoiceProvider.
      [select2] Fix issues after PR review. Thanks to martin-g.
      [select2] Fix IChoiceRenderer support. Added examples with stateless
Select2Choice component.
      [select2] Always return a collection instead of null in
Select2MultiChoice#convertValue(String[])
      [select2] Update select2 README.

Martin Grigorov (6):
      Merge pull request #387 from cmiles74/wicket-6.x
      Merge pull request #391 from shuraa/wicket-6.x-fix-select2-formatting
      Merge pull request #396 from
shuraa/wicket-6.x-fix-select2-stateless-behavior
      Merge pull request #400 from cmiles74/wicket-6.x
      Merge pull request #407 from cmiles74/wicket-6.x
      Merge pull request #409 from shuraa/wicket-6.x-fix-408

klopfdreh (4):
      CanvasImage - Renders image into HTML content
      jee-web / html5 - destory WicketTester
      [minis] ReplacingResourceModel
      [minis] ReplacingResourceModel - title fix of test

JoachimRohde (2):
      [GMap3] Corrected commit ee39d84a39240362e29d9dda6819877e2d398fa3
where another commit was cherry-picked into the wrong folder.
      [GMap3] Updated Marker-example to show how to use the new GAnimation
class.     Fixed image-paths.

jrohde (2):
      [GMap3] Until version 3.10 of the Google Maps JavaScript API, complex
icons were defined as MarkerImage objects. The Icon object literal was
added in version 3.10, and replaces MarkerImage from version 3.11 onwards.
    Added the class GAnimation to customize the animation of a marker.
      [GMap3] Fixed broken JavaScript

Joachim Rohde (1):
      [GMap3] Deprecated methods which are not supported by Google Maps
anymore.

Martin Tzvetanov Grigorov (1):
      Release 6.20.0

Maxim Solodovnik (1):
      Merge pull request #395 from shuraa/wicket-6.x-fix-issue-390

The WicketStuff team!