You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2016/01/04 13:26:27 UTC

Re: [VOTE] Release Apache Wicket 7.2.0

Hi,

I guess we will have to make a new attempt to release 7.2.0.
I'll change all tickets with "Fix for = 7.3.0"  to 7.2.0.

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

On Sun, Dec 27, 2015 at 5:39 PM, Andrea Del Bene <an...@gmail.com>
wrote:

> -1 :-( I've found a nasty regression that makes
> TransparentWebMarkupContainer unable to resolve autocomponents (line 59). I
> will fill an issue and commit a patch right away.
>
>
> On 24/12/15 16:03, Martijn Dashorst wrote:
>
>> This is a vote to release Apache Wicket 7.2.0
>>
>>      Please download the source distributions found in our staging area
>>      linked below.
>>
>>      I have included the signatures for both the source archives. This
>> vote
>>      lasts for 72 hours minimum.
>>
>>      [ ] Yes, release Apache Wicket 7.2.0
>>      [ ] No, don't release Apache Wicket 7.2.0, because ...
>>
>>      Distributions, changelog, keys and signatures can be found at:
>>
>>          https://dist.apache.org/repos/dist/dev/wicket/7.2.0
>>
>>      Staging repository:
>>
>>
>> https://repository.apache.org/content/repositories/orgapachewicket-1059/
>>
>>      The binaries are available in the above link, as are a staging
>>      repository for Maven. Typically the vote is on the source, but should
>>      you find a problem with one of the binaries, please let me know, I
>> can
>>      re-roll them some way or the other.
>>
>>      Staging git repository data:
>>
>>          Repository:  git@github.com:dashorst/wicket.git
>>          Branch:      build/wicket-7.2.0
>>          Release tag: wicket-7.2.0
>>
>>
>> ========================================================================
>>
>>      The signatures for the source release artefacts:
>>
>>
>> Signature for apache-wicket-7.2.0.zip:
>>
>>      -----BEGIN PGP SIGNATURE-----
>> Comment: GPGTools - https://gpgtools.org
>>
>> iEYEABECAAYFAlZ8CHUACgkQJBX8W/xy/UUgDQCgyBKHtopqWQIhht8n2/W67qR/
>> KoQAn124msgIbqR2SxfdHR5nQGJdDMOV
>> =+eZ/
>> -----END PGP SIGNATURE-----
>>
>> Signature for apache-wicket-7.2.0.tar.gz:
>>
>>      -----BEGIN PGP SIGNATURE-----
>> Comment: GPGTools - https://gpgtools.org
>>
>> iEYEABECAAYFAlZ8CHUACgkQJBX8W/xy/UUxDQCgkO50ym5cxTWbRY90RBnH/ZQh
>> HpYAn2Y5uotC2DnnxwC+3+wwdMt+qUK0
>> =4cAv
>> -----END PGP SIGNATURE-----
>>
>> ========================================================================
>>
>>      CHANGELOG for 7.2.0:
>>
>> ** Bug
>>
>>      * [WICKET-6001] - Exception raised while refreshing a page with
>> queued components missing in the markup
>>      * [WICKET-6002] - FileUploadField makes form-component models
>> become null on submit
>>      * [WICKET-6006] - ModalWindow.closeCurrent() causes 414 status error
>>      * [WICKET-6010] - Downloading filenames containing ',' or ';' gives
>> problems
>>      * [WICKET-6011] - NPE in case DebugBar is added to AjaxRequestTarget
>>      * [WICKET-6013] - CLONE - AjaxFallbackOrderByBorder
>> wicketOrder[Up|Down|None] class missing in 7.1.0
>>      * [WICKET-6014] - TransparentWebMarkupContainer breaks
>> OnChangeAjaxBehavior for Select2
>>      * [WICKET-6017] - Tests fail when executed with not expected locale
>>      * [WICKET-6018] - TransparentWebMarkupContainer is not really
>> "transparent"
>>      * [WICKET-6020] - GuiceFieldValueFactory returns the NULL_SENTINEL
>> from the cache
>>      * [WICKET-6021] - ConcurrentModificationException in
>> MarkupContainer#iterator#next
>>      * [WICKET-6024] - Possible issue with Border and
>> LoadableDetachableModel in 7.1.0
>>      * [WICKET-6026] - Problem in detecting child id on nested
>> <wicket:enclosure>
>>      * [WICKET-6027] - Nested TransparentWebMarkupContainer, markup of
>> inner component not found
>>      * [WICKET-6028] - Detach called on enclosure component while it
>> had a non-empty queue
>>      * [WICKET-6031] - NPE in PackageResourceReference#getResource()
>> when there is no request
>>      * [WICKET-6032] - Wicket.Ajax.done() called twice on redirect
>>      * [WICKET-6034] - AjaxFallbackOrderByBorder does not generate any
>> CSS class in order link
>>      * [WICKET-6036] - Failure to process markup with nested tags inside
>> a Label
>>      * [WICKET-6037] - ModalWindow vulnerable to Javascript injection
>> through title model
>>      * [WICKET-6043] - Cannot set wicket:enclosure on queued component
>> in ListView
>>      * [WICKET-6044] - AjaxFormChoiceComponentUpdatingBehavior:
>> Duplicate input values according to WICKET-5948
>>      * [WICKET-6045] - ListView NullPointerException when viewSize is
>> set explicitly
>>      * [WICKET-6048] - German Translation for EqualInputValidator wrong
>>      * [WICKET-6050] - Wicket Ajax (Wicket.From.serializeElement)
>> causes 400 bad request
>>      * [WICKET-6052] - CSS header contribution overlap
>>
>> ** Improvement
>>
>>      * [WICKET-5950] - Model and GenericBaseModel could both implement
>> IObjectClassAwareModel
>>      * [WICKET-5969] - Please give us access to PageTable.index pageId
>> queue
>>      * [WICKET-6015] - AjaxFallbackOrderByBorder/Link should support
>> updateAjaxAttributes() idiom
>>      * [WICKET-6019] - Remove 'final' modifier for
>> Localizer#getStringIgnoreSettings() methods
>>      * [WICKET-6023] - small tweak for component queuing for the
>> AbstractRepeater
>>      * [WICKET-6029] - Make Border's methods consistent with commit
>> f14e03f
>>      * [WICKET-6042] - Implementation of ExternalImage component
>>      * [WICKET-6046] - Wicket Quickstart Example Application shows
>> deployment memory leak in Tomcat
>>      * [WICKET-6051] - Improve performance of CssUrlReplacer
>>
>> ** New Feature
>>
>>      * [WICKET-6025] - Read resource files with Java's NIO API
>>
>> ** Task
>>
>>      * [WICKET-6049] - Update the site to point to the new deployments
>> of the examples
>>
>
>

Re: [VOTE] Release Apache Wicket 7.2.0

Posted by Martijn Dashorst <ma...@gmail.com>.
I've crafted a new release with the new issues in the change log (and
in the code).

This one is now cancelled.

Martijn


On Mon, Jan 4, 2016 at 2:59 PM, Tobias Soloschenko
<to...@googlemail.com> wrote:
> Hi Martin,
>
> thanks for changing it! :-)
>
> kind regards
>
> Tobias
>
>> Am 04.01.2016 um 13:26 schrieb Martin Grigorov <mg...@apache.org>:
>>
>> Hi,
>>
>> I guess we will have to make a new attempt to release 7.2.0.
>> I'll change all tickets with "Fix for = 7.3.0"  to 7.2.0.
>>
>> Martin Grigorov
>> Wicket Training and Consulting
>> https://twitter.com/mtgrigorov
>>
>> On Sun, Dec 27, 2015 at 5:39 PM, Andrea Del Bene <an...@gmail.com>
>> wrote:
>>
>>> -1 :-( I've found a nasty regression that makes
>>> TransparentWebMarkupContainer unable to resolve autocomponents (line 59). I
>>> will fill an issue and commit a patch right away.
>>>
>>>
>>>> On 24/12/15 16:03, Martijn Dashorst wrote:
>>>>
>>>> This is a vote to release Apache Wicket 7.2.0
>>>>
>>>>     Please download the source distributions found in our staging area
>>>>     linked below.
>>>>
>>>>     I have included the signatures for both the source archives. This
>>>> vote
>>>>     lasts for 72 hours minimum.
>>>>
>>>>     [ ] Yes, release Apache Wicket 7.2.0
>>>>     [ ] No, don't release Apache Wicket 7.2.0, because ...
>>>>
>>>>     Distributions, changelog, keys and signatures can be found at:
>>>>
>>>>         https://dist.apache.org/repos/dist/dev/wicket/7.2.0
>>>>
>>>>     Staging repository:
>>>>
>>>>
>>>> https://repository.apache.org/content/repositories/orgapachewicket-1059/
>>>>
>>>>     The binaries are available in the above link, as are a staging
>>>>     repository for Maven. Typically the vote is on the source, but should
>>>>     you find a problem with one of the binaries, please let me know, I
>>>> can
>>>>     re-roll them some way or the other.
>>>>
>>>>     Staging git repository data:
>>>>
>>>>         Repository:  git@github.com:dashorst/wicket.git
>>>>         Branch:      build/wicket-7.2.0
>>>>         Release tag: wicket-7.2.0
>>>>
>>>>
>>>> ========================================================================
>>>>
>>>>     The signatures for the source release artefacts:
>>>>
>>>>
>>>> Signature for apache-wicket-7.2.0.zip:
>>>>
>>>>     -----BEGIN PGP SIGNATURE-----
>>>> Comment: GPGTools - https://gpgtools.org
>>>>
>>>> iEYEABECAAYFAlZ8CHUACgkQJBX8W/xy/UUgDQCgyBKHtopqWQIhht8n2/W67qR/
>>>> KoQAn124msgIbqR2SxfdHR5nQGJdDMOV
>>>> =+eZ/
>>>> -----END PGP SIGNATURE-----
>>>>
>>>> Signature for apache-wicket-7.2.0.tar.gz:
>>>>
>>>>     -----BEGIN PGP SIGNATURE-----
>>>> Comment: GPGTools - https://gpgtools.org
>>>>
>>>> iEYEABECAAYFAlZ8CHUACgkQJBX8W/xy/UUxDQCgkO50ym5cxTWbRY90RBnH/ZQh
>>>> HpYAn2Y5uotC2DnnxwC+3+wwdMt+qUK0
>>>> =4cAv
>>>> -----END PGP SIGNATURE-----
>>>>
>>>> ========================================================================
>>>>
>>>>     CHANGELOG for 7.2.0:
>>>>
>>>> ** Bug
>>>>
>>>>     * [WICKET-6001] - Exception raised while refreshing a page with
>>>> queued components missing in the markup
>>>>     * [WICKET-6002] - FileUploadField makes form-component models
>>>> become null on submit
>>>>     * [WICKET-6006] - ModalWindow.closeCurrent() causes 414 status error
>>>>     * [WICKET-6010] - Downloading filenames containing ',' or ';' gives
>>>> problems
>>>>     * [WICKET-6011] - NPE in case DebugBar is added to AjaxRequestTarget
>>>>     * [WICKET-6013] - CLONE - AjaxFallbackOrderByBorder
>>>> wicketOrder[Up|Down|None] class missing in 7.1.0
>>>>     * [WICKET-6014] - TransparentWebMarkupContainer breaks
>>>> OnChangeAjaxBehavior for Select2
>>>>     * [WICKET-6017] - Tests fail when executed with not expected locale
>>>>     * [WICKET-6018] - TransparentWebMarkupContainer is not really
>>>> "transparent"
>>>>     * [WICKET-6020] - GuiceFieldValueFactory returns the NULL_SENTINEL
>>>> from the cache
>>>>     * [WICKET-6021] - ConcurrentModificationException in
>>>> MarkupContainer#iterator#next
>>>>     * [WICKET-6024] - Possible issue with Border and
>>>> LoadableDetachableModel in 7.1.0
>>>>     * [WICKET-6026] - Problem in detecting child id on nested
>>>> <wicket:enclosure>
>>>>     * [WICKET-6027] - Nested TransparentWebMarkupContainer, markup of
>>>> inner component not found
>>>>     * [WICKET-6028] - Detach called on enclosure component while it
>>>> had a non-empty queue
>>>>     * [WICKET-6031] - NPE in PackageResourceReference#getResource()
>>>> when there is no request
>>>>     * [WICKET-6032] - Wicket.Ajax.done() called twice on redirect
>>>>     * [WICKET-6034] - AjaxFallbackOrderByBorder does not generate any
>>>> CSS class in order link
>>>>     * [WICKET-6036] - Failure to process markup with nested tags inside
>>>> a Label
>>>>     * [WICKET-6037] - ModalWindow vulnerable to Javascript injection
>>>> through title model
>>>>     * [WICKET-6043] - Cannot set wicket:enclosure on queued component
>>>> in ListView
>>>>     * [WICKET-6044] - AjaxFormChoiceComponentUpdatingBehavior:
>>>> Duplicate input values according to WICKET-5948
>>>>     * [WICKET-6045] - ListView NullPointerException when viewSize is
>>>> set explicitly
>>>>     * [WICKET-6048] - German Translation for EqualInputValidator wrong
>>>>     * [WICKET-6050] - Wicket Ajax (Wicket.From.serializeElement)
>>>> causes 400 bad request
>>>>     * [WICKET-6052] - CSS header contribution overlap
>>>>
>>>> ** Improvement
>>>>
>>>>     * [WICKET-5950] - Model and GenericBaseModel could both implement
>>>> IObjectClassAwareModel
>>>>     * [WICKET-5969] - Please give us access to PageTable.index pageId
>>>> queue
>>>>     * [WICKET-6015] - AjaxFallbackOrderByBorder/Link should support
>>>> updateAjaxAttributes() idiom
>>>>     * [WICKET-6019] - Remove 'final' modifier for
>>>> Localizer#getStringIgnoreSettings() methods
>>>>     * [WICKET-6023] - small tweak for component queuing for the
>>>> AbstractRepeater
>>>>     * [WICKET-6029] - Make Border's methods consistent with commit
>>>> f14e03f
>>>>     * [WICKET-6042] - Implementation of ExternalImage component
>>>>     * [WICKET-6046] - Wicket Quickstart Example Application shows
>>>> deployment memory leak in Tomcat
>>>>     * [WICKET-6051] - Improve performance of CssUrlReplacer
>>>>
>>>> ** New Feature
>>>>
>>>>     * [WICKET-6025] - Read resource files with Java's NIO API
>>>>
>>>> ** Task
>>>>
>>>>     * [WICKET-6049] - Update the site to point to the new deployments
>>>> of the examples
>>>
>>>



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

Re: [VOTE] Release Apache Wicket 7.2.0

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

thanks for changing it! :-)

kind regards

Tobias

> Am 04.01.2016 um 13:26 schrieb Martin Grigorov <mg...@apache.org>:
> 
> Hi,
> 
> I guess we will have to make a new attempt to release 7.2.0.
> I'll change all tickets with "Fix for = 7.3.0"  to 7.2.0.
> 
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
> 
> On Sun, Dec 27, 2015 at 5:39 PM, Andrea Del Bene <an...@gmail.com>
> wrote:
> 
>> -1 :-( I've found a nasty regression that makes
>> TransparentWebMarkupContainer unable to resolve autocomponents (line 59). I
>> will fill an issue and commit a patch right away.
>> 
>> 
>>> On 24/12/15 16:03, Martijn Dashorst wrote:
>>> 
>>> This is a vote to release Apache Wicket 7.2.0
>>> 
>>>     Please download the source distributions found in our staging area
>>>     linked below.
>>> 
>>>     I have included the signatures for both the source archives. This
>>> vote
>>>     lasts for 72 hours minimum.
>>> 
>>>     [ ] Yes, release Apache Wicket 7.2.0
>>>     [ ] No, don't release Apache Wicket 7.2.0, because ...
>>> 
>>>     Distributions, changelog, keys and signatures can be found at:
>>> 
>>>         https://dist.apache.org/repos/dist/dev/wicket/7.2.0
>>> 
>>>     Staging repository:
>>> 
>>> 
>>> https://repository.apache.org/content/repositories/orgapachewicket-1059/
>>> 
>>>     The binaries are available in the above link, as are a staging
>>>     repository for Maven. Typically the vote is on the source, but should
>>>     you find a problem with one of the binaries, please let me know, I
>>> can
>>>     re-roll them some way or the other.
>>> 
>>>     Staging git repository data:
>>> 
>>>         Repository:  git@github.com:dashorst/wicket.git
>>>         Branch:      build/wicket-7.2.0
>>>         Release tag: wicket-7.2.0
>>> 
>>> 
>>> ========================================================================
>>> 
>>>     The signatures for the source release artefacts:
>>> 
>>> 
>>> Signature for apache-wicket-7.2.0.zip:
>>> 
>>>     -----BEGIN PGP SIGNATURE-----
>>> Comment: GPGTools - https://gpgtools.org
>>> 
>>> iEYEABECAAYFAlZ8CHUACgkQJBX8W/xy/UUgDQCgyBKHtopqWQIhht8n2/W67qR/
>>> KoQAn124msgIbqR2SxfdHR5nQGJdDMOV
>>> =+eZ/
>>> -----END PGP SIGNATURE-----
>>> 
>>> Signature for apache-wicket-7.2.0.tar.gz:
>>> 
>>>     -----BEGIN PGP SIGNATURE-----
>>> Comment: GPGTools - https://gpgtools.org
>>> 
>>> iEYEABECAAYFAlZ8CHUACgkQJBX8W/xy/UUxDQCgkO50ym5cxTWbRY90RBnH/ZQh
>>> HpYAn2Y5uotC2DnnxwC+3+wwdMt+qUK0
>>> =4cAv
>>> -----END PGP SIGNATURE-----
>>> 
>>> ========================================================================
>>> 
>>>     CHANGELOG for 7.2.0:
>>> 
>>> ** Bug
>>> 
>>>     * [WICKET-6001] - Exception raised while refreshing a page with
>>> queued components missing in the markup
>>>     * [WICKET-6002] - FileUploadField makes form-component models
>>> become null on submit
>>>     * [WICKET-6006] - ModalWindow.closeCurrent() causes 414 status error
>>>     * [WICKET-6010] - Downloading filenames containing ',' or ';' gives
>>> problems
>>>     * [WICKET-6011] - NPE in case DebugBar is added to AjaxRequestTarget
>>>     * [WICKET-6013] - CLONE - AjaxFallbackOrderByBorder
>>> wicketOrder[Up|Down|None] class missing in 7.1.0
>>>     * [WICKET-6014] - TransparentWebMarkupContainer breaks
>>> OnChangeAjaxBehavior for Select2
>>>     * [WICKET-6017] - Tests fail when executed with not expected locale
>>>     * [WICKET-6018] - TransparentWebMarkupContainer is not really
>>> "transparent"
>>>     * [WICKET-6020] - GuiceFieldValueFactory returns the NULL_SENTINEL
>>> from the cache
>>>     * [WICKET-6021] - ConcurrentModificationException in
>>> MarkupContainer#iterator#next
>>>     * [WICKET-6024] - Possible issue with Border and
>>> LoadableDetachableModel in 7.1.0
>>>     * [WICKET-6026] - Problem in detecting child id on nested
>>> <wicket:enclosure>
>>>     * [WICKET-6027] - Nested TransparentWebMarkupContainer, markup of
>>> inner component not found
>>>     * [WICKET-6028] - Detach called on enclosure component while it
>>> had a non-empty queue
>>>     * [WICKET-6031] - NPE in PackageResourceReference#getResource()
>>> when there is no request
>>>     * [WICKET-6032] - Wicket.Ajax.done() called twice on redirect
>>>     * [WICKET-6034] - AjaxFallbackOrderByBorder does not generate any
>>> CSS class in order link
>>>     * [WICKET-6036] - Failure to process markup with nested tags inside
>>> a Label
>>>     * [WICKET-6037] - ModalWindow vulnerable to Javascript injection
>>> through title model
>>>     * [WICKET-6043] - Cannot set wicket:enclosure on queued component
>>> in ListView
>>>     * [WICKET-6044] - AjaxFormChoiceComponentUpdatingBehavior:
>>> Duplicate input values according to WICKET-5948
>>>     * [WICKET-6045] - ListView NullPointerException when viewSize is
>>> set explicitly
>>>     * [WICKET-6048] - German Translation for EqualInputValidator wrong
>>>     * [WICKET-6050] - Wicket Ajax (Wicket.From.serializeElement)
>>> causes 400 bad request
>>>     * [WICKET-6052] - CSS header contribution overlap
>>> 
>>> ** Improvement
>>> 
>>>     * [WICKET-5950] - Model and GenericBaseModel could both implement
>>> IObjectClassAwareModel
>>>     * [WICKET-5969] - Please give us access to PageTable.index pageId
>>> queue
>>>     * [WICKET-6015] - AjaxFallbackOrderByBorder/Link should support
>>> updateAjaxAttributes() idiom
>>>     * [WICKET-6019] - Remove 'final' modifier for
>>> Localizer#getStringIgnoreSettings() methods
>>>     * [WICKET-6023] - small tweak for component queuing for the
>>> AbstractRepeater
>>>     * [WICKET-6029] - Make Border's methods consistent with commit
>>> f14e03f
>>>     * [WICKET-6042] - Implementation of ExternalImage component
>>>     * [WICKET-6046] - Wicket Quickstart Example Application shows
>>> deployment memory leak in Tomcat
>>>     * [WICKET-6051] - Improve performance of CssUrlReplacer
>>> 
>>> ** New Feature
>>> 
>>>     * [WICKET-6025] - Read resource files with Java's NIO API
>>> 
>>> ** Task
>>> 
>>>     * [WICKET-6049] - Update the site to point to the new deployments
>>> of the examples
>> 
>>