Author: adelbene
Date: Mon Feb 2 18:46:34 2015
New Revision: 1656538
URL: http://svn.apache.org/r1656538
Log:
Added posts for 6.19.0 and 7.0.0-M5
Added:
wicket/common/site/trunk/_posts/2015/
wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-6.19.0-released.md
wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-7.0.0-M5-released.md
Added: wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-6.19.0-released.md
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-6.19.0-released.md?rev=1656538&view=auto
==============================================================================
--- wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-6.19.0-released.md
(added)
+++ wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-6.19.0-released.md
Mon Feb 2 18:46:34 2015
@@ -0,0 +1,125 @@
+---
+layout: post
+title: Apache Wicket 6.19.0 released
+---
+The Apache Wicket PMC is proud to announce Apache Wicket 6.19.0!
+
+This release marks another minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development
+of Wicket, and as such no API breaks are present in this release
+compared to 6.0.0.
+
+### Using this release
+
+With Apache Maven update your dependency to (and don't forget to
+update any other dependencies on Wicket projects to the same version):
+
+{% highlight xml %}
+<dependency>
+<groupId>org.apache.wicket</groupId>
+<artifactId>wicket-core</artifactId>
+<version>6.19.0</version>
+</dependency>
+{% endhighlight xml %}
+
+Or download and build the distribution yourself, or use our
+convenience binary package
+
+ * Source:
[http://www.apache.org/dyn/closer.cgi/wicket/6.19.0](http://www.apache.org/dyn/closer.cgi/wicket/6.19.0)
+ * Binary:
[http://www.apache.org/dyn/closer.cgi/wicket/6.19.0/binaries](http://www.apache.org/dyn/closer.cgi/wicket/6.19.0/binaries)
+
+### Upgrading from earlier versions
+
+If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at
+
+ * [migration to Wicket 6](
https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0)
+
+Have fun!
+
+â The Wicket team
+
+### This release
+
+Below you can find the cryptographic signatures for the distributions
+and the release notes.
+
+#### The signatures for the source release artefacts:
+
+Signature for apache-wicket-6.19.0.zip:
+
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - https://gpgtools.org
+
+iEYEABECAAYFAlRTb2UACgkQJBX8W/xy/UW1egCg1LOkWMrnD+FJoHKjp7Gulyvm
+s+UAoMNN/mgMKo+p33h3vt4fnLTemLGT
+=RpfO
+-----END PGP SIGNATURE-----
+</pre></div>
+
+Signature for apache-wicket-6.19.0.tar.gz:
+
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - https://gpgtools.org
+
+iEYEABECAAYFAlRTb2UACgkQJBX8W/xy/UVZcACguyKdrM0byfMp5IWqzwFMx5Lo
+i6UAn25gHcC0w8QWiNJXV7u99iTHssaP
+=+QQW
+-----END PGP SIGNATURE-----
+</pre></div>
+
+#### CHANGELOG for 6.19.0:
+
+The following changes were made in Wicket for this release.
+
+#### Bug
+
+* [WICKET-5747](https://issues.apache.org/jira/browse/WICKET-5747)] - Wicket
Ajax Click handling gets requeued in OnDomReady so fire out of order
+* [WICKET-5752](https://issues.apache.org/jira/browse/WICKET-5752)] -
ReplacementResourceBundleReference should return the dependencies for the
replacing resource ref
+* [WICKET-5755](https://issues.apache.org/jira/browse/WICKET-5755)] -
Restoring focus after Ajax replace no longer works in IE8
+* [WICKET-5759](https://issues.apache.org/jira/browse/WICKET-5759)] -
AjaxRequestAttributes extra parameters aren't properly handled in
getCallbackFunction()
+* [WICKET-5770](https://issues.apache.org/jira/browse/WICKET-5770)] -
PageParametersEncoder should not decode parameters with no name
+* [WICKET-5782](https://issues.apache.org/jira/browse/WICKET-5782)] - Missing
escaping in MultiFileUploadField.js - sort of XSS
+* [WICKET-5783](https://issues.apache.org/jira/browse/WICKET-5783)] - Multiple
events in AjaxEventBehavior with prefix 'on'
+* [WICKET-5784](https://issues.apache.org/jira/browse/WICKET-5784)] -
arraycopy with bad length in AbstractRequestLogger:172
+* [WICKET-5793](https://issues.apache.org/jira/browse/WICKET-5793)] - Request
for static resource creating a session in 6.13.0+
+* [WICKET-5809](https://issues.apache.org/jira/browse/WICKET-5809)] - URL IPv6
parsing
+* [WICKET-5811](https://issues.apache.org/jira/browse/WICKET-5811)] - Infinite
loop issue in
PropertyValidator#createUnresolvablePropertyMessage(FormComponent<>)
+* [WICKET-5812](https://issues.apache.org/jira/browse/WICKET-5812)] -
AtmosphereBehavior wrongly sets Ajax base url to '.'
+
+#### Improvement
+
+* [WICKET-4703](https://issues.apache.org/jira/browse/WICKET-4703)] -
StringResourceModel should provide an overridable getString(Component) method
+* [WICKET-5746](https://issues.apache.org/jira/browse/WICKET-5746)] - Fire an
event once all JS event listeners are registered
+* [WICKET-5753](https://issues.apache.org/jira/browse/WICKET-5753)] - It is
impossible to determine the form submitting component's inputName when
AjaxFormSubmitBehavior is used
+* [WICKET-5754](https://issues.apache.org/jira/browse/WICKET-5754)] -
(String)ResourceModel's defaultValue could be an IModel<String>
+* [WICKET-5756](https://issues.apache.org/jira/browse/WICKET-5756)] - Allow to
use custom ciphers when using SunJceCrypt class
+* [WICKET-5758](https://issues.apache.org/jira/browse/WICKET-5758)] -
Portuguese translation
+* [WICKET-5760](https://issues.apache.org/jira/browse/WICKET-5760)] - Add
constructor (String, Serializable, String) to AttributeAppender
+* [WICKET-5775](https://issues.apache.org/jira/browse/WICKET-5775)] - Replace
the session upon successful signin for better support for Session Fixation
+* [WICKET-5776](https://issues.apache.org/jira/browse/WICKET-5776)] - Add
information about the component when it fail in detach phase
+* [WICKET-5778](https://issues.apache.org/jira/browse/WICKET-5778)] - Pass the
IModifiable to the IChangeListener in ModificationWatcher
+* [WICKET-5780](https://issues.apache.org/jira/browse/WICKET-5780)] - Add a
resource reference for ContextRelativeResource
+* [WICKET-5794](https://issues.apache.org/jira/browse/WICKET-5794)] - Make
DefaultExceptionMapper extensible
+* [WICKET-5797](https://issues.apache.org/jira/browse/WICKET-5797)] -
Convenience method to call setResponsePage with forward option
+* [WICKET-5799](https://issues.apache.org/jira/browse/WICKET-5799)] - Add
rel=prev/next in PagingNavigator.html
+* [WICKET-5802](https://issues.apache.org/jira/browse/WICKET-5802)] - HTML
Import
+* [WICKET-5806](https://issues.apache.org/jira/browse/WICKET-5806)] -
Wicket.Log should log (at least errors) in the browser console even when Wicket
Ajax Debug window is disabled
+
+#### New Feature
+
+* [WICKET-5771](https://issues.apache.org/jira/browse/WICKET-5771)] - Ability
to escape resource bundle messages added with wicket:message
+
+#### Task
+
+* [WICKET-5791](https://issues.apache.org/jira/browse/WICKET-5791)] - Update
JQuery to 1.11.2 and 2.1.3
+
+
+Have fun!
+
+â The Wicket team
Added:
wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-7.0.0-M5-released.md
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-7.0.0-M5-released.md?rev=1656538&view=auto
==============================================================================
--- wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-7.0.0-M5-released.md
(added)
+++ wicket/common/site/trunk/_posts/2015/2015-02-02-wicket-7.0.0-M5-released.md
Mon Feb 2 18:46:34 2015
@@ -0,0 +1,156 @@
+---
+layout: post
+title: Apache Wicket 7.0.0-M5 released
+---
+The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M5!
+
+We have released another milestone release for Apache Wicket 7. We aim
+to finalise Wicket 7 over the coming months and request your help in
+testing the new major version.
+
+### Caveats
+
+It is still a development version so expect API breaks to happen over
+the course of the coming milestone releases.
+
+### Semantic versioning
+
+As we adopted semver Wicket 7 will be the first release since 6.0 where
+we are able to refactor the API. We will continue to use semver when we
+have made Wicket 7 final and maintain api compatibility between minor
+versions of Wicket 7.
+
+### Requirements
+
+Wicket 7 requires the following:
+
+ - Java 7
+ - Servlet 3 compatible container
+
+You can't mix wicket libraries from prior Wicket versions with Wicket 7.
+
+### Migration guide
+
+As usual we have a migration guide available online for people
+migrating their applications to Wicket 7. We will continue to update
+the guide as development progresses. If you find something that is not
+in the guide, please update the guide, or let us know so we can update
+the guide.
+
+You can find the guide here:
[http://s.apache.org/wicket7migrate](http://s.apache.org/wicket7migrate)
+
+### Using this release
+
+With Apache Maven update your dependency to (and don't forget to
+update any other dependencies on Wicket projects to the same version):
+
+{% highlight xml %}
+<dependency>
+ <groupId>org.apache.wicket</groupId>
+ <artifactId>wicket-core</artifactId>
+ <version>7.0.0-M5</version>
+</dependency>
+{% endhighlight xml %}
+
+Or download and build the distribution yourself, or use our
+convenience binary package
+
+ * Source:
[http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M5](http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M5)
+ * Binary:
[http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M5/binaries](http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M5/binaries)
+
+### About this release
+
+Below you can find the cryptographic signatures for the distributions
+and the release notes.
+
+#### The signatures for the source release artefacts:
+
+The signatures for the source release artefacts:
+
+Signature for apache-wicket-7.0.0-M5.zip:
+
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - https://gpgtools.org
+
+iEYEABECAAYFAlRTjfQACgkQJBX8W/xy/UW+TQCfZn81bkbmcrVEGjWY4rUA2sfy
+rJMAn2Ah/6X2M9Cf02hEMyb8JV+ZPaBa
+=xlUP
+-----END PGP SIGNATURE-----
+</pre></div>
+
+Signature for apache-wicket-7.0.0-M5.tar.gz:
+
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
+Comment: GPGTools - https://gpgtools.org
+
+iEYEABECAAYFAlRTjfQACgkQJBX8W/xy/UVGggCdFyCZATMis/829BmasZKgx28m
+uDEAn2eZhOrh8//AIYnkRYFLtWJnyx0F
+=kWVF
+-----END PGP SIGNATURE-----
+</pre></div>
+
+#### CHANGELOG for 7.0.0-M5:
+
+Release Notes - Wicket - Version 7.0.0-M5
+
+#### Bug
+
+* [WICKET-5584](https://issues.apache.org/jira/browse/WICKET-5584)] -
DiskDataStore error
+* [WICKET-5747](https://issues.apache.org/jira/browse/WICKET-5747)] - Wicket
Ajax Click handling gets requeued in OnDomReady so fire out of order
+* [WICKET-5748](https://issues.apache.org/jira/browse/WICKET-5748)] -
StackOverflowError while trying to get the Markup of WicketHeadContainer
+* [WICKET-5751](https://issues.apache.org/jira/browse/WICKET-5751)] -
NullPointerException in IntHashMap
+* [WICKET-5752](https://issues.apache.org/jira/browse/WICKET-5752)] -
ReplacementResourceBundleReference should return the dependencies for the
replacing resource ref
+* [WICKET-5759](https://issues.apache.org/jira/browse/WICKET-5759)] -
AjaxRequestAttributes extra parameters aren't properly handled in
getCallbackFunction()
+* [WICKET-5770](https://issues.apache.org/jira/browse/WICKET-5770)] -
PageParametersEncoder should not decode parameters with no name
+* [WICKET-5772](https://issues.apache.org/jira/browse/WICKET-5772)] -
LoadableDetachableModel caches null value if load() fails, bug in getObject()
{attached = true;}
+* [WICKET-5777](https://issues.apache.org/jira/browse/WICKET-5777)] - Reload
of page leads to WicketRuntimeException
+* [WICKET-5782](https://issues.apache.org/jira/browse/WICKET-5782)] -
Missing escaping in MultiFileUploadField.js - sort of XSS
+* [WICKET-5783](https://issues.apache.org/jira/browse/WICKET-5783)] -
Multiple events in AjaxEventBehavior with prefix 'on'
+* [WICKET-5784](https://issues.apache.org/jira/browse/WICKET-5784)] -
arraycopy with bad length in AbstractRequestLogger:172
+* [WICKET-5793](https://issues.apache.org/jira/browse/WICKET-5793)] -
Request for static resource creating a session in 6.13.0+
+* [WICKET-5800](https://issues.apache.org/jira/browse/WICKET-5800)] -
wicket:enclosure within FormComponentPanel causes exception related to
dequeueing
+* [WICKET-5809](https://issues.apache.org/jira/browse/WICKET-5809)] - URL
IPv6 parsing
+* [WICKET-5811](https://issues.apache.org/jira/browse/WICKET-5811)] -
Infinite loop issue in
PropertyValidator#createUnresolvablePropertyMessage(FormComponent<>)
+* [WICKET-5812](https://issues.apache.org/jira/browse/WICKET-5812)] -
AtmosphereBehavior wrongly sets Ajax base url to '.'
+* [WICKET-5817](https://issues.apache.org/jira/browse/WICKET-5817)] -
Wicket-JMX should depend on asm-util
+
+#### Improvement
+* [WICKET-4703](https://issues.apache.org/jira/browse/WICKET-4703)] -
StringResourceModel should provide an overridable getString(Component) method
+* [WICKET-5746](https://issues.apache.org/jira/browse/WICKET-5746)] - Fire
an event once all JS event listeners are registered
+* [WICKET-5753](https://issues.apache.org/jira/browse/WICKET-5753)] - It is
impossible to determine the form submitting component's inputName when
AjaxFormSubmitBehavior is used
+* [WICKET-5754](https://issues.apache.org/jira/browse/WICKET-5754)] -
(String)ResourceModel's defaultValue could be an IModel<String>
+* [WICKET-5756](https://issues.apache.org/jira/browse/WICKET-5756)] - Allow
to use custom ciphers when using SunJceCrypt class
+* [WICKET-5758](https://issues.apache.org/jira/browse/WICKET-5758)] -
Portuguese translation
+* [WICKET-5760](https://issues.apache.org/jira/browse/WICKET-5760)] - Add
constructor (String, Serializable, String) to AttributeAppender
+* [WICKET-5774](https://issues.apache.org/jira/browse/WICKET-5774)] -
UrlRenderer should render full and absolute urls in their canonical form
+* [WICKET-5775](https://issues.apache.org/jira/browse/WICKET-5775)] -
Replace the session upon successful signin for better support for Session
Fixation
+* [WICKET-5776](https://issues.apache.org/jira/browse/WICKET-5776)] - Add
information about the component when it fail in detach phase
+* [WICKET-5778](https://issues.apache.org/jira/browse/WICKET-5778)] - Pass
the IModifiable to the IChangeListener in ModificationWatcher
+* [WICKET-5780](https://issues.apache.org/jira/browse/WICKET-5780)] - Add a
resource reference for ContextRelativeResource
+* [WICKET-5789](https://issues.apache.org/jira/browse/WICKET-5789)] - Make
org.apache.wicket.protocol.ws.javax.WicketServerEndpointConfig publicly visible
+* [WICKET-5794](https://issues.apache.org/jira/browse/WICKET-5794)] - Make
DefaultExceptionMapper extensible
+* [WICKET-5797](https://issues.apache.org/jira/browse/WICKET-5797)] -
Convenience method to call setResponsePage with forward option
+* [WICKET-5799](https://issues.apache.org/jira/browse/WICKET-5799)] - Add
rel=prev/next in PagingNavigator.html
+* [WICKET-5802](https://issues.apache.org/jira/browse/WICKET-5802)] - HTML
Import
+* [WICKET-5803](https://issues.apache.org/jira/browse/WICKET-5803)] - Reduce
log for "o.a.w.r.PropertiesFactory | Loading properties files from
..."
+* [WICKET-5806](https://issues.apache.org/jira/browse/WICKET-5806)] -
Wicket.Log should log (at least errors) in the browser console even when Wicket
Ajax Debug window is disabled
+* [WICKET-5808](https://issues.apache.org/jira/browse/WICKET-5808)] -
SpringBean, support generic beans
+* [WICKET-5818](https://issues.apache.org/jira/browse/WICKET-5818)] - Add
support for httpOnly cookies to CookieDefaults
+* [WICKET-5820](https://issues.apache.org/jira/browse/WICKET-5820)] -
improve StringResourceModel's resource key interpolation for null
+
+#### New Feature
+
+* [WICKET-5771](https://issues.apache.org/jira/browse/WICKET-5771)] -
Ability to escape resource bundle messages added with wicket:message
+
+#### Task
+
+* [WICKET-5732](https://issues.apache.org/jira/browse/WICKET-5732)] -
Improve component queuing and auto component
+* [WICKET-5791](https://issues.apache.org/jira/browse/WICKET-5791)] - Update
JQuery to 1.11.2 and 2.1.3
+
+Have fun!
+
+â The Wicket team