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/07/21 15:55:34 UTC

[ANNOUNCE] Apache Wicket 7.4.0 Released

The Apache Wicket PMC is proud to announce Apache Wicket 7.4.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.

New and noteworthy
------------------

This release

 - improves stateless AJAX support by integrating the Wicket Stuff
   wicket-stateless module (WICKET-6183)

 - improves compatibility for playing videos on iOS devices due to missing
   media type in MediaComponent

 - upgrades provided JQuery to 1.12.4 and 2.2.4

 - improves compatibility with CGLIB when using wicket-jmx

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.4.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.4.0
* Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.4.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.4.0.zip:
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org
iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
=sPs0
-----END PGP SIGNATURE-----

Signature for apache-wicket-7.4.0.tar.gz:
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org
iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
pS8AoINM8PFic38Lbf55tNmeegzROZYx
=iTAS
-----END PGP SIGNATURE-----

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

CHANGELOG for 7.4.0:

** Bug

* [WICKET-6154] - Performance bottleneck when using
KeyInSessionSunJceCryptFactory
* [WICKET-6155] - Newline in ModalWindow title
* [WICKET-6157] - WicketTester and application servers are destroying
app differently
* [WICKET-6160] - Missing type for MediaComponent causing iOS devices
not to be able to play videos
* [WICKET-6162] - Reload leads to unexpected RuntimeException 'Unable
to find component with id'
* [WICKET-6169] - NullPointerException accessing
AbstractRequestLogger.getLiveSessions
* [WICKET-6170] - Wrong requestmapper used for cache decorated resources
* [WICKET-6172] - Inconsistent results from getTag[s]ByWicketId
* [WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute stop working
* [WICKET-6174] - Browser/Client info navigatorJavaEnabled property
returns undefined
* [WICKET-6175] - Aautocomplete suggestion window is not closing in IE11
* [WICKET-6180] - JMX Initializer's usage of CGLIB makes it impossible
to upgrade to CGLIB 3.2.3
* [WICKET-6185] - Border body not reachable for visitors
* [WICKET-6187] - Enclosures rendered twice in derived component
* [WICKET-6191] - AjaxTimerBehavior will stop after ajax update of
component it is attached to
* [WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7
* [WICKET-6198] - Unable to disable a MultiFileUploadField
* [WICKET-6202] - Guide: 26.1 Page storing, section
HttpSessionDataStore - example code is not correct
* [WICKET-6204] - Copy only the provided attributes for Ajax link inclusion

** Improvement

* [WICKET-6153] - WicketTester's MockHttpServletRequest doesn't expose
setLocale(aLocale) method
* [WICKET-6178] - MetaDataHeaderItem # generateString() should return
specials characters escaped like StringEscapeUtils.escapeHtml(s) does
* [WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check in
Component#createRequestHandler
* [WICKET-6183] - Improve stateless support for AJAX
* [WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4

** New Feature

* [WICKET-6193] - NestedStringResourceLoader - replaces nested keys
within property files

Re: [ANNOUNCE] Apache Wicket 7.4.0 Released

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

thanks for your hint. :-) The Page is already up to date with all news:

6.24.0
7.4.0
8.0.0-M1

kind regards

Tobias

> Am 26.07.2016 um 11:22 schrieb Martijn Dashorst <ma...@gmail.com>:
> 
> The message is in my git repo at github. Branch build/wicket 8m1
> 
>> On Sunday, 24 July 2016, Martin Grigorov <mg...@apache.org> wrote:
>> 
>> Nope :-/
>> 
>> Martin Grigorov
>> Wicket Training and Consulting
>> https://twitter.com/mtgrigorov
>> 
>> On Sun, Jul 24, 2016 at 9:41 PM, Tobias Soloschenko <
>> tobiassoloschenko@googlemail.com <javascript:;>> wrote:
>> 
>>> Hi Martin,
>>> 
>>> was there any announce Mail of Martijn of which I can copy the PGP
>>> signatures - or the whats new?
>>> 
>>> kind regards
>>> 
>>> Tobias
>>> 
>>>> Am 24.07.2016 um 21:35 schrieb Martin Grigorov <mgrigorov@apache.org
>> <javascript:;>>:
>>>> 
>>>> Thanks, Tobias!
>>>> 
>>>> On Sat, Jul 23, 2016 at 12:23 AM, Tobias Soloschenko <
>>>> tobiassoloschenko@googlemail.com <javascript:;>> wrote:
>>>> 
>>>>> Hi Martin,
>>>>> 
>>>>> done - I also updated the archetype versions and increased the wicket
>> 8
>>>>> version to 8.0.0-M1
>>>> 
>>>> Actually we need to add a news entry for 8.0.0-M1 as well.
>>>> 
>>>> 
>>>>> By the way the error in the link to the migration guide of wicket 6 is
>>>>> that it ends with "ion" not with "e" - see:
>>>>> 
>>>>> wicket 6
>>>>> 
>>>>> http://s.apache.org/wicket6migration
>>>>> 
>>>>> wicket 7
>>>>> 
>>>>> http://s.apache.org/wicket7migrate
>>>> 
>>>> 
>>>> Those are just short links to the real pages at the Wiki.
>>>> See https://s.apache.org/ how to create such.
>>>> Martijn has to fix either his template for announcements with a new
>> link
>>> or
>>>> the old link.
>>>> 
>>>> 
>>>>> 
>>>>> kind regards
>>>>> 
>>>>> Tobias
>>>>> 
>>>>> Am 22.07.16 um 09:39 schrieb Martin Grigorov:
>>>>> 
>>>>> Hi Tobias,
>>>>>> 
>>>>>> Martijn will be on vacation.
>>>>>> It would be great if you can update the site with the new versions!
>>>>>> Thank you!
>>>>>> 
>>>>>> Martin Grigorov
>>>>>> Wicket Training and Consulting
>>>>>> https://twitter.com/mtgrigorov
>>>>>> 
>>>>>> On Fri, Jul 22, 2016 at 7:51 AM, Tobias Soloschenko <
>>>>>> tobiassoloschenko@googlemail.com <javascript:;>> wrote:
>>>>>> 
>>>>>> Hi Martijn,
>>>>>>> 
>>>>>>> have you any plans to update the wicket-site or should I do this at
>>>>>>> weekend?
>>>>>>> 
>>>>>>> kind regards
>>>>>>> 
>>>>>>> Tobias
>>>>>>> 
>>>>>>>> Am 21.07.2016 um 17:55 schrieb Martijn Dashorst <
>> dashorst@apache.org <javascript:;>
>>>> :
>>>>>>>> 
>>>>>>>> The Apache Wicket PMC is proud to announce Apache Wicket 7.4.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.
>>>>>>>> 
>>>>>>>> New and noteworthy
>>>>>>>> ------------------
>>>>>>>> 
>>>>>>>> This release
>>>>>>>> 
>>>>>>>> - improves stateless AJAX support by integrating the Wicket Stuff
>>>>>>>>  wicket-stateless module (WICKET-6183)
>>>>>>>> 
>>>>>>>> - improves compatibility for playing videos on iOS devices due to
>>>>>>>> missing
>>>>>>>>  media type in MediaComponent
>>>>>>>> 
>>>>>>>> - upgrades provided JQuery to 1.12.4 and 2.2.4
>>>>>>>> 
>>>>>>>> - improves compatibility with CGLIB when using wicket-jmx
>>>>>>>> 
>>>>>>>> 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.4.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.4.0
>>>>>>>> * Binary:
>> http://www.apache.org/dyn/closer.cgi/wicket/7.4.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.4.0.zip:
>>>>>>>> -----BEGIN PGP SIGNATURE-----
>>>>>>>> Comment: GPGTools - https://gpgtools.org
>>>>>>>> iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
>>>>>>>> QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
>>>>>>>> =sPs0
>>>>>>>> -----END PGP SIGNATURE-----
>>>>>>>> 
>>>>>>>> Signature for apache-wicket-7.4.0.tar.gz:
>>>>>>>> -----BEGIN PGP SIGNATURE-----
>>>>>>>> Comment: GPGTools - https://gpgtools.org
>>>>>>>> iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
>>>>>>>> pS8AoINM8PFic38Lbf55tNmeegzROZYx
>>>>>>>> =iTAS
>>>>>>>> -----END PGP SIGNATURE-----
>>> ========================================================================
>>>>>>>> 
>>>>>>>> CHANGELOG for 7.4.0:
>>>>>>>> 
>>>>>>>> ** Bug
>>>>>>>> 
>>>>>>>> * [WICKET-6154] - Performance bottleneck when using
>>>>>>>> KeyInSessionSunJceCryptFactory
>>>>>>>> * [WICKET-6155] - Newline in ModalWindow title
>>>>>>>> * [WICKET-6157] - WicketTester and application servers are
>> destroying
>>>>>>>> app differently
>>>>>>>> * [WICKET-6160] - Missing type for MediaComponent causing iOS
>> devices
>>>>>>>> not to be able to play videos
>>>>>>>> * [WICKET-6162] - Reload leads to unexpected RuntimeException
>> 'Unable
>>>>>>>> to find component with id'
>>>>>>>> * [WICKET-6169] - NullPointerException accessing
>>>>>>>> AbstractRequestLogger.getLiveSessions
>>>>>>>> * [WICKET-6170] - Wrong requestmapper used for cache decorated
>>> resources
>>>>>>>> * [WICKET-6172] - Inconsistent results from getTag[s]ByWicketId
>>>>>>>> * [WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute
>>> stop
>>>>>>> working
>>>>>>> 
>>>>>>>> * [WICKET-6174] - Browser/Client info navigatorJavaEnabled property
>>>>>>>> returns undefined
>>>>>>>> * [WICKET-6175] - Aautocomplete suggestion window is not closing in
>>> IE11
>>>>>>>> * [WICKET-6180] - JMX Initializer's usage of CGLIB makes it
>>> impossible
>>>>>>>> to upgrade to CGLIB 3.2.3
>>>>>>>> * [WICKET-6185] - Border body not reachable for visitors
>>>>>>>> * [WICKET-6187] - Enclosures rendered twice in derived component
>>>>>>>> * [WICKET-6191] - AjaxTimerBehavior will stop after ajax update of
>>>>>>>> component it is attached to
>>>>>>>> * [WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7
>>>>>>>> * [WICKET-6198] - Unable to disable a MultiFileUploadField
>>>>>>>> * [WICKET-6202] - Guide: 26.1 Page storing, section
>>>>>>>> HttpSessionDataStore - example code is not correct
>>>>>>>> * [WICKET-6204] - Copy only the provided attributes for Ajax link
>>>>>>> inclusion
>>>>>>> 
>>>>>>>> ** Improvement
>>>>>>>> 
>>>>>>>> * [WICKET-6153] - WicketTester's MockHttpServletRequest doesn't
>>> expose
>>>>>>>> setLocale(aLocale) method
>>>>>>>> * [WICKET-6178] - MetaDataHeaderItem # generateString() should
>> return
>>>>>>>> specials characters escaped like StringEscapeUtils.escapeHtml(s)
>> does
>>>>>>>> * [WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check
>>> in
>>>>>>>> Component#createRequestHandler
>>>>>>>> * [WICKET-6183] - Improve stateless support for AJAX
>>>>>>>> * [WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4
>>>>>>>> 
>>>>>>>> ** New Feature
>>>>>>>> 
>>>>>>>> * [WICKET-6193] - NestedStringResourceLoader - replaces nested keys
>>>>>>>> within property files
>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> <javascript:;>
>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>> <javascript:;>
>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> <javascript:;>
>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>> <javascript:;>
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> <javascript:;>
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>> <javascript:;>
> 
> 
> -- 
> Become a Wicket expert, learn from the best: http://wicketinaction.com

Re: [ANNOUNCE] Apache Wicket 7.4.0 Released

Posted by Martijn Dashorst <ma...@gmail.com>.
The message is in my git repo at github. Branch build/wicket 8m1

On Sunday, 24 July 2016, Martin Grigorov <mg...@apache.org> wrote:

> Nope :-/
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Sun, Jul 24, 2016 at 9:41 PM, Tobias Soloschenko <
> tobiassoloschenko@googlemail.com <javascript:;>> wrote:
>
> > Hi Martin,
> >
> > was there any announce Mail of Martijn of which I can copy the PGP
> > signatures - or the whats new?
> >
> > kind regards
> >
> > Tobias
> >
> > > Am 24.07.2016 um 21:35 schrieb Martin Grigorov <mgrigorov@apache.org
> <javascript:;>>:
> > >
> > > Thanks, Tobias!
> > >
> > > On Sat, Jul 23, 2016 at 12:23 AM, Tobias Soloschenko <
> > > tobiassoloschenko@googlemail.com <javascript:;>> wrote:
> > >
> > >> Hi Martin,
> > >>
> > >> done - I also updated the archetype versions and increased the wicket
> 8
> > >> version to 8.0.0-M1
> > >
> > > Actually we need to add a news entry for 8.0.0-M1 as well.
> > >
> > >
> > >> By the way the error in the link to the migration guide of wicket 6 is
> > >> that it ends with "ion" not with "e" - see:
> > >>
> > >> wicket 6
> > >>
> > >> http://s.apache.org/wicket6migration
> > >>
> > >> wicket 7
> > >>
> > >> http://s.apache.org/wicket7migrate
> > >
> > >
> > > Those are just short links to the real pages at the Wiki.
> > > See https://s.apache.org/ how to create such.
> > > Martijn has to fix either his template for announcements with a new
> link
> > or
> > > the old link.
> > >
> > >
> > >>
> > >> kind regards
> > >>
> > >> Tobias
> > >>
> > >> Am 22.07.16 um 09:39 schrieb Martin Grigorov:
> > >>
> > >> Hi Tobias,
> > >>>
> > >>> Martijn will be on vacation.
> > >>> It would be great if you can update the site with the new versions!
> > >>> Thank you!
> > >>>
> > >>> Martin Grigorov
> > >>> Wicket Training and Consulting
> > >>> https://twitter.com/mtgrigorov
> > >>>
> > >>> On Fri, Jul 22, 2016 at 7:51 AM, Tobias Soloschenko <
> > >>> tobiassoloschenko@googlemail.com <javascript:;>> wrote:
> > >>>
> > >>> Hi Martijn,
> > >>>>
> > >>>> have you any plans to update the wicket-site or should I do this at
> > >>>> weekend?
> > >>>>
> > >>>> kind regards
> > >>>>
> > >>>> Tobias
> > >>>>
> > >>>>> Am 21.07.2016 um 17:55 schrieb Martijn Dashorst <
> dashorst@apache.org <javascript:;>
> > >:
> > >>>>>
> > >>>>> The Apache Wicket PMC is proud to announce Apache Wicket 7.4.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.
> > >>>>>
> > >>>>> New and noteworthy
> > >>>>> ------------------
> > >>>>>
> > >>>>> This release
> > >>>>>
> > >>>>> - improves stateless AJAX support by integrating the Wicket Stuff
> > >>>>>   wicket-stateless module (WICKET-6183)
> > >>>>>
> > >>>>> - improves compatibility for playing videos on iOS devices due to
> > >>>>> missing
> > >>>>>   media type in MediaComponent
> > >>>>>
> > >>>>> - upgrades provided JQuery to 1.12.4 and 2.2.4
> > >>>>>
> > >>>>> - improves compatibility with CGLIB when using wicket-jmx
> > >>>>>
> > >>>>> 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.4.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.4.0
> > >>>>> * Binary:
> http://www.apache.org/dyn/closer.cgi/wicket/7.4.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.4.0.zip:
> > >>>>> -----BEGIN PGP SIGNATURE-----
> > >>>>> Comment: GPGTools - https://gpgtools.org
> > >>>>> iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
> > >>>>> QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
> > >>>>> =sPs0
> > >>>>> -----END PGP SIGNATURE-----
> > >>>>>
> > >>>>> Signature for apache-wicket-7.4.0.tar.gz:
> > >>>>> -----BEGIN PGP SIGNATURE-----
> > >>>>> Comment: GPGTools - https://gpgtools.org
> > >>>>> iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
> > >>>>> pS8AoINM8PFic38Lbf55tNmeegzROZYx
> > >>>>> =iTAS
> > >>>>> -----END PGP SIGNATURE-----
> > >>>>>
> > >>>>>
> > ========================================================================
> > >>>>>
> > >>>>> CHANGELOG for 7.4.0:
> > >>>>>
> > >>>>> ** Bug
> > >>>>>
> > >>>>> * [WICKET-6154] - Performance bottleneck when using
> > >>>>> KeyInSessionSunJceCryptFactory
> > >>>>> * [WICKET-6155] - Newline in ModalWindow title
> > >>>>> * [WICKET-6157] - WicketTester and application servers are
> destroying
> > >>>>> app differently
> > >>>>> * [WICKET-6160] - Missing type for MediaComponent causing iOS
> devices
> > >>>>> not to be able to play videos
> > >>>>> * [WICKET-6162] - Reload leads to unexpected RuntimeException
> 'Unable
> > >>>>> to find component with id'
> > >>>>> * [WICKET-6169] - NullPointerException accessing
> > >>>>> AbstractRequestLogger.getLiveSessions
> > >>>>> * [WICKET-6170] - Wrong requestmapper used for cache decorated
> > resources
> > >>>>> * [WICKET-6172] - Inconsistent results from getTag[s]ByWicketId
> > >>>>> * [WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute
> > stop
> > >>>> working
> > >>>>
> > >>>>> * [WICKET-6174] - Browser/Client info navigatorJavaEnabled property
> > >>>>> returns undefined
> > >>>>> * [WICKET-6175] - Aautocomplete suggestion window is not closing in
> > IE11
> > >>>>> * [WICKET-6180] - JMX Initializer's usage of CGLIB makes it
> > impossible
> > >>>>> to upgrade to CGLIB 3.2.3
> > >>>>> * [WICKET-6185] - Border body not reachable for visitors
> > >>>>> * [WICKET-6187] - Enclosures rendered twice in derived component
> > >>>>> * [WICKET-6191] - AjaxTimerBehavior will stop after ajax update of
> > >>>>> component it is attached to
> > >>>>> * [WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7
> > >>>>> * [WICKET-6198] - Unable to disable a MultiFileUploadField
> > >>>>> * [WICKET-6202] - Guide: 26.1 Page storing, section
> > >>>>> HttpSessionDataStore - example code is not correct
> > >>>>> * [WICKET-6204] - Copy only the provided attributes for Ajax link
> > >>>> inclusion
> > >>>>
> > >>>>> ** Improvement
> > >>>>>
> > >>>>> * [WICKET-6153] - WicketTester's MockHttpServletRequest doesn't
> > expose
> > >>>>> setLocale(aLocale) method
> > >>>>> * [WICKET-6178] - MetaDataHeaderItem # generateString() should
> return
> > >>>>> specials characters escaped like StringEscapeUtils.escapeHtml(s)
> does
> > >>>>> * [WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check
> > in
> > >>>>> Component#createRequestHandler
> > >>>>> * [WICKET-6183] - Improve stateless support for AJAX
> > >>>>> * [WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4
> > >>>>>
> > >>>>> ** New Feature
> > >>>>>
> > >>>>> * [WICKET-6193] - NestedStringResourceLoader - replaces nested keys
> > >>>>> within property files
> > >>>>>
> > >>>>>
> ---------------------------------------------------------------------
> > >>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> <javascript:;>
> > >>>>> For additional commands, e-mail: users-help@wicket.apache.org
> <javascript:;>
> > >>>>>
> > >>>>>
> ---------------------------------------------------------------------
> > >>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> <javascript:;>
> > >>>> For additional commands, e-mail: users-help@wicket.apache.org
> <javascript:;>
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> <javascript:;>
> > >> For additional commands, e-mail: users-help@wicket.apache.org
> <javascript:;>
> > >>
> > >>
> >
>


-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com

Re: [ANNOUNCE] Apache Wicket 7.4.0 Released

Posted by Martin Grigorov <mg...@apache.org>.
Nope :-/

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Sun, Jul 24, 2016 at 9:41 PM, Tobias Soloschenko <
tobiassoloschenko@googlemail.com> wrote:

> Hi Martin,
>
> was there any announce Mail of Martijn of which I can copy the PGP
> signatures - or the whats new?
>
> kind regards
>
> Tobias
>
> > Am 24.07.2016 um 21:35 schrieb Martin Grigorov <mg...@apache.org>:
> >
> > Thanks, Tobias!
> >
> > On Sat, Jul 23, 2016 at 12:23 AM, Tobias Soloschenko <
> > tobiassoloschenko@googlemail.com> wrote:
> >
> >> Hi Martin,
> >>
> >> done - I also updated the archetype versions and increased the wicket 8
> >> version to 8.0.0-M1
> >
> > Actually we need to add a news entry for 8.0.0-M1 as well.
> >
> >
> >> By the way the error in the link to the migration guide of wicket 6 is
> >> that it ends with "ion" not with "e" - see:
> >>
> >> wicket 6
> >>
> >> http://s.apache.org/wicket6migration
> >>
> >> wicket 7
> >>
> >> http://s.apache.org/wicket7migrate
> >
> >
> > Those are just short links to the real pages at the Wiki.
> > See https://s.apache.org/ how to create such.
> > Martijn has to fix either his template for announcements with a new link
> or
> > the old link.
> >
> >
> >>
> >> kind regards
> >>
> >> Tobias
> >>
> >> Am 22.07.16 um 09:39 schrieb Martin Grigorov:
> >>
> >> Hi Tobias,
> >>>
> >>> Martijn will be on vacation.
> >>> It would be great if you can update the site with the new versions!
> >>> Thank you!
> >>>
> >>> Martin Grigorov
> >>> Wicket Training and Consulting
> >>> https://twitter.com/mtgrigorov
> >>>
> >>> On Fri, Jul 22, 2016 at 7:51 AM, Tobias Soloschenko <
> >>> tobiassoloschenko@googlemail.com> wrote:
> >>>
> >>> Hi Martijn,
> >>>>
> >>>> have you any plans to update the wicket-site or should I do this at
> >>>> weekend?
> >>>>
> >>>> kind regards
> >>>>
> >>>> Tobias
> >>>>
> >>>>> Am 21.07.2016 um 17:55 schrieb Martijn Dashorst <dashorst@apache.org
> >:
> >>>>>
> >>>>> The Apache Wicket PMC is proud to announce Apache Wicket 7.4.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.
> >>>>>
> >>>>> New and noteworthy
> >>>>> ------------------
> >>>>>
> >>>>> This release
> >>>>>
> >>>>> - improves stateless AJAX support by integrating the Wicket Stuff
> >>>>>   wicket-stateless module (WICKET-6183)
> >>>>>
> >>>>> - improves compatibility for playing videos on iOS devices due to
> >>>>> missing
> >>>>>   media type in MediaComponent
> >>>>>
> >>>>> - upgrades provided JQuery to 1.12.4 and 2.2.4
> >>>>>
> >>>>> - improves compatibility with CGLIB when using wicket-jmx
> >>>>>
> >>>>> 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.4.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.4.0
> >>>>> * Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.4.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.4.0.zip:
> >>>>> -----BEGIN PGP SIGNATURE-----
> >>>>> Comment: GPGTools - https://gpgtools.org
> >>>>> iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
> >>>>> QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
> >>>>> =sPs0
> >>>>> -----END PGP SIGNATURE-----
> >>>>>
> >>>>> Signature for apache-wicket-7.4.0.tar.gz:
> >>>>> -----BEGIN PGP SIGNATURE-----
> >>>>> Comment: GPGTools - https://gpgtools.org
> >>>>> iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
> >>>>> pS8AoINM8PFic38Lbf55tNmeegzROZYx
> >>>>> =iTAS
> >>>>> -----END PGP SIGNATURE-----
> >>>>>
> >>>>>
> ========================================================================
> >>>>>
> >>>>> CHANGELOG for 7.4.0:
> >>>>>
> >>>>> ** Bug
> >>>>>
> >>>>> * [WICKET-6154] - Performance bottleneck when using
> >>>>> KeyInSessionSunJceCryptFactory
> >>>>> * [WICKET-6155] - Newline in ModalWindow title
> >>>>> * [WICKET-6157] - WicketTester and application servers are destroying
> >>>>> app differently
> >>>>> * [WICKET-6160] - Missing type for MediaComponent causing iOS devices
> >>>>> not to be able to play videos
> >>>>> * [WICKET-6162] - Reload leads to unexpected RuntimeException 'Unable
> >>>>> to find component with id'
> >>>>> * [WICKET-6169] - NullPointerException accessing
> >>>>> AbstractRequestLogger.getLiveSessions
> >>>>> * [WICKET-6170] - Wrong requestmapper used for cache decorated
> resources
> >>>>> * [WICKET-6172] - Inconsistent results from getTag[s]ByWicketId
> >>>>> * [WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute
> stop
> >>>> working
> >>>>
> >>>>> * [WICKET-6174] - Browser/Client info navigatorJavaEnabled property
> >>>>> returns undefined
> >>>>> * [WICKET-6175] - Aautocomplete suggestion window is not closing in
> IE11
> >>>>> * [WICKET-6180] - JMX Initializer's usage of CGLIB makes it
> impossible
> >>>>> to upgrade to CGLIB 3.2.3
> >>>>> * [WICKET-6185] - Border body not reachable for visitors
> >>>>> * [WICKET-6187] - Enclosures rendered twice in derived component
> >>>>> * [WICKET-6191] - AjaxTimerBehavior will stop after ajax update of
> >>>>> component it is attached to
> >>>>> * [WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7
> >>>>> * [WICKET-6198] - Unable to disable a MultiFileUploadField
> >>>>> * [WICKET-6202] - Guide: 26.1 Page storing, section
> >>>>> HttpSessionDataStore - example code is not correct
> >>>>> * [WICKET-6204] - Copy only the provided attributes for Ajax link
> >>>> inclusion
> >>>>
> >>>>> ** Improvement
> >>>>>
> >>>>> * [WICKET-6153] - WicketTester's MockHttpServletRequest doesn't
> expose
> >>>>> setLocale(aLocale) method
> >>>>> * [WICKET-6178] - MetaDataHeaderItem # generateString() should return
> >>>>> specials characters escaped like StringEscapeUtils.escapeHtml(s) does
> >>>>> * [WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check
> in
> >>>>> Component#createRequestHandler
> >>>>> * [WICKET-6183] - Improve stateless support for AJAX
> >>>>> * [WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4
> >>>>>
> >>>>> ** New Feature
> >>>>>
> >>>>> * [WICKET-6193] - NestedStringResourceLoader - replaces nested keys
> >>>>> within property files
> >>>>>
> >>>>> ---------------------------------------------------------------------
> >>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >>>>> For additional commands, e-mail: users-help@wicket.apache.org
> >>>>>
> >>>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >>>> For additional commands, e-mail: users-help@wicket.apache.org
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >> For additional commands, e-mail: users-help@wicket.apache.org
> >>
> >>
>

Re: [ANNOUNCE] Apache Wicket 7.4.0 Released

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

was there any announce Mail of Martijn of which I can copy the PGP signatures - or the whats new?

kind regards

Tobias

> Am 24.07.2016 um 21:35 schrieb Martin Grigorov <mg...@apache.org>:
> 
> Thanks, Tobias!
> 
> On Sat, Jul 23, 2016 at 12:23 AM, Tobias Soloschenko <
> tobiassoloschenko@googlemail.com> wrote:
> 
>> Hi Martin,
>> 
>> done - I also updated the archetype versions and increased the wicket 8
>> version to 8.0.0-M1
> 
> Actually we need to add a news entry for 8.0.0-M1 as well.
> 
> 
>> By the way the error in the link to the migration guide of wicket 6 is
>> that it ends with "ion" not with "e" - see:
>> 
>> wicket 6
>> 
>> http://s.apache.org/wicket6migration
>> 
>> wicket 7
>> 
>> http://s.apache.org/wicket7migrate
> 
> 
> Those are just short links to the real pages at the Wiki.
> See https://s.apache.org/ how to create such.
> Martijn has to fix either his template for announcements with a new link or
> the old link.
> 
> 
>> 
>> kind regards
>> 
>> Tobias
>> 
>> Am 22.07.16 um 09:39 schrieb Martin Grigorov:
>> 
>> Hi Tobias,
>>> 
>>> Martijn will be on vacation.
>>> It would be great if you can update the site with the new versions!
>>> Thank you!
>>> 
>>> Martin Grigorov
>>> Wicket Training and Consulting
>>> https://twitter.com/mtgrigorov
>>> 
>>> On Fri, Jul 22, 2016 at 7:51 AM, Tobias Soloschenko <
>>> tobiassoloschenko@googlemail.com> wrote:
>>> 
>>> Hi Martijn,
>>>> 
>>>> have you any plans to update the wicket-site or should I do this at
>>>> weekend?
>>>> 
>>>> kind regards
>>>> 
>>>> Tobias
>>>> 
>>>>> Am 21.07.2016 um 17:55 schrieb Martijn Dashorst <da...@apache.org>:
>>>>> 
>>>>> The Apache Wicket PMC is proud to announce Apache Wicket 7.4.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.
>>>>> 
>>>>> New and noteworthy
>>>>> ------------------
>>>>> 
>>>>> This release
>>>>> 
>>>>> - improves stateless AJAX support by integrating the Wicket Stuff
>>>>>   wicket-stateless module (WICKET-6183)
>>>>> 
>>>>> - improves compatibility for playing videos on iOS devices due to
>>>>> missing
>>>>>   media type in MediaComponent
>>>>> 
>>>>> - upgrades provided JQuery to 1.12.4 and 2.2.4
>>>>> 
>>>>> - improves compatibility with CGLIB when using wicket-jmx
>>>>> 
>>>>> 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.4.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.4.0
>>>>> * Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.4.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.4.0.zip:
>>>>> -----BEGIN PGP SIGNATURE-----
>>>>> Comment: GPGTools - https://gpgtools.org
>>>>> iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
>>>>> QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
>>>>> =sPs0
>>>>> -----END PGP SIGNATURE-----
>>>>> 
>>>>> Signature for apache-wicket-7.4.0.tar.gz:
>>>>> -----BEGIN PGP SIGNATURE-----
>>>>> Comment: GPGTools - https://gpgtools.org
>>>>> iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
>>>>> pS8AoINM8PFic38Lbf55tNmeegzROZYx
>>>>> =iTAS
>>>>> -----END PGP SIGNATURE-----
>>>>> 
>>>>> ========================================================================
>>>>> 
>>>>> CHANGELOG for 7.4.0:
>>>>> 
>>>>> ** Bug
>>>>> 
>>>>> * [WICKET-6154] - Performance bottleneck when using
>>>>> KeyInSessionSunJceCryptFactory
>>>>> * [WICKET-6155] - Newline in ModalWindow title
>>>>> * [WICKET-6157] - WicketTester and application servers are destroying
>>>>> app differently
>>>>> * [WICKET-6160] - Missing type for MediaComponent causing iOS devices
>>>>> not to be able to play videos
>>>>> * [WICKET-6162] - Reload leads to unexpected RuntimeException 'Unable
>>>>> to find component with id'
>>>>> * [WICKET-6169] - NullPointerException accessing
>>>>> AbstractRequestLogger.getLiveSessions
>>>>> * [WICKET-6170] - Wrong requestmapper used for cache decorated resources
>>>>> * [WICKET-6172] - Inconsistent results from getTag[s]ByWicketId
>>>>> * [WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute stop
>>>> working
>>>> 
>>>>> * [WICKET-6174] - Browser/Client info navigatorJavaEnabled property
>>>>> returns undefined
>>>>> * [WICKET-6175] - Aautocomplete suggestion window is not closing in IE11
>>>>> * [WICKET-6180] - JMX Initializer's usage of CGLIB makes it impossible
>>>>> to upgrade to CGLIB 3.2.3
>>>>> * [WICKET-6185] - Border body not reachable for visitors
>>>>> * [WICKET-6187] - Enclosures rendered twice in derived component
>>>>> * [WICKET-6191] - AjaxTimerBehavior will stop after ajax update of
>>>>> component it is attached to
>>>>> * [WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7
>>>>> * [WICKET-6198] - Unable to disable a MultiFileUploadField
>>>>> * [WICKET-6202] - Guide: 26.1 Page storing, section
>>>>> HttpSessionDataStore - example code is not correct
>>>>> * [WICKET-6204] - Copy only the provided attributes for Ajax link
>>>> inclusion
>>>> 
>>>>> ** Improvement
>>>>> 
>>>>> * [WICKET-6153] - WicketTester's MockHttpServletRequest doesn't expose
>>>>> setLocale(aLocale) method
>>>>> * [WICKET-6178] - MetaDataHeaderItem # generateString() should return
>>>>> specials characters escaped like StringEscapeUtils.escapeHtml(s) does
>>>>> * [WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check in
>>>>> Component#createRequestHandler
>>>>> * [WICKET-6183] - Improve stateless support for AJAX
>>>>> * [WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4
>>>>> 
>>>>> ** New Feature
>>>>> 
>>>>> * [WICKET-6193] - NestedStringResourceLoader - replaces nested keys
>>>>> within property files
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>> 
>> 

Re: [ANNOUNCE] Apache Wicket 7.4.0 Released

Posted by Martin Grigorov <mg...@apache.org>.
Thanks, Tobias!

On Sat, Jul 23, 2016 at 12:23 AM, Tobias Soloschenko <
tobiassoloschenko@googlemail.com> wrote:

> Hi Martin,
>
> done - I also updated the archetype versions and increased the wicket 8
> version to 8.0.0-M1
>

Actually we need to add a news entry for 8.0.0-M1 as well.


> By the way the error in the link to the migration guide of wicket 6 is
> that it ends with "ion" not with "e" - see:
>
> wicket 6
>
> http://s.apache.org/wicket6migration
>
> wicket 7
>
> http://s.apache.org/wicket7migrate


Those are just short links to the real pages at the Wiki.
See https://s.apache.org/ how to create such.
Martijn has to fix either his template for announcements with a new link or
the old link.


>
> kind regards
>
> Tobias
>
> Am 22.07.16 um 09:39 schrieb Martin Grigorov:
>
> Hi Tobias,
>>
>> Martijn will be on vacation.
>> It would be great if you can update the site with the new versions!
>> Thank you!
>>
>> Martin Grigorov
>> Wicket Training and Consulting
>> https://twitter.com/mtgrigorov
>>
>> On Fri, Jul 22, 2016 at 7:51 AM, Tobias Soloschenko <
>> tobiassoloschenko@googlemail.com> wrote:
>>
>> Hi Martijn,
>>>
>>> have you any plans to update the wicket-site or should I do this at
>>> weekend?
>>>
>>> kind regards
>>>
>>> Tobias
>>>
>>> Am 21.07.2016 um 17:55 schrieb Martijn Dashorst <da...@apache.org>:
>>>>
>>>> The Apache Wicket PMC is proud to announce Apache Wicket 7.4.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.
>>>>
>>>> New and noteworthy
>>>> ------------------
>>>>
>>>> This release
>>>>
>>>> - improves stateless AJAX support by integrating the Wicket Stuff
>>>>    wicket-stateless module (WICKET-6183)
>>>>
>>>> - improves compatibility for playing videos on iOS devices due to
>>>> missing
>>>>    media type in MediaComponent
>>>>
>>>> - upgrades provided JQuery to 1.12.4 and 2.2.4
>>>>
>>>> - improves compatibility with CGLIB when using wicket-jmx
>>>>
>>>> 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.4.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.4.0
>>>> * Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.4.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.4.0.zip:
>>>> -----BEGIN PGP SIGNATURE-----
>>>> Comment: GPGTools - https://gpgtools.org
>>>> iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
>>>> QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
>>>> =sPs0
>>>> -----END PGP SIGNATURE-----
>>>>
>>>> Signature for apache-wicket-7.4.0.tar.gz:
>>>> -----BEGIN PGP SIGNATURE-----
>>>> Comment: GPGTools - https://gpgtools.org
>>>> iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
>>>> pS8AoINM8PFic38Lbf55tNmeegzROZYx
>>>> =iTAS
>>>> -----END PGP SIGNATURE-----
>>>>
>>>> ========================================================================
>>>>
>>>> CHANGELOG for 7.4.0:
>>>>
>>>> ** Bug
>>>>
>>>> * [WICKET-6154] - Performance bottleneck when using
>>>> KeyInSessionSunJceCryptFactory
>>>> * [WICKET-6155] - Newline in ModalWindow title
>>>> * [WICKET-6157] - WicketTester and application servers are destroying
>>>> app differently
>>>> * [WICKET-6160] - Missing type for MediaComponent causing iOS devices
>>>> not to be able to play videos
>>>> * [WICKET-6162] - Reload leads to unexpected RuntimeException 'Unable
>>>> to find component with id'
>>>> * [WICKET-6169] - NullPointerException accessing
>>>> AbstractRequestLogger.getLiveSessions
>>>> * [WICKET-6170] - Wrong requestmapper used for cache decorated resources
>>>> * [WICKET-6172] - Inconsistent results from getTag[s]ByWicketId
>>>> * [WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute stop
>>>>
>>> working
>>>
>>>> * [WICKET-6174] - Browser/Client info navigatorJavaEnabled property
>>>> returns undefined
>>>> * [WICKET-6175] - Aautocomplete suggestion window is not closing in IE11
>>>> * [WICKET-6180] - JMX Initializer's usage of CGLIB makes it impossible
>>>> to upgrade to CGLIB 3.2.3
>>>> * [WICKET-6185] - Border body not reachable for visitors
>>>> * [WICKET-6187] - Enclosures rendered twice in derived component
>>>> * [WICKET-6191] - AjaxTimerBehavior will stop after ajax update of
>>>> component it is attached to
>>>> * [WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7
>>>> * [WICKET-6198] - Unable to disable a MultiFileUploadField
>>>> * [WICKET-6202] - Guide: 26.1 Page storing, section
>>>> HttpSessionDataStore - example code is not correct
>>>> * [WICKET-6204] - Copy only the provided attributes for Ajax link
>>>>
>>> inclusion
>>>
>>>> ** Improvement
>>>>
>>>> * [WICKET-6153] - WicketTester's MockHttpServletRequest doesn't expose
>>>> setLocale(aLocale) method
>>>> * [WICKET-6178] - MetaDataHeaderItem # generateString() should return
>>>> specials characters escaped like StringEscapeUtils.escapeHtml(s) does
>>>> * [WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check in
>>>> Component#createRequestHandler
>>>> * [WICKET-6183] - Improve stateless support for AJAX
>>>> * [WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4
>>>>
>>>> ** New Feature
>>>>
>>>> * [WICKET-6193] - NestedStringResourceLoader - replaces nested keys
>>>> within property files
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: [ANNOUNCE] Apache Wicket 7.4.0 Released

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

done - I also updated the archetype versions and increased the wicket 8 
version to 8.0.0-M1

By the way the error in the link to the migration guide of wicket 6 is 
that it ends with "ion" not with "e" - see:

wicket 6

http://s.apache.org/wicket6migration

wicket 7

http://s.apache.org/wicket7migrate

kind regards

Tobias

Am 22.07.16 um 09:39 schrieb Martin Grigorov:
> Hi Tobias,
>
> Martijn will be on vacation.
> It would be great if you can update the site with the new versions!
> Thank you!
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Fri, Jul 22, 2016 at 7:51 AM, Tobias Soloschenko <
> tobiassoloschenko@googlemail.com> wrote:
>
>> Hi Martijn,
>>
>> have you any plans to update the wicket-site or should I do this at
>> weekend?
>>
>> kind regards
>>
>> Tobias
>>
>>> Am 21.07.2016 um 17:55 schrieb Martijn Dashorst <da...@apache.org>:
>>>
>>> The Apache Wicket PMC is proud to announce Apache Wicket 7.4.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.
>>>
>>> New and noteworthy
>>> ------------------
>>>
>>> This release
>>>
>>> - improves stateless AJAX support by integrating the Wicket Stuff
>>>    wicket-stateless module (WICKET-6183)
>>>
>>> - improves compatibility for playing videos on iOS devices due to missing
>>>    media type in MediaComponent
>>>
>>> - upgrades provided JQuery to 1.12.4 and 2.2.4
>>>
>>> - improves compatibility with CGLIB when using wicket-jmx
>>>
>>> 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.4.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.4.0
>>> * Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.4.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.4.0.zip:
>>> -----BEGIN PGP SIGNATURE-----
>>> Comment: GPGTools - https://gpgtools.org
>>> iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
>>> QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
>>> =sPs0
>>> -----END PGP SIGNATURE-----
>>>
>>> Signature for apache-wicket-7.4.0.tar.gz:
>>> -----BEGIN PGP SIGNATURE-----
>>> Comment: GPGTools - https://gpgtools.org
>>> iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
>>> pS8AoINM8PFic38Lbf55tNmeegzROZYx
>>> =iTAS
>>> -----END PGP SIGNATURE-----
>>>
>>> ========================================================================
>>>
>>> CHANGELOG for 7.4.0:
>>>
>>> ** Bug
>>>
>>> * [WICKET-6154] - Performance bottleneck when using
>>> KeyInSessionSunJceCryptFactory
>>> * [WICKET-6155] - Newline in ModalWindow title
>>> * [WICKET-6157] - WicketTester and application servers are destroying
>>> app differently
>>> * [WICKET-6160] - Missing type for MediaComponent causing iOS devices
>>> not to be able to play videos
>>> * [WICKET-6162] - Reload leads to unexpected RuntimeException 'Unable
>>> to find component with id'
>>> * [WICKET-6169] - NullPointerException accessing
>>> AbstractRequestLogger.getLiveSessions
>>> * [WICKET-6170] - Wrong requestmapper used for cache decorated resources
>>> * [WICKET-6172] - Inconsistent results from getTag[s]ByWicketId
>>> * [WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute stop
>> working
>>> * [WICKET-6174] - Browser/Client info navigatorJavaEnabled property
>>> returns undefined
>>> * [WICKET-6175] - Aautocomplete suggestion window is not closing in IE11
>>> * [WICKET-6180] - JMX Initializer's usage of CGLIB makes it impossible
>>> to upgrade to CGLIB 3.2.3
>>> * [WICKET-6185] - Border body not reachable for visitors
>>> * [WICKET-6187] - Enclosures rendered twice in derived component
>>> * [WICKET-6191] - AjaxTimerBehavior will stop after ajax update of
>>> component it is attached to
>>> * [WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7
>>> * [WICKET-6198] - Unable to disable a MultiFileUploadField
>>> * [WICKET-6202] - Guide: 26.1 Page storing, section
>>> HttpSessionDataStore - example code is not correct
>>> * [WICKET-6204] - Copy only the provided attributes for Ajax link
>> inclusion
>>> ** Improvement
>>>
>>> * [WICKET-6153] - WicketTester's MockHttpServletRequest doesn't expose
>>> setLocale(aLocale) method
>>> * [WICKET-6178] - MetaDataHeaderItem # generateString() should return
>>> specials characters escaped like StringEscapeUtils.escapeHtml(s) does
>>> * [WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check in
>>> Component#createRequestHandler
>>> * [WICKET-6183] - Improve stateless support for AJAX
>>> * [WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4
>>>
>>> ** New Feature
>>>
>>> * [WICKET-6193] - NestedStringResourceLoader - replaces nested keys
>>> within property files
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: [ANNOUNCE] Apache Wicket 7.4.0 Released

Posted by Martin Grigorov <mg...@apache.org>.
Hi Tobias,

Martijn will be on vacation.
It would be great if you can update the site with the new versions!
Thank you!

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Fri, Jul 22, 2016 at 7:51 AM, Tobias Soloschenko <
tobiassoloschenko@googlemail.com> wrote:

> Hi Martijn,
>
> have you any plans to update the wicket-site or should I do this at
> weekend?
>
> kind regards
>
> Tobias
>
> > Am 21.07.2016 um 17:55 schrieb Martijn Dashorst <da...@apache.org>:
> >
> > The Apache Wicket PMC is proud to announce Apache Wicket 7.4.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.
> >
> > New and noteworthy
> > ------------------
> >
> > This release
> >
> > - improves stateless AJAX support by integrating the Wicket Stuff
> >   wicket-stateless module (WICKET-6183)
> >
> > - improves compatibility for playing videos on iOS devices due to missing
> >   media type in MediaComponent
> >
> > - upgrades provided JQuery to 1.12.4 and 2.2.4
> >
> > - improves compatibility with CGLIB when using wicket-jmx
> >
> > 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.4.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.4.0
> > * Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.4.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.4.0.zip:
> > -----BEGIN PGP SIGNATURE-----
> > Comment: GPGTools - https://gpgtools.org
> > iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
> > QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
> > =sPs0
> > -----END PGP SIGNATURE-----
> >
> > Signature for apache-wicket-7.4.0.tar.gz:
> > -----BEGIN PGP SIGNATURE-----
> > Comment: GPGTools - https://gpgtools.org
> > iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
> > pS8AoINM8PFic38Lbf55tNmeegzROZYx
> > =iTAS
> > -----END PGP SIGNATURE-----
> >
> > ========================================================================
> >
> > CHANGELOG for 7.4.0:
> >
> > ** Bug
> >
> > * [WICKET-6154] - Performance bottleneck when using
> > KeyInSessionSunJceCryptFactory
> > * [WICKET-6155] - Newline in ModalWindow title
> > * [WICKET-6157] - WicketTester and application servers are destroying
> > app differently
> > * [WICKET-6160] - Missing type for MediaComponent causing iOS devices
> > not to be able to play videos
> > * [WICKET-6162] - Reload leads to unexpected RuntimeException 'Unable
> > to find component with id'
> > * [WICKET-6169] - NullPointerException accessing
> > AbstractRequestLogger.getLiveSessions
> > * [WICKET-6170] - Wrong requestmapper used for cache decorated resources
> > * [WICKET-6172] - Inconsistent results from getTag[s]ByWicketId
> > * [WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute stop
> working
> > * [WICKET-6174] - Browser/Client info navigatorJavaEnabled property
> > returns undefined
> > * [WICKET-6175] - Aautocomplete suggestion window is not closing in IE11
> > * [WICKET-6180] - JMX Initializer's usage of CGLIB makes it impossible
> > to upgrade to CGLIB 3.2.3
> > * [WICKET-6185] - Border body not reachable for visitors
> > * [WICKET-6187] - Enclosures rendered twice in derived component
> > * [WICKET-6191] - AjaxTimerBehavior will stop after ajax update of
> > component it is attached to
> > * [WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7
> > * [WICKET-6198] - Unable to disable a MultiFileUploadField
> > * [WICKET-6202] - Guide: 26.1 Page storing, section
> > HttpSessionDataStore - example code is not correct
> > * [WICKET-6204] - Copy only the provided attributes for Ajax link
> inclusion
> >
> > ** Improvement
> >
> > * [WICKET-6153] - WicketTester's MockHttpServletRequest doesn't expose
> > setLocale(aLocale) method
> > * [WICKET-6178] - MetaDataHeaderItem # generateString() should return
> > specials characters escaped like StringEscapeUtils.escapeHtml(s) does
> > * [WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check in
> > Component#createRequestHandler
> > * [WICKET-6183] - Improve stateless support for AJAX
> > * [WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4
> >
> > ** New Feature
> >
> > * [WICKET-6193] - NestedStringResourceLoader - replaces nested keys
> > within property files
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: [ANNOUNCE] Apache Wicket 7.4.0 Released

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

have you any plans to update the wicket-site or should I do this at weekend?

kind regards

Tobias

> Am 21.07.2016 um 17:55 schrieb Martijn Dashorst <da...@apache.org>:
> 
> The Apache Wicket PMC is proud to announce Apache Wicket 7.4.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.
> 
> New and noteworthy
> ------------------
> 
> This release
> 
> - improves stateless AJAX support by integrating the Wicket Stuff
>   wicket-stateless module (WICKET-6183)
> 
> - improves compatibility for playing videos on iOS devices due to missing
>   media type in MediaComponent
> 
> - upgrades provided JQuery to 1.12.4 and 2.2.4
> 
> - improves compatibility with CGLIB when using wicket-jmx
> 
> 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.4.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.4.0
> * Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.4.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.4.0.zip:
> -----BEGIN PGP SIGNATURE-----
> Comment: GPGTools - https://gpgtools.org
> iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
> QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
> =sPs0
> -----END PGP SIGNATURE-----
> 
> Signature for apache-wicket-7.4.0.tar.gz:
> -----BEGIN PGP SIGNATURE-----
> Comment: GPGTools - https://gpgtools.org
> iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
> pS8AoINM8PFic38Lbf55tNmeegzROZYx
> =iTAS
> -----END PGP SIGNATURE-----
> 
> ========================================================================
> 
> CHANGELOG for 7.4.0:
> 
> ** Bug
> 
> * [WICKET-6154] - Performance bottleneck when using
> KeyInSessionSunJceCryptFactory
> * [WICKET-6155] - Newline in ModalWindow title
> * [WICKET-6157] - WicketTester and application servers are destroying
> app differently
> * [WICKET-6160] - Missing type for MediaComponent causing iOS devices
> not to be able to play videos
> * [WICKET-6162] - Reload leads to unexpected RuntimeException 'Unable
> to find component with id'
> * [WICKET-6169] - NullPointerException accessing
> AbstractRequestLogger.getLiveSessions
> * [WICKET-6170] - Wrong requestmapper used for cache decorated resources
> * [WICKET-6172] - Inconsistent results from getTag[s]ByWicketId
> * [WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute stop working
> * [WICKET-6174] - Browser/Client info navigatorJavaEnabled property
> returns undefined
> * [WICKET-6175] - Aautocomplete suggestion window is not closing in IE11
> * [WICKET-6180] - JMX Initializer's usage of CGLIB makes it impossible
> to upgrade to CGLIB 3.2.3
> * [WICKET-6185] - Border body not reachable for visitors
> * [WICKET-6187] - Enclosures rendered twice in derived component
> * [WICKET-6191] - AjaxTimerBehavior will stop after ajax update of
> component it is attached to
> * [WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7
> * [WICKET-6198] - Unable to disable a MultiFileUploadField
> * [WICKET-6202] - Guide: 26.1 Page storing, section
> HttpSessionDataStore - example code is not correct
> * [WICKET-6204] - Copy only the provided attributes for Ajax link inclusion
> 
> ** Improvement
> 
> * [WICKET-6153] - WicketTester's MockHttpServletRequest doesn't expose
> setLocale(aLocale) method
> * [WICKET-6178] - MetaDataHeaderItem # generateString() should return
> specials characters escaped like StringEscapeUtils.escapeHtml(s) does
> * [WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check in
> Component#createRequestHandler
> * [WICKET-6183] - Improve stateless support for AJAX
> * [WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4
> 
> ** New Feature
> 
> * [WICKET-6193] - NestedStringResourceLoader - replaces nested keys
> within property files
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org