You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Andrea Del Bene <ad...@apache.org> on 2019/09/07 17:22:16 UTC

[ANNOUNCE] Apache Wicket 8.6.0 released

The Apache Wicket PMC is proud to announce Apache Wicket 8.6.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 8. 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
8.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>8.6.0</version>
</dependency>

Or download and build the distribution yourself, or use our
convenience binary package you can find here:

  * Download: http://wicket.apache.org/start/wicket-8.x.html#manually

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

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

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

Have fun!

— The Wicket team


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

     The signatures for the source release artefacts:


Signature for apache-wicket-8.6.0.zip:

     -----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
VuHBVRAAgX8nPfftIKv6z0Rimyg4M9hefpkwcVCkj8mQ2q9cnRQCNN8lWPrVsqOz
jfkWOM1I3rmjR60o5eREFuNK+t7RNxdwfdZqlB+zsgu2BCNscpQMaTruf2uI14ip
B83PYCMkTSDA+BCJD1MTwRf3Ih3M+0rq4l3vedzStfC4GvmmwHRvMWTOml5i9Whg
pSStZvX9h61n6ofRNq/feLQi7342GOgv+/r0cvTVDRdIsEeYGalu1b+ZJKsjfTX3
l0oMiRILzFltg+CQP0fhWibfLkvyRLM+R4598rgvwM+QcKo7aCn0LcIEIhp0dYDS
KI6IhsPd/NS0qKoKgIPmQ6tMsvMWGOxTOpQMxnAj97wVzYVf1QoXArPuc+JaSrFE
D/a78zUMc78UFjdt38NBA22jf7HbcjVkAUUjD9fPtNStFnnrisniyw16dL0Wa6MA
kuiPuyl7gsPAkmOXH68KtVaR7ncTORPCt4ZC/6GxoRbhDc71+dLPz5XKpeDdqy8O
/pBGtsucjI9xIGZqGHWFvfAaBqqv2t4QARxOdkDA9d09PL4o/N+gljho+a30GrDv
A35wG2y2Idkoe1t4EJeHpMHGPmqMAj/m1wYagJjMeiXRDgtfFoJIlRfAboxq8Dwd
uT+mRsdS0hq8q78yPZPW3N24cC3gwohFJMWfb4IukQbFGI2gznE=
=mzMF
-----END PGP SIGNATURE-----

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

     -----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
VuHSZw//WF61doVJ8fDK8hPvk8Td6Yf4hMzP7kff7tAkm+w72LqnXlUM7IDci5nz
Dcx627fBAYIXdRtfOkq53vRrFV+1e87x8iM/bnp7Tzj5lwF6BOvRkQ+gr6U6+6An
5CblTMT5kSq9xKGm8/Gj6I1OrQiVdSqFPWt7N/4D7FG9uekRVJoc+0ubekqdGR1M
lkoT8Wfteo7sstoD8qvQEgyKKZLqbxTKDGiVBywmSKVuxkv+4JnETI2k1R1TsCr0
/JdGx6fNxd/sBUKLoAUo8cxBpv9weuzvPCMw89eVGsKacBDedZMK7iMfR3M43Iz/
HuEN26JnHM3kqSBCMMYE197djXOroUhXmhr9WfNRxiaTqJsKbS1oG3jO9EkHQt8Y
ldhwiTaH8PmGE72xhn+w+FElZvazwlFXSECHZK92wGFEzq5VO7atv88AOmtQHM1o
LbgHOjhUYLQHj15JXn4g4XYFJ5WnZR3gbldAV9JEhXqnx30M6wMDrWCCw6K0+uh2
k8Il3y6TMY7KSrnUYwTeljyrLYReoAtYfQxi6EdGBlKamuyKXtSBqO0a2J5wsxnv
Z2fk3efWKDzdxbc9GmYbXMlTKtjYx5UYZ+PcgAuGvS81ejwzmiy5dH8rJYedx235
j3D8JG/YyG2Ja0r6nmwX7BDm8QS4W5eU+UQIyIq0KLCFND/qzSU=
=VBOu
-----END PGP SIGNATURE-----

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

     CHANGELOG for 8.6.0:

** Bug

     * [WICKET-6613] - Wicket 8.1 ModalWindow autosizing problem
     * [WICKET-6671] - IAjaxLink should be serializable
     * [WICKET-6676] - Quickstart application won't deploy to GlassFish
     * [WICKET-6680] - JavaScriptStripper chokes on template literals 
that contain two forward slashes
     * [WICKET-6689] - ClientProperties.getTimeZone() has some issue 
when DST and UTC offsets are different
     * [WICKET-6690] - NullPointerException in 
KeyInSessionSunJceCryptFactory.<init>
     * [WICKET-6692] - Page deserialization on websocket close - 
possible performance issue

** Improvement

     * [WICKET-6675] - log4j-slf4j-impl requires version 1.7.25 of 
slf4j-api while Wicket 8.5 requires version 1.7.26
     * [WICKET-6684] - Make autolabel functionality more flexible by 
introducing a locator interface that allows to specify the component the 
wicket:for refers to
     * [WICKET-6695] - Add AjaxEditable*Label#shouldTrimInput()


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


Re: [ANNOUNCE] Apache Wicket 8.6.0 released

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
Thanks Andrea

On Sat, Sep 7, 2019 at 8:22 PM Andrea Del Bene <ad...@apache.org> wrote:

> The Apache Wicket PMC is proud to announce Apache Wicket 8.6.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 8. 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
> 8.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>8.6.0</version>
> </dependency>
>
> Or download and build the distribution yourself, or use our
> convenience binary package you can find here:
>
>   * Download: http://wicket.apache.org/start/wicket-8.x.html#manually
>
> Upgrading from earlier versions
> -------------------------------
>
> If you upgrade from 8.y.z this release is a drop in replacement. If
> you come from a version prior to 8.0.0, please read our Wicket 8
> migration guide found at
>
>   * http://s.apache.org/wicket8migrate
>
> Have fun!
>
> — The Wicket team
>
>
> ========================================================================
>
>      The signatures for the source release artefacts:
>
>
> Signature for apache-wicket-8.6.0.zip:
>
>      -----BEGIN PGP SIGNATURE-----
>
> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> VuHBVRAAgX8nPfftIKv6z0Rimyg4M9hefpkwcVCkj8mQ2q9cnRQCNN8lWPrVsqOz
> jfkWOM1I3rmjR60o5eREFuNK+t7RNxdwfdZqlB+zsgu2BCNscpQMaTruf2uI14ip
> B83PYCMkTSDA+BCJD1MTwRf3Ih3M+0rq4l3vedzStfC4GvmmwHRvMWTOml5i9Whg
> pSStZvX9h61n6ofRNq/feLQi7342GOgv+/r0cvTVDRdIsEeYGalu1b+ZJKsjfTX3
> l0oMiRILzFltg+CQP0fhWibfLkvyRLM+R4598rgvwM+QcKo7aCn0LcIEIhp0dYDS
> KI6IhsPd/NS0qKoKgIPmQ6tMsvMWGOxTOpQMxnAj97wVzYVf1QoXArPuc+JaSrFE
> D/a78zUMc78UFjdt38NBA22jf7HbcjVkAUUjD9fPtNStFnnrisniyw16dL0Wa6MA
> kuiPuyl7gsPAkmOXH68KtVaR7ncTORPCt4ZC/6GxoRbhDc71+dLPz5XKpeDdqy8O
> /pBGtsucjI9xIGZqGHWFvfAaBqqv2t4QARxOdkDA9d09PL4o/N+gljho+a30GrDv
> A35wG2y2Idkoe1t4EJeHpMHGPmqMAj/m1wYagJjMeiXRDgtfFoJIlRfAboxq8Dwd
> uT+mRsdS0hq8q78yPZPW3N24cC3gwohFJMWfb4IukQbFGI2gznE=
> =mzMF
> -----END PGP SIGNATURE-----
>
> Signature for apache-wicket-8.6.0.tar.gz:
>
>      -----BEGIN PGP SIGNATURE-----
>
> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> VuHSZw//WF61doVJ8fDK8hPvk8Td6Yf4hMzP7kff7tAkm+w72LqnXlUM7IDci5nz
> Dcx627fBAYIXdRtfOkq53vRrFV+1e87x8iM/bnp7Tzj5lwF6BOvRkQ+gr6U6+6An
> 5CblTMT5kSq9xKGm8/Gj6I1OrQiVdSqFPWt7N/4D7FG9uekRVJoc+0ubekqdGR1M
> lkoT8Wfteo7sstoD8qvQEgyKKZLqbxTKDGiVBywmSKVuxkv+4JnETI2k1R1TsCr0
> /JdGx6fNxd/sBUKLoAUo8cxBpv9weuzvPCMw89eVGsKacBDedZMK7iMfR3M43Iz/
> HuEN26JnHM3kqSBCMMYE197djXOroUhXmhr9WfNRxiaTqJsKbS1oG3jO9EkHQt8Y
> ldhwiTaH8PmGE72xhn+w+FElZvazwlFXSECHZK92wGFEzq5VO7atv88AOmtQHM1o
> LbgHOjhUYLQHj15JXn4g4XYFJ5WnZR3gbldAV9JEhXqnx30M6wMDrWCCw6K0+uh2
> k8Il3y6TMY7KSrnUYwTeljyrLYReoAtYfQxi6EdGBlKamuyKXtSBqO0a2J5wsxnv
> Z2fk3efWKDzdxbc9GmYbXMlTKtjYx5UYZ+PcgAuGvS81ejwzmiy5dH8rJYedx235
> j3D8JG/YyG2Ja0r6nmwX7BDm8QS4W5eU+UQIyIq0KLCFND/qzSU=
> =VBOu
> -----END PGP SIGNATURE-----
>
> ========================================================================
>
>      CHANGELOG for 8.6.0:
>
> ** Bug
>
>      * [WICKET-6613] - Wicket 8.1 ModalWindow autosizing problem
>      * [WICKET-6671] - IAjaxLink should be serializable
>      * [WICKET-6676] - Quickstart application won't deploy to GlassFish
>      * [WICKET-6680] - JavaScriptStripper chokes on template literals
> that contain two forward slashes
>      * [WICKET-6689] - ClientProperties.getTimeZone() has some issue
> when DST and UTC offsets are different
>      * [WICKET-6690] - NullPointerException in
> KeyInSessionSunJceCryptFactory.<init>
>      * [WICKET-6692] - Page deserialization on websocket close -
> possible performance issue
>
> ** Improvement
>
>      * [WICKET-6675] - log4j-slf4j-impl requires version 1.7.25 of
> slf4j-api while Wicket 8.5 requires version 1.7.26
>      * [WICKET-6684] - Make autolabel functionality more flexible by
> introducing a locator interface that allows to specify the component the
> wicket:for refers to
>      * [WICKET-6695] - Add AjaxEditable*Label#shouldTrimInput()
>
>

-- 
Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] Apache Wicket 8.6.0 released

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
Thanks Andrea

On Sat, Sep 7, 2019 at 8:22 PM Andrea Del Bene <ad...@apache.org> wrote:

> The Apache Wicket PMC is proud to announce Apache Wicket 8.6.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 8. 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
> 8.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>8.6.0</version>
> </dependency>
>
> Or download and build the distribution yourself, or use our
> convenience binary package you can find here:
>
>   * Download: http://wicket.apache.org/start/wicket-8.x.html#manually
>
> Upgrading from earlier versions
> -------------------------------
>
> If you upgrade from 8.y.z this release is a drop in replacement. If
> you come from a version prior to 8.0.0, please read our Wicket 8
> migration guide found at
>
>   * http://s.apache.org/wicket8migrate
>
> Have fun!
>
> — The Wicket team
>
>
> ========================================================================
>
>      The signatures for the source release artefacts:
>
>
> Signature for apache-wicket-8.6.0.zip:
>
>      -----BEGIN PGP SIGNATURE-----
>
> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> VuHBVRAAgX8nPfftIKv6z0Rimyg4M9hefpkwcVCkj8mQ2q9cnRQCNN8lWPrVsqOz
> jfkWOM1I3rmjR60o5eREFuNK+t7RNxdwfdZqlB+zsgu2BCNscpQMaTruf2uI14ip
> B83PYCMkTSDA+BCJD1MTwRf3Ih3M+0rq4l3vedzStfC4GvmmwHRvMWTOml5i9Whg
> pSStZvX9h61n6ofRNq/feLQi7342GOgv+/r0cvTVDRdIsEeYGalu1b+ZJKsjfTX3
> l0oMiRILzFltg+CQP0fhWibfLkvyRLM+R4598rgvwM+QcKo7aCn0LcIEIhp0dYDS
> KI6IhsPd/NS0qKoKgIPmQ6tMsvMWGOxTOpQMxnAj97wVzYVf1QoXArPuc+JaSrFE
> D/a78zUMc78UFjdt38NBA22jf7HbcjVkAUUjD9fPtNStFnnrisniyw16dL0Wa6MA
> kuiPuyl7gsPAkmOXH68KtVaR7ncTORPCt4ZC/6GxoRbhDc71+dLPz5XKpeDdqy8O
> /pBGtsucjI9xIGZqGHWFvfAaBqqv2t4QARxOdkDA9d09PL4o/N+gljho+a30GrDv
> A35wG2y2Idkoe1t4EJeHpMHGPmqMAj/m1wYagJjMeiXRDgtfFoJIlRfAboxq8Dwd
> uT+mRsdS0hq8q78yPZPW3N24cC3gwohFJMWfb4IukQbFGI2gznE=
> =mzMF
> -----END PGP SIGNATURE-----
>
> Signature for apache-wicket-8.6.0.tar.gz:
>
>      -----BEGIN PGP SIGNATURE-----
>
> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> VuHSZw//WF61doVJ8fDK8hPvk8Td6Yf4hMzP7kff7tAkm+w72LqnXlUM7IDci5nz
> Dcx627fBAYIXdRtfOkq53vRrFV+1e87x8iM/bnp7Tzj5lwF6BOvRkQ+gr6U6+6An
> 5CblTMT5kSq9xKGm8/Gj6I1OrQiVdSqFPWt7N/4D7FG9uekRVJoc+0ubekqdGR1M
> lkoT8Wfteo7sstoD8qvQEgyKKZLqbxTKDGiVBywmSKVuxkv+4JnETI2k1R1TsCr0
> /JdGx6fNxd/sBUKLoAUo8cxBpv9weuzvPCMw89eVGsKacBDedZMK7iMfR3M43Iz/
> HuEN26JnHM3kqSBCMMYE197djXOroUhXmhr9WfNRxiaTqJsKbS1oG3jO9EkHQt8Y
> ldhwiTaH8PmGE72xhn+w+FElZvazwlFXSECHZK92wGFEzq5VO7atv88AOmtQHM1o
> LbgHOjhUYLQHj15JXn4g4XYFJ5WnZR3gbldAV9JEhXqnx30M6wMDrWCCw6K0+uh2
> k8Il3y6TMY7KSrnUYwTeljyrLYReoAtYfQxi6EdGBlKamuyKXtSBqO0a2J5wsxnv
> Z2fk3efWKDzdxbc9GmYbXMlTKtjYx5UYZ+PcgAuGvS81ejwzmiy5dH8rJYedx235
> j3D8JG/YyG2Ja0r6nmwX7BDm8QS4W5eU+UQIyIq0KLCFND/qzSU=
> =VBOu
> -----END PGP SIGNATURE-----
>
> ========================================================================
>
>      CHANGELOG for 8.6.0:
>
> ** Bug
>
>      * [WICKET-6613] - Wicket 8.1 ModalWindow autosizing problem
>      * [WICKET-6671] - IAjaxLink should be serializable
>      * [WICKET-6676] - Quickstart application won't deploy to GlassFish
>      * [WICKET-6680] - JavaScriptStripper chokes on template literals
> that contain two forward slashes
>      * [WICKET-6689] - ClientProperties.getTimeZone() has some issue
> when DST and UTC offsets are different
>      * [WICKET-6690] - NullPointerException in
> KeyInSessionSunJceCryptFactory.<init>
>      * [WICKET-6692] - Page deserialization on websocket close -
> possible performance issue
>
> ** Improvement
>
>      * [WICKET-6675] - log4j-slf4j-impl requires version 1.7.25 of
> slf4j-api while Wicket 8.5 requires version 1.7.26
>      * [WICKET-6684] - Make autolabel functionality more flexible by
> introducing a locator interface that allows to specify the component the
> wicket:for refers to
>      * [WICKET-6695] - Add AjaxEditable*Label#shouldTrimInput()
>
>

-- 
Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] Apache Wicket 8.6.0 released

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
Thanks Andrea

On Sat, Sep 7, 2019 at 8:22 PM Andrea Del Bene <ad...@apache.org> wrote:

> The Apache Wicket PMC is proud to announce Apache Wicket 8.6.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 8. 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
> 8.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>8.6.0</version>
> </dependency>
>
> Or download and build the distribution yourself, or use our
> convenience binary package you can find here:
>
>   * Download: http://wicket.apache.org/start/wicket-8.x.html#manually
>
> Upgrading from earlier versions
> -------------------------------
>
> If you upgrade from 8.y.z this release is a drop in replacement. If
> you come from a version prior to 8.0.0, please read our Wicket 8
> migration guide found at
>
>   * http://s.apache.org/wicket8migrate
>
> Have fun!
>
> — The Wicket team
>
>
> ========================================================================
>
>      The signatures for the source release artefacts:
>
>
> Signature for apache-wicket-8.6.0.zip:
>
>      -----BEGIN PGP SIGNATURE-----
>
> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> VuHBVRAAgX8nPfftIKv6z0Rimyg4M9hefpkwcVCkj8mQ2q9cnRQCNN8lWPrVsqOz
> jfkWOM1I3rmjR60o5eREFuNK+t7RNxdwfdZqlB+zsgu2BCNscpQMaTruf2uI14ip
> B83PYCMkTSDA+BCJD1MTwRf3Ih3M+0rq4l3vedzStfC4GvmmwHRvMWTOml5i9Whg
> pSStZvX9h61n6ofRNq/feLQi7342GOgv+/r0cvTVDRdIsEeYGalu1b+ZJKsjfTX3
> l0oMiRILzFltg+CQP0fhWibfLkvyRLM+R4598rgvwM+QcKo7aCn0LcIEIhp0dYDS
> KI6IhsPd/NS0qKoKgIPmQ6tMsvMWGOxTOpQMxnAj97wVzYVf1QoXArPuc+JaSrFE
> D/a78zUMc78UFjdt38NBA22jf7HbcjVkAUUjD9fPtNStFnnrisniyw16dL0Wa6MA
> kuiPuyl7gsPAkmOXH68KtVaR7ncTORPCt4ZC/6GxoRbhDc71+dLPz5XKpeDdqy8O
> /pBGtsucjI9xIGZqGHWFvfAaBqqv2t4QARxOdkDA9d09PL4o/N+gljho+a30GrDv
> A35wG2y2Idkoe1t4EJeHpMHGPmqMAj/m1wYagJjMeiXRDgtfFoJIlRfAboxq8Dwd
> uT+mRsdS0hq8q78yPZPW3N24cC3gwohFJMWfb4IukQbFGI2gznE=
> =mzMF
> -----END PGP SIGNATURE-----
>
> Signature for apache-wicket-8.6.0.tar.gz:
>
>      -----BEGIN PGP SIGNATURE-----
>
> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> VuHSZw//WF61doVJ8fDK8hPvk8Td6Yf4hMzP7kff7tAkm+w72LqnXlUM7IDci5nz
> Dcx627fBAYIXdRtfOkq53vRrFV+1e87x8iM/bnp7Tzj5lwF6BOvRkQ+gr6U6+6An
> 5CblTMT5kSq9xKGm8/Gj6I1OrQiVdSqFPWt7N/4D7FG9uekRVJoc+0ubekqdGR1M
> lkoT8Wfteo7sstoD8qvQEgyKKZLqbxTKDGiVBywmSKVuxkv+4JnETI2k1R1TsCr0
> /JdGx6fNxd/sBUKLoAUo8cxBpv9weuzvPCMw89eVGsKacBDedZMK7iMfR3M43Iz/
> HuEN26JnHM3kqSBCMMYE197djXOroUhXmhr9WfNRxiaTqJsKbS1oG3jO9EkHQt8Y
> ldhwiTaH8PmGE72xhn+w+FElZvazwlFXSECHZK92wGFEzq5VO7atv88AOmtQHM1o
> LbgHOjhUYLQHj15JXn4g4XYFJ5WnZR3gbldAV9JEhXqnx30M6wMDrWCCw6K0+uh2
> k8Il3y6TMY7KSrnUYwTeljyrLYReoAtYfQxi6EdGBlKamuyKXtSBqO0a2J5wsxnv
> Z2fk3efWKDzdxbc9GmYbXMlTKtjYx5UYZ+PcgAuGvS81ejwzmiy5dH8rJYedx235
> j3D8JG/YyG2Ja0r6nmwX7BDm8QS4W5eU+UQIyIq0KLCFND/qzSU=
> =VBOu
> -----END PGP SIGNATURE-----
>
> ========================================================================
>
>      CHANGELOG for 8.6.0:
>
> ** Bug
>
>      * [WICKET-6613] - Wicket 8.1 ModalWindow autosizing problem
>      * [WICKET-6671] - IAjaxLink should be serializable
>      * [WICKET-6676] - Quickstart application won't deploy to GlassFish
>      * [WICKET-6680] - JavaScriptStripper chokes on template literals
> that contain two forward slashes
>      * [WICKET-6689] - ClientProperties.getTimeZone() has some issue
> when DST and UTC offsets are different
>      * [WICKET-6690] - NullPointerException in
> KeyInSessionSunJceCryptFactory.<init>
>      * [WICKET-6692] - Page deserialization on websocket close -
> possible performance issue
>
> ** Improvement
>
>      * [WICKET-6675] - log4j-slf4j-impl requires version 1.7.25 of
> slf4j-api while Wicket 8.5 requires version 1.7.26
>      * [WICKET-6684] - Make autolabel functionality more flexible by
> introducing a locator interface that allows to specify the component the
> wicket:for refers to
>      * [WICKET-6695] - Add AjaxEditable*Label#shouldTrimInput()
>
>

-- 
Regards - Ernesto Reinaldo Barreiro

Re: [ANNOUNCE] Apache Wicket 8.6.0 released

Posted by Martin Grigorov <mg...@apache.org>.
No need to notify ASF.
Just fix the problem and start a vote for 8.6.1.

On Mon, Sep 9, 2019 at 1:19 PM Maxim Solodovnik <so...@gmail.com>
wrote:

> I believe it should be sufficient to start new VOTE
>
> On Mon, 9 Sep 2019 at 17:17, Andrea Del Bene <an...@gmail.com> wrote:
>
> > I'm afraid I did a mistake during the building of this version and I left
> > out some of the last changes :-(. I guess we need to perform a 8.6.1
> asap.
> > Is there any particular action that must be taken in situations like
> this?
> > Should we notify the ASF?
> >
> > On Mon, Sep 9, 2019 at 11:48 AM Olivier DUTRIEUX <
> > olivier.dutrieux@pasteur.fr> wrote:
> >
> > > Hi Martin,
> > >
> > > If you check the source
> > > https://github.com/apache/wicket/releases/tag/rel%2Fwicket-8.6.0 , you
> > > don' t see this line
> > >
> >
> https://github.com/apache/wicket/blob/wicket-8.x/wicket-core/src/main/java/org/apache/wicket/markup/html/form/AutoLabelResolver.java#L106
> > >
> > > --
> > > Olivier Dutrieux
> > > Evolution du SI Scientifique et de Gestion (Tél : 31 62)
> > >
> > >
> > > -----Message d'origine-----
> > > De : Martin Grigorov [mailto:mgrigorov@apache.org]
> > > Envoyé : lundi 9 septembre 2019 11:09
> > > À : users@wicket.apache.org
> > > Objet : Re: [ANNOUNCE] Apache Wicket 8.6.0 released
> > >
> > > Hi Olivier,
> > >
> > > The backport of the commit from 9.x (master) is
> > >
> >
> https://github.com/apache/wicket/commit/efcffbb7be97847bec40aec77cfb9414fc55fa8c
> > > And I see the lines at:
> > >
> > >
> >
> https://github.com/apache/wicket/blob/wicket-8.x/wicket-core/src/main/java/org/apache/wicket/markup/html/form/AutoLabelResolver.java#L106
> > >
> > > And also in the sources of the release tag:
> > > https://github.com/apache/wicket/releases/tag/rel%2Fwicket-8.6.0
> > >
> > > On Mon, Sep 9, 2019 at 11:39 AM Olivier DUTRIEUX <
> > > olivier.dutrieux@pasteur.fr> wrote:
> > >
> > > > I check the Improvement [WICKET-6684] on version 8.6.0 but I didn't
> > > > find any trace of it. Maybe I messed something.
> > > >
> > > > Duto
> > > >
> > > > -----Message d'origine-----
> > > > De : Andrea Del Bene [mailto:adelbene@apache.org] Envoyé : samedi 7
> > > > septembre 2019 19:22 À : dev@wicket.apache.org;
> > > > users@wicket.apache.org; announce@apache.org;
> > > > announce@wicket.apache.org Objet : [ANNOUNCE] Apache Wicket 8.6.0
> > > > released
> > > >
> > > > The Apache Wicket PMC is proud to announce Apache Wicket 8.6.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 8. 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 8.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>8.6.0</version>
> > > > </dependency>
> > > >
> > > > Or download and build the distribution yourself, or use our
> > > > convenience binary package you can find here:
> > > >
> > > >   * Download:
> http://wicket.apache.org/start/wicket-8.x.html#manually
> > > >
> > > > Upgrading from earlier versions
> > > > -------------------------------
> > > >
> > > > If you upgrade from 8.y.z this release is a drop in replacement. If
> > > > you come from a version prior to 8.0.0, please read our Wicket 8
> > > > migration guide found at
> > > >
> > > >   * http://s.apache.org/wicket8migrate
> > > >
> > > > Have fun!
> > > >
> > > > — The Wicket team
> > > >
> > > >
> > > >
> ======================================================================
> > > > ==
> > > >
> > > >      The signatures for the source release artefacts:
> > > >
> > > >
> > > > Signature for apache-wicket-8.6.0.zip:
> > > >
> > > >      -----BEGIN PGP SIGNATURE-----
> > > >
> > > > iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> > > > VuHBVRAAgX8nPfftIKv6z0Rimyg4M9hefpkwcVCkj8mQ2q9cnRQCNN8lWPrVsqOz
> > > > jfkWOM1I3rmjR60o5eREFuNK+t7RNxdwfdZqlB+zsgu2BCNscpQMaTruf2uI14ip
> > > > B83PYCMkTSDA+BCJD1MTwRf3Ih3M+0rq4l3vedzStfC4GvmmwHRvMWTOml5i9Whg
> > > > pSStZvX9h61n6ofRNq/feLQi7342GOgv+/r0cvTVDRdIsEeYGalu1b+ZJKsjfTX3
> > > > l0oMiRILzFltg+CQP0fhWibfLkvyRLM+R4598rgvwM+QcKo7aCn0LcIEIhp0dYDS
> > > > KI6IhsPd/NS0qKoKgIPmQ6tMsvMWGOxTOpQMxnAj97wVzYVf1QoXArPuc+JaSrFE
> > > > D/a78zUMc78UFjdt38NBA22jf7HbcjVkAUUjD9fPtNStFnnrisniyw16dL0Wa6MA
> > > > kuiPuyl7gsPAkmOXH68KtVaR7ncTORPCt4ZC/6GxoRbhDc71+dLPz5XKpeDdqy8O
> > > > /pBGtsucjI9xIGZqGHWFvfAaBqqv2t4QARxOdkDA9d09PL4o/N+gljho+a30GrDv
> > > > A35wG2y2Idkoe1t4EJeHpMHGPmqMAj/m1wYagJjMeiXRDgtfFoJIlRfAboxq8Dwd
> > > > uT+mRsdS0hq8q78yPZPW3N24cC3gwohFJMWfb4IukQbFGI2gznE=
> > > > =mzMF
> > > > -----END PGP SIGNATURE-----
> > > >
> > > > Signature for apache-wicket-8.6.0.tar.gz:
> > > >
> > > >      -----BEGIN PGP SIGNATURE-----
> > > >
> > > > iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> > > > VuHSZw//WF61doVJ8fDK8hPvk8Td6Yf4hMzP7kff7tAkm+w72LqnXlUM7IDci5nz
> > > > Dcx627fBAYIXdRtfOkq53vRrFV+1e87x8iM/bnp7Tzj5lwF6BOvRkQ+gr6U6+6An
> > > > 5CblTMT5kSq9xKGm8/Gj6I1OrQiVdSqFPWt7N/4D7FG9uekRVJoc+0ubekqdGR1M
> > > > lkoT8Wfteo7sstoD8qvQEgyKKZLqbxTKDGiVBywmSKVuxkv+4JnETI2k1R1TsCr0
> > > > /JdGx6fNxd/sBUKLoAUo8cxBpv9weuzvPCMw89eVGsKacBDedZMK7iMfR3M43Iz/
> > > > HuEN26JnHM3kqSBCMMYE197djXOroUhXmhr9WfNRxiaTqJsKbS1oG3jO9EkHQt8Y
> > > > ldhwiTaH8PmGE72xhn+w+FElZvazwlFXSECHZK92wGFEzq5VO7atv88AOmtQHM1o
> > > > LbgHOjhUYLQHj15JXn4g4XYFJ5WnZR3gbldAV9JEhXqnx30M6wMDrWCCw6K0+uh2
> > > > k8Il3y6TMY7KSrnUYwTeljyrLYReoAtYfQxi6EdGBlKamuyKXtSBqO0a2J5wsxnv
> > > > Z2fk3efWKDzdxbc9GmYbXMlTKtjYx5UYZ+PcgAuGvS81ejwzmiy5dH8rJYedx235
> > > > j3D8JG/YyG2Ja0r6nmwX7BDm8QS4W5eU+UQIyIq0KLCFND/qzSU=
> > > > =VBOu
> > > > -----END PGP SIGNATURE-----
> > > >
> > > >
> ======================================================================
> > > > ==
> > > >
> > > >      CHANGELOG for 8.6.0:
> > > >
> > > > ** Bug
> > > >
> > > >      * [WICKET-6613] - Wicket 8.1 ModalWindow autosizing problem
> > > >      * [WICKET-6671] - IAjaxLink should be serializable
> > > >      * [WICKET-6676] - Quickstart application won't deploy to
> GlassFish
> > > >      * [WICKET-6680] - JavaScriptStripper chokes on template literals
> > > > that contain two forward slashes
> > > >      * [WICKET-6689] - ClientProperties.getTimeZone() has some issue
> > > > when DST and UTC offsets are different
> > > >      * [WICKET-6690] - NullPointerException in
> > > > KeyInSessionSunJceCryptFactory.<init>
> > > >      * [WICKET-6692] - Page deserialization on websocket close -
> > > > possible performance issue
> > > >
> > > > ** Improvement
> > > >
> > > >      * [WICKET-6675] - log4j-slf4j-impl requires version 1.7.25 of
> > > > slf4j-api while Wicket 8.5 requires version 1.7.26
> > > >      * [WICKET-6684] - Make autolabel functionality more flexible by
> > > > introducing a locator interface that allows to specify the component
> > > > the wicket:for refers to
> > > >      * [WICKET-6695] - Add AjaxEditable*Label#shouldTrimInput()
> > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > > > For additional commands, e-mail: users-help@wicket.apache.org
> > > >
> > > >
> > >
> >
> >
> > --
> > Andrea Del Bene.
> > Apache Wicket committer.
> >
>
>
> --
> WBR
> Maxim aka solomax
>

Re: [ANNOUNCE] Apache Wicket 8.6.0 released

Posted by Maxim Solodovnik <so...@gmail.com>.
I believe it should be sufficient to start new VOTE

On Mon, 9 Sep 2019 at 17:17, Andrea Del Bene <an...@gmail.com> wrote:

> I'm afraid I did a mistake during the building of this version and I left
> out some of the last changes :-(. I guess we need to perform a 8.6.1 asap.
> Is there any particular action that must be taken in situations like this?
> Should we notify the ASF?
>
> On Mon, Sep 9, 2019 at 11:48 AM Olivier DUTRIEUX <
> olivier.dutrieux@pasteur.fr> wrote:
>
> > Hi Martin,
> >
> > If you check the source
> > https://github.com/apache/wicket/releases/tag/rel%2Fwicket-8.6.0 , you
> > don' t see this line
> >
> https://github.com/apache/wicket/blob/wicket-8.x/wicket-core/src/main/java/org/apache/wicket/markup/html/form/AutoLabelResolver.java#L106
> >
> > --
> > Olivier Dutrieux
> > Evolution du SI Scientifique et de Gestion (Tél : 31 62)
> >
> >
> > -----Message d'origine-----
> > De : Martin Grigorov [mailto:mgrigorov@apache.org]
> > Envoyé : lundi 9 septembre 2019 11:09
> > À : users@wicket.apache.org
> > Objet : Re: [ANNOUNCE] Apache Wicket 8.6.0 released
> >
> > Hi Olivier,
> >
> > The backport of the commit from 9.x (master) is
> >
> https://github.com/apache/wicket/commit/efcffbb7be97847bec40aec77cfb9414fc55fa8c
> > And I see the lines at:
> >
> >
> https://github.com/apache/wicket/blob/wicket-8.x/wicket-core/src/main/java/org/apache/wicket/markup/html/form/AutoLabelResolver.java#L106
> >
> > And also in the sources of the release tag:
> > https://github.com/apache/wicket/releases/tag/rel%2Fwicket-8.6.0
> >
> > On Mon, Sep 9, 2019 at 11:39 AM Olivier DUTRIEUX <
> > olivier.dutrieux@pasteur.fr> wrote:
> >
> > > I check the Improvement [WICKET-6684] on version 8.6.0 but I didn't
> > > find any trace of it. Maybe I messed something.
> > >
> > > Duto
> > >
> > > -----Message d'origine-----
> > > De : Andrea Del Bene [mailto:adelbene@apache.org] Envoyé : samedi 7
> > > septembre 2019 19:22 À : dev@wicket.apache.org;
> > > users@wicket.apache.org; announce@apache.org;
> > > announce@wicket.apache.org Objet : [ANNOUNCE] Apache Wicket 8.6.0
> > > released
> > >
> > > The Apache Wicket PMC is proud to announce Apache Wicket 8.6.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 8. 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 8.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>8.6.0</version>
> > > </dependency>
> > >
> > > Or download and build the distribution yourself, or use our
> > > convenience binary package you can find here:
> > >
> > >   * Download: http://wicket.apache.org/start/wicket-8.x.html#manually
> > >
> > > Upgrading from earlier versions
> > > -------------------------------
> > >
> > > If you upgrade from 8.y.z this release is a drop in replacement. If
> > > you come from a version prior to 8.0.0, please read our Wicket 8
> > > migration guide found at
> > >
> > >   * http://s.apache.org/wicket8migrate
> > >
> > > Have fun!
> > >
> > > — The Wicket team
> > >
> > >
> > > ======================================================================
> > > ==
> > >
> > >      The signatures for the source release artefacts:
> > >
> > >
> > > Signature for apache-wicket-8.6.0.zip:
> > >
> > >      -----BEGIN PGP SIGNATURE-----
> > >
> > > iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> > > VuHBVRAAgX8nPfftIKv6z0Rimyg4M9hefpkwcVCkj8mQ2q9cnRQCNN8lWPrVsqOz
> > > jfkWOM1I3rmjR60o5eREFuNK+t7RNxdwfdZqlB+zsgu2BCNscpQMaTruf2uI14ip
> > > B83PYCMkTSDA+BCJD1MTwRf3Ih3M+0rq4l3vedzStfC4GvmmwHRvMWTOml5i9Whg
> > > pSStZvX9h61n6ofRNq/feLQi7342GOgv+/r0cvTVDRdIsEeYGalu1b+ZJKsjfTX3
> > > l0oMiRILzFltg+CQP0fhWibfLkvyRLM+R4598rgvwM+QcKo7aCn0LcIEIhp0dYDS
> > > KI6IhsPd/NS0qKoKgIPmQ6tMsvMWGOxTOpQMxnAj97wVzYVf1QoXArPuc+JaSrFE
> > > D/a78zUMc78UFjdt38NBA22jf7HbcjVkAUUjD9fPtNStFnnrisniyw16dL0Wa6MA
> > > kuiPuyl7gsPAkmOXH68KtVaR7ncTORPCt4ZC/6GxoRbhDc71+dLPz5XKpeDdqy8O
> > > /pBGtsucjI9xIGZqGHWFvfAaBqqv2t4QARxOdkDA9d09PL4o/N+gljho+a30GrDv
> > > A35wG2y2Idkoe1t4EJeHpMHGPmqMAj/m1wYagJjMeiXRDgtfFoJIlRfAboxq8Dwd
> > > uT+mRsdS0hq8q78yPZPW3N24cC3gwohFJMWfb4IukQbFGI2gznE=
> > > =mzMF
> > > -----END PGP SIGNATURE-----
> > >
> > > Signature for apache-wicket-8.6.0.tar.gz:
> > >
> > >      -----BEGIN PGP SIGNATURE-----
> > >
> > > iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> > > VuHSZw//WF61doVJ8fDK8hPvk8Td6Yf4hMzP7kff7tAkm+w72LqnXlUM7IDci5nz
> > > Dcx627fBAYIXdRtfOkq53vRrFV+1e87x8iM/bnp7Tzj5lwF6BOvRkQ+gr6U6+6An
> > > 5CblTMT5kSq9xKGm8/Gj6I1OrQiVdSqFPWt7N/4D7FG9uekRVJoc+0ubekqdGR1M
> > > lkoT8Wfteo7sstoD8qvQEgyKKZLqbxTKDGiVBywmSKVuxkv+4JnETI2k1R1TsCr0
> > > /JdGx6fNxd/sBUKLoAUo8cxBpv9weuzvPCMw89eVGsKacBDedZMK7iMfR3M43Iz/
> > > HuEN26JnHM3kqSBCMMYE197djXOroUhXmhr9WfNRxiaTqJsKbS1oG3jO9EkHQt8Y
> > > ldhwiTaH8PmGE72xhn+w+FElZvazwlFXSECHZK92wGFEzq5VO7atv88AOmtQHM1o
> > > LbgHOjhUYLQHj15JXn4g4XYFJ5WnZR3gbldAV9JEhXqnx30M6wMDrWCCw6K0+uh2
> > > k8Il3y6TMY7KSrnUYwTeljyrLYReoAtYfQxi6EdGBlKamuyKXtSBqO0a2J5wsxnv
> > > Z2fk3efWKDzdxbc9GmYbXMlTKtjYx5UYZ+PcgAuGvS81ejwzmiy5dH8rJYedx235
> > > j3D8JG/YyG2Ja0r6nmwX7BDm8QS4W5eU+UQIyIq0KLCFND/qzSU=
> > > =VBOu
> > > -----END PGP SIGNATURE-----
> > >
> > > ======================================================================
> > > ==
> > >
> > >      CHANGELOG for 8.6.0:
> > >
> > > ** Bug
> > >
> > >      * [WICKET-6613] - Wicket 8.1 ModalWindow autosizing problem
> > >      * [WICKET-6671] - IAjaxLink should be serializable
> > >      * [WICKET-6676] - Quickstart application won't deploy to GlassFish
> > >      * [WICKET-6680] - JavaScriptStripper chokes on template literals
> > > that contain two forward slashes
> > >      * [WICKET-6689] - ClientProperties.getTimeZone() has some issue
> > > when DST and UTC offsets are different
> > >      * [WICKET-6690] - NullPointerException in
> > > KeyInSessionSunJceCryptFactory.<init>
> > >      * [WICKET-6692] - Page deserialization on websocket close -
> > > possible performance issue
> > >
> > > ** Improvement
> > >
> > >      * [WICKET-6675] - log4j-slf4j-impl requires version 1.7.25 of
> > > slf4j-api while Wicket 8.5 requires version 1.7.26
> > >      * [WICKET-6684] - Make autolabel functionality more flexible by
> > > introducing a locator interface that allows to specify the component
> > > the wicket:for refers to
> > >      * [WICKET-6695] - Add AjaxEditable*Label#shouldTrimInput()
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > > For additional commands, e-mail: users-help@wicket.apache.org
> > >
> > >
> >
>
>
> --
> Andrea Del Bene.
> Apache Wicket committer.
>


-- 
WBR
Maxim aka solomax

Re: [ANNOUNCE] Apache Wicket 8.6.0 released

Posted by Andrea Del Bene <an...@gmail.com>.
I'm afraid I did a mistake during the building of this version and I left
out some of the last changes :-(. I guess we need to perform a 8.6.1 asap.
Is there any particular action that must be taken in situations like this?
Should we notify the ASF?

On Mon, Sep 9, 2019 at 11:48 AM Olivier DUTRIEUX <
olivier.dutrieux@pasteur.fr> wrote:

> Hi Martin,
>
> If you check the source
> https://github.com/apache/wicket/releases/tag/rel%2Fwicket-8.6.0 , you
> don' t see this line
> https://github.com/apache/wicket/blob/wicket-8.x/wicket-core/src/main/java/org/apache/wicket/markup/html/form/AutoLabelResolver.java#L106
>
> --
> Olivier Dutrieux
> Evolution du SI Scientifique et de Gestion (Tél : 31 62)
>
>
> -----Message d'origine-----
> De : Martin Grigorov [mailto:mgrigorov@apache.org]
> Envoyé : lundi 9 septembre 2019 11:09
> À : users@wicket.apache.org
> Objet : Re: [ANNOUNCE] Apache Wicket 8.6.0 released
>
> Hi Olivier,
>
> The backport of the commit from 9.x (master) is
> https://github.com/apache/wicket/commit/efcffbb7be97847bec40aec77cfb9414fc55fa8c
> And I see the lines at:
>
> https://github.com/apache/wicket/blob/wicket-8.x/wicket-core/src/main/java/org/apache/wicket/markup/html/form/AutoLabelResolver.java#L106
>
> And also in the sources of the release tag:
> https://github.com/apache/wicket/releases/tag/rel%2Fwicket-8.6.0
>
> On Mon, Sep 9, 2019 at 11:39 AM Olivier DUTRIEUX <
> olivier.dutrieux@pasteur.fr> wrote:
>
> > I check the Improvement [WICKET-6684] on version 8.6.0 but I didn't
> > find any trace of it. Maybe I messed something.
> >
> > Duto
> >
> > -----Message d'origine-----
> > De : Andrea Del Bene [mailto:adelbene@apache.org] Envoyé : samedi 7
> > septembre 2019 19:22 À : dev@wicket.apache.org;
> > users@wicket.apache.org; announce@apache.org;
> > announce@wicket.apache.org Objet : [ANNOUNCE] Apache Wicket 8.6.0
> > released
> >
> > The Apache Wicket PMC is proud to announce Apache Wicket 8.6.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 8. 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 8.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>8.6.0</version>
> > </dependency>
> >
> > Or download and build the distribution yourself, or use our
> > convenience binary package you can find here:
> >
> >   * Download: http://wicket.apache.org/start/wicket-8.x.html#manually
> >
> > Upgrading from earlier versions
> > -------------------------------
> >
> > If you upgrade from 8.y.z this release is a drop in replacement. If
> > you come from a version prior to 8.0.0, please read our Wicket 8
> > migration guide found at
> >
> >   * http://s.apache.org/wicket8migrate
> >
> > Have fun!
> >
> > — The Wicket team
> >
> >
> > ======================================================================
> > ==
> >
> >      The signatures for the source release artefacts:
> >
> >
> > Signature for apache-wicket-8.6.0.zip:
> >
> >      -----BEGIN PGP SIGNATURE-----
> >
> > iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> > VuHBVRAAgX8nPfftIKv6z0Rimyg4M9hefpkwcVCkj8mQ2q9cnRQCNN8lWPrVsqOz
> > jfkWOM1I3rmjR60o5eREFuNK+t7RNxdwfdZqlB+zsgu2BCNscpQMaTruf2uI14ip
> > B83PYCMkTSDA+BCJD1MTwRf3Ih3M+0rq4l3vedzStfC4GvmmwHRvMWTOml5i9Whg
> > pSStZvX9h61n6ofRNq/feLQi7342GOgv+/r0cvTVDRdIsEeYGalu1b+ZJKsjfTX3
> > l0oMiRILzFltg+CQP0fhWibfLkvyRLM+R4598rgvwM+QcKo7aCn0LcIEIhp0dYDS
> > KI6IhsPd/NS0qKoKgIPmQ6tMsvMWGOxTOpQMxnAj97wVzYVf1QoXArPuc+JaSrFE
> > D/a78zUMc78UFjdt38NBA22jf7HbcjVkAUUjD9fPtNStFnnrisniyw16dL0Wa6MA
> > kuiPuyl7gsPAkmOXH68KtVaR7ncTORPCt4ZC/6GxoRbhDc71+dLPz5XKpeDdqy8O
> > /pBGtsucjI9xIGZqGHWFvfAaBqqv2t4QARxOdkDA9d09PL4o/N+gljho+a30GrDv
> > A35wG2y2Idkoe1t4EJeHpMHGPmqMAj/m1wYagJjMeiXRDgtfFoJIlRfAboxq8Dwd
> > uT+mRsdS0hq8q78yPZPW3N24cC3gwohFJMWfb4IukQbFGI2gznE=
> > =mzMF
> > -----END PGP SIGNATURE-----
> >
> > Signature for apache-wicket-8.6.0.tar.gz:
> >
> >      -----BEGIN PGP SIGNATURE-----
> >
> > iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> > VuHSZw//WF61doVJ8fDK8hPvk8Td6Yf4hMzP7kff7tAkm+w72LqnXlUM7IDci5nz
> > Dcx627fBAYIXdRtfOkq53vRrFV+1e87x8iM/bnp7Tzj5lwF6BOvRkQ+gr6U6+6An
> > 5CblTMT5kSq9xKGm8/Gj6I1OrQiVdSqFPWt7N/4D7FG9uekRVJoc+0ubekqdGR1M
> > lkoT8Wfteo7sstoD8qvQEgyKKZLqbxTKDGiVBywmSKVuxkv+4JnETI2k1R1TsCr0
> > /JdGx6fNxd/sBUKLoAUo8cxBpv9weuzvPCMw89eVGsKacBDedZMK7iMfR3M43Iz/
> > HuEN26JnHM3kqSBCMMYE197djXOroUhXmhr9WfNRxiaTqJsKbS1oG3jO9EkHQt8Y
> > ldhwiTaH8PmGE72xhn+w+FElZvazwlFXSECHZK92wGFEzq5VO7atv88AOmtQHM1o
> > LbgHOjhUYLQHj15JXn4g4XYFJ5WnZR3gbldAV9JEhXqnx30M6wMDrWCCw6K0+uh2
> > k8Il3y6TMY7KSrnUYwTeljyrLYReoAtYfQxi6EdGBlKamuyKXtSBqO0a2J5wsxnv
> > Z2fk3efWKDzdxbc9GmYbXMlTKtjYx5UYZ+PcgAuGvS81ejwzmiy5dH8rJYedx235
> > j3D8JG/YyG2Ja0r6nmwX7BDm8QS4W5eU+UQIyIq0KLCFND/qzSU=
> > =VBOu
> > -----END PGP SIGNATURE-----
> >
> > ======================================================================
> > ==
> >
> >      CHANGELOG for 8.6.0:
> >
> > ** Bug
> >
> >      * [WICKET-6613] - Wicket 8.1 ModalWindow autosizing problem
> >      * [WICKET-6671] - IAjaxLink should be serializable
> >      * [WICKET-6676] - Quickstart application won't deploy to GlassFish
> >      * [WICKET-6680] - JavaScriptStripper chokes on template literals
> > that contain two forward slashes
> >      * [WICKET-6689] - ClientProperties.getTimeZone() has some issue
> > when DST and UTC offsets are different
> >      * [WICKET-6690] - NullPointerException in
> > KeyInSessionSunJceCryptFactory.<init>
> >      * [WICKET-6692] - Page deserialization on websocket close -
> > possible performance issue
> >
> > ** Improvement
> >
> >      * [WICKET-6675] - log4j-slf4j-impl requires version 1.7.25 of
> > slf4j-api while Wicket 8.5 requires version 1.7.26
> >      * [WICKET-6684] - Make autolabel functionality more flexible by
> > introducing a locator interface that allows to specify the component
> > the wicket:for refers to
> >      * [WICKET-6695] - Add AjaxEditable*Label#shouldTrimInput()
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>


-- 
Andrea Del Bene.
Apache Wicket committer.

RE: [ANNOUNCE] Apache Wicket 8.6.0 released

Posted by Olivier DUTRIEUX <ol...@pasteur.fr>.
Hi Martin,

If you check the source https://github.com/apache/wicket/releases/tag/rel%2Fwicket-8.6.0 , you don' t see this line https://github.com/apache/wicket/blob/wicket-8.x/wicket-core/src/main/java/org/apache/wicket/markup/html/form/AutoLabelResolver.java#L106

-- 
Olivier Dutrieux
Evolution du SI Scientifique et de Gestion (Tél : 31 62)


-----Message d'origine-----
De : Martin Grigorov [mailto:mgrigorov@apache.org] 
Envoyé : lundi 9 septembre 2019 11:09
À : users@wicket.apache.org
Objet : Re: [ANNOUNCE] Apache Wicket 8.6.0 released

Hi Olivier,

The backport of the commit from 9.x (master) is https://github.com/apache/wicket/commit/efcffbb7be97847bec40aec77cfb9414fc55fa8c
And I see the lines at:
https://github.com/apache/wicket/blob/wicket-8.x/wicket-core/src/main/java/org/apache/wicket/markup/html/form/AutoLabelResolver.java#L106

And also in the sources of the release tag:
https://github.com/apache/wicket/releases/tag/rel%2Fwicket-8.6.0

On Mon, Sep 9, 2019 at 11:39 AM Olivier DUTRIEUX < olivier.dutrieux@pasteur.fr> wrote:

> I check the Improvement [WICKET-6684] on version 8.6.0 but I didn't 
> find any trace of it. Maybe I messed something.
>
> Duto
>
> -----Message d'origine-----
> De : Andrea Del Bene [mailto:adelbene@apache.org] Envoyé : samedi 7 
> septembre 2019 19:22 À : dev@wicket.apache.org; 
> users@wicket.apache.org; announce@apache.org; 
> announce@wicket.apache.org Objet : [ANNOUNCE] Apache Wicket 8.6.0 
> released
>
> The Apache Wicket PMC is proud to announce Apache Wicket 8.6.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 8. 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 8.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>8.6.0</version>
> </dependency>
>
> Or download and build the distribution yourself, or use our 
> convenience binary package you can find here:
>
>   * Download: http://wicket.apache.org/start/wicket-8.x.html#manually
>
> Upgrading from earlier versions
> -------------------------------
>
> If you upgrade from 8.y.z this release is a drop in replacement. If 
> you come from a version prior to 8.0.0, please read our Wicket 8 
> migration guide found at
>
>   * http://s.apache.org/wicket8migrate
>
> Have fun!
>
> — The Wicket team
>
>
> ======================================================================
> ==
>
>      The signatures for the source release artefacts:
>
>
> Signature for apache-wicket-8.6.0.zip:
>
>      -----BEGIN PGP SIGNATURE-----
>
> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> VuHBVRAAgX8nPfftIKv6z0Rimyg4M9hefpkwcVCkj8mQ2q9cnRQCNN8lWPrVsqOz
> jfkWOM1I3rmjR60o5eREFuNK+t7RNxdwfdZqlB+zsgu2BCNscpQMaTruf2uI14ip
> B83PYCMkTSDA+BCJD1MTwRf3Ih3M+0rq4l3vedzStfC4GvmmwHRvMWTOml5i9Whg
> pSStZvX9h61n6ofRNq/feLQi7342GOgv+/r0cvTVDRdIsEeYGalu1b+ZJKsjfTX3
> l0oMiRILzFltg+CQP0fhWibfLkvyRLM+R4598rgvwM+QcKo7aCn0LcIEIhp0dYDS
> KI6IhsPd/NS0qKoKgIPmQ6tMsvMWGOxTOpQMxnAj97wVzYVf1QoXArPuc+JaSrFE
> D/a78zUMc78UFjdt38NBA22jf7HbcjVkAUUjD9fPtNStFnnrisniyw16dL0Wa6MA
> kuiPuyl7gsPAkmOXH68KtVaR7ncTORPCt4ZC/6GxoRbhDc71+dLPz5XKpeDdqy8O
> /pBGtsucjI9xIGZqGHWFvfAaBqqv2t4QARxOdkDA9d09PL4o/N+gljho+a30GrDv
> A35wG2y2Idkoe1t4EJeHpMHGPmqMAj/m1wYagJjMeiXRDgtfFoJIlRfAboxq8Dwd
> uT+mRsdS0hq8q78yPZPW3N24cC3gwohFJMWfb4IukQbFGI2gznE=
> =mzMF
> -----END PGP SIGNATURE-----
>
> Signature for apache-wicket-8.6.0.tar.gz:
>
>      -----BEGIN PGP SIGNATURE-----
>
> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> VuHSZw//WF61doVJ8fDK8hPvk8Td6Yf4hMzP7kff7tAkm+w72LqnXlUM7IDci5nz
> Dcx627fBAYIXdRtfOkq53vRrFV+1e87x8iM/bnp7Tzj5lwF6BOvRkQ+gr6U6+6An
> 5CblTMT5kSq9xKGm8/Gj6I1OrQiVdSqFPWt7N/4D7FG9uekRVJoc+0ubekqdGR1M
> lkoT8Wfteo7sstoD8qvQEgyKKZLqbxTKDGiVBywmSKVuxkv+4JnETI2k1R1TsCr0
> /JdGx6fNxd/sBUKLoAUo8cxBpv9weuzvPCMw89eVGsKacBDedZMK7iMfR3M43Iz/
> HuEN26JnHM3kqSBCMMYE197djXOroUhXmhr9WfNRxiaTqJsKbS1oG3jO9EkHQt8Y
> ldhwiTaH8PmGE72xhn+w+FElZvazwlFXSECHZK92wGFEzq5VO7atv88AOmtQHM1o
> LbgHOjhUYLQHj15JXn4g4XYFJ5WnZR3gbldAV9JEhXqnx30M6wMDrWCCw6K0+uh2
> k8Il3y6TMY7KSrnUYwTeljyrLYReoAtYfQxi6EdGBlKamuyKXtSBqO0a2J5wsxnv
> Z2fk3efWKDzdxbc9GmYbXMlTKtjYx5UYZ+PcgAuGvS81ejwzmiy5dH8rJYedx235
> j3D8JG/YyG2Ja0r6nmwX7BDm8QS4W5eU+UQIyIq0KLCFND/qzSU=
> =VBOu
> -----END PGP SIGNATURE-----
>
> ======================================================================
> ==
>
>      CHANGELOG for 8.6.0:
>
> ** Bug
>
>      * [WICKET-6613] - Wicket 8.1 ModalWindow autosizing problem
>      * [WICKET-6671] - IAjaxLink should be serializable
>      * [WICKET-6676] - Quickstart application won't deploy to GlassFish
>      * [WICKET-6680] - JavaScriptStripper chokes on template literals 
> that contain two forward slashes
>      * [WICKET-6689] - ClientProperties.getTimeZone() has some issue 
> when DST and UTC offsets are different
>      * [WICKET-6690] - NullPointerException in 
> KeyInSessionSunJceCryptFactory.<init>
>      * [WICKET-6692] - Page deserialization on websocket close - 
> possible performance issue
>
> ** Improvement
>
>      * [WICKET-6675] - log4j-slf4j-impl requires version 1.7.25 of 
> slf4j-api while Wicket 8.5 requires version 1.7.26
>      * [WICKET-6684] - Make autolabel functionality more flexible by 
> introducing a locator interface that allows to specify the component 
> the wicket:for refers to
>      * [WICKET-6695] - Add AjaxEditable*Label#shouldTrimInput()
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: [ANNOUNCE] Apache Wicket 8.6.0 released

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

The backport of the commit from 9.x (master) is
https://github.com/apache/wicket/commit/efcffbb7be97847bec40aec77cfb9414fc55fa8c
And I see the lines at:
https://github.com/apache/wicket/blob/wicket-8.x/wicket-core/src/main/java/org/apache/wicket/markup/html/form/AutoLabelResolver.java#L106

And also in the sources of the release tag:
https://github.com/apache/wicket/releases/tag/rel%2Fwicket-8.6.0

On Mon, Sep 9, 2019 at 11:39 AM Olivier DUTRIEUX <
olivier.dutrieux@pasteur.fr> wrote:

> I check the Improvement [WICKET-6684] on version 8.6.0 but I didn't find
> any trace of it. Maybe I messed something.
>
> Duto
>
> -----Message d'origine-----
> De : Andrea Del Bene [mailto:adelbene@apache.org]
> Envoyé : samedi 7 septembre 2019 19:22
> À : dev@wicket.apache.org; users@wicket.apache.org; announce@apache.org;
> announce@wicket.apache.org
> Objet : [ANNOUNCE] Apache Wicket 8.6.0 released
>
> The Apache Wicket PMC is proud to announce Apache Wicket 8.6.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 8. 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 8.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>8.6.0</version>
> </dependency>
>
> Or download and build the distribution yourself, or use our convenience
> binary package you can find here:
>
>   * Download: http://wicket.apache.org/start/wicket-8.x.html#manually
>
> Upgrading from earlier versions
> -------------------------------
>
> If you upgrade from 8.y.z this release is a drop in replacement. If you
> come from a version prior to 8.0.0, please read our Wicket 8 migration
> guide found at
>
>   * http://s.apache.org/wicket8migrate
>
> Have fun!
>
> — The Wicket team
>
>
> ========================================================================
>
>      The signatures for the source release artefacts:
>
>
> Signature for apache-wicket-8.6.0.zip:
>
>      -----BEGIN PGP SIGNATURE-----
>
> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> VuHBVRAAgX8nPfftIKv6z0Rimyg4M9hefpkwcVCkj8mQ2q9cnRQCNN8lWPrVsqOz
> jfkWOM1I3rmjR60o5eREFuNK+t7RNxdwfdZqlB+zsgu2BCNscpQMaTruf2uI14ip
> B83PYCMkTSDA+BCJD1MTwRf3Ih3M+0rq4l3vedzStfC4GvmmwHRvMWTOml5i9Whg
> pSStZvX9h61n6ofRNq/feLQi7342GOgv+/r0cvTVDRdIsEeYGalu1b+ZJKsjfTX3
> l0oMiRILzFltg+CQP0fhWibfLkvyRLM+R4598rgvwM+QcKo7aCn0LcIEIhp0dYDS
> KI6IhsPd/NS0qKoKgIPmQ6tMsvMWGOxTOpQMxnAj97wVzYVf1QoXArPuc+JaSrFE
> D/a78zUMc78UFjdt38NBA22jf7HbcjVkAUUjD9fPtNStFnnrisniyw16dL0Wa6MA
> kuiPuyl7gsPAkmOXH68KtVaR7ncTORPCt4ZC/6GxoRbhDc71+dLPz5XKpeDdqy8O
> /pBGtsucjI9xIGZqGHWFvfAaBqqv2t4QARxOdkDA9d09PL4o/N+gljho+a30GrDv
> A35wG2y2Idkoe1t4EJeHpMHGPmqMAj/m1wYagJjMeiXRDgtfFoJIlRfAboxq8Dwd
> uT+mRsdS0hq8q78yPZPW3N24cC3gwohFJMWfb4IukQbFGI2gznE=
> =mzMF
> -----END PGP SIGNATURE-----
>
> Signature for apache-wicket-8.6.0.tar.gz:
>
>      -----BEGIN PGP SIGNATURE-----
>
> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> VuHSZw//WF61doVJ8fDK8hPvk8Td6Yf4hMzP7kff7tAkm+w72LqnXlUM7IDci5nz
> Dcx627fBAYIXdRtfOkq53vRrFV+1e87x8iM/bnp7Tzj5lwF6BOvRkQ+gr6U6+6An
> 5CblTMT5kSq9xKGm8/Gj6I1OrQiVdSqFPWt7N/4D7FG9uekRVJoc+0ubekqdGR1M
> lkoT8Wfteo7sstoD8qvQEgyKKZLqbxTKDGiVBywmSKVuxkv+4JnETI2k1R1TsCr0
> /JdGx6fNxd/sBUKLoAUo8cxBpv9weuzvPCMw89eVGsKacBDedZMK7iMfR3M43Iz/
> HuEN26JnHM3kqSBCMMYE197djXOroUhXmhr9WfNRxiaTqJsKbS1oG3jO9EkHQt8Y
> ldhwiTaH8PmGE72xhn+w+FElZvazwlFXSECHZK92wGFEzq5VO7atv88AOmtQHM1o
> LbgHOjhUYLQHj15JXn4g4XYFJ5WnZR3gbldAV9JEhXqnx30M6wMDrWCCw6K0+uh2
> k8Il3y6TMY7KSrnUYwTeljyrLYReoAtYfQxi6EdGBlKamuyKXtSBqO0a2J5wsxnv
> Z2fk3efWKDzdxbc9GmYbXMlTKtjYx5UYZ+PcgAuGvS81ejwzmiy5dH8rJYedx235
> j3D8JG/YyG2Ja0r6nmwX7BDm8QS4W5eU+UQIyIq0KLCFND/qzSU=
> =VBOu
> -----END PGP SIGNATURE-----
>
> ========================================================================
>
>      CHANGELOG for 8.6.0:
>
> ** Bug
>
>      * [WICKET-6613] - Wicket 8.1 ModalWindow autosizing problem
>      * [WICKET-6671] - IAjaxLink should be serializable
>      * [WICKET-6676] - Quickstart application won't deploy to GlassFish
>      * [WICKET-6680] - JavaScriptStripper chokes on template literals that
> contain two forward slashes
>      * [WICKET-6689] - ClientProperties.getTimeZone() has some issue when
> DST and UTC offsets are different
>      * [WICKET-6690] - NullPointerException in
> KeyInSessionSunJceCryptFactory.<init>
>      * [WICKET-6692] - Page deserialization on websocket close - possible
> performance issue
>
> ** Improvement
>
>      * [WICKET-6675] - log4j-slf4j-impl requires version 1.7.25 of
> slf4j-api while Wicket 8.5 requires version 1.7.26
>      * [WICKET-6684] - Make autolabel functionality more flexible by
> introducing a locator interface that allows to specify the component the
> wicket:for refers to
>      * [WICKET-6695] - Add AjaxEditable*Label#shouldTrimInput()
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: [ANNOUNCE] Apache Wicket 8.6.0 released

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
Hi @Olivier,

I will check: I had the impression Martin applied those commits to 8.x
branch too.

On Mon, Sep 9, 2019 at 11:39 AM Olivier DUTRIEUX <
olivier.dutrieux@pasteur.fr> wrote:

> I check the Improvement [WICKET-6684] on version 8.6.0 but I didn't find
> any trace of it. Maybe I messed something.
>
> Duto
>
> -----Message d'origine-----
> De : Andrea Del Bene [mailto:adelbene@apache.org]
> Envoyé : samedi 7 septembre 2019 19:22
> À : dev@wicket.apache.org; users@wicket.apache.org; announce@apache.org;
> announce@wicket.apache.org
> Objet : [ANNOUNCE] Apache Wicket 8.6.0 released
>
> The Apache Wicket PMC is proud to announce Apache Wicket 8.6.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 8. 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 8.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>8.6.0</version>
> </dependency>
>
> Or download and build the distribution yourself, or use our convenience
> binary package you can find here:
>
>   * Download: http://wicket.apache.org/start/wicket-8.x.html#manually
>
> Upgrading from earlier versions
> -------------------------------
>
> If you upgrade from 8.y.z this release is a drop in replacement. If you
> come from a version prior to 8.0.0, please read our Wicket 8 migration
> guide found at
>
>   * http://s.apache.org/wicket8migrate
>
> Have fun!
>
> — The Wicket team
>
>
> ========================================================================
>
>      The signatures for the source release artefacts:
>
>
> Signature for apache-wicket-8.6.0.zip:
>
>      -----BEGIN PGP SIGNATURE-----
>
> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> VuHBVRAAgX8nPfftIKv6z0Rimyg4M9hefpkwcVCkj8mQ2q9cnRQCNN8lWPrVsqOz
> jfkWOM1I3rmjR60o5eREFuNK+t7RNxdwfdZqlB+zsgu2BCNscpQMaTruf2uI14ip
> B83PYCMkTSDA+BCJD1MTwRf3Ih3M+0rq4l3vedzStfC4GvmmwHRvMWTOml5i9Whg
> pSStZvX9h61n6ofRNq/feLQi7342GOgv+/r0cvTVDRdIsEeYGalu1b+ZJKsjfTX3
> l0oMiRILzFltg+CQP0fhWibfLkvyRLM+R4598rgvwM+QcKo7aCn0LcIEIhp0dYDS
> KI6IhsPd/NS0qKoKgIPmQ6tMsvMWGOxTOpQMxnAj97wVzYVf1QoXArPuc+JaSrFE
> D/a78zUMc78UFjdt38NBA22jf7HbcjVkAUUjD9fPtNStFnnrisniyw16dL0Wa6MA
> kuiPuyl7gsPAkmOXH68KtVaR7ncTORPCt4ZC/6GxoRbhDc71+dLPz5XKpeDdqy8O
> /pBGtsucjI9xIGZqGHWFvfAaBqqv2t4QARxOdkDA9d09PL4o/N+gljho+a30GrDv
> A35wG2y2Idkoe1t4EJeHpMHGPmqMAj/m1wYagJjMeiXRDgtfFoJIlRfAboxq8Dwd
> uT+mRsdS0hq8q78yPZPW3N24cC3gwohFJMWfb4IukQbFGI2gznE=
> =mzMF
> -----END PGP SIGNATURE-----
>
> Signature for apache-wicket-8.6.0.tar.gz:
>
>      -----BEGIN PGP SIGNATURE-----
>
> iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
> VuHSZw//WF61doVJ8fDK8hPvk8Td6Yf4hMzP7kff7tAkm+w72LqnXlUM7IDci5nz
> Dcx627fBAYIXdRtfOkq53vRrFV+1e87x8iM/bnp7Tzj5lwF6BOvRkQ+gr6U6+6An
> 5CblTMT5kSq9xKGm8/Gj6I1OrQiVdSqFPWt7N/4D7FG9uekRVJoc+0ubekqdGR1M
> lkoT8Wfteo7sstoD8qvQEgyKKZLqbxTKDGiVBywmSKVuxkv+4JnETI2k1R1TsCr0
> /JdGx6fNxd/sBUKLoAUo8cxBpv9weuzvPCMw89eVGsKacBDedZMK7iMfR3M43Iz/
> HuEN26JnHM3kqSBCMMYE197djXOroUhXmhr9WfNRxiaTqJsKbS1oG3jO9EkHQt8Y
> ldhwiTaH8PmGE72xhn+w+FElZvazwlFXSECHZK92wGFEzq5VO7atv88AOmtQHM1o
> LbgHOjhUYLQHj15JXn4g4XYFJ5WnZR3gbldAV9JEhXqnx30M6wMDrWCCw6K0+uh2
> k8Il3y6TMY7KSrnUYwTeljyrLYReoAtYfQxi6EdGBlKamuyKXtSBqO0a2J5wsxnv
> Z2fk3efWKDzdxbc9GmYbXMlTKtjYx5UYZ+PcgAuGvS81ejwzmiy5dH8rJYedx235
> j3D8JG/YyG2Ja0r6nmwX7BDm8QS4W5eU+UQIyIq0KLCFND/qzSU=
> =VBOu
> -----END PGP SIGNATURE-----
>
> ========================================================================
>
>      CHANGELOG for 8.6.0:
>
> ** Bug
>
>      * [WICKET-6613] - Wicket 8.1 ModalWindow autosizing problem
>      * [WICKET-6671] - IAjaxLink should be serializable
>      * [WICKET-6676] - Quickstart application won't deploy to GlassFish
>      * [WICKET-6680] - JavaScriptStripper chokes on template literals that
> contain two forward slashes
>      * [WICKET-6689] - ClientProperties.getTimeZone() has some issue when
> DST and UTC offsets are different
>      * [WICKET-6690] - NullPointerException in
> KeyInSessionSunJceCryptFactory.<init>
>      * [WICKET-6692] - Page deserialization on websocket close - possible
> performance issue
>
> ** Improvement
>
>      * [WICKET-6675] - log4j-slf4j-impl requires version 1.7.25 of
> slf4j-api while Wicket 8.5 requires version 1.7.26
>      * [WICKET-6684] - Make autolabel functionality more flexible by
> introducing a locator interface that allows to specify the component the
> wicket:for refers to
>      * [WICKET-6695] - Add AjaxEditable*Label#shouldTrimInput()
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

-- 
Regards - Ernesto Reinaldo Barreiro

RE: [ANNOUNCE] Apache Wicket 8.6.0 released

Posted by Olivier DUTRIEUX <ol...@pasteur.fr>.
I check the Improvement [WICKET-6684] on version 8.6.0 but I didn't find any trace of it. Maybe I messed something.

Duto

-----Message d'origine-----
De : Andrea Del Bene [mailto:adelbene@apache.org] 
Envoyé : samedi 7 septembre 2019 19:22
À : dev@wicket.apache.org; users@wicket.apache.org; announce@apache.org; announce@wicket.apache.org
Objet : [ANNOUNCE] Apache Wicket 8.6.0 released

The Apache Wicket PMC is proud to announce Apache Wicket 8.6.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 8. 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 8.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>8.6.0</version>
</dependency>

Or download and build the distribution yourself, or use our convenience binary package you can find here:

  * Download: http://wicket.apache.org/start/wicket-8.x.html#manually

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

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

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

Have fun!

— The Wicket team


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

     The signatures for the source release artefacts:


Signature for apache-wicket-8.6.0.zip:

     -----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
VuHBVRAAgX8nPfftIKv6z0Rimyg4M9hefpkwcVCkj8mQ2q9cnRQCNN8lWPrVsqOz
jfkWOM1I3rmjR60o5eREFuNK+t7RNxdwfdZqlB+zsgu2BCNscpQMaTruf2uI14ip
B83PYCMkTSDA+BCJD1MTwRf3Ih3M+0rq4l3vedzStfC4GvmmwHRvMWTOml5i9Whg
pSStZvX9h61n6ofRNq/feLQi7342GOgv+/r0cvTVDRdIsEeYGalu1b+ZJKsjfTX3
l0oMiRILzFltg+CQP0fhWibfLkvyRLM+R4598rgvwM+QcKo7aCn0LcIEIhp0dYDS
KI6IhsPd/NS0qKoKgIPmQ6tMsvMWGOxTOpQMxnAj97wVzYVf1QoXArPuc+JaSrFE
D/a78zUMc78UFjdt38NBA22jf7HbcjVkAUUjD9fPtNStFnnrisniyw16dL0Wa6MA
kuiPuyl7gsPAkmOXH68KtVaR7ncTORPCt4ZC/6GxoRbhDc71+dLPz5XKpeDdqy8O
/pBGtsucjI9xIGZqGHWFvfAaBqqv2t4QARxOdkDA9d09PL4o/N+gljho+a30GrDv
A35wG2y2Idkoe1t4EJeHpMHGPmqMAj/m1wYagJjMeiXRDgtfFoJIlRfAboxq8Dwd
uT+mRsdS0hq8q78yPZPW3N24cC3gwohFJMWfb4IukQbFGI2gznE=
=mzMF
-----END PGP SIGNATURE-----

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

     -----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAl1u0ggACgkQh48B+qjT
VuHSZw//WF61doVJ8fDK8hPvk8Td6Yf4hMzP7kff7tAkm+w72LqnXlUM7IDci5nz
Dcx627fBAYIXdRtfOkq53vRrFV+1e87x8iM/bnp7Tzj5lwF6BOvRkQ+gr6U6+6An
5CblTMT5kSq9xKGm8/Gj6I1OrQiVdSqFPWt7N/4D7FG9uekRVJoc+0ubekqdGR1M
lkoT8Wfteo7sstoD8qvQEgyKKZLqbxTKDGiVBywmSKVuxkv+4JnETI2k1R1TsCr0
/JdGx6fNxd/sBUKLoAUo8cxBpv9weuzvPCMw89eVGsKacBDedZMK7iMfR3M43Iz/
HuEN26JnHM3kqSBCMMYE197djXOroUhXmhr9WfNRxiaTqJsKbS1oG3jO9EkHQt8Y
ldhwiTaH8PmGE72xhn+w+FElZvazwlFXSECHZK92wGFEzq5VO7atv88AOmtQHM1o
LbgHOjhUYLQHj15JXn4g4XYFJ5WnZR3gbldAV9JEhXqnx30M6wMDrWCCw6K0+uh2
k8Il3y6TMY7KSrnUYwTeljyrLYReoAtYfQxi6EdGBlKamuyKXtSBqO0a2J5wsxnv
Z2fk3efWKDzdxbc9GmYbXMlTKtjYx5UYZ+PcgAuGvS81ejwzmiy5dH8rJYedx235
j3D8JG/YyG2Ja0r6nmwX7BDm8QS4W5eU+UQIyIq0KLCFND/qzSU=
=VBOu
-----END PGP SIGNATURE-----

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

     CHANGELOG for 8.6.0:

** Bug

     * [WICKET-6613] - Wicket 8.1 ModalWindow autosizing problem
     * [WICKET-6671] - IAjaxLink should be serializable
     * [WICKET-6676] - Quickstart application won't deploy to GlassFish
     * [WICKET-6680] - JavaScriptStripper chokes on template literals that contain two forward slashes
     * [WICKET-6689] - ClientProperties.getTimeZone() has some issue when DST and UTC offsets are different
     * [WICKET-6690] - NullPointerException in KeyInSessionSunJceCryptFactory.<init>
     * [WICKET-6692] - Page deserialization on websocket close - possible performance issue

** Improvement

     * [WICKET-6675] - log4j-slf4j-impl requires version 1.7.25 of slf4j-api while Wicket 8.5 requires version 1.7.26
     * [WICKET-6684] - Make autolabel functionality more flexible by introducing a locator interface that allows to specify the component the wicket:for refers to
     * [WICKET-6695] - Add AjaxEditable*Label#shouldTrimInput()


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