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:12:11 UTC

[ANNOUNCE] WicketStuff 7.0.0-M4 is released

Hi,

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

The changelog since 7.0.0-M3 is:

Martin Tzvetanov Grigorov (28):
      Upgrade Spring to 4.0.7
      Try to deploy snapshots to Sonatype after successful build
      Add notifications from Travis-CI
      Add Travis CI build status icon
      Fix Travis CI build status icon url
      Fix YAML indentation issues
      Fix the build after WICKET-5350
      Upgrade Spring to 4.1.0
      Reduce the verbosity of Java compiler
      Try to cache the local Maven repo
      Use Sonatype OSS for deploying snapshots
      [travis] Skip install step and run directly 'deploy'
      [travis] Skip javadoc build
      [travis] Reduce Maven logs by using '--quiet'
      [travis] Set the branch for the build status image
      [travis] Deploy only non-PR commits
      Dependencies updates:
      [phonebook] Re-enable the Phonebook demo application.
      Add a parent module for projects that require JDK 1.8
      [kryo] Increase the buffer size to 1000 bytes
      [kryo2] Increase the expected page size because of the not removed
auto components
      [serializer-fast] Increase the expected size of the page because of
the not removed auto components
      [travis] Use 'mvn install' for pull requests
      [select2] Make AjaxSettings#toJson(JSONWriter) public
      Remove the global dependency on org.apache.wicket:wicket:pom for all
projects
      [select2] Update the Maven <description> for Select2 project
      Add global dependency on org.apache.wicket:wicket-core:jar
      [facebook] Fixes #367 - Update the JS code to Wicket 6.x

JoachimRohde (13):
      Removed changes-plugin since it broke maven site-generation.
      Merge remote-tracking branch 'upstream/master'
      Replaced commons2 with commons-lang3. commons2 is not available in
central anymore.
      Included JavaNCSS plugin as a new report.
      Removed JavaNCSS plugin again since it breaks the build when using
the diamond operator.
      Removed site-plugin from POM. Instead the site-plugin from the
parent-POM should be used. The configuration was broken anyway since there
was a template-file missing.
      Added JavaDoc-plugin for site generation.     Let Cobertura create a
XML-report.
      JavaDoc generation should not let the build fail if there are any
errors.     On Java 8 DocLint should be disabled (see also:
http://stackoverflow.com/questions/15886209/maven-is
      Removed profile to disable DocLint on Java 8 again, since the other
reports were not generated anymore.
      Included a first draft of a checkstyle-configuration-file.
      Removed duplicate dependency (commons-lang3).
      Merge origin/master
      Added a new overlay (rectangle) including example, two new events
(mouseup, mousedown) and some documentation.

adelbene (13):
      Created method getTinyMCEReference in order to allow users to
override     it and specify custom TinyMCE library.
      Updated TinyMCE to ver 3.5.11
      Fixed broken test. If we use tag wicket:servlet we need to register
the     corresponding servlet in MockServletContext
      applied code formatting
      added apache license header
      Removed addMockedServlet from MockServletContext
      Adde ajaxFormSubmit to submit forms via AJAX.
      Added Ajax base url.
      Added utility code for reflection
      Code refactoring and introduction of Visitor pattern for url segments.
      Rest annotation refactoring
      Changes for WICKET-5708 (Making FormComponent.convertInput() public)
      Minor refactoring

klopfdreh (9):
      [minis] JSP / JSF / Servlet integration EL Taglibs (master)
      Enabled servlet 3.0 code to check the servlet mapping
      [jee-web] Own project for jee integration / removed from minis
      [jee-web] Some adjustments to the last commit
      [jee-web] Removed JSP-file which isn't required here anymore
      [jee-web] Added missing taglibs
      [jee web] Reduced to required dependencies.
      [jee web] Reduced to required dependencies. (Imports)
      [jee-web] JSP tag supports EL in attributes

Guillaume Smet (5):
      [serializer-fast] Minor cleanups and upgrade
      [serializer-fast2] Add a Fast 2 serializer
      [serializer-fast] [serializer-fast2] minor adjustements following the
merge of #361
      Major cleanup of the original Fast serializer.
      [serializer-fast] [serializer-fast2] upgrade fast to 1.63 and 2.10

svenmeier (5):
      [lazy-model] support overriden setters
      [lazy-model] support inherited and nested type variables
      [lazy-model] support inherited and nested type variables
      [lazy-model] support inherited type variables - simpler solution
      [lazy-model] backtrack type variables

Maxim Solodovnik (4):
      [select2] remove org.json dependency in favor of
org.apache.wicket.ajax.json; add serialVersionUID to serializable classes;
fix some of formatting
      [select2] Pull request #95 was merged; select2 library was updated to
version 3.5.1 (to have this new option)
      Merge pull request #348 from leshikus/master
      Whiteboard: js file is updated with recent version

Tobias Soloschenko (2):
      Corrected the namespace
      Merge pull request #350 from wicketstuff/master_refs

ageery (2):
      [minis] Added .springBeans (Eclipse Spring IDE generated file) to
.gitignore.     type ReplaceHandlerException to be unwrapped and thrown
rather than     being rewrapped and thrown. This
      [minis] Added a LDM class where the load()'ed value depends on
another model.     Added behaviors to hide/enable components based on a
boolean model.     Added a behavior to hide a compo

Alexei Fedotov (1):
      [whiteboard] Fixed "jumping whiteboard" bug

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

j.rohde (1):
      Included Findbugs plugin as a new report.


Many thanks to all contributors !

The WicketStuff team