[VOTE] Release Wicket 1.3.0 final

View: New views
20 Messages — Rating Filter:   Alert me  

[VOTE] Release Wicket 1.3.0 final

by Frank Bille :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey all,

I have build the 1.3.0 final release, and would like everyone to help
testing and approving it. This is the big one, the one that will be talked
about for years to come. So I would like if we could get as many people to
try it out on different platforms/browsers and give feedback based on that.
This is the minimum I would prefer to have been tested (not everyone has to
try every combination of cause):

mvn install (in the distribution):
- Linux (I have already tried it)
- Windows
- OSX

Wicket examples (ajax, links, forms, pub, etc.)
- IE6 (please check exception pages and popuppage, because of the recent
bug[1])
- IE7
- FF2 (I have already tried it)
- FF3?
- Safari
- Camino


As usual you can find the artifacts on my p.a.o account:

Distribution:
http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/dist/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/>

Maven repo:
http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/m2-repo/
<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/>

RAT logs:
http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>

The artifacts has been signed by yours truly.


[ ] Release Apache Wicket 1.3.0 final
[ ] Don't release because...


Regards,
Frank Bille

[1]:
http://www.nabble.com/Final-1.3-before-31st-dec--to14503378.html#a14517216

Re: [VOTE] Release Wicket 1.3.0 final

by Korbinian Bachl-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Here you are:

Compilation of sources using maven install in /src (did a complete local
maven repo clean before).

result:
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
------------------------------------------------------------------------
[INFO] Wicket Parent ......................................... SUCCESS
[48.737s]
[INFO] Wicket JDK 1.4 modules ................................ SUCCESS
[0.199s]
[INFO] Wicket ................................................ SUCCESS
[1:07.691s]
[INFO] Wicket Extensions ..................................... SUCCESS
[12.564s]
[INFO] Wicket IoC common code ................................ SUCCESS
[3.970s]
[INFO] Wicket Spring Integration ............................. SUCCESS
[40.978s]
[INFO] Wicket Quickstart ..................................... SUCCESS
[23.585s]
[INFO] Wicket Date/Time ...................................... SUCCESS
[2.578s]
[INFO] Wicket Velocity ....................................... SUCCESS
[1.919s]
[INFO] Wicket JDK 1.5 modules ................................ SUCCESS
[0.033s]
[INFO] Wicket Auth Roles ..................................... SUCCESS
[2.842s]
[INFO] Wicket Guice Integration .............................. SUCCESS
[11.617s]
[INFO] Wicket JMX ............................................ SUCCESS
[1.567s]
[INFO] Wicket Objects Sizeof Agent ........................... SUCCESS
[0.953s]
[INFO] Wicket Spring Integration through Annotations ......... SUCCESS
[1.458s]
[INFO] Wicket Examples ....................................... SUCCESS
[1:50.615s]
[INFO] Wicket Quickstart Archetype ........................... SUCCESS
[32.746s]
[INFO] Wicket Thread Test .................................... SUCCESS
[10.460s]
[INFO]
------------------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 6 minutes 21 seconds
[INFO] Finished at: Sat Dec 29 18:06:12 CET 2007
[INFO] Final Memory: 28M/59M
[INFO]
------------------------------------------------------------------------

Compiling system: OS X 10.5.1 - all fine :)


Best,

Korbinian


Frank Bille schrieb:

> Hey all,
>
> I have build the 1.3.0 final release, and would like everyone to help
> testing and approving it. This is the big one, the one that will be talked
> about for years to come. So I would like if we could get as many people to
> try it out on different platforms/browsers and give feedback based on that.
> This is the minimum I would prefer to have been tested (not everyone has to
> try every combination of cause):
>
> mvn install (in the distribution):
> - Linux (I have already tried it)
> - Windows
> - OSX
>
> Wicket examples (ajax, links, forms, pub, etc.)
> - IE6 (please check exception pages and popuppage, because of the recent
> bug[1])
> - IE7
> - FF2 (I have already tried it)
> - FF3?
> - Safari
> - Camino
>
>
> As usual you can find the artifacts on my p.a.o account:
>
> Distribution:
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/dist/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/>
>
> Maven repo:
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/m2-repo/
> <http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/>
>
> RAT logs:
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
>
> The artifacts has been signed by yours truly.
>
>
> [ ] Release Apache Wicket 1.3.0 final
> [ ] Don't release because...
>
>
> Regards,
> Frank Bille
>
> [1]:
> http://www.nabble.com/Final-1.3-before-31st-dec--to14503378.html#a14517216
>

Re: [VOTE] Release Wicket 1.3.0 final

by martin-g :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Frank Bille wrote:

> Hey all,
>
> I have build the 1.3.0 final release, and would like everyone to help
> testing and approving it. This is the big one, the one that will be talked
> about for years to come. So I would like if we could get as many people to
> try it out on different platforms/browsers and give feedback based on that.
> This is the minimum I would prefer to have been tested (not everyone has to
> try every combination of cause):
>
> mvn install (in the distribution):
> - Linux (I have already tried it)
> - Windows
> - OSX
>
> Wicket examples (ajax, links, forms, pub, etc.)
> - IE6 (please check exception pages and popuppage, because of the recent
> bug[1])
> - IE7
> - FF2 (I have already tried it)
> - FF3?
> - Safari
> - Camino
>
>
> As usual you can find the artifacts on my p.a.o account:
>
> Distribution:
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/dist/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/>
>
> Maven repo:
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/m2-repo/
> <http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/>
>
> RAT logs:
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
>
> The artifacts has been signed by yours truly.
>
>
> [ ] Release Apache Wicket 1.3.0 final
> [ ] Don't release because...
>
>
> Regards,
> Frank Bille
>
> [1]:
> http://www.nabble.com/Final-1.3-before-31st-dec--to14503378.html#a14517216
>
>  

Hi,

Here are my results.

Environment:
Linux 2.6.x
JDK 1.6
Maven 2.0.7

"mvn install" succeeded.
"mvn test" failed (because of JDK 1.6).
I browsed (randomly) almost all wicket-examples and everything is OK.
My applications runs fine as well.

So,

[x] Release Apache Wicket 1.3.0 final


Thanks for "The best Java Web framework" !
martin-g



Re: [VOTE] Release Wicket 1.3.0 final

by Martijn Dashorst :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

OSX, empty maven repo works. camino, safari 3 work, signature is ok.
[X] Release Apache Wicket 1.3.0 final

Martijn

On Dec 29, 2007 5:14 PM, Frank Bille <frankbille@...> wrote:

> Hey all,
>
> I have build the 1.3.0 final release, and would like everyone to help
> testing and approving it. This is the big one, the one that will be talked
> about for years to come. So I would like if we could get as many people to
> try it out on different platforms/browsers and give feedback based on
> that.
> This is the minimum I would prefer to have been tested (not everyone has
> to
> try every combination of cause):
>
> mvn install (in the distribution):
> - Linux (I have already tried it)
> - Windows
> - OSX
>
> Wicket examples (ajax, links, forms, pub, etc.)
> - IE6 (please check exception pages and popuppage, because of the recent
> bug[1])
> - IE7
> - FF2 (I have already tried it)
> - FF3?
> - Safari
> - Camino
>
>
> As usual you can find the artifacts on my p.a.o account:
>
> Distribution:
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/dist/<
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/>
>
> Maven repo:
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/m2-repo/
> <
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> >
>
> RAT logs:
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/<
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
>
> The artifacts has been signed by yours truly.
>
>
> [ ] Release Apache Wicket 1.3.0 final
> [ ] Don't release because...
>
>
> Regards,
> Frank Bille
>
> [1]:
> http://www.nabble.com/Final-1.3-before-31st-dec--to14503378.html#a14517216
>



--
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0-rc2 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-rc1/

[DISCUSS] Release Wicket 1.3.0 final

by Martijn Dashorst :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I do think we need to create a solid good release notes to go with
1.3final. Who wants to do that?
Martijn

--
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0-rc2 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-rc1/

Re: [DISCUSS] Release Wicket 1.3.0 final

by Frank Bille :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Dec 30, 2007 3:55 PM, Martijn Dashorst <martijn.dashorst@...>
wrote:

> I do think we need to create a solid good release notes to go with
> 1.3final. Who wants to do that?
>

I would prefer that it's not me. I'm not so good at these things.

Frank

Re: [DISCUSS] Release Wicket 1.3.0 final

by Matej Knopp-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Al Maw, are you around? :)

-Matej

On Dec 30, 2007 3:57 PM, Frank Bille <frankbille@...> wrote:

> On Dec 30, 2007 3:55 PM, Martijn Dashorst <martijn.dashorst@...>
> wrote:
>
> > I do think we need to create a solid good release notes to go with
> > 1.3final. Who wants to do that?
> >
>
> I would prefer that it's not me. I'm not so good at these things.
>
> Frank
>

Re: [VOTE] Release Wicket 1.3.0 final

by Gerolf Seitz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

almost all links on the wicket-examples start page are not clickable
in IE6. i just committed the fix, which only involves changes to the files
index.html and ie.css

Frank suggested in ##wicket to rebuild the release, but not restart the
vote,
as these changes only affect IE6 and only "static" files were changed.

i'm +1 for this approach.

wdyt?

  Gerolf

On Dec 29, 2007 5:14 PM, Frank Bille <frankbille@...> wrote:

> Hey all,
>
> I have build the 1.3.0 final release, and would like everyone to help
> testing and approving it. This is the big one, the one that will be talked
> about for years to come. So I would like if we could get as many people to
> try it out on different platforms/browsers and give feedback based on
> that.
> This is the minimum I would prefer to have been tested (not everyone has
> to
> try every combination of cause):
>
> mvn install (in the distribution):
> - Linux (I have already tried it)
> - Windows
> - OSX
>
> Wicket examples (ajax, links, forms, pub, etc.)
> - IE6 (please check exception pages and popuppage, because of the recent
> bug[1])
> - IE7
> - FF2 (I have already tried it)
> - FF3?
> - Safari
> - Camino
>
>
> As usual you can find the artifacts on my p.a.o account:
>
> Distribution:
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/dist/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/>
> <http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/
> >
>
> Maven repo:
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/m2-repo/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/>
> <
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> >
>
> RAT logs:
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> <http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
>
> The artifacts has been signed by yours truly.
>
>
> [ ] Release Apache Wicket 1.3.0 final
> [ ] Don't release because...
>
>
> Regards,
> Frank Bille
>
> [1]:
> http://www.nabble.com/Final-1.3-before-31st-dec--to14503378.html#a14517216
>

Re: [VOTE] Release Wicket 1.3.0 final

by Gwyn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> [X] Release Apache Wicket 1.3.0 final

Clean build, & run on Windows XP, JDK 1.5, FF2

/Gwyn

Re: [VOTE] Release Wicket 1.3.0 final

by Matej Knopp-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

-Matej

On Dec 31, 2007 12:40 AM, Gerolf Seitz <gerolf.seitz@...> wrote:

> almost all links on the wicket-examples start page are not clickable
> in IE6. i just committed the fix, which only involves changes to the files
> index.html and ie.css
>
> Frank suggested in ##wicket to rebuild the release, but not restart the
> vote,
> as these changes only affect IE6 and only "static" files were changed.
>
> i'm +1 for this approach.
>
> wdyt?
>
>   Gerolf
>
>
> On Dec 29, 2007 5:14 PM, Frank Bille <frankbille@...> wrote:
>
> > Hey all,
> >
> > I have build the 1.3.0 final release, and would like everyone to help
> > testing and approving it. This is the big one, the one that will be talked
> > about for years to come. So I would like if we could get as many people to
> > try it out on different platforms/browsers and give feedback based on
> > that.
> > This is the minimum I would prefer to have been tested (not everyone has
> > to
> > try every combination of cause):
> >
> > mvn install (in the distribution):
> > - Linux (I have already tried it)
> > - Windows
> > - OSX
> >
> > Wicket examples (ajax, links, forms, pub, etc.)
> > - IE6 (please check exception pages and popuppage, because of the recent
> > bug[1])
> > - IE7
> > - FF2 (I have already tried it)
> > - FF3?
> > - Safari
> > - Camino
> >
> >
> > As usual you can find the artifacts on my p.a.o account:
> >
> > Distribution:
> > http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/dist/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/>
> > <http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/
> > >
> >
> > Maven repo:
> > http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/m2-repo/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/>
> > <
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> > >
> >
> > RAT logs:
> > http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > <http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> >
> > The artifacts has been signed by yours truly.
> >
> >
> > [ ] Release Apache Wicket 1.3.0 final
> > [ ] Don't release because...
> >
> >
> > Regards,
> > Frank Bille
> >
> > [1]:
> > http://www.nabble.com/Final-1.3-before-31st-dec--to14503378.html#a14517216
> >
>

Re: [VOTE] Release Wicket 1.3.0 final

by Frank Bille :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have now rebuild and uploaded to the same place. The only difference is
the wicket examples index page. If someone can please verify that on IE6 as
well.

Frank


On Dec 31, 2007 1:28 AM, Matej Knopp <matej.knopp@...> wrote:

> +1
>
> -Matej
>
> On Dec 31, 2007 12:40 AM, Gerolf Seitz <gerolf.seitz@...> wrote:
> > almost all links on the wicket-examples start page are not clickable
> > in IE6. i just committed the fix, which only involves changes to the
> files
> > index.html and ie.css
> >
> > Frank suggested in ##wicket to rebuild the release, but not restart the
> > vote,
> > as these changes only affect IE6 and only "static" files were changed.
> >
> > i'm +1 for this approach.
> >
> > wdyt?
> >
> >   Gerolf
> >
> >
> > On Dec 29, 2007 5:14 PM, Frank Bille <frankbille@...> wrote:
> >
> > > Hey all,
> > >
> > > I have build the 1.3.0 final release, and would like everyone to help
> > > testing and approving it. This is the big one, the one that will be
> talked
> > > about for years to come. So I would like if we could get as many
> people to
> > > try it out on different platforms/browsers and give feedback based on
> > > that.
> > > This is the minimum I would prefer to have been tested (not everyone
> has
> > > to
> > > try every combination of cause):
> > >
> > > mvn install (in the distribution):
> > > - Linux (I have already tried it)
> > > - Windows
> > > - OSX
> > >
> > > Wicket examples (ajax, links, forms, pub, etc.)
> > > - IE6 (please check exception pages and popuppage, because of the
> recent
> > > bug[1])
> > > - IE7
> > > - FF2 (I have already tried it)
> > > - FF3?
> > > - Safari
> > > - Camino
> > >
> > >
> > > As usual you can find the artifacts on my p.a.o account:
> > >
> > > Distribution:
> > >
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/dist/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/>
> <http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/
> >
> > > <
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/
> > > >
> > >
> > > Maven repo:
> > >
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/m2-repo/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/>
> <
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> >
> > > <
> > >
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> > > >
> > >
> > > RAT logs:
> > > http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> <http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > > <http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > >
> > > The artifacts has been signed by yours truly.
> > >
> > >
> > > [ ] Release Apache Wicket 1.3.0 final
> > > [ ] Don't release because...
> > >
> > >
> > > Regards,
> > > Frank Bille
> > >
> > > [1]:
> > >
> http://www.nabble.com/Final-1.3-before-31st-dec--to14503378.html#a14517216
> > >
> >
>

Re: [VOTE] Release Wicket 1.3.0 final

by Martijn Dashorst :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Can we get some more votes please? This is a rather important release: it
will be plastered around the internets.
Martijn

On Dec 31, 2007 10:58 AM, Frank Bille <frankbille@...> wrote:

> I have now rebuild and uploaded to the same place. The only difference is
> the wicket examples index page. If someone can please verify that on IE6
> as
> well.
>
> Frank
>
>
> On Dec 31, 2007 1:28 AM, Matej Knopp <matej.knopp@...> wrote:
>
> > +1
> >
> > -Matej
> >
> > On Dec 31, 2007 12:40 AM, Gerolf Seitz <gerolf.seitz@...> wrote:
> > > almost all links on the wicket-examples start page are not clickable
> > > in IE6. i just committed the fix, which only involves changes to the
> > files
> > > index.html and ie.css
> > >
> > > Frank suggested in ##wicket to rebuild the release, but not restart
> the
> > > vote,
> > > as these changes only affect IE6 and only "static" files were changed.
> > >
> > > i'm +1 for this approach.
> > >
> > > wdyt?
> > >
> > >   Gerolf
> > >
> > >
> > > On Dec 29, 2007 5:14 PM, Frank Bille <frankbille@...> wrote:
> > >
> > > > Hey all,
> > > >
> > > > I have build the 1.3.0 final release, and would like everyone to
> help
> > > > testing and approving it. This is the big one, the one that will be
> > talked
> > > > about for years to come. So I would like if we could get as many
> > people to
> > > > try it out on different platforms/browsers and give feedback based
> on
> > > > that.
> > > > This is the minimum I would prefer to have been tested (not everyone
> > has
> > > > to
> > > > try every combination of cause):
> > > >
> > > > mvn install (in the distribution):
> > > > - Linux (I have already tried it)
> > > > - Windows
> > > > - OSX
> > > >
> > > > Wicket examples (ajax, links, forms, pub, etc.)
> > > > - IE6 (please check exception pages and popuppage, because of the
> > recent
> > > > bug[1])
> > > > - IE7
> > > > - FF2 (I have already tried it)
> > > > - FF3?
> > > > - Safari
> > > > - Camino
> > > >
> > > >
> > > > As usual you can find the artifacts on my p.a.o account:
> > > >
> > > > Distribution:
> > > >
> > http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/dist/<
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/>
> > <
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/
> > >
> > > > <
> >
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/
> > > > >
> > > >
> > > > Maven repo:
> > > >
> >
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/m2-repo/
> <
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> >
> > <
> >
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> > >
> > > > <
> > > >
> >
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> > > > >
> > > >
> > > > RAT logs:
> > > > http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/<
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > <http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > > > <
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > > >
> > > > The artifacts has been signed by yours truly.
> > > >
> > > >
> > > > [ ] Release Apache Wicket 1.3.0 final
> > > > [ ] Don't release because...
> > > >
> > > >
> > > > Regards,
> > > > Frank Bille
> > > >
> > > > [1]:
> > > >
> >
> http://www.nabble.com/Final-1.3-before-31st-dec--to14503378.html#a14517216
> > > >
> > >
> >
>



--
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0-rc2 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-rc1/

Re: [VOTE] Release Wicket 1.3.0 final

by Eelco Hillenius :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

Eelco

On Jan 1, 2008 7:06 PM, Martijn Dashorst <martijn.dashorst@...> wrote:

> Can we get some more votes please? This is a rather important release: it
> will be plastered around the internets.
> Martijn
>
>
> On Dec 31, 2007 10:58 AM, Frank Bille <frankbille@...> wrote:
>
> > I have now rebuild and uploaded to the same place. The only difference is
> > the wicket examples index page. If someone can please verify that on IE6
> > as
> > well.
> >
> > Frank
> >
> >
> > On Dec 31, 2007 1:28 AM, Matej Knopp <matej.knopp@...> wrote:
> >
> > > +1
> > >
> > > -Matej
> > >
> > > On Dec 31, 2007 12:40 AM, Gerolf Seitz <gerolf.seitz@...> wrote:
> > > > almost all links on the wicket-examples start page are not clickable
> > > > in IE6. i just committed the fix, which only involves changes to the
> > > files
> > > > index.html and ie.css
> > > >
> > > > Frank suggested in ##wicket to rebuild the release, but not restart
> > the
> > > > vote,
> > > > as these changes only affect IE6 and only "static" files were changed.
> > > >
> > > > i'm +1 for this approach.
> > > >
> > > > wdyt?
> > > >
> > > >   Gerolf
> > > >
> > > >
> > > > On Dec 29, 2007 5:14 PM, Frank Bille <frankbille@...> wrote:
> > > >
> > > > > Hey all,
> > > > >
> > > > > I have build the 1.3.0 final release, and would like everyone to
> > help
> > > > > testing and approving it. This is the big one, the one that will be
> > > talked
> > > > > about for years to come. So I would like if we could get as many
> > > people to
> > > > > try it out on different platforms/browsers and give feedback based
> > on
> > > > > that.
> > > > > This is the minimum I would prefer to have been tested (not everyone
> > > has
> > > > > to
> > > > > try every combination of cause):
> > > > >
> > > > > mvn install (in the distribution):
> > > > > - Linux (I have already tried it)
> > > > > - Windows
> > > > > - OSX
> > > > >
> > > > > Wicket examples (ajax, links, forms, pub, etc.)
> > > > > - IE6 (please check exception pages and popuppage, because of the
> > > recent
> > > > > bug[1])
> > > > > - IE7
> > > > > - FF2 (I have already tried it)
> > > > > - FF3?
> > > > > - Safari
> > > > > - Camino
> > > > >
> > > > >
> > > > > As usual you can find the artifacts on my p.a.o account:
> > > > >
> > > > > Distribution:
> > > > >
> > > http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/dist/<
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/>
> > > <
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/
> > > >
> > > > > <
> > >
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/
> > > > > >
> > > > >
> > > > > Maven repo:
> > > > >
> > >
> > http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/m2-repo/
> > <
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> > >
> > > <
> > >
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> > > >
> > > > > <
> > > > >
> > >
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> > > > > >
> > > > >
> > > > > RAT logs:
> > > > > http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/<
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > > <http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > > > > <
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > > > >
> > > > > The artifacts has been signed by yours truly.
> > > > >
> > > > >
> > > > > [ ] Release Apache Wicket 1.3.0 final
> > > > > [ ] Don't release because...
> > > > >
> > > > >
> > > > > Regards,
> > > > > Frank Bille
> > > > >
> > > > > [1]:
> > > > >
> > >
> > http://www.nabble.com/Final-1.3-before-31st-dec--to14503378.html#a14517216
> > > > >
> > > >
> > >
> >
>
>
>
>
> --
> Buy Wicket in Action: http://manning.com/dashorst
> Apache Wicket 1.3.0-rc2 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-rc1/
>

Re: [VOTE] Release Wicket 1.3.0 final

by Gerolf Seitz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

On Jan 1, 2008 5:24 PM, Eelco Hillenius <eelco.hillenius@...> wrote:

> +1
>
> Eelco
>
> On Jan 1, 2008 7:06 PM, Martijn Dashorst <martijn.dashorst@...>
> wrote:
> > Can we get some more votes please? This is a rather important release:
> it
> > will be plastered around the internets.
> > Martijn
> >
> >
> > On Dec 31, 2007 10:58 AM, Frank Bille <frankbille@...> wrote:
> >
> > > I have now rebuild and uploaded to the same place. The only difference
> is
> > > the wicket examples index page. If someone can please verify that on
> IE6
> > > as
> > > well.
> > >
> > > Frank
> > >
> > >
> > > On Dec 31, 2007 1:28 AM, Matej Knopp <matej.knopp@...> wrote:
> > >
> > > > +1
> > > >
> > > > -Matej
> > > >
> > > > On Dec 31, 2007 12:40 AM, Gerolf Seitz <gerolf.seitz@...>
> wrote:
> > > > > almost all links on the wicket-examples start page are not
> clickable
> > > > > in IE6. i just committed the fix, which only involves changes to
> the
> > > > files
> > > > > index.html and ie.css
> > > > >
> > > > > Frank suggested in ##wicket to rebuild the release, but not
> restart
> > > the
> > > > > vote,
> > > > > as these changes only affect IE6 and only "static" files were
> changed.
> > > > >
> > > > > i'm +1 for this approach.
> > > > >
> > > > > wdyt?
> > > > >
> > > > >   Gerolf
> > > > >
> > > > >
> > > > > On Dec 29, 2007 5:14 PM, Frank Bille <frankbille@...>
> wrote:
> > > > >
> > > > > > Hey all,
> > > > > >
> > > > > > I have build the 1.3.0 final release, and would like everyone to
> > > help
> > > > > > testing and approving it. This is the big one, the one that will
> be
> > > > talked
> > > > > > about for years to come. So I would like if we could get as many
> > > > people to
> > > > > > try it out on different platforms/browsers and give feedback
> based
> > > on
> > > > > > that.
> > > > > > This is the minimum I would prefer to have been tested (not
> everyone
> > > > has
> > > > > > to
> > > > > > try every combination of cause):
> > > > > >
> > > > > > mvn install (in the distribution):
> > > > > > - Linux (I have already tried it)
> > > > > > - Windows
> > > > > > - OSX
> > > > > >
> > > > > > Wicket examples (ajax, links, forms, pub, etc.)
> > > > > > - IE6 (please check exception pages and popuppage, because of
> the
> > > > recent
> > > > > > bug[1])
> > > > > > - IE7
> > > > > > - FF2 (I have already tried it)
> > > > > > - FF3?
> > > > > > - Safari
> > > > > > - Camino
> > > > > >
> > > > > >
> > > > > > As usual you can find the artifacts on my p.a.o account:
> > > > > >
> > > > > > Distribution:
> > > > > >
> > > >
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/dist/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/>
> <
> > >
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/>
> > > > <
> > >
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/
> > > > >
> > > > > > <
> > > >
> > >
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/
> > > > > > >
> > > > > >
> > > > > > Maven repo:
> > > > > >
> > > >
> > >
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/m2-repo/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/>
> > > <
> > >
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> > > >
> > > > <
> > > >
> > >
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> > > > >
> > > > > > <
> > > > > >
> > > >
> > >
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> > > > > > >
> > > > > >
> > > > > > RAT logs:
> > > > > >
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> <
> > > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > > > <
> http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > > > > > <
> > > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > > > > >
> > > > > > The artifacts has been signed by yours truly.
> > > > > >
> > > > > >
> > > > > > [ ] Release Apache Wicket 1.3.0 final
> > > > > > [ ] Don't release because...
> > > > > >
> > > > > >
> > > > > > Regards,
> > > > > > Frank Bille
> > > > > >
> > > > > > [1]:
> > > > > >
> > > >
> > >
> http://www.nabble.com/Final-1.3-before-31st-dec--to14503378.html#a14517216
> > > > > >
> > > > >
> > > >
> > >
> >
> >
> >
> >
> > --
> > Buy Wicket in Action: http://manning.com/dashorst
> > Apache Wicket 1.3.0-rc2 is released
> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-rc1/
> >
>

Re: [VOTE] Release Wicket 1.3.0 final

by igor.vaynberg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

-igor


On Jan 1, 2008 4:06 AM, Martijn Dashorst <martijn.dashorst@...> wrote:

> Can we get some more votes please? This is a rather important release: it
> will be plastered around the internets.
> Martijn
>
>
> On Dec 31, 2007 10:58 AM, Frank Bille <frankbille@...> wrote:
>
> > I have now rebuild and uploaded to the same place. The only difference is
> > the wicket examples index page. If someone can please verify that on IE6
> > as
> > well.
> >
> > Frank
> >
> >
> > On Dec 31, 2007 1:28 AM, Matej Knopp <matej.knopp@...> wrote:
> >
> > > +1
> > >
> > > -Matej
> > >
> > > On Dec 31, 2007 12:40 AM, Gerolf Seitz <gerolf.seitz@...> wrote:
> > > > almost all links on the wicket-examples start page are not clickable
> > > > in IE6. i just committed the fix, which only involves changes to the
> > > files
> > > > index.html and ie.css
> > > >
> > > > Frank suggested in ##wicket to rebuild the release, but not restart
> > the
> > > > vote,
> > > > as these changes only affect IE6 and only "static" files were changed.
> > > >
> > > > i'm +1 for this approach.
> > > >
> > > > wdyt?
> > > >
> > > >   Gerolf
> > > >
> > > >
> > > > On Dec 29, 2007 5:14 PM, Frank Bille <frankbille@...> wrote:
> > > >
> > > > > Hey all,
> > > > >
> > > > > I have build the 1.3.0 final release, and would like everyone to
> > help
> > > > > testing and approving it. This is the big one, the one that will be
> > > talked
> > > > > about for years to come. So I would like if we could get as many
> > > people to
> > > > > try it out on different platforms/browsers and give feedback based
> > on
> > > > > that.
> > > > > This is the minimum I would prefer to have been tested (not everyone
> > > has
> > > > > to
> > > > > try every combination of cause):
> > > > >
> > > > > mvn install (in the distribution):
> > > > > - Linux (I have already tried it)
> > > > > - Windows
> > > > > - OSX
> > > > >
> > > > > Wicket examples (ajax, links, forms, pub, etc.)
> > > > > - IE6 (please check exception pages and popuppage, because of the
> > > recent
> > > > > bug[1])
> > > > > - IE7
> > > > > - FF2 (I have already tried it)
> > > > > - FF3?
> > > > > - Safari
> > > > > - Camino
> > > > >
> > > > >
> > > > > As usual you can find the artifacts on my p.a.o account:
> > > > >
> > > > > Distribution:
> > > > >
> > > http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/dist/<
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/>
> > > <
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/
> > > >
> > > > > <
> > >
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/
> > > > > >
> > > > >
> > > > > Maven repo:
> > > > >
> > >
> > http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/m2-repo/
> > <
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> > >
> > > <
> > >
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> > > >
> > > > > <
> > > > >
> > >
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> > > > > >
> > > > >
> > > > > RAT logs:
> > > > > http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/<
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > > <http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > > > > <
> > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > > > >
> > > > > The artifacts has been signed by yours truly.
> > > > >
> > > > >
> > > > > [ ] Release Apache Wicket 1.3.0 final
> > > > > [ ] Don't release because...
> > > > >
> > > > >
> > > > > Regards,
> > > > > Frank Bille
> > > > >
> > > > > [1]:
> > > > >
> > >
> > http://www.nabble.com/Final-1.3-before-31st-dec--to14503378.html#a14517216
> > > > >
> > > >
> > >
> >
>
>
>
>
> --
> Buy Wicket in Action: http://manning.com/dashorst
> Apache Wicket 1.3.0-rc2 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-rc1/
>

Re: [VOTE] Release Wicket 1.3.0 final

by Matej Knopp-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1

-Matej

On Jan 1, 2008 7:03 PM, Igor Vaynberg <igor.vaynberg@...> wrote:

> +1
>
> -igor
>
>
> On Jan 1, 2008 4:06 AM, Martijn Dashorst <martijn.dashorst@...> wrote:
>
> > Can we get some more votes please? This is a rather important release: it
> > will be plastered around the internets.
> > Martijn
> >
> >
> > On Dec 31, 2007 10:58 AM, Frank Bille <frankbille@...> wrote:
> >
> > > I have now rebuild and uploaded to the same place. The only difference is
> > > the wicket examples index page. If someone can please verify that on IE6
> > > as
> > > well.
> > >
> > > Frank
> > >
> > >
> > > On Dec 31, 2007 1:28 AM, Matej Knopp <matej.knopp@...> wrote:
> > >
> > > > +1
> > > >
> > > > -Matej
> > > >
> > > > On Dec 31, 2007 12:40 AM, Gerolf Seitz <gerolf.seitz@...> wrote:
> > > > > almost all links on the wicket-examples start page are not clickable
> > > > > in IE6. i just committed the fix, which only involves changes to the
> > > > files
> > > > > index.html and ie.css
> > > > >
> > > > > Frank suggested in ##wicket to rebuild the release, but not restart
> > > the
> > > > > vote,
> > > > > as these changes only affect IE6 and only "static" files were changed.
> > > > >
> > > > > i'm +1 for this approach.
> > > > >
> > > > > wdyt?
> > > > >
> > > > >   Gerolf
> > > > >
> > > > >
> > > > > On Dec 29, 2007 5:14 PM, Frank Bille <frankbille@...> wrote:
> > > > >
> > > > > > Hey all,
> > > > > >
> > > > > > I have build the 1.3.0 final release, and would like everyone to
> > > help
> > > > > > testing and approving it. This is the big one, the one that will be
> > > > talked
> > > > > > about for years to come. So I would like if we could get as many
> > > > people to
> > > > > > try it out on different platforms/browsers and give feedback based
> > > on
> > > > > > that.
> > > > > > This is the minimum I would prefer to have been tested (not everyone
> > > > has
> > > > > > to
> > > > > > try every combination of cause):
> > > > > >
> > > > > > mvn install (in the distribution):
> > > > > > - Linux (I have already tried it)
> > > > > > - Windows
> > > > > > - OSX
> > > > > >
> > > > > > Wicket examples (ajax, links, forms, pub, etc.)
> > > > > > - IE6 (please check exception pages and popuppage, because of the
> > > > recent
> > > > > > bug[1])
> > > > > > - IE7
> > > > > > - FF2 (I have already tried it)
> > > > > > - FF3?
> > > > > > - Safari
> > > > > > - Camino
> > > > > >
> > > > > >
> > > > > > As usual you can find the artifacts on my p.a.o account:
> > > > > >
> > > > > > Distribution:
> > > > > >
> > > > http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/dist/<
> > > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/>
> > > > <
> > > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/
> > > > >
> > > > > > <
> > > >
> > > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/
> > > > > > >
> > > > > >
> > > > > > Maven repo:
> > > > > >
> > > >
> > > http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/m2-repo/
> > > <
> > > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> > > >
> > > > <
> > > >
> > > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> > > > >
> > > > > > <
> > > > > >
> > > >
> > > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/
> > > > > > >
> > > > > >
> > > > > > RAT logs:
> > > > > > http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/<
> > > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > > > <http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > > > > > <
> > > http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
> > > > > >
> > > > > > The artifacts has been signed by yours truly.
> > > > > >
> > > > > >
> > > > > > [ ] Release Apache Wicket 1.3.0 final
> > > > > > [ ] Don't release because...
> > > > > >
> > > > > >
> > > > > > Regards,
> > > > > > Frank Bille
> > > > > >
> > > > > > [1]:
> > > > > >
> > > >
> > > http://www.nabble.com/Final-1.3-before-31st-dec--to14503378.html#a14517216
> > > > > >
> > > > >
> > > >
> > >
> >
> >
> >
> >
> > --
> > Buy Wicket in Action: http://manning.com/dashorst
> > Apache Wicket 1.3.0-rc2 is released
> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-rc1/
> >
>

Re: [VOTE] Release Wicket 1.3.0 final

by Frank Bille :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Dec 29, 2007 5:14 PM, Frank Bille <frankbille@...> wrote:

> [x] Release Apache Wicket 1.3.0 final
> [ ] Don't release because...
>

After having tested it some more in a real application as well.

Frank

Re: [VOTE] Release Wicket 1.3.0 final

by Frank Bille :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I end the vote now. The result is positive with the following votes:

+1 (binding)
Martijn Dashorst
Gwyn Evans
Eelco Hillenius
Gerolf Seitz
Igor Vaynberg
Matej Knopp
Frank Bille

+1 (non-binding)
Korbinian Bachl
Martin Grigorov

No 0 or -1 votes.


After some counting I can see that we should have covered the major
platforms/browsers (some is confirmed off line though). Thank you everyone
for helping testing this release.

I will now post the artifacts to the mirror systems.


Thank you all for taking time to vote,
Frank Bille


On Dec 29, 2007 5:14 PM, Frank Bille <frankbille@...> wrote:

> Hey all,
>
> I have build the 1.3.0 final release, and would like everyone to help
> testing and approving it. This is the big one, the one that will be talked
> about for years to come. So I would like if we could get as many people to
> try it out on different platforms/browsers and give feedback based on that.
> This is the minimum I would prefer to have been tested (not everyone has to
> try every combination of cause):
>
> mvn install (in the distribution):
> - Linux (I have already tried it)
> - Windows
> - OSX
>
> Wicket examples (ajax, links, forms, pub, etc.)
> - IE6 (please check exception pages and popuppage, because of the recent
> bug[1])
> - IE7
> - FF2 (I have already tried it)
> - FF3?
> - Safari
> - Camino
>
>
> As usual you can find the artifacts on my p.a.o account:
>
> Distribution:
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/dist/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/>
>
> Maven repo:
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/m2-repo/
>
> <http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/>
>
> RAT logs:
> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
>
> The artifacts has been signed by yours truly.
>
>
> [ ] Release Apache Wicket 1.3.0 final
> [ ] Don't release because...
>
>
> Regards,
> Frank Bille
>
> [1]:
> http://www.nabble.com/Final-1.3-before-31st-dec--to14503378.html#a14517216
>

Re: [VOTE] Release Wicket 1.3.0 final

by Ate Douma :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Happy New Year everyone!

Although the vote has been ended already I'd like to give my +1 too.

I do think though the vote has ended a bit too fast given that it has been only marginally more than 72 hours as well as crossing the end of the year and in the
middle of holidays for many people.

Nonetheless, I found no issues with it and, besides the IE6 problem, neither has anyone else it seems, so I'm OK with the release.

It really is a nice New Year Present :)

Next time though, I think we should start a few days earlier when planning to send out a release on New Years Day...

Regards,

Ate


Frank Bille wrote:

> Hi all,
>
> I end the vote now. The result is positive with the following votes:
>
> +1 (binding)
> Martijn Dashorst
> Gwyn Evans
> Eelco Hillenius
> Gerolf Seitz
> Igor Vaynberg
> Matej Knopp
> Frank Bille
>
> +1 (non-binding)
> Korbinian Bachl
> Martin Grigorov
>
> No 0 or -1 votes.
>
>
> After some counting I can see that we should have covered the major
> platforms/browsers (some is confirmed off line though). Thank you everyone
> for helping testing this release.
>
> I will now post the artifacts to the mirror systems.
>
>
> Thank you all for taking time to vote,
> Frank Bille
>
>
> On Dec 29, 2007 5:14 PM, Frank Bille <frankbille@...> wrote:
>
>> Hey all,
>>
>> I have build the 1.3.0 final release, and would like everyone to help
>> testing and approving it. This is the big one, the one that will be talked
>> about for years to come. So I would like if we could get as many people to
>> try it out on different platforms/browsers and give feedback based on that.
>> This is the minimum I would prefer to have been tested (not everyone has to
>> try every combination of cause):
>>
>> mvn install (in the distribution):
>> - Linux (I have already tried it)
>> - Windows
>> - OSX
>>
>> Wicket examples (ajax, links, forms, pub, etc.)
>> - IE6 (please check exception pages and popuppage, because of the recent
>> bug[1])
>> - IE7
>> - FF2 (I have already tried it)
>> - FF3?
>> - Safari
>> - Camino
>>
>>
>> As usual you can find the artifacts on my p.a.o account:
>>
>> Distribution:
>> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/dist/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/dist/>
>>
>> Maven repo:
>> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/m2-repo/
>>
>> <http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/m2-repo/>
>>
>> RAT logs:
>> http://people.apache.org/~frankbille/releases/apache-wicket-1.3.0/<http://people.apache.org/%7Efrankbille/releases/apache-wicket-1.3.0/>
>>
>> The artifacts has been signed by yours truly.
>>
>>
>> [ ] Release Apache Wicket 1.3.0 final
>> [ ] Don't release because...
>>
>>
>> Regards,
>> Frank Bille
>>
>> [1]:
>> http://www.nabble.com/Final-1.3-before-31st-dec--to14503378.html#a14517216
>>
>


Re: [VOTE] Release Wicket 1.3.0 final

by Frank Bille :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you for the vote.

On Jan 2, 2008 11:28 AM, Ate Douma <ate@...> wrote:

> Happy New Year everyone!
>
> Although the vote has been ended already I'd like to give my +1 too.
>
> I do think though the vote has ended a bit too fast given that it has been
> only marginally more than 72 hours as well as crossing the end of the year
> and in the
> middle of holidays for many people.


>
...
>

> Next time though, I think we should start a few days earlier when planning
> to send out a release on New Years Day...
>

I agree, I build the release too late. This is one of the things I would
like to do different next time. I have a list of things I think should
change for the next cycle, which I will propose this week.

Frank