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/01/22 14:03:01 UTC

[ANNOUNCE] WicketStuff 6.13.0 is released

Hi,

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

The changelog for this release is:

Martin Tzvetanov Grigorov (34):
      [scala] Update the Maven archetype to Scala 2.10
      [scala] minor improvements in WicketDSL. Fix the SBT build
      [datastores] Add implementations of IDataStore based on Memcached and
Apache Cassandra
      [datastores] Reimport the datastores
      [scala] Add src/main/resources as resource explicitly
      [datastores] Extract the session resources management to a
specialized class
      [datastores] Implement session resources management for Memcached
data store
      [datastores] Introduce SessionResourcesManagingDataStore that wraps a
real IDataStore and manages the session quota for it
      [datastores] Fix Memcached datastore to keep track of the added keys
to be able to remove them when the session expire (regression from the
previous commit)
      [datastores] Add Guava based implementation of MemcachedDataStore.
      [datastores][common] - Use only the page id for equals/hashcode
      [datastores][common] SessionData#size should be volatile
      [datastores][common] - Actually log the pageId and sessionId
      [datastores][memcached] - Add a test that verifies the Set created
from Guava'a Cache has the same eviction capabilities
      [datastores] Rename Maven modules
      [datastores][memcached] Disable the test because it requires a
running Memcached server
      [datastores][cassandra] Upgrade to latest versions of
cassandra-driver-core (1.x and 2.x)
      [datastores][cassandra] Fix a typo in a comment
      [datastores][redis] Add IDataStore that uses Redis as backend (uses
Jedis)
      [datastores][common] Fix a bug that the session size was not
descresed when a page is removed
      [datastores] Make the *DataStoreTest more predictrable by removing
the random sleep time
      [datastore][redis] Disable the test because it requires a running
Redis
      [datastore] Restructure the testing kit so that it can be reused by
all IDataStoreTests
      [datastores][common] Remove #equals() and #hashCode() from PageData.
They are not needed.
      [datastores][memcached]  Check whether there is a need to log a debug
message to avoid creating an array.
      [datastores][common] SessionData#size doesn't need to be volatile
anymore. It is accesses only in synchronized blocks
      [datastores][common] Fix a bug that the session size was not updated
when a page with the same id is added
      [datastores][common] Fix concurrent access to SessionData.
      [datastores][hazelcast] Add simple implementation based on Hazelcast
      [datastores] Simplify Maven config
      [datastores] Update the READMEs
      Upgrade maven-javadoc-plugin to 2.9.1 (Fixes CVE)
      [datastores][common] Install/deploy -tests.jar for the mini testing
framework
      Release 6.13.0

Rob Sonke (7):
      [gmap3] Changed gmaps 3 project partially to be stateless
      [gmap3] Revert "Changed gmaps 3 project partially to be stateless"
      [gmap3] Made a stateless version of the GMap component
      [gmap3] Made a stateless version of the GMap component
      [gmap3] Fixed in stateless google maps component
      [gmap3] Added better explanation in javadoc of GMapStateless
      [gmap3] Added better explanation in javadoc of GMapStateless

Martin Grigorov (5):
      Merge pull request #278 from lorentzg/master
      Merge pull request #280 from lorentzg/master
      Merge pull request #281 from paulbors/jGrowl-success
      Merge pull request #284 from rdmosali/master
      Merge pull request #285 from robsonke/master

Andrea Del Bene (6):
      [rest-annotations] Added JavaDoc
      Merge branch 'master' of https://github.com/wicketstuff/core.git
      [rest-annotations] Added support for validators' resource bundles
      [rest-annotations] Code refactored to clean it and avoid API breaks.
      [rest-annotations] Improved validation support
      [rest-annotations] Test case fixing...

'Paul Bors' (2):
      [jquery] Added FeedbackMessage.SUCCESS to JGrowlFeedbackPanel
      [jquery] Added FeedbackMessage.SUCCESS to JGrowlFeedbackPanel

Lorentz Green (2):
      [scala] Fixed package name to match folder structure
      [shiro] Fixed shiro exception on logout when using "native" shiro
session

Chris Colman (1):
      Added support for variations in ModalContentPanel. String variation
is added with appropriate getters and setters.     Renamed
trackModalVisit(IWicketModalVisit) to preShow(Modal

rdmosali (1):
      Update pom.xml (upgrade Jasper Reports to 5.5.0)


The WicketStuff team