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 2012/08/28 23:35:26 UTC

[Announce] WicketStuff 1.5.8 is released

Hello,

WicketStuff Core projects version 1.5.8 have been released and shortly
will be available at Maven Central repository.
They are built against Apache Wicket 1.5.8.

The changelog is short this time:

Martin Tzvetanov Grigorov (4):
      Merge some changes from core-1.5.7 - they are needed to be able
to build with JDK 1.5
      [portlets] Use JDK 1.5. Fix a bug? with a position in array
      [tinymce] Use a version of json.jar that is built with JDK 1.5
      Set versions to 1.5.8

Peter Pastrnak (1):
      mend

The projects can be retrieved from Maven like this:

<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>wicketstuff-progressbar</artifactId>
  <version>1.5.8</version>
</dependency>

The release tag is here:
https://github.com/wicketstuff/core/tree/wicketstuff-core-1.5.8

Issues can be reported here: https://github.com/wicketstuff/core/issues

The Project Wiki is available here: https://github.com/wicketstuff/core/wiki

The WicketStuff team!