You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Martijn Dashorst <da...@apache.org> on 2016/10/26 15:08:22 UTC

[ANNOUNCE] Apache Wicket 7.5.0 Released

The Apache Wicket PMC is proud to announce Apache Wicket 7.5.0!

Apache Wicket is an open source Java component oriented web application
framework that powers thousands of web applications and web sites for
governments, stores, universities, cities, banks, email providers, and
more. You can find more about Apache Wicket at https://wicket.apache.org

This release marks another minor release of Wicket 7. We
use semantic versioning for the development of Wicket, and as such no
API breaks are present breaks are present in this release compared to
7.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):

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>7.5.0</version>
</dependency>

Or download and build the distribution yourself, or use our
convenience binary package

 * Source: http://www.apache.org/dyn/closer.cgi/wicket/7.5.0
 * Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.5.0/binaries

Upgrading from earlier versions
-------------------------------

If you upgrade from 7.y.z this release is a drop in replacement. If
you come from a version prior to 7.0.0, please read our Wicket 7
migration guide found at

 * http://s.apache.org/wicket7migrate

Have fun!

— The Wicket team


========================================================================

    The signatures for the source release artefacts:


Signature for apache-wicket-7.5.0.zip:

    -----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iEYEABECAAYFAlgHyLgACgkQJBX8W/xy/UVtJQCfazMNKzMMG5y+GTnCNg0YloBB
IB0Amwdp/H6z78kXds8kTJNBXJAVlCVc
=yXrI
-----END PGP SIGNATURE-----

Signature for apache-wicket-7.5.0.tar.gz:

    -----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iEYEABECAAYFAlgHyLgACgkQJBX8W/xy/UUVtgCgx2kALIRDUGdXHjl1hQwOPhzW
NVYAn0VNdt96cd5VmIW7nIFSb0PidYbH
=ob3v
-----END PGP SIGNATURE-----

========================================================================

    CHANGELOG for 7.5.0:

** Sub-task

    * [WICKET-6243] - ResourceReferenceAutolink component resolved by
AutoLinkResolver ignores session locale changes

** Bug

    * [WICKET-5972] - Datepicker "Close" text overlays 'x' icon.
    * [WICKET-6136] - AutoCompleteTextField issue in Android 5.1.1
    * [WICKET-6192] - Remove recreateBookmarkablePagesAfterExpiry
check in AbstractBookmarkableMapper#mapHandler
    * [WICKET-6209] - requesting focus on disabled field fails with error in IE8
    * [WICKET-6214] - ModalWindow broken on IE
    * [WICKET-6215] - Test fail when non empty model is set to PasswordTextField
    * [WICKET-6216] - Problem with queued components and border
    * [WICKET-6217] - Enclosure broken within Border/Panel
    * [WICKET-6219] - Fragment fails to report an error in development mode
    * [WICKET-6221] - WicketTester - missing border path
    * [WICKET-6222] - renderHead not called with anonymous inner Border class
    * [WICKET-6225] - Button wrongly sets its model object as 'value' attribute
    * [WICKET-6227] - CharSequenceResource calculates wrong length
when there are unicode symbols
    * [WICKET-6230] - Infinite redirection when using
UrlPathPageParametersEncoder
    * [WICKET-6231] - wicket:enclosure and getVariation().
    * [WICKET-6232] - When sending binary data from server to client,
wicket-websocket-jquery.js throws error "message.indexOf is not a
function"
    * [WICKET-6235] - TableTree#updateNode() fails if no corresponding
node is visible
    * [WICKET-6236] - Files.remove() causes a 5 seconds delay instead
of 500ms as was intended
    * [WICKET-6237] - PageRequestHandlerTracker doesn't work with
IRequestHandlerDelegate
    * [WICKET-6238] - pub2 Wicket example isn't switching the beer images
    * [WICKET-6241] - CheckingObjectOutputStream should track the
original instance, before writeReplace()
    * [WICKET-6242] - Weak concurrency management in
AuthenticatedWebSession#signedIn
    * [WICKET-6244] - Palette does not list unselected options
    * [WICKET-6245] - Open up CsrfPreventionRequestCycleListener for extension
    * [WICKET-6249] - Invalid state of LoadableDetachableModel with
exception during load()
    * [WICKET-6250] - FileUploadField does not deteach models and
fails to null the reference to the transient fileUploads field if
forceCloseStreamsOnDetach is false
    * [WICKET-6254] - Wicket WebSockets problem behind HTTP proxy
without servlet context

** Improvement

    * [WICKET-5866] - Reconsider generics of IConverterLocator#getConverter()
    * [WICKET-6206] - Allow to use custom anticache parameter value
for Image component
    * [WICKET-6210] - FileUpload does not support files of zero size
    * [WICKET-6211] - PasswordTextField should clear password by default
    * [WICKET-6226] -  DOCTYPE URL in properties.xml example in wicket
documentation won't work.
    * [WICKET-6229] - Introduce a new setting in ExceptionSettings to
control whether to throw exception or log a WARN when requesting for
markup id on non-renderable component
    * [WICKET-6233] - Add component info in the error messages related
to WicketTester#assertComponentOnAjaxResponse()
    * [WICKET-6234] - Log the decrypted url in CryptoMapper for
debugging purposes
    * [WICKET-6239] - Use Response#addHeader() instead of #setContentLength()
    * [WICKET-6240] - Hook method to display more information on
ExceptionErrorPage

** New Feature

    * [WICKET-5623] - Custom Getters and Setters for PropertyResolver

Re: [ANNOUNCE] Apache Wicket 7.5.0 Released

Posted by Tobias Soloschenko <to...@googlemail.com>.
Hi,

I just changed several posts to unify the download links.

Example:

* Source: [8.0.0-M2 source 
download](http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M2)
* Binary: [8.0.0-M2 binary 
download](http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M2/binaries)

this way the links don't exceed the content anymore.

@Martijn - it would be great if we could change this in the actual 
release template, or we have to keep changing it when ever a new release 
is posted on the site.

In addition I changed the last three release notes and surrounded the 
PGP signatures with a <div class="highlight"><pre> - example:

<div class="highlight"><pre>
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iEYEABECAAYFAlgHzXgACgkQJBX8W/xy/UU4+ACgxCcY0zPKiw3x7n0rizY9CkiN
3tkAmwYX0hrkfkSYJKkkBaMSrI+z/zSf
=9mFS
-----END PGP SIGNATURE-----
</pre></div>

this way the PGP signatures also don't exceed the content anymore.

kind regards

Tobias

Am 26.10.16 um 23:19 schrieb Andrea Del Bene:
> Hi did the site update. Hope everything it's ok.
>
> Andrea.
>
>
> On 26/10/2016 17:08, Martijn Dashorst wrote:
>> The Apache Wicket PMC is proud to announce Apache Wicket 7.5.0!
>>
>> Apache Wicket is an open source Java component oriented web application
>> framework that powers thousands of web applications and web sites for
>> governments, stores, universities, cities, banks, email providers, and
>> more. You can find more about Apache Wicket at https://wicket.apache.org
>>
>> This release marks another minor release of Wicket 7. We
>> use semantic versioning for the development of Wicket, and as such no
>> API breaks are present breaks are present in this release compared to
>> 7.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):
>>
>> <dependency>
>>      <groupId>org.apache.wicket</groupId>
>>      <artifactId>wicket-core</artifactId>
>>      <version>7.5.0</version>
>> </dependency>
>>
>> Or download and build the distribution yourself, or use our
>> convenience binary package
>>
>>   * Source: http://www.apache.org/dyn/closer.cgi/wicket/7.5.0
>>   * Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.5.0/binaries
>>
>> Upgrading from earlier versions
>> -------------------------------
>>
>> If you upgrade from 7.y.z this release is a drop in replacement. If
>> you come from a version prior to 7.0.0, please read our Wicket 7
>> migration guide found at
>>
>>   * http://s.apache.org/wicket7migrate
>>
>> Have fun!
>>
>> \u2014 The Wicket team
>>
>>
>> ========================================================================
>>
>>      The signatures for the source release artefacts:
>>
>>
>> Signature for apache-wicket-7.5.0.zip:
>>
>>      -----BEGIN PGP SIGNATURE-----
>> Comment: GPGTools - https://gpgtools.org
>>
>> iEYEABECAAYFAlgHyLgACgkQJBX8W/xy/UVtJQCfazMNKzMMG5y+GTnCNg0YloBB
>> IB0Amwdp/H6z78kXds8kTJNBXJAVlCVc
>> =yXrI
>> -----END PGP SIGNATURE-----
>>
>> Signature for apache-wicket-7.5.0.tar.gz:
>>
>>      -----BEGIN PGP SIGNATURE-----
>> Comment: GPGTools - https://gpgtools.org
>>
>> iEYEABECAAYFAlgHyLgACgkQJBX8W/xy/UUVtgCgx2kALIRDUGdXHjl1hQwOPhzW
>> NVYAn0VNdt96cd5VmIW7nIFSb0PidYbH
>> =ob3v
>> -----END PGP SIGNATURE-----
>>
>> ========================================================================
>>
>>      CHANGELOG for 7.5.0:
>>
>> ** Sub-task
>>
>>      * [WICKET-6243] - ResourceReferenceAutolink component resolved by
>> AutoLinkResolver ignores session locale changes
>>
>> ** Bug
>>
>>      * [WICKET-5972] - Datepicker "Close" text overlays 'x' icon.
>>      * [WICKET-6136] - AutoCompleteTextField issue in Android 5.1.1
>>      * [WICKET-6192] - Remove recreateBookmarkablePagesAfterExpiry
>> check in AbstractBookmarkableMapper#mapHandler
>>      * [WICKET-6209] - requesting focus on disabled field fails with 
>> error in IE8
>>      * [WICKET-6214] - ModalWindow broken on IE
>>      * [WICKET-6215] - Test fail when non empty model is set to 
>> PasswordTextField
>>      * [WICKET-6216] - Problem with queued components and border
>>      * [WICKET-6217] - Enclosure broken within Border/Panel
>>      * [WICKET-6219] - Fragment fails to report an error in 
>> development mode
>>      * [WICKET-6221] - WicketTester - missing border path
>>      * [WICKET-6222] - renderHead not called with anonymous inner 
>> Border class
>>      * [WICKET-6225] - Button wrongly sets its model object as 
>> 'value' attribute
>>      * [WICKET-6227] - CharSequenceResource calculates wrong length
>> when there are unicode symbols
>>      * [WICKET-6230] - Infinite redirection when using
>> UrlPathPageParametersEncoder
>>      * [WICKET-6231] - wicket:enclosure and getVariation().
>>      * [WICKET-6232] - When sending binary data from server to client,
>> wicket-websocket-jquery.js throws error "message.indexOf is not a
>> function"
>>      * [WICKET-6235] - TableTree#updateNode() fails if no corresponding
>> node is visible
>>      * [WICKET-6236] - Files.remove() causes a 5 seconds delay instead
>> of 500ms as was intended
>>      * [WICKET-6237] - PageRequestHandlerTracker doesn't work with
>> IRequestHandlerDelegate
>>      * [WICKET-6238] - pub2 Wicket example isn't switching the beer 
>> images
>>      * [WICKET-6241] - CheckingObjectOutputStream should track the
>> original instance, before writeReplace()
>>      * [WICKET-6242] - Weak concurrency management in
>> AuthenticatedWebSession#signedIn
>>      * [WICKET-6244] - Palette does not list unselected options
>>      * [WICKET-6245] - Open up CsrfPreventionRequestCycleListener for 
>> extension
>>      * [WICKET-6249] - Invalid state of LoadableDetachableModel with
>> exception during load()
>>      * [WICKET-6250] - FileUploadField does not deteach models and
>> fails to null the reference to the transient fileUploads field if
>> forceCloseStreamsOnDetach is false
>>      * [WICKET-6254] - Wicket WebSockets problem behind HTTP proxy
>> without servlet context
>>
>> ** Improvement
>>
>>      * [WICKET-5866] - Reconsider generics of 
>> IConverterLocator#getConverter()
>>      * [WICKET-6206] - Allow to use custom anticache parameter value
>> for Image component
>>      * [WICKET-6210] - FileUpload does not support files of zero size
>>      * [WICKET-6211] - PasswordTextField should clear password by 
>> default
>>      * [WICKET-6226] -  DOCTYPE URL in properties.xml example in wicket
>> documentation won't work.
>>      * [WICKET-6229] - Introduce a new setting in ExceptionSettings to
>> control whether to throw exception or log a WARN when requesting for
>> markup id on non-renderable component
>>      * [WICKET-6233] - Add component info in the error messages related
>> to WicketTester#assertComponentOnAjaxResponse()
>>      * [WICKET-6234] - Log the decrypted url in CryptoMapper for
>> debugging purposes
>>      * [WICKET-6239] - Use Response#addHeader() instead of 
>> #setContentLength()
>>      * [WICKET-6240] - Hook method to display more information on
>> ExceptionErrorPage
>>
>> ** New Feature
>>
>>      * [WICKET-5623] - Custom Getters and Setters for PropertyResolver
>


Re: [ANNOUNCE] Apache Wicket 7.5.0 Released

Posted by Andrea Del Bene <an...@gmail.com>.
Hi did the site update. Hope everything it's ok.

Andrea.


On 26/10/2016 17:08, Martijn Dashorst wrote:
> The Apache Wicket PMC is proud to announce Apache Wicket 7.5.0!
>
> Apache Wicket is an open source Java component oriented web application
> framework that powers thousands of web applications and web sites for
> governments, stores, universities, cities, banks, email providers, and
> more. You can find more about Apache Wicket at https://wicket.apache.org
>
> This release marks another minor release of Wicket 7. We
> use semantic versioning for the development of Wicket, and as such no
> API breaks are present breaks are present in this release compared to
> 7.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):
>
> <dependency>
>      <groupId>org.apache.wicket</groupId>
>      <artifactId>wicket-core</artifactId>
>      <version>7.5.0</version>
> </dependency>
>
> Or download and build the distribution yourself, or use our
> convenience binary package
>
>   * Source: http://www.apache.org/dyn/closer.cgi/wicket/7.5.0
>   * Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.5.0/binaries
>
> Upgrading from earlier versions
> -------------------------------
>
> If you upgrade from 7.y.z this release is a drop in replacement. If
> you come from a version prior to 7.0.0, please read our Wicket 7
> migration guide found at
>
>   * http://s.apache.org/wicket7migrate
>
> Have fun!
>
> \u2014 The Wicket team
>
>
> ========================================================================
>
>      The signatures for the source release artefacts:
>
>
> Signature for apache-wicket-7.5.0.zip:
>
>      -----BEGIN PGP SIGNATURE-----
> Comment: GPGTools - https://gpgtools.org
>
> iEYEABECAAYFAlgHyLgACgkQJBX8W/xy/UVtJQCfazMNKzMMG5y+GTnCNg0YloBB
> IB0Amwdp/H6z78kXds8kTJNBXJAVlCVc
> =yXrI
> -----END PGP SIGNATURE-----
>
> Signature for apache-wicket-7.5.0.tar.gz:
>
>      -----BEGIN PGP SIGNATURE-----
> Comment: GPGTools - https://gpgtools.org
>
> iEYEABECAAYFAlgHyLgACgkQJBX8W/xy/UUVtgCgx2kALIRDUGdXHjl1hQwOPhzW
> NVYAn0VNdt96cd5VmIW7nIFSb0PidYbH
> =ob3v
> -----END PGP SIGNATURE-----
>
> ========================================================================
>
>      CHANGELOG for 7.5.0:
>
> ** Sub-task
>
>      * [WICKET-6243] - ResourceReferenceAutolink component resolved by
> AutoLinkResolver ignores session locale changes
>
> ** Bug
>
>      * [WICKET-5972] - Datepicker "Close" text overlays 'x' icon.
>      * [WICKET-6136] - AutoCompleteTextField issue in Android 5.1.1
>      * [WICKET-6192] - Remove recreateBookmarkablePagesAfterExpiry
> check in AbstractBookmarkableMapper#mapHandler
>      * [WICKET-6209] - requesting focus on disabled field fails with error in IE8
>      * [WICKET-6214] - ModalWindow broken on IE
>      * [WICKET-6215] - Test fail when non empty model is set to PasswordTextField
>      * [WICKET-6216] - Problem with queued components and border
>      * [WICKET-6217] - Enclosure broken within Border/Panel
>      * [WICKET-6219] - Fragment fails to report an error in development mode
>      * [WICKET-6221] - WicketTester - missing border path
>      * [WICKET-6222] - renderHead not called with anonymous inner Border class
>      * [WICKET-6225] - Button wrongly sets its model object as 'value' attribute
>      * [WICKET-6227] - CharSequenceResource calculates wrong length
> when there are unicode symbols
>      * [WICKET-6230] - Infinite redirection when using
> UrlPathPageParametersEncoder
>      * [WICKET-6231] - wicket:enclosure and getVariation().
>      * [WICKET-6232] - When sending binary data from server to client,
> wicket-websocket-jquery.js throws error "message.indexOf is not a
> function"
>      * [WICKET-6235] - TableTree#updateNode() fails if no corresponding
> node is visible
>      * [WICKET-6236] - Files.remove() causes a 5 seconds delay instead
> of 500ms as was intended
>      * [WICKET-6237] - PageRequestHandlerTracker doesn't work with
> IRequestHandlerDelegate
>      * [WICKET-6238] - pub2 Wicket example isn't switching the beer images
>      * [WICKET-6241] - CheckingObjectOutputStream should track the
> original instance, before writeReplace()
>      * [WICKET-6242] - Weak concurrency management in
> AuthenticatedWebSession#signedIn
>      * [WICKET-6244] - Palette does not list unselected options
>      * [WICKET-6245] - Open up CsrfPreventionRequestCycleListener for extension
>      * [WICKET-6249] - Invalid state of LoadableDetachableModel with
> exception during load()
>      * [WICKET-6250] - FileUploadField does not deteach models and
> fails to null the reference to the transient fileUploads field if
> forceCloseStreamsOnDetach is false
>      * [WICKET-6254] - Wicket WebSockets problem behind HTTP proxy
> without servlet context
>
> ** Improvement
>
>      * [WICKET-5866] - Reconsider generics of IConverterLocator#getConverter()
>      * [WICKET-6206] - Allow to use custom anticache parameter value
> for Image component
>      * [WICKET-6210] - FileUpload does not support files of zero size
>      * [WICKET-6211] - PasswordTextField should clear password by default
>      * [WICKET-6226] -  DOCTYPE URL in properties.xml example in wicket
> documentation won't work.
>      * [WICKET-6229] - Introduce a new setting in ExceptionSettings to
> control whether to throw exception or log a WARN when requesting for
> markup id on non-renderable component
>      * [WICKET-6233] - Add component info in the error messages related
> to WicketTester#assertComponentOnAjaxResponse()
>      * [WICKET-6234] - Log the decrypted url in CryptoMapper for
> debugging purposes
>      * [WICKET-6239] - Use Response#addHeader() instead of #setContentLength()
>      * [WICKET-6240] - Hook method to display more information on
> ExceptionErrorPage
>
> ** New Feature
>
>      * [WICKET-5623] - Custom Getters and Setters for PropertyResolver