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

[ANNOUNCE] WicketStuff 7.1.0 Released

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

The changelog since 7.0.0 is:

Martin Tzvetanov Grigorov (10):
      [scala] Update Scala plugin to 3.2.2
      [scala] Set compiler target to 1.7
      Use maven-toolchains-plugin for building the project.
      Make the folder structure flat.
      Disable javadoc, sources and deployment of example modules
(<packaging>war</packaging>)
      [kryo-serializer] Remove usage of WicketChildListSerializer
      [serializer] Fix fast/kryo serializer tests.
      Build against Wicket 7.1.0
      [inmethod-grid] Remove #isRendering() method. It is provided by
Wicket (and is final now).
      Release 7.1.0

Tobias Soloschenko (12):
      selectize.js Integration
      selectize.js Integration - select example
      selectize.js Integration - select with groups example / modelobj
      selectize.js Integration - fixes due to comments
      selectize.js Integration - Option / OptionGroup Serial. Templ.
      selectize.js Integration - Basic ajax functionality
      selectize.js Integration - Basic ajax functionality finished
      selectize.js Integration - parent version / artifactId
      selectize.js Integration - Javadoc
      selectize.js Integration - Small improvement of examples
      selectize.js Integration - Enable creation of tag (examples)
      selectize.js Integration - AjaxRequestTarget support onChange

Andrea Del Bene (Innoteam) (7):
      fix for toolchains support on Travis CI
      CI fix take 3
      increased permgen max size
      increased heap for surefire
      fix to use the new travis infrastructure
      Issue #420
      pom versions updated to the current snapshot version (7.1.0)

ageery (3):
      Added the lambda module.
      Tweaks to toolchains.xml and travis settings for Java 8.
      Fixed the pom.xml descriptions and simplified a test.

Joachim Rohde (2):
      Fixes #417
      [GMap 3] As a default behaviour always escape special character
sequences in marker titles.

Maxim Solodovnik (1):
      Fixes #411: select2 is updated to ver 4.0

Sven Meier (1):
      fix asm to 5.0.3 as wicket(-ioc) does it

AlexHaxe (1):
      removed unused dependencies

Hendy Irawan (1):
      Mark slf4j-log4j12 as scope=test. Fixed #425

bitstorm (1):
      CI fix take 2


The WicketStuff team