Re: Add onAddToPage() to Component

2014-08-25 Thread Carl-Eric Menzel
I've applied the changes you suggested, they seem to work nicely. Only
in the WICKET-5677 branch based on 6.x so far, I'll cherry-pick it to
master once we agree that we can integrate this.

Carl-Eric

On Thu, 21 Aug 2014 23:30:45 +0200
Carl-Eric Menzel cmen...@wicketbuch.de wrote:

 On Wed, 20 Aug 2014 15:26:45 +0300
 Martin Grigorov mgrigo...@apache.org wrote:
 
  Carl-Eric,
  
  could you please re-format the related classes in wicket-6.x branch
  so all noise like
  https://github.com/apache/wicket/compare/wicket-6.x...WICKET-5677#diff-bfa8bce2a5e14af19e42011a5e2d4c68L4380
  disappear ?
  Just open the same classes in wicket-6.x branch, format them,
  commit+push. Cherry-pick in master.
 
 Will do.
 
  I've added a comment on one of the commits in GitHub but so far I
  don't received a notification about it. Did you receive a
  notification about
  https://github.com/apache/wicket/commit/4703c1ae1af91fdcca44e34edbeeb8bbaeb63b6c#commitcomment-7456068
   ?
 
 I didn't get a notification. But I'll have a look.
 
 Carl-Eric



[VOTE] Release Apache Wicket 6.17.0

2014-08-25 Thread Martijn Dashorst
This is a vote to release Apache Wicket 6.17.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 6.17.0
[ ] No, don't release Apache Wicket 6.17.0, because ...

Distributions, changelog, keys and signatures can be found at:

https://dist.apache.org/repos/dist/dev/wicket/6.17.0

Staging repository:

https://repository.apache.org/content/repositories/orgapachewicket-1025/

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.



The signatures for the source release artefacts:

apache-wicket-6.17.0.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - https://gpgtools.org

iEYEABECAAYFAlP7Vm4ACgkQJBX8W/xy/UXzPwCfZb48mD3Ner0Zb6xYjHNCYFIe
CwwAoNaB2a4mBdQSJ526n8CSNQcFwo++
=mPnK
-END PGP SIGNATURE-

apache-wicket-6.17.0.zip

-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - https://gpgtools.org

iEYEABECAAYFAlP7Vm4ACgkQJBX8W/xy/UUWpgCfTgKFHG+2pJqfrA96RvnYC44M
i6MAoLbu/o/iO8nhOquBT3fBv/eZYUcn
=zx0A
-END PGP SIGNATURE-



Release Notes - Wicket - Version 6.17.0

** Sub-task

* [WICKET-5633] - Make JavaScriptFilteredIntoFooterHeaderResponse
non-final to be able to create custom filters

** Bug

* [WICKET-5371] - IllegalArgumentException: Argument 'page' may not be
null. - when sending event from asynchronous process
* [WICKET-5539] - Allow preserving of the parsed PageParameters when
re-creating an expired page
* [WICKET-5564] - AjaxRequestTarget.focusComponent() does not work
when two Ajax responses arrive next to each other
* [WICKET-5603] - OnChangeAjaxBehavior attached to DropDownChoice
produces two Ajax requests in Chrome v35
* [WICKET-5607] - Wicket Ajax fires calls scheduled by
AbstractAjaxTimerBehavior even after unload of the page
* [WICKET-5609] - AutoCompleteTextField can only complete text that is
visible on screen browser screen
* [WICKET-5615] - UploadProgressBar does not show up if no
FileUploadField is given
* [WICKET-5616] - CLONE - ModalWindow is not visible in Safari when
opened from a link at the bottom of a large page
* [WICKET-5619] - ConcurrentModificationException may occur when
calling EventBus.post()
* [WICKET-5624] - Do not throw when WebSocket is not supported
* [WICKET-5626] - ConcatBundleResource#reportError() doesn't print the
resource attributes
* [WICKET-5630] - Fix last button translation germany of wizard to 'Letzter'
* [WICKET-5631] - Allow submitting with POST method for PhantomJS
* [WICKET-5636] - Update StatelessForm's and AbstractRepeater's
javadoc that FormComponents should be repeated only with RepeatingView
* [WICKET-5637] - Fix the encoding of the Chinese translations for
Wizard component
* [WICKET-5639] - ResourceResponse does not write headers when status
code is set
* [WICKET-5643] - WebPageRenderer should bind a Session if redirect is
required and the session is temporary.
* [WICKET-5647] - missing generic cast causes compile error on OS X / jdk 8
* [WICKET-5655] - Problem with setting of IComponentInheritedModel and
FLAG_INHERITABLE_MODEL
* [WICKET-5656] - PropertyResolver does not scan for NotNull in annotation tree
* [WICKET-5657] - wicket-autocomplete may fail after preceeding Ajax request
* [WICKET-5662] - @SpringBean(name=something, required=false) still
throws org.springframework.beans.factory.NoSuchBeanDefinitionException:
No bean named 'something' is defined
* [WICKET-5670] - org.apache.wicket.protocol.ws.api.registry.IKey
should be Serializable (IClusterable)
* [WICKET-5679] - RenderStrategy REDIRECT_TO_RENDER lets fail test
with BaseWicketTester#startComponentInPage
* [WICKET-5680] - AjaxEditableLabel keeps raw input after cancel
following a validation failure

** Improvement

* [WICKET-4344] - Implement onValidateModelObjects() and
beforeUpdateFormComponentModels() for nested forms
* [WICKET-4660] - Make it possible to notify about Atmosphere internal events
* [WICKET-5452] - Make Wicket-Atmosphere testable - AtmosphereTester
* [WICKET-5602] - DynamicImageResource should set the mime type after
reading the image data
* [WICKET-5605] - Store browser capabilities in local variables in
wicket-event-jquery.js
* [WICKET-5611] - Add AjaxChannel.DEFAULT constant = 0 and type Queue
* [WICKET-5627] - broadcastMessage(): hook to set more thread-local
context before rendering components
* [WICKET-5628] - Introduce a marker interface for exception which are
recommended to be handler by the framework
* [WICKET-5629] - Add an HeaderItem for meta data tags such as meta
or 

[VOTE] Release Apache Wicket 7.0.0-M3

2014-08-25 Thread Martijn Dashorst
This is a vote to release Apache Wicket 7.0.0-M3

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.0.0-M3
[ ] No, don't release Apache Wicket 7.0.0-M3, because ...

Distributions, changelog, keys and signatures can be found at:

https://dist.apache.org/repos/dist/dev/wicket/7.0.0-M3

Staging repository:

https://repository.apache.org/content/repositories/orgapachewicket-1024/

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.



The signatures for the source release artefacts:

apache-wicket-7.0.0-M3.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - https://gpgtools.org

iEYEABECAAYFAlP7UV4ACgkQJBX8W/xy/UW7JQCgp8aTTy5PKZGhbgmA8224t5zz
8HUAoMYUBZKZHZzvuedJiywqELFlkVDv
=13H6
-END PGP SIGNATURE-

apache-wicket-7.0.0-M3.zip

-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: GPGTools - https://gpgtools.org

iEYEABECAAYFAlP7UV4ACgkQJBX8W/xy/UVHFQCg0lmCIyHUAnfoEJpxCzjeZyWV
OWsAoNLXwzNdXIqH5spqGovDYkmmXOSu
=PIr4
-END PGP SIGNATURE-



Release Notes - Wicket - Version 7.0.0-M3

** Sub-task

* [WICKET-5633] - Make JavaScriptFilteredIntoFooterHeaderResponse
non-final to be able to create custom filters

** Bug

* [WICKET-5241] - RequestLogger's server duration does not include
'detach duration'
* [WICKET-5371] - IllegalArgumentException: Argument 'page' may not be
null. - when sending event from asynchronous process
* [WICKET-5564] - AjaxRequestTarget.focusComponent() does not work
when two Ajax responses arrive next to each other
* [WICKET-5578] - Stateless/Statefull pages - incorrect behaviour
* [WICKET-5603] - OnChangeAjaxBehavior attached to DropDownChoice
produces two Ajax requests in Chrome v35
* [WICKET-5607] - Wicket Ajax fires calls scheduled by
AbstractAjaxTimerBehavior even after unload of the page
* [WICKET-5609] - AutoCompleteTextField can only complete text that is
visible on screen browser screen
* [WICKET-5615] - UploadProgressBar does not show up if no
FileUploadField is given
* [WICKET-5616] - CLONE - ModalWindow is not visible in Safari when
opened from a link at the bottom of a large page
* [WICKET-5619] - ConcurrentModificationException may occur when
calling EventBus.post()
* [WICKET-5624] - Do not throw when WebSocket is not supported
* [WICKET-5626] - ConcatBundleResource#reportError() doesn't print the
resource attributes
* [WICKET-5630] - Fix last button translation germany of wizard to 'Letzter'
* [WICKET-5631] - Allow submitting with POST method for PhantomJS
* [WICKET-5636] - Update StatelessForm's and AbstractRepeater's
javadoc that FormComponents should be repeated only with RepeatingView
* [WICKET-5637] - Fix the encoding of the Chinese translations for
Wizard component
* [WICKET-5639] - ResourceResponse does not write headers when status
code is set
* [WICKET-5643] - WebPageRenderer should bind a Session if redirect is
required and the session is temporary.
* [WICKET-5644] - AjaxWizardButtonBar broken since ARA#preventDefault is false
* [WICKET-5647] - missing generic cast causes compile error on OS X / jdk 8
* [WICKET-5655] - Problem with setting of IComponentInheritedModel and
FLAG_INHERITABLE_MODEL
* [WICKET-5656] - PropertyResolver does not scan for NotNull in annotation tree
* [WICKET-5657] - wicket-autocomplete may fail after preceeding Ajax request
* [WICKET-5662] - @SpringBean(name=something, required=false) still
throws org.springframework.beans.factory.NoSuchBeanDefinitionException:
No bean named 'something' is defined
* [WICKET-5670] - org.apache.wicket.protocol.ws.api.registry.IKey
should be Serializable (IClusterable)
* [WICKET-5679] - RenderStrategy REDIRECT_TO_RENDER lets fail test
with BaseWicketTester#startComponentInPage
* [WICKET-5680] - AjaxEditableLabel keeps raw input after cancel
following a validation failure

** Improvement

* [WICKET-4344] - Implement onValidateModelObjects() and
beforeUpdateFormComponentModels() for nested forms
* [WICKET-4660] - Make it possible to notify about Atmosphere internal events
* [WICKET-5349] - Replace table usage in non-tabular markup
* [WICKET-5452] - Make Wicket-Atmosphere testable - AtmosphereTester
* [WICKET-5602] - DynamicImageResource should set the mime type after
reading the image data
* [WICKET-5605] - Store browser capabilities in local variables in
wicket-event-jquery.js
* [WICKET-5611] - Add AjaxChannel.DEFAULT constant = 0 and type Queue
* [WICKET-5617] - Make it possible to set markup id to CSS header contributions
*