You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Igor Vaynberg <ig...@gmail.com> on 2007/03/01 17:16:30 UTC

releasing 1.3

ok boys and girls, ive finished collecting the missing ICLAs, see
https://issues.apache.org/jira/browse/WICKET-180

whats next?

-igor

Re: releasing 1.3

Posted by Xavier Hanin <xa...@gmail.com>.
On 3/1/07, Upayavira <uv...@odoko.co.uk> wrote:
> Xavier Hanin wrote:
> > On 3/1/07, Johan Compagner <jc...@gmail.com> wrote:
> >> fix all the outstanding bugs, implement all the needed features
> > +1
> >
> > I think you should at least go through all the examples and see if
> > they work. I've tried some of them and had at least two bugs (see
> > WICKET-343 and WICKET-317).
> >
> > My 2c.
>
> At this point, it is vastly more important that we make sure the release
> is _legally_ correct than that it is technically correct. Thus
> personally, I'd be happy to release it in whatever state it is in.
>
> If that means we need to call it 1.3alpha, that's fine. But let's get it
> out, get it's legal bits validated, and then get on with making it
> actually work after that :-D
It makes sense, I agree.

- Xavier

>
> Regards, Upayavira
>

Re: releasing 1.3

Posted by Upayavira <uv...@odoko.co.uk>.
Xavier Hanin wrote:
> On 3/1/07, Johan Compagner <jc...@gmail.com> wrote:
>> fix all the outstanding bugs, implement all the needed features
> +1
> 
> I think you should at least go through all the examples and see if
> they work. I've tried some of them and had at least two bugs (see
> WICKET-343 and WICKET-317).
> 
> My 2c.

At this point, it is vastly more important that we make sure the release 
is _legally_ correct than that it is technically correct. Thus 
personally, I'd be happy to release it in whatever state it is in.

If that means we need to call it 1.3alpha, that's fine. But let's get it 
out, get it's legal bits validated, and then get on with making it 
actually work after that :-D

Regards, Upayavira

Re: releasing 1.3

Posted by Xavier Hanin <xa...@gmail.com>.
On 3/1/07, Johan Compagner <jc...@gmail.com> wrote:
> fix all the outstanding bugs, implement all the needed features
+1

I think you should at least go through all the examples and see if
they work. I've tried some of them and had at least two bugs (see
WICKET-343 and WICKET-317).

My 2c.

- Xavier

> backport and forward port everything
>
> i trust igor can take 90% of that.
>
> johan
>
>
> On 3/1/07, Igor Vaynberg <ig...@gmail.com> wrote:
> >
> > ok boys and girls, ive finished collecting the missing ICLAs, see
> > https://issues.apache.org/jira/browse/WICKET-180
> >
> > whats next?
> >
> > -igor
> >
>

Re: releasing 1.3

Posted by Johan Compagner <jc...@gmail.com>.
fix all the outstanding bugs, implement all the needed features
backport and forward port everything

i trust igor can take 90% of that.

johan


On 3/1/07, Igor Vaynberg <ig...@gmail.com> wrote:
>
> ok boys and girls, ive finished collecting the missing ICLAs, see
> https://issues.apache.org/jira/browse/WICKET-180
>
> whats next?
>
> -igor
>

Re: releasing 1.3

Posted by Bertrand Delacretaz <bd...@apache.org>.
On 3/1/07, Eelco Hillenius <ee...@gmail.com> wrote:

> ...I haven't really got
> to the signing part and all yet; don't know how much work that is and
> how that all works...

See http://www.eu.apache.org/dev/release-signing.html - which is
fairly detailed but signing files is quite easy once you have a PGP
key:

$ gpg --armor --output somefile.tar.gz.asc --detach-sign somefile.tar.gz

generates a signature of somefile.tar.gz in somefile.tar.gz.asc, and

$ gpg --verify somefile.tar.gz.asc somefile.tar.gz

allows one to verify the signature.

BTW, for those who will be at ApacheCon, it'd be good to attend the
PGP key signing "party" (usually announced a few days in advance on
the committers@ list) and have your key signed by others, it helps
build the ASF's web of trust for releases.

-Bertrand

Re: releasing 1.3

Posted by Martijn Dashorst <ma...@gmail.com>.
One of the reasons I don't use the wicket-parent to create a build is
that the parent doesn't need a zip for distribution, it is only
necessary for the maven repository. However, checking it with rat
still is not a bad thing to do :-)

Martijn

On 3/3/07, Frank Bille <fr...@gmail.com> wrote:
> We create an artifact which we distribute to maven. IANAL, but I think that
> it is covered by the same rules as the others.
>
> But it's not a problem for me to test it.
>
> Frank
>
> On 3/3/07, Martijn Dashorst <ma...@gmail.com> wrote:
> >
> > Yep,
> >
> > But wicket-parent isn't a releasable project in itself I guess.
> >
> > Martijn
> >
> > On 3/2/07, Frank Bille <fr...@gmail.com> wrote:
> > > On 3/1/07, Eelco Hillenius <ee...@gmail.com> wrote:
> > > >
> > > > > Someone needs to try running RAT on our codebase.
> > > >
> > > > Hey Frank, could you give that a go?
> > >
> > >
> > > Yes, finally (Thx Igor). I'll look at it this weekend. Just so I/we
> > don't
> > > spend too much time on something which is not being released, is this
> > the
> > > projects we will release:
> > >
> > >    - wicket/<
> > https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket/
> > >
> > >    - wicket-auth-roles/<
> > https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-auth-roles/
> > >
> > >    - wicket-auth-roles-examples/<
> > https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-auth-roles-examples/
> > >
> > >    - wicket-datetime/<
> > https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-datetime/
> > >
> > >    - wicket-examples/<
> > https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-examples/
> > >
> > >    - wicket-extensions/<
> > https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-extensions/
> > >
> > >    - wicket-jmx/<
> > https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-jmx/
> > >
> > >    - wicket-parent/<
> > https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-parent/
> > >
> > >    - wicket-portlet-examples/<
> > https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-portlet-examples/
> > >
> > >    - wicket-quickstart/<
> > https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-quickstart/
> > >
> > >    - wicket-spring/<
> > https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-spring/
> > >
> > >    - wicket-spring-annot/<
> > https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-spring-annot/
> > >
> > >    - wicket-spring-annot-examples/<
> > https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-spring-annot-examples/
> > >
> > >    - wicket-spring-examples/<
> > https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-spring-examples/
> > >
> > >
> > >
> > > Frank
> > >
> >
> >
> > --
> > Learn Wicket at ApacheCon Europe: http://apachecon.com
> > Join the wicket community at irc.freenode.net: ##wicket
> > Wicket 1.2.5 will keep your server alive. Download Wicket now!
> > http://wicketframework.org
> >
>


-- 
Learn Wicket at ApacheCon Europe: http://apachecon.com
Join the wicket community at irc.freenode.net: ##wicket
Wicket 1.2.5 will keep your server alive. Download Wicket now!
http://wicketframework.org

Re: releasing 1.3

Posted by Frank Bille <fr...@gmail.com>.
We create an artifact which we distribute to maven. IANAL, but I think that
it is covered by the same rules as the others.

But it's not a problem for me to test it.

Frank

On 3/3/07, Martijn Dashorst <ma...@gmail.com> wrote:
>
> Yep,
>
> But wicket-parent isn't a releasable project in itself I guess.
>
> Martijn
>
> On 3/2/07, Frank Bille <fr...@gmail.com> wrote:
> > On 3/1/07, Eelco Hillenius <ee...@gmail.com> wrote:
> > >
> > > > Someone needs to try running RAT on our codebase.
> > >
> > > Hey Frank, could you give that a go?
> >
> >
> > Yes, finally (Thx Igor). I'll look at it this weekend. Just so I/we
> don't
> > spend too much time on something which is not being released, is this
> the
> > projects we will release:
> >
> >    - wicket/<
> https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket/
> >
> >    - wicket-auth-roles/<
> https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-auth-roles/
> >
> >    - wicket-auth-roles-examples/<
> https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-auth-roles-examples/
> >
> >    - wicket-datetime/<
> https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-datetime/
> >
> >    - wicket-examples/<
> https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-examples/
> >
> >    - wicket-extensions/<
> https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-extensions/
> >
> >    - wicket-jmx/<
> https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-jmx/
> >
> >    - wicket-parent/<
> https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-parent/
> >
> >    - wicket-portlet-examples/<
> https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-portlet-examples/
> >
> >    - wicket-quickstart/<
> https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-quickstart/
> >
> >    - wicket-spring/<
> https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-spring/
> >
> >    - wicket-spring-annot/<
> https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-spring-annot/
> >
> >    - wicket-spring-annot-examples/<
> https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-spring-annot-examples/
> >
> >    - wicket-spring-examples/<
> https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-spring-examples/
> >
> >
> >
> > Frank
> >
>
>
> --
> Learn Wicket at ApacheCon Europe: http://apachecon.com
> Join the wicket community at irc.freenode.net: ##wicket
> Wicket 1.2.5 will keep your server alive. Download Wicket now!
> http://wicketframework.org
>

Re: releasing 1.3

Posted by Martijn Dashorst <ma...@gmail.com>.
Yep,

But wicket-parent isn't a releasable project in itself I guess.

Martijn

On 3/2/07, Frank Bille <fr...@gmail.com> wrote:
> On 3/1/07, Eelco Hillenius <ee...@gmail.com> wrote:
> >
> > > Someone needs to try running RAT on our codebase.
> >
> > Hey Frank, could you give that a go?
>
>
> Yes, finally (Thx Igor). I'll look at it this weekend. Just so I/we don't
> spend too much time on something which is not being released, is this the
> projects we will release:
>
>    - wicket/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket/>
>    - wicket-auth-roles/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-auth-roles/>
>    - wicket-auth-roles-examples/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-auth-roles-examples/>
>    - wicket-datetime/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-datetime/>
>    - wicket-examples/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-examples/>
>    - wicket-extensions/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-extensions/>
>    - wicket-jmx/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-jmx/>
>    - wicket-parent/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-parent/>
>    - wicket-portlet-examples/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-portlet-examples/>
>    - wicket-quickstart/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-quickstart/>
>    - wicket-spring/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-spring/>
>    - wicket-spring-annot/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-spring-annot/>
>    - wicket-spring-annot-examples/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-spring-annot-examples/>
>    - wicket-spring-examples/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-spring-examples/>
>
>
> Frank
>


-- 
Learn Wicket at ApacheCon Europe: http://apachecon.com
Join the wicket community at irc.freenode.net: ##wicket
Wicket 1.2.5 will keep your server alive. Download Wicket now!
http://wicketframework.org

Re: releasing 1.3

Posted by Eelco Hillenius <ee...@gmail.com>.
> Perhaps we should create a "Release Wicket 1.3 alpha proposal" wiki page
> where we write about the release and the legals.

Sure. As long as we call it beta rather than alpha :)

Eelco

Re: releasing 1.3

Posted by Frank Bille <fr...@gmail.com>.
On 3/2/07, Frank Bille <fr...@gmail.com> wrote:
>
> On 3/1/07, Eelco Hillenius <ee...@gmail.com> wrote:
> >
> > > Someone needs to try running RAT on our codebase.
> >
> > Hey Frank, could you give that a go?
>
>
> Yes, finally (Thx Igor). I'll look at it this weekend.
>

I have run rat on most of the projects now (still miss some of the "smaller"
examples projects, I'll see if I have time for it tuesday). You can see the
log file of it here:

http://issues.apache.org/jira/browse/WICKET-182

Perhaps we should create a "Release Wicket 1.3 alpha proposal" wiki page
where we write about the release and the legals. Then we can link to it when
we are ready to vote for it here and on incubator. We have some explanations
on why some of the files doesn't have a license header, but it is "hidden"
in our ApacheLicenseHeader tests.

Frank

Re: releasing 1.3

Posted by Frank Bille <fr...@gmail.com>.
On 3/1/07, Eelco Hillenius <ee...@gmail.com> wrote:
>
> > Someone needs to try running RAT on our codebase.
>
> Hey Frank, could you give that a go?


Yes, finally (Thx Igor). I'll look at it this weekend. Just so I/we don't
spend too much time on something which is not being released, is this the
projects we will release:

   - wicket/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket/>
   - wicket-auth-roles/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-auth-roles/>
   - wicket-auth-roles-examples/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-auth-roles-examples/>
   - wicket-datetime/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-datetime/>
   - wicket-examples/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-examples/>
   - wicket-extensions/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-extensions/>
   - wicket-jmx/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-jmx/>
   - wicket-parent/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-parent/>
   - wicket-portlet-examples/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-portlet-examples/>
   - wicket-quickstart/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-quickstart/>
   - wicket-spring/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-spring/>
   - wicket-spring-annot/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-spring-annot/>
   - wicket-spring-annot-examples/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-spring-annot-examples/>
   - wicket-spring-examples/<https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-spring-examples/>


Frank

Re: releasing 1.3

Posted by Eelco Hillenius <ee...@gmail.com>.
> Someone needs to try running RAT on our codebase.

Hey Frank, could you give that a go?

> If it looks okay, then we need to package a release, vote on it
> ourselves, and then hand it to the incubator PMC for approval.

Cool. So we can finally push out 1.3beta1 then.  I haven't really got
to the signing part and all yet; don't know how much work that is and
how that all works.

Eelco

Re: releasing 1.3

Posted by Upayavira <uv...@odoko.co.uk>.
Igor Vaynberg wrote:
> ok boys and girls, ive finished collecting the missing ICLAs, see
> https://issues.apache.org/jira/browse/WICKET-180
> 
> whats next?

Someone needs to try running RAT on our codebase.

If it looks okay, then we need to package a release, vote on it 
ourselves, and then hand it to the incubator PMC for approval.

That's all that occurs to me at this point.

Regards, Upayavira