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 2013/09/18 21:28:37 UTC

[ANNOUNCE] WicketStuff 1.5.10 is released

Hello,

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

Michael Mosmann (16):
      maven dependency fix
      tree reader fix
      bug hunt
      changed kryo2 dependency to 0.22
      test fixed
      array exception fixed
      lic header fixed
      kryo2 serializer report output
      kryo2 report refactor
      kryo2-viz d3js works
      kryo2 lic header fixed
      layout change for kryo2 reports
      kryo2: bugfix missing locale in date format
      kryo2: test fixed
      kryo2 doc fix
      kryo2 doc fix

Martin Grigorov (7):
      Merge pull request #167 from fieona/core-1.5.x
      Merge pull request #168 from fieona/core-1.5.x
      Merge pull request #181 from bitstorm/core-1.5.x
      Merge pull request #136 from jesselong/core-1.5.x
      Merge pull request #207 from cast-/core-1.5.x
      Merge pull request #208 from cast-/core-1.5.x
      Merge pull request #213 from seyyaw/core-1.5.x

Sofie Muys (3):
      moved jwicket to wicket 1.5, jdk 1.6 + made sure it compiles.
      Fixed errors and warnings
      Added idea config dir to gitignore

bitstorm (3):
      Fixed image upload plugin for 1.5 branch
      ...missing css
      Porting to 1.5.x of the fixes for tinyMCE InLineEditBehavior

Lynn McCormack (2):
      fixed resource reference
      fixed spellcheck_rpc resource reference

Martin Tzvetanov Grigorov (2):
      Upgrade to newer maven-compiler-plugin for faster compiling.     Fix
a typo
      Release 1.5.10

Jesse Long (1):
      Add ReferenceLoadableDetachableModel - a LoadableDetachableModel that
uses a reference (think PK) to the object to load it.

seyyaw (1):
update shortcut.js to the latest versions based on
http://www.openjs.com/scripts/events/keyboard_shortcuts/

The projects can be retrieved from Maven like this:

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

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

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!