Re: [vote] release wicket 1.4.7

2010-03-03 Thread Martijn Dashorst
On Wed, Mar 3, 2010 at 2:18 AM, Steve Swinsburg
steve.swinsb...@gmail.com wrote:
 Since you were referring to me Martijn, since my vote was the only one that 
 came within 2 hours, I did test it and have been running the version that 
 will be 1.4.7 for some time.

I wasn't specifically targetting you or anyone, it is a general
pattern I see whenever a vote is called. What did strike me is that
with most votes I see a lot of folks issuing a +1 before a committer
(other than the release manager) has even looked at the code to be
released. I find it hard to believe that all those +1's actually have
tested anything.

What would help is that you state with your vote that you have tested
the release, which would give more confidence into our release
process. A mere +1 doesn't communicate as well as +1, I've run my
application with this release and didn't find an issue.

Martijn


Re: [vote] release wicket 1.4.7

2010-03-03 Thread Steve Swinsburg

On 03/03/2010, at 7:20 PM, Martijn Dashorst wrote:

 What would help is that you state with your vote that you have tested
 the release, which would give more confidence into our release
 process. A mere +1 doesn't communicate as well as +1, I've run my
 application with this release and didn't find an issue.


Ok can we get some text added to the release vote email so that people are 
aware that they should test before voting?
I do test, but agree that some may not and might just be +1 for the sake of 
seeing an updated release.

cheers,
Steve

Re: [vote] release wicket 1.4.7

2010-03-03 Thread Steve Swinsburg
p.s. And a note saying that the vote should indicate your test results.

cheers,
Steve



On 03/03/2010, at 10:25 PM, Steve Swinsburg wrote:

 
 On 03/03/2010, at 7:20 PM, Martijn Dashorst wrote:
 
 What would help is that you state with your vote that you have tested
 the release, which would give more confidence into our release
 process. A mere +1 doesn't communicate as well as +1, I've run my
 application with this release and didn't find an issue.
 
 
 Ok can we get some text added to the release vote email so that people are 
 aware that they should test before voting?
 I do test, but agree that some may not and might just be +1 for the sake of 
 seeing an updated release.
 
 cheers,
 Steve



Git migration for stuff

2010-03-03 Thread Antony Stubbs
What's the latest on Git migration? If not for Wicket proper, for Wicket-Stuff? 
Windows support as come a long way...

Re: Git migration for stuff

2010-03-03 Thread Igor Vaynberg
http://wiki.apache.org/general/GitAtApache

-igor

On Wed, Mar 3, 2010 at 1:32 PM, Antony Stubbs antony.stu...@gmail.com wrote:
 What's the latest on Git migration? If not for Wicket proper, for 
 Wicket-Stuff? Windows support as come a long way...


Re: Git migration for stuff

2010-03-03 Thread Johan Compagner
How is the latest eclipse plugin support?

But why not just use then  svn-git 'bridge' that git has build in?

- Original message -
 What's the latest on Git migration? If not for Wicket proper, for 
 Wicket-Stuff?
 Windows support as come a long way...




Re: Git migration for stuff

2010-03-03 Thread Igor Vaynberg
the bridge works ok most of the times. but, it still has a few rough
edges. for example while running git svn dcommit and there is a
conflict all commits after the one that caused the conflict are lost
and you have to manually go dig them out of the old refs. stuff like
that. also i could never get git cherry to work right. the pick works,
but cherry doesnt list the differences. annoying things like that :)

as for the plugin. it has the basics like history/diff. with git i
find myself using the cli more often because its much better then svn
so not so much need for the ide plugin...

anywho. apache is not going to switch to git, so for wicket there is
no choice. use git svn if you want to commit, or use the github/apache
mirrors if you just want to submit patches.

-igor

On Wed, Mar 3, 2010 at 3:27 PM, Johan Compagner jcompag...@gmail.com wrote:
 How is the latest eclipse plugin support?

 But why not just use then  svn-git 'bridge' that git has build in?

 - Original message -
 What's the latest on Git migration? If not for Wicket proper, for 
 Wicket-Stuff?
 Windows support as come a long way...





Re: [vote] release wicket 1.4.7

2010-03-03 Thread Igor Vaynberg
+1 release

-igor

On Sun, Feb 28, 2010 at 4:13 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote:
 this vote is to release wicket  1.4.7

 this maintenance release brings over 30 bug fixes and improvements.

 branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.7/

 artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.7/
 (currently uploading...)

 changelog: 
 https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truepid=12310561fixfor=12314560
 (and below)

 vote ends Wednesday 5pm gmt-8

 cheers

 -igor


 Release Notes - Wicket - Version 1.4.7

 ** Bug
    * [WICKET-2510] - Radio getMarkupId not working correctly
    * [WICKET-2615] - URL mismatch with RENDER_TO_BUFFER when URL
 rewriting features of container are used
    * [WICKET-2648] - DatePicker javascript uses 4 symbols for year
 although pattern contains just yy
    * [WICKET-2657] - Multipart forms fails on Chrome during Ajax submit
    * [WICKET-2660] - Wickettester executeAllTimerBehaviors executes
 stopped behaviors too
    * [WICKET-2663] - Modal Dialog cannot add AjaxLink when
 UploadWebRequest is in use
    * [WICKET-2688] - Versioned form with FileUploadField will expire
 page if you submit the form twice.
    * [WICKET-2702] - update PropertyColumn Javadoc
    * [WICKET-2704] - FormComponent.MessageSource.getMessage(String)
 and getValidatorKeyPrefix()
    * [WICKET-2714] - SharedResourceRequestTarget sets Status 404 when
 not found, ignoring any 404 settings
    * [WICKET-2715] - AuthenticatedWebSession in wicket-auth-roles
 does thread-unsafe access to signedIn boolean
    * [WICKET-2717] - bookmarkablepagelink broken on ajaxupdate
    * [WICKET-2718] - RedirectPage does not work in IE
    * [WICKET-2721] - IE does not display ExceptionErrorPage
    * [WICKET-2726] - CLONE -Ajax multipart broken on mounted pages
    * [WICKET-2734] - Form#anyComponentError change in 1.4 breaks validation
    * [WICKET-2738] - setResponsePage doesn't work with
 MixedParamUrlCodingStrategy
    * [WICKET-2740] - DynamicWizardModel: setActiveStep is called twice
    * [WICKET-2744] - AjaxFormChoiceComponentUpdatingBehavior cannot
 find the choice
    * [WICKET-2749] - multipart form does not call
 window.wicketGlobalPreCallHandler
    * [WICKET-2753] - Javascript in
 Form.registerJavascriptNamespaces() fails in Firefox 3.5.8
    * [WICKET-2757] - MimeType/ContentType detection in
 ResourceStreamRequestTarget unreliable
    * [WICKET-2759] - libxml2 splits large CData section. this breaks
 the processing of components

 ** Improvement
    * [WICKET-2661] - Palette does not allow tracking the
 AbstractChoices components via Ajax
    * [WICKET-2698] - Page Parameters needs to implement equals
    * [WICKET-2706] - French translations for missing properties
    * [WICKET-2708] - Extend SwitchProtocolRequestTarget so it's
 possible to customize the redirect url
    * [WICKET-2709] - EmptySrcAttributeCheckFilter should check for src=#
    * [WICKET-2719] - Extract lazy AbstractListDataProvider out of
 ListDataProvider.
    * [WICKET-2720] - Panel throws MarkupException without passing MarkupStream
    * [WICKET-2731] - provide hook to enforce fqn's leaking out from
 shared resources
    * [WICKET-2737] - reduce number of
 SpringBeanLocator#getBeanNameOfClass calls.
    * [WICKET-2748] - IE6 sometimes fails when using wicket ajax
    * [WICKET-2750] - Better error handling in modal window
 setContent() when a repeater is used



Re: [vote] release wicket 1.4.7

2010-03-03 Thread Igor Vaynberg
the vote has passed with

3 +1 binding votes and 5 +1 nonbinding votes

i will upload the artifacts to mirrors and write up an announcement
after the mirrors have synced (24 hours).

cheers

-igor

On Sun, Feb 28, 2010 at 4:13 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote:
 this vote is to release wicket  1.4.7

 this maintenance release brings over 30 bug fixes and improvements.

 branch: https://svn.apache.org/repos/asf/wicket/branches/wicket-1.4.7/

 artifacts: http://people.apache.org/~ivaynberg/wicket-1.4.7/
 (currently uploading...)

 changelog: 
 https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truepid=12310561fixfor=12314560
 (and below)

 vote ends Wednesday 5pm gmt-8

 cheers

 -igor


 Release Notes - Wicket - Version 1.4.7

 ** Bug
    * [WICKET-2510] - Radio getMarkupId not working correctly
    * [WICKET-2615] - URL mismatch with RENDER_TO_BUFFER when URL
 rewriting features of container are used
    * [WICKET-2648] - DatePicker javascript uses 4 symbols for year
 although pattern contains just yy
    * [WICKET-2657] - Multipart forms fails on Chrome during Ajax submit
    * [WICKET-2660] - Wickettester executeAllTimerBehaviors executes
 stopped behaviors too
    * [WICKET-2663] - Modal Dialog cannot add AjaxLink when
 UploadWebRequest is in use
    * [WICKET-2688] - Versioned form with FileUploadField will expire
 page if you submit the form twice.
    * [WICKET-2702] - update PropertyColumn Javadoc
    * [WICKET-2704] - FormComponent.MessageSource.getMessage(String)
 and getValidatorKeyPrefix()
    * [WICKET-2714] - SharedResourceRequestTarget sets Status 404 when
 not found, ignoring any 404 settings
    * [WICKET-2715] - AuthenticatedWebSession in wicket-auth-roles
 does thread-unsafe access to signedIn boolean
    * [WICKET-2717] - bookmarkablepagelink broken on ajaxupdate
    * [WICKET-2718] - RedirectPage does not work in IE
    * [WICKET-2721] - IE does not display ExceptionErrorPage
    * [WICKET-2726] - CLONE -Ajax multipart broken on mounted pages
    * [WICKET-2734] - Form#anyComponentError change in 1.4 breaks validation
    * [WICKET-2738] - setResponsePage doesn't work with
 MixedParamUrlCodingStrategy
    * [WICKET-2740] - DynamicWizardModel: setActiveStep is called twice
    * [WICKET-2744] - AjaxFormChoiceComponentUpdatingBehavior cannot
 find the choice
    * [WICKET-2749] - multipart form does not call
 window.wicketGlobalPreCallHandler
    * [WICKET-2753] - Javascript in
 Form.registerJavascriptNamespaces() fails in Firefox 3.5.8
    * [WICKET-2757] - MimeType/ContentType detection in
 ResourceStreamRequestTarget unreliable
    * [WICKET-2759] - libxml2 splits large CData section. this breaks
 the processing of components

 ** Improvement
    * [WICKET-2661] - Palette does not allow tracking the
 AbstractChoices components via Ajax
    * [WICKET-2698] - Page Parameters needs to implement equals
    * [WICKET-2706] - French translations for missing properties
    * [WICKET-2708] - Extend SwitchProtocolRequestTarget so it's
 possible to customize the redirect url
    * [WICKET-2709] - EmptySrcAttributeCheckFilter should check for src=#
    * [WICKET-2719] - Extract lazy AbstractListDataProvider out of
 ListDataProvider.
    * [WICKET-2720] - Panel throws MarkupException without passing MarkupStream
    * [WICKET-2731] - provide hook to enforce fqn's leaking out from
 shared resources
    * [WICKET-2737] - reduce number of
 SpringBeanLocator#getBeanNameOfClass calls.
    * [WICKET-2748] - IE6 sometimes fails when using wicket ajax
    * [WICKET-2750] - Better error handling in modal window
 setContent() when a repeater is used