Discussion:
[groovy-dev] [IMPORTANT] New mailing lists and JIRA migration
Cédric Champeau
2015-03-30 21:27:19 UTC
Permalink
Hi everyone,

As you may know, Groovy has been accepted as an incubating project in
the Apache Software Foundation [1]. At the same time, Codehaus is going
to shutdown soon [2]. As a consequence:

* Our JIRA project is going to be migrated on the Apache JIRA
instance next saturday (April 4th)
* the Codehaus mailing lists are decommissioned in favor of the new
mailing lists [3]

There will not be any automatic registration to the new mailing lists.
*You need to register* to those following the instructions at [3].
Basically you will need to register to:

* ***@groovy.incubator.apache.org for general help about Groovy
* ***@groovy.incubator.apache.org for discussions around the
development of Groovy itself, or if you want to follow the incubation
process

In short, as of today, please start using the new mailing lists.

Best regards,

[1] http://markmail.org/message/uaickpdsffd4gnzu
[2] http://www.codehaus.org/
[3] http://groovy-lang.org/mailing-lists.html
--
Cédric Champeau
Groovy language developer
http://twitter.com/CedricChampeau
http://melix.github.io/blog
Roman Shaposhnik
2015-03-30 21:37:52 UTC
Permalink
Post by Cédric Champeau
Hi everyone,
As you may know, Groovy has been accepted as an incubating project in the
Apache Software Foundation [1]. At the same time, Codehaus is going to
* Our JIRA project is going to be migrated on the Apache JIRA instance
next saturday (April 4th)
* the Codehaus mailing lists are decommissioned in favor of the new
mailing lists [3]
There will not be any automatic registration to the new mailing lists. You
need to register to those following the instructions at [3]. Basically you
of Groovy itself, or if you want to follow the incubation process
In short, as of today, please start using the new mailing lists.
And in case you're not familiar with subscribing to ASF mailing lists:
sending an empty email to users-***@groovy.incubator.apache.org and/or
dev-***@groovy.incubator.apache.org is all you need to do.

Thanks,
Roman.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
jim northrop
2015-03-31 14:30:47 UTC
Permalink
Have a large number of build.gradle scripts with dependencies like these :

*dependencies {*
* compile "org.codehaus.groovy:groovy-all:2.4.3"*

* compile "org.codehaus.gpars:gpars:1.2.1"*
*}*

1. will these scripts need to be changed when codehaus stops their
activities ?
2. what new name in place of codehaus would we use ?
3. what time frame do we have to change things ?
4. would we continue to use mavenCentral() as the repo ?

thx
Post by Cédric Champeau
Hi everyone,
As you may know, Groovy has been accepted as an incubating project in the
Apache Software Foundation [1]. At the same time, Codehaus is going to
* Our JIRA project is going to be migrated on the Apache JIRA instance
next saturday (April 4th)
* the Codehaus mailing lists are decommissioned in favor of the new
mailing lists [3]
There will not be any automatic registration to the new mailing lists. *You
need to register* to those following the instructions at [3]. Basically
development of Groovy itself, or if you want to follow the incubation
process
In short, as of today, please start using the new mailing lists.
Best regards,
[1] http://markmail.org/message/uaickpdsffd4gnzu
[2] http://www.codehaus.org/
[3] http://groovy-lang.org/mailing-lists.html
--
Cédric Champeau
Groovy language developerhttp://twitter.com/CedricChampeauhttp://melix.github.io/blog
Jochen Theodorou
2015-03-31 16:23:25 UTC
Permalink
Post by jim northrop
*
*
*dependencies {*
* compile "org.codehaus.groovy:groovy-all:2.4.3"*
* compile "org.codehaus.gpars:gpars:1.2.1"
*
*}*
1. will these scripts need to be changed when codehaus stops their
activities ?
No, this is using maven artifacts, they are not hosted on codehaus

[...}
Post by jim northrop
4. would we continue to use mavenCentral() as the repo ?
maven Central and codehaus are unrelated, so yes.

bye blackdrag
--
Jochen "blackdrag" Theodorou
blog: http://blackdragsview.blogspot.com/


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Loading...