You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Tamás Cservenák <ta...@cservenak.net> on 2012/09/12 20:20:24 UTC

[VOTE] Release Maven Indexer version 5.0.0

Hi,

We solved 6 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112&version=18722

There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=12112&status=1

Staging repo:
https://repository.apache.org/content/repositories/maven-058/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1



Thanks,
~t~

Re: [VOTE] Release Maven Indexer version 5.0.0

Posted by Olivier Lamy <ol...@apache.org>.
2012/9/17 Tamás Cservenák <ta...@cservenak.net>:
> Hi Olivier,
>
> changes are already in the trunk, and they are merely about two things:
>
> * MINDEXER-62 move out the CLI creation from indexer-core module (into new
> indexer-cli module) as it's deps are just clogging the POM, making it
> _tricky_ to properly handle deps
> * bumping/aligning the dependencies to those used in latest maven (aether
> and sisu-plexus).
>
> First one is https://jira.codehaus.org/browse/MINDEXER-62
>
> As there is _no_ code change, except of move-out of two CLI related classes
> (and CLI dependency mumbo jumbo plus shade plugin) from indexer-core,
> it this should have minimal impact. Even today, when indexer-core was used
> as lib, the two CLI related classes were present as "dead code", lacking
> plexus-cli and commons-cli deps. The "src/test/repo" is currently
> duplicated, as some indexer-core UTs but also CLI ITs are using it, but I
> did not want to fiddle too much with UTs and loose time on them. We can
> easily clean up that later, and create a "resource bundle" with "repo
> binaries" to be shared among the two indexer-core and indexer-cli modules.
sounds nice (agree on fix that later)
>
> OTOH, the dep bump IMO should be also less of an impact, as applications
> embedding Indexer probably anyway use the latest stuff of aether and sisu
> (if use plexus at all).
>
> Trunk should be ready for release.

perfect

>
>
> Thanks,
> ~t~
>
> On Mon, Sep 17, 2012 at 1:18 PM, Olivier Lamy <ol...@apache.org> wrote:
>
>> What ??? !!!!!
>>
>> How long will that take ? I'm dependent on this for a product.
>>
>> BTW I'm  bit confused to see that as some people takes the time to
>> test and check staged artifacts.
>> So they spend a bit of their spare time for nothing because you
>> decided something else without sharing that.
>>
>> AFAIK the vote passed and everything was ok for releasing.
>> Before doing that you could at least ask here to ask feedback from the
>> community !!
>> What was the issue to release again in 1 or 2 weeks ?
>>
>>
>>
>> 2012/9/17 Tamás Cservenák <ta...@cservenak.net>:
>> > Am withdrawing the vote for now, I have more pending changes to be
>> >  applied, and that would be suited to a major release.
>> >
>> > Thanks for your votes!
>> >
>> >
>> > Thanks,
>> > ~t~
>> >
>> >
>> > On Fri, Sep 14, 2012 at 1:35 PM, Vincent Siveton <vsiveton@apache.org
>> >wrote:
>> >
>> >> +1 but same comments.
>> >>
>> >> V.
>> >>
>> >> 2012/9/13 Hervé BOUTEMY <he...@free.fr>:
>> >> > +1
>> >> >
>> >> > but there is no site?
>> >> >
>> >> > Regards,
>> >> >
>> >> > Hervé
>> >> >
>> >> > Le mercredi 12 septembre 2012 20:20:24 Tamás Cservenák a écrit :
>> >> >> Hi,
>> >> >>
>> >> >> We solved 6 issues:
>> >> >>
>> >>
>> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112&version=187
>> >> >> 22
>> >> >>
>> >> >> There are still a couple of issues left in JIRA:
>> >> >>
>> >>
>> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=12112&sta
>> >> >> tus=1
>> >> >>
>> >> >> Staging repo:
>> >> >> https://repository.apache.org/content/repositories/maven-058/
>> >> >>
>> >> >> Guide to testing staged releases:
>> >> >>
>> http://maven.apache.org/guides/development/guide-testing-releases.html
>> >> >>
>> >> >> Vote open for 72 hours.
>> >> >>
>> >> >> [ ] +1
>> >> >> [ ] +0
>> >> >> [ ] -1
>> >> >>
>> >> >>
>> >> >>
>> >> >> Thanks,
>> >> >> ~t~
>> >> >
>> >> > ---------------------------------------------------------------------
>> >> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> >> > For additional commands, e-mail: dev-help@maven.apache.org
>> >> >
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> >> For additional commands, e-mail: dev-help@maven.apache.org
>> >>
>> >>
>>
>>
>>
>> --
>> Olivier Lamy
>> Talend: http://coders.talend.com
>> http://twitter.com/olamy | http://linkedin.com/in/olamy
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven Indexer version 5.0.0

Posted by Tamás Cservenák <ta...@cservenak.net>.
Hi Olivier,

changes are already in the trunk, and they are merely about two things:

* MINDEXER-62 move out the CLI creation from indexer-core module (into new
indexer-cli module) as it's deps are just clogging the POM, making it
_tricky_ to properly handle deps
* bumping/aligning the dependencies to those used in latest maven (aether
and sisu-plexus).

First one is https://jira.codehaus.org/browse/MINDEXER-62

As there is _no_ code change, except of move-out of two CLI related classes
(and CLI dependency mumbo jumbo plus shade plugin) from indexer-core,
it this should have minimal impact. Even today, when indexer-core was used
as lib, the two CLI related classes were present as "dead code", lacking
plexus-cli and commons-cli deps. The "src/test/repo" is currently
duplicated, as some indexer-core UTs but also CLI ITs are using it, but I
did not want to fiddle too much with UTs and loose time on them. We can
easily clean up that later, and create a "resource bundle" with "repo
binaries" to be shared among the two indexer-core and indexer-cli modules.

OTOH, the dep bump IMO should be also less of an impact, as applications
embedding Indexer probably anyway use the latest stuff of aether and sisu
(if use plexus at all).

Trunk should be ready for release.


Thanks,
~t~

On Mon, Sep 17, 2012 at 1:18 PM, Olivier Lamy <ol...@apache.org> wrote:

> What ??? !!!!!
>
> How long will that take ? I'm dependent on this for a product.
>
> BTW I'm  bit confused to see that as some people takes the time to
> test and check staged artifacts.
> So they spend a bit of their spare time for nothing because you
> decided something else without sharing that.
>
> AFAIK the vote passed and everything was ok for releasing.
> Before doing that you could at least ask here to ask feedback from the
> community !!
> What was the issue to release again in 1 or 2 weeks ?
>
>
>
> 2012/9/17 Tamás Cservenák <ta...@cservenak.net>:
> > Am withdrawing the vote for now, I have more pending changes to be
> >  applied, and that would be suited to a major release.
> >
> > Thanks for your votes!
> >
> >
> > Thanks,
> > ~t~
> >
> >
> > On Fri, Sep 14, 2012 at 1:35 PM, Vincent Siveton <vsiveton@apache.org
> >wrote:
> >
> >> +1 but same comments.
> >>
> >> V.
> >>
> >> 2012/9/13 Hervé BOUTEMY <he...@free.fr>:
> >> > +1
> >> >
> >> > but there is no site?
> >> >
> >> > Regards,
> >> >
> >> > Hervé
> >> >
> >> > Le mercredi 12 septembre 2012 20:20:24 Tamás Cservenák a écrit :
> >> >> Hi,
> >> >>
> >> >> We solved 6 issues:
> >> >>
> >>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112&version=187
> >> >> 22
> >> >>
> >> >> There are still a couple of issues left in JIRA:
> >> >>
> >>
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=12112&sta
> >> >> tus=1
> >> >>
> >> >> Staging repo:
> >> >> https://repository.apache.org/content/repositories/maven-058/
> >> >>
> >> >> Guide to testing staged releases:
> >> >>
> http://maven.apache.org/guides/development/guide-testing-releases.html
> >> >>
> >> >> Vote open for 72 hours.
> >> >>
> >> >> [ ] +1
> >> >> [ ] +0
> >> >> [ ] -1
> >> >>
> >> >>
> >> >>
> >> >> Thanks,
> >> >> ~t~
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >> > For additional commands, e-mail: dev-help@maven.apache.org
> >> >
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: dev-help@maven.apache.org
> >>
> >>
>
>
>
> --
> Olivier Lamy
> Talend: http://coders.talend.com
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [VOTE] Release Maven Indexer version 5.0.0

Posted by Olivier Lamy <ol...@apache.org>.
What ??? !!!!!

How long will that take ? I'm dependent on this for a product.

BTW I'm  bit confused to see that as some people takes the time to
test and check staged artifacts.
So they spend a bit of their spare time for nothing because you
decided something else without sharing that.

AFAIK the vote passed and everything was ok for releasing.
Before doing that you could at least ask here to ask feedback from the
community !!
What was the issue to release again in 1 or 2 weeks ?



2012/9/17 Tamás Cservenák <ta...@cservenak.net>:
> Am withdrawing the vote for now, I have more pending changes to be
>  applied, and that would be suited to a major release.
>
> Thanks for your votes!
>
>
> Thanks,
> ~t~
>
>
> On Fri, Sep 14, 2012 at 1:35 PM, Vincent Siveton <vs...@apache.org>wrote:
>
>> +1 but same comments.
>>
>> V.
>>
>> 2012/9/13 Hervé BOUTEMY <he...@free.fr>:
>> > +1
>> >
>> > but there is no site?
>> >
>> > Regards,
>> >
>> > Hervé
>> >
>> > Le mercredi 12 septembre 2012 20:20:24 Tamás Cservenák a écrit :
>> >> Hi,
>> >>
>> >> We solved 6 issues:
>> >>
>> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112&version=187
>> >> 22
>> >>
>> >> There are still a couple of issues left in JIRA:
>> >>
>> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=12112&sta
>> >> tus=1
>> >>
>> >> Staging repo:
>> >> https://repository.apache.org/content/repositories/maven-058/
>> >>
>> >> Guide to testing staged releases:
>> >> http://maven.apache.org/guides/development/guide-testing-releases.html
>> >>
>> >> Vote open for 72 hours.
>> >>
>> >> [ ] +1
>> >> [ ] +0
>> >> [ ] -1
>> >>
>> >>
>> >>
>> >> Thanks,
>> >> ~t~
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> > For additional commands, e-mail: dev-help@maven.apache.org
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven Indexer version 5.0.0

Posted by Tamás Cservenák <ta...@cservenak.net>.
Am withdrawing the vote for now, I have more pending changes to be
 applied, and that would be suited to a major release.

Thanks for your votes!


Thanks,
~t~


On Fri, Sep 14, 2012 at 1:35 PM, Vincent Siveton <vs...@apache.org>wrote:

> +1 but same comments.
>
> V.
>
> 2012/9/13 Hervé BOUTEMY <he...@free.fr>:
> > +1
> >
> > but there is no site?
> >
> > Regards,
> >
> > Hervé
> >
> > Le mercredi 12 septembre 2012 20:20:24 Tamás Cservenák a écrit :
> >> Hi,
> >>
> >> We solved 6 issues:
> >>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112&version=187
> >> 22
> >>
> >> There are still a couple of issues left in JIRA:
> >>
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=12112&sta
> >> tus=1
> >>
> >> Staging repo:
> >> https://repository.apache.org/content/repositories/maven-058/
> >>
> >> Guide to testing staged releases:
> >> http://maven.apache.org/guides/development/guide-testing-releases.html
> >>
> >> Vote open for 72 hours.
> >>
> >> [ ] +1
> >> [ ] +0
> >> [ ] -1
> >>
> >>
> >>
> >> Thanks,
> >> ~t~
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [VOTE] Release Maven Indexer version 5.0.0

Posted by Vincent Siveton <vs...@apache.org>.
+1 but same comments.

V.

2012/9/13 Hervé BOUTEMY <he...@free.fr>:
> +1
>
> but there is no site?
>
> Regards,
>
> Hervé
>
> Le mercredi 12 septembre 2012 20:20:24 Tamás Cservenák a écrit :
>> Hi,
>>
>> We solved 6 issues:
>> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112&version=187
>> 22
>>
>> There are still a couple of issues left in JIRA:
>> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=12112&sta
>> tus=1
>>
>> Staging repo:
>> https://repository.apache.org/content/repositories/maven-058/
>>
>> Guide to testing staged releases:
>> http://maven.apache.org/guides/development/guide-testing-releases.html
>>
>> Vote open for 72 hours.
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>
>>
>>
>> Thanks,
>> ~t~
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven Indexer version 5.0.0

Posted by Hervé BOUTEMY <he...@free.fr>.
+1

but there is no site?

Regards,

Hervé

Le mercredi 12 septembre 2012 20:20:24 Tamás Cservenák a écrit :
> Hi,
> 
> We solved 6 issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112&version=187
> 22
> 
> There are still a couple of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=12112&sta
> tus=1
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-058/
> 
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> 
> 
> Thanks,
> ~t~

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven Indexer version 5.0.0

Posted by Olivier Lamy <ol...@apache.org>.
+1

2012/9/12 Milos Kleint <mk...@gmail.com>:
> +1
>
> basic testing inside netbeans codebase, all seems to work.
>
> Milos
>
> On Wed, Sep 12, 2012 at 8:20 PM, Tamás Cservenák <ta...@cservenak.net> wrote:
>> Hi,
>>
>> We solved 6 issues:
>> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112&version=18722
>>
>> There are still a couple of issues left in JIRA:
>> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=12112&status=1
>>
>> Staging repo:
>> https://repository.apache.org/content/repositories/maven-058/
>>
>> Guide to testing staged releases:
>> http://maven.apache.org/guides/development/guide-testing-releases.html
>>
>> Vote open for 72 hours.
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>
>>
>>
>> Thanks,
>> ~t~
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [VOTE] Release Maven Indexer version 5.0.0

Posted by Milos Kleint <mk...@gmail.com>.
+1

basic testing inside netbeans codebase, all seems to work.

Milos

On Wed, Sep 12, 2012 at 8:20 PM, Tamás Cservenák <ta...@cservenak.net> wrote:
> Hi,
>
> We solved 6 issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112&version=18722
>
> There are still a couple of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=12112&status=1
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-058/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
>
>
> Thanks,
> ~t~

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org