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/11/11 22:13:57 UTC

[ANNOUNCE] WicketStuff 6.18.0 is released

Hi,

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

The changelog since 6.17.0 is:

Martin Tzvetanov Grigorov (14):
      Build against Wicket 6.18.0-SNAPSHOT
      [travis] Try to build and deploy wicket-6.x with Travis
      [travis] Use OpenJDK 6 because Oracle JDK 6 is EOL-ed and not
supported by Travis
      [travis] Fix the path to sonatype-settings.xml
      [travis] Set distributionManagement and repositories
      [travis] Install the parent pom.xml so that the global settings are
updated
      [travis] Add a build status image
      [travis] Remove yet another custom <repositories> difinition
      [travis] Just test the pull requests, deploy commits
      [travis] Improve the check whether the build is from a Pull Request
      [travis] Add debug for DEPLOY_OR_TEST
      [travis] Use 'mvn install' for pull requests
      [facebook] Fixes #367 - Update the JS code to Wicket 6.x
      Release 6.18.0

Guillaume Smet (10):
      Upgrade Fast to 1.61
      Fix a few minor infelicities in Fast serializer
      Add a Fast 2 serializer (heavily based on Fast 1 serializer)
      Update fast to 1.62 which is compiled again with JDK 6
      Change the listener API to accept all types of Exception, not just
  RuntimeException
      - Optimize Fast 2 usage per Rüdiger's suggestions     - Clean up the
API (should probably be "backported" to all the other     custom
serializers)
      Add details to the README file
      (after some sleep) Simplify the exception handling: there's no
benefits     in being so fine grained in exception handling.
      Major cleanup of the original Fast serializer.
      [serializer-fast] [serializer-fast2] upgrade fast to 1.63 and 2.10

ageery (6):
      Added .springBeans (Eclipse Spring IDE generated file) to .gitignore.
    Modified the Maven scope of slf4j-simple to only be for test.     In
the annotation event sink, add logi
      Removed the scope on the slf4j-simple dependency -- missed the fact
that     it is set in core.
      Removed unnecessary instanceof check.     Added Javadoc to test case
with a link to the pull request.
      Merge remote-tracking branch 'origin/wicket-6.x' into wicket-6.x
      Models that depend on other models and behaviors for component
visibility/enabling based on models -- backported from the master
branch.
      Replaced Java 7 functionality using Wicket util libraries.     Fixed
broken tests.

klopfdreh (6):
      [minis] JSP / JSF / Servlet integration EL Taglibs
      [jee-web] Own project for jee integration / removed from minis
      [jee-web] Removed unwanted file.
      [jee-web] Added missing taglibs (wicket-6.x)
      [jee web] Reduced to required dependencies. (wicket-6.x)
      [jee-web] JSP tag supports EL in attributes (wicket-6.x)

svenmeier (6):
      support overriden setters
      fixed build errors
      support inherited and nested type variables
      support inherited and nested type variables
      support inherited type variables - simpler solution
      backtrack type variables

Maxim Solodovnik (4):
      Library versions are fixed
      6.x Project structure is syncronized with master; #348 is merged
      Whiteboard: js file is updated with recent version
      wicket-select2 is cloned so clean issue can be fixed

adelbene (4):
      TinyMCE updated to ver. 3.5.11
      Applied code formatting and Apache license to source files.
      Adde ajaxFormSubmit to submit forms via AJAX.
      Added Ajax base url.

Tobias Soloschenko (3):
      Corrected the namespace
      Merge pull request #349 from wicketstuff/wicket-6.x_refs
      [editable-grid-examples] Test to resolve build err

Andrea Del Bene (1):
      Merge pull request #347 from klopfdreh/wicket-6.x

JoachimRohde (1):
      Added a new overlay (rectangle) including example, two new events
(mouseup, mousedown) and some documentation.     (cherry picked from commit
70b9249b772956618946f933af141ef8ad0d

Vlastimil Dolejš (1):
      fix for issue #283


The WicketStuff team