Hi,
I'd like to release version 1.2.0-1 of Mojo's Cassandra Maven Plugin
to sync up with the 1.2.0 release of Apache Cassandra. (a 1.2.1-1 will
follow shortly after this release, but it should be possible to use the
xpath://project/build/plugins/plugin/dependencies/dependency override of
cassandra
Ping
On Monday, 4 February 2013, Stephen Connolly wrote:
> Hi,
>
> I'd like to release version 1.2.0-1 of Mojo's Cassandra Maven Plugin
> to sync up with the 1.2.0 release of Apache Cassandra. (a 1.2.1-1 will
> follow shortly after this release, but it should be po
)
On Wednesday, 13 February 2013, Michael Kjellman wrote:
> Considering that 1.2.1 is out, and looking at your project very quickly
> (looks interesting)/overlaps a bit with CCMBridge no?/ I'd def say +1 :)
>
> From: Stephen Connolly
> <mailto:stephen.alan.conno...
This vote has passed:
+1: Stephen, Michael, Mikhail
0:
-1:
I will proceed with the promotion of artifacts to central
-Stephen
On 14 February 2013 06:26, Mikhail Mazursky wrote:
> +1. Please, release it.
>
>
> 2013/2/14 Stephen Connolly
>
>> More I'm looking fo
Hi,
I'd like to release version 1.2.1-1 of Mojo's Cassandra Maven Plugin
to sync up with the 1.2.1 release of Apache Cassandra.
We solved 1 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12121&version=19089
Staging Repository:
https://nexus.codehaus.org/content/repositories/o
Result
+1: Stephen Connolly, Mikhail Mazursky
0: Fred Cooke
-1:
-Stephen
On 14 February 2013 09:28, Stephen Connolly wrote:
> Hi,
>
> I'd like to release version 1.2.1-1 of Mojo's Cassandra Maven Plugin
> to sync up with the 1.2.1 release of Apache Cassandra.
>
>
TL;DR with the 3.4 release Johann has added a dependency to his library (to
essentially use his own version of commons-io's IOUtils.closeQuietly)
This brings a choice...
Do I
a) switch to a complete fork, change the package name, accept some other
pull requests and try and build a community arou
Hi,
I was looking to see if I could find the cassandra jars on the maven
central repository (repo1.maven.org) but I see that they are not there
(http://repo1.maven.org/maven2/org/apache/cassandra -> 404 not found)
So I had a quick search of the mailing lists and this was what I found:
http://mark
pe to type on the
screen
On 13 Dec 2010 03:38, "Eric Evans" wrote:
> On Sun, 2010-12-12 at 23:44 +, Stephen Connolly wrote:
>> Hi,
>>
>> I was looking to see if I could find the cassandra jars on the maven
>> central repository (repo1.maven.org) but I se
inating at apache?
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 13 Dec 2010 05:19, "Stephen Connolly"
wrote:
> Are official releases made from svn or from git?
and other nonsense are a direct result of using swype to type on the
screen
On 13 Dec 2010 05:51, "Stephen Connolly"
wrote:
Evans" wrote:
> On Sun, 2010-12-12 at 23:44 +0000, Stephen Connolly wrote:
>> Hi,
>>
>> I was looking to see if I could find the cassandra jars on the maven
>> central repository (repo1.maven.org) but I see that they are not there
>> (http://repo1.maven.org/m
hree jars.
> I proposed this a while ago here on the mailing list and got no objections.
> So if my patch is accepted, I would very much appreciate you handle this
> within your work.
>
> Tristan
>
>
> [1] https://issues.apache.org/jira/browse/CASSANDRA-1848
>
> On
On 13 December 2010 16:26, Eric Evans wrote:
> On Mon, 2010-12-13 at 05:51 +0000, Stephen Connolly wrote:
>> The binaries in the lib folder, is there any objection to piling them
>> down from the maven central repository via ivy if they are available
>> on the maven central
On 13 December 2010 19:06, Eric Evans wrote:
> On Mon, 2010-12-13 at 17:12 +0000, Stephen Connolly wrote:
>> OK, on that basis the beast way to go is to push the same jars that
>> are being redistributed into central under the o.a.c groupId... it
>> amounts to the same as yo
Well one piece of evidence is that the ivy.xml does not look to have been
kept in sync with the binaries in the lib directory... That is my argument
for not keeping binaries in lib folders... You don't know exactly where they
came from, or that they actually are the version they claim to be... Of
c
posed to be making progress)
This may require me to get my hands really dirty and try and help
hadoop get a release out ;-)
-Stephen
On 14 December 2010 23:52, Eric Evans wrote:
> On Tue, 2010-12-14 at 19:39 +, Stephen Connolly wrote:
>> Well one piece of evidence is that the iv
#!/bin/bash
if [ $# != 2 ] ; then
echo "Syntax: $0 name1.jar name2.jar"
exit
fi
if diff $1 $2 ; then
echo Files are identical
exit 0
fi
work=$(mktemp -d)
mkdir -p "$work/a"
mkdir -p "$work/b"
cwd="$(pwd)"
cd "$work/a"
unzip "$cwd/$1" | sort > "$work/a.list"
cd "$work/b"
unzip "$cwd/$2
Can be helpful with CASSANDRA-1888
On 21 December 2010 22:41, Stephen Connolly wrote:
> #!/bin/bash
>
> if [ $# != 2 ] ; then
> echo "Syntax: $0 name1.jar name2.jar"
> exit
> fi
>
> if diff $1 $2 ; then
> echo Files are identical
> exit 0
> fi
I have created
https://issues.apache.org/jira/browse/INFRA-3318
Can somebody on the Cassandra PMC comment on the issue and say that it's
fine for me to be driving the process
Thanks,
-Stephen
Apache Maven PMC
On 21 December 2010 23:42, Brandon Williams wrote:
> On Tue, Dec 21, 2010 at 5:39 PM, Stephen Connolly >wrote:
>
> > I have created
> >
> > https://issues.apache.org/jira/browse/INFRA-3318
> >
> > Can somebody on the Cassandra PMC comment on the issue
Is there a specific reason to avoid modularizing the source folders if we
are modularizing the jars?
In my experience, one big source tree leads to unwanted module dependencies,
and can lead to circular module dependencies, which render the modulization
moot anyway... (note I am not saying to go t
ense are a direct result of using swype to type on the
screen
On 29 Dec 2010 15:00, "Eric Evans" wrote:
> On Tue, 2010-12-28 at 22:25 +, Stephen Connolly wrote:
>> In my experience, one big source tree leads to unwanted module
>> dependencies,
>> and can lead to circu
rride the privs so you can stage
> it.
>
> On Mon, Dec 13, 2010 at 1:12 AM, Stephen Connolly
> wrote:
> > Brian,
> >
> > What permissions do I need to stage in gId org.apache.cassandra? Do I
> need
> > commit access to cassandra, or can I just get the cass
epository.a.o is concerned, you're a committer now ;-)
>
> On Thu, Dec 30, 2010 at 5:42 PM, Stephen Connolly
wrote:
>> Brian,
>> OK so I have Cassandra set up for deployment but I am getting 401's when
I
>> try to deploy (as I am not a committer) can we
As I am not a cassandra committer I'd rather do the promotion with a vote.
There are two staging repositories:
https://repository.apache.org/content/repositories/orgapachecassandra-065/
Which contains the dependencies which are not available in the maven central
repository (libthrift and avro...
> link/include the dependency logic from the 'pom' target and the
> ivy.xml file we use? It would be great if the dependency information
> could be consolidated in one place.
>
> Great work, btw.
>
> Gary.
>
> On Sun, Jan 2, 2011 at 14:50, Stephen Connolly
>
, "Stephen Connolly"
wrote:
voting options are:
+1 - publish
0 - don't care
-1 - there's a problem with the poms
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 2 Jan 2011 20:50, "S
maven-ant-tasks would allow what you want, no install of maven (unless
publishing to central, in which case the install is hidden in ~/m2) and all
dependency info in the build.xml
I'll work on a patch to show how that would look like (on trunk, leave 0.7.0
as it is, less risk)
- Stephen
---
Sent
hanks again for working on this Stephen.
>
> On Sun, 2011-01-02 at 20:50 +, Stephen Connolly wrote:
>> As I am not a cassandra committer I'd rather do the promotion with a
vote.
>>
>> There are two staging repositories:
>>
>>
https://repository.apache.org/
Results
+1: Gary, Jonathan, Brandon
I will promote the staging repositories and the sync to central should kick
in within an hour or so.
Is there any standard set of lists I should announce this on?
-Stephen
On 2 January 2011 20:50, Stephen Connolly
wrote:
> As I am not a cassandra commit
still waiting for the sync to complete, then I'll post the announce
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 5 Jan 2011 23:09, "Brandon Williams" wrote:
> On Wed, Ja
I'll ogranise staging in central tonight
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 6 Jan 2011 17:14, "Eric Evans" wrote:
>
> RC 4 seems to be holding up OK, shall we?
my 13 month old son has scuppered that plan. tomorrow so
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 6 Jan 2011 17:25, "Stephen Connolly"
wrote:
>
cassandra-javautils-0.7.0.jar.asc
cassandra-javautils-0.7.0.pom.asc
cassandra-javautils-0.7.0-javadoc.jar.asc
On 6 January 2011 23:44, Stephen Connolly
wrote:
> my 13 month old son has scuppered that plan. tomorrow so
>
> - Stephen
>
> ---
> Sent from my Android phone, so random
2011 14:12, Stephen Connolly
wrote:
> Artifacts staged at
> https://repository.apache.org/content/repositories/orgapachecassandra-008/
>
> I will promote these if this release vote passes (unless somebody objects)
>
> Note: The riptano repository will have to stop using artifa
I'll push the staged artifacts to central... they'll be there in about 1 to
6 hours
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 10 Jan 2011 00:19, "Eric Evans" wrote:
>
-- Forwarded message --
From: Nexus Repository Manager
Date: 10 January 2011 07:57
Subject: Nexus: Promotion Completed.
To: Stephen Connolly
Description:
apache-cassandra:0.7.0
Details:
The following artifacts have been promoted to the Releases repository.
apache-cassandra
FYI,
Artifacts have synced to central repository
-Stephen
On 10 January 2011 07:55, Stephen Connolly
wrote:
> I'll push the staged artifacts to central... they'll be there in about 1 to
> 6 hours
>
> - Stephen
>
> ---
> Sent from my Android phone, so random spe
OK,
I nearly have the Cassandra-Maven-Plugin ready.
It has the following goals:
run: launches Cassandra in the foreground and blocks until you press
^C at which point Maven terminates. Use-case: Running integration
tests from your IDE. Live development from your IDE.
start: launches Cassandr
it will be an attachment to an as yet un raised jira. look out for it
tomorrow/tuesday
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 16 Jan 2011 17:52, "Hellmut Adolphs"
FYI,
I have started working on a wiki page for uploading to Maven Central.
http://wiki.apache.org/cassandra/HowToPublishToMavenCentral
There is an open issue: namely where are the public GPG keys of
Cassandra Developers kept so that 3rd parties can verify that the
release they download from cent
https://issues.apache.org/jira/browse/CASSANDRA-1997
On 16 January 2011 19:59, Stephen Connolly
wrote:
> it will be an attachment to an as yet un raised jira. look out for it
> tomorrow/tuesday
>
> - Stephen
>
> ---
> Sent from my Android phone, so random spelling mist
On 18 January 2011 03:01, Eric Evans wrote:
> On Mon, 2011-01-17 at 12:12 -0500, Jake Luciani wrote:
>> Some context: We have begun the process of removing Avro from the
>> service layer CASSANDRA-926. We currently use Avro for schema
>> migrations internally, and we have two open items that are u
Is this something that people are OK with?
It will result in the version details being specified from the
build.xml and not a separate ivy.xml
Which branch shall I target first... My preference is to target 0.7
and then when the modularization takes place in trunk/0.8 it will be
on top of the mav
On 18 January 2011 14:30, Eric Evans wrote:
> On Tue, 2011-01-18 at 13:13 +0000, Stephen Connolly wrote:
>> Is this something that people are OK with?
>
> Why? What are the advantages?
1. It will make deploying to central easier (as ivy does not deploy
correct poms, and mave
so to be clear, april 9th is feature complete for 0.8.0 and then start
stabilisation... and when might we see a 0.7.1
or am I completely confused?
...
trying to plan splitting the jar into parts, and delivering ever build
tweaks for allowing abny dev to push release to central repository ;-)
-
as part of my work on CASSANDRA-2017 I have been trying to test
various parts of the cassandra build that use ivy in order to make
sure that the maven-ant-tasks version works too...
currently "ant build-distributed-test" is broken for me (because it
uses a -snapshot of whirr)
ivy-retrieve-tes
On 22 January 2011 08:20, Stephen Connolly
wrote:
> as part of my work on CASSANDRA-2017 I have been trying to test
> various parts of the cassandra build that use ivy in order to make
> sure that the maven-ant-tasks version works too...
>
> currently "ant build-distributed-te
itter
> repo defined in ivysettings.xml. When 0.3.0 is released we'll be able to
get
> it Maven Central.
>
> On Sat, Jan 22, 2011 at 12:40 AM, Stephen Connolly <
> stephen.alan.conno...@gmail.com> wrote:
>
>> On 22 January 2011 08:20, Stephen Connolly
>> wro
I'll stage artifacts in central tomorrow AM GMT
On 25 January 2011 23:01, Eric Evans wrote:
>
> Shall we? I propose the following artifacts for release as 0.7.1.
>
> SVN:
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1063491
> 0.7.1 artifacts: http://people.apache.org/~eev
Artifacts staged at
https://repository.apache.org/content/repositories/orgapachecassandra-080/
https://repository.apache.org/content/repositories/orgapachecassandra-081/
-Stephen
On 25 January 2011 23:00, Stephen Connolly
wrote:
> I'll stage artifacts in central tomorrow AM GMT
&
found a NPE
in generating a pom with a parent pom. (And I want to use a parent pom
so that we don't have dependency version details scattered all over
the build.xml)
-Stephen
On 26 January 2011 11:43, Stephen Connolly
wrote:
> Artifacts staged at
>
> https://repository.apac
if 0.7.1 is being respun can we get cassandra-1997 added to contrib so that
I can release it at the same time
if you don't want it as part of cassandra, it would be good to know as I
would either need approval to use the cassandra mark if hosting outside
cassandra (I can't host it at maven as we a
seemingly this very reason is why tomcat-maven-plugin is moving from mojo to
tomcat
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 27 Jan 2011 17:11, "Eric Evans" wrote:
---
>
> Key: CASSANDRA-1997
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1997
> Project: Cassandra
> Issue Type: New Feature
>Reporter: Stephen Connolly
> Attachments: CASSANDRA-1997-v2
Since there does not seem to be any desire to accept CASSANDRA-1997
Can the PMC vote to approve the use of the Cassandra mark by the
mojo.codehaus.org project for the Cassandra Maven Plugin
+1 Approve
0 don't care
-1 Veto
72 hours
PMC votes only
-Stephen
result of using swype to type on the
screen
On 28 Jan 2011 19:21, "Eric Evans" wrote:
> On Fri, 2011-01-28 at 19:07 +0000, Stephen Connolly wrote:
>> Since there does not seem to be any desire to accept CASSANDRA-1997
>>
>> Can the PMC vote to approve the u
I'll drop and restage the artifacts for maven central when I get a chance
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 28 Jan 2011 20:30, "Eric Evans" wrote:
>
> CASSAND
ght too!) ;-)
-Stephen
On 28 January 2011 20:34, Stephen Connolly
wrote:
> I'll drop and restage the artifacts for maven central when I get a chance
>
> - Stephen
>
> ---
> Sent from my Android phone, so random spelling mistakes, random nonsense
> words and other nonsense
I've re-staged the main artifacts. The javautils stuff did not have
any changes so I've left that staging repository as is from take #1
https://repository.apache.org/content/repositories/orgapachecassandra-015/
Description:
apache cassandra 0.7.1 take #2
Details:
The following artifacts have
On 31 January 2011 04:41, David G. Boney wrote:
> I propose a simple idea for compression using a compressed string datatype.
>
> The compressed string datatype could be implemented for column family keys by
> creating a compressed string ordered partitioner. The compressed string
> ordered part
On 4 February 2011 19:40, Eric Evans wrote:
>
> Lather. Rinse. Repeat. Ya'll know the drill.
>
> SVN:
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1067260
> 0.7.1 artifacts: http://people.apache.org/~eevans
>
> The vote will be open for 72 hours.
>
>
> [1]: http://goo.gl/a
I'll restage central artifacts by tommorrow morning. hoping this is the last
take
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 10 Feb 2011 17:50, "Eric Evans" wrote:
>
>
On 10 February 2011 18:49, Stephen Connolly
wrote:
> I'll restage central artifacts by tommorrow morning. hoping this is the last
> take
>
> - Stephen
>
> ---
> Sent from my Android phone, so random spelling mistakes, random nonsense
> words and other nonsense are a
I'll publish to maven central
- Stephen
---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 14 Feb 2011 19:20, "Eric Evans" wrote:
On 15 February 2011 21:57, Eric Evans wrote:
>
> CASSANDRA-2165[1] is troublesome enough to warrant a new release. I
> propose the following for 0.7.2.
>
> SVN:
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7.2@r1071063
Minor niggle, that revision has the build.xml with base.
On 15 February 2011 22:18, Stephen Connolly
wrote:
> On 15 February 2011 21:57, Eric Evans wrote:
>>
>> CASSANDRA-2165[1] is troublesome enough to warrant a new release. I
>> propose the following for 0.7.2.
>>
>> SVN:
>> https://svn.apache.org/repos
On 15 February 2011 22:19, Stephen Connolly
wrote:
> On 15 February 2011 22:18, Stephen Connolly
> wrote:
>> On 15 February 2011 21:57, Eric Evans wrote:
>>>
>>> CASSANDRA-2165[1] is troublesome enough to warrant a new release. I
>>> propose the foll
On 15 February 2011 22:20, Stephen Connolly
wrote:
> On 15 February 2011 22:19, Stephen Connolly
> wrote:
>> On 15 February 2011 22:18, Stephen Connolly
>> wrote:
>>> On 15 February 2011 21:57, Eric Evans wrote:
>>>>
>>>> CASSANDRA-2165[1]
On 15 February 2011 21:57, Eric Evans wrote:
>
> CASSANDRA-2165[1] is troublesome enough to warrant a new release. I
> propose the following for 0.7.2.
>
> SVN:
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7.2@r1071063
> 0.7.2 artifacts: http://people.apache.org/~eevans
>
> T
On 16 February 2011 23:53, Eric Evans wrote:
> On Tue, 2011-02-15 at 15:57 -0600, Eric Evans wrote:
>> SVN:
>> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7.2@r1071063
>> 0.7.2 artifacts: http://people.apache.org/~eevans
>>
>> The delta here is pretty small, so if no one object
On 25 February 2011 21:09, Eric Evans wrote:
>
> Shall we? I propose the following for release as 0.7.3.
>
> SVN:
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1074693
> 0.7.3 artifacts: http://people.apache.org/~eevans
>
> The vote will be open for 72 hours.
>
> Thanks.
>
ok, if you are respinning i can restage for central tomorrow. but i am
traveling on wed so it would be better to stage on tuesday (ie have the
respin tonight so a can stage tomorrow)
i will be working on extending maven-ant-tasks on the plane to add the
features required to generate simple poms fo
I'll see if I can stage while hanging around Dublin Airport after that data
roaming costs are prohibitive
-Stephen
On 1 March 2011 19:32, Eric Evans wrote:
>
> Here goes attempt #2 of 0.7.3 (see http://goo.gl/Y1l7n for background);
> I propose the following for release as 0.7.3.
>
> SVN:
>
> ht
On 1 March 2011 19:32, Eric Evans wrote:
>
> Here goes attempt #2 of 0.7.3 (see http://goo.gl/Y1l7n for background);
> I propose the following for release as 0.7.3.
>
> SVN:
>
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7.3@r1075977
> 0.7.3 artifacts: http://people.apache.or
FYI,
I am trialling enabling the Cassandra Coverage job I created on Jenkins.
I'm setting the schedule to daily.
We'll see how it works out
-Stephen
Thanks
-Stephen
On 9 March 2011 09:27, Stephen Connolly wrote:
> FYI,
>
> I am trialling enabling the Cassandra Coverage job I created on Jenkins.
>
> I'm setting the schedule to daily.
>
> We'll see how it works out
>
> -Stephen
>
Not quite.
2298 will allow code coverage to always run while 2258 is a specific failure
On 9 March 2011 13:33, Gary Dusbabek wrote:
> Duplicates CASSANDRA-2258.
>
> On Wed, Mar 9, 2011 at 06:15, Stephen Connolly
> wrote:
> > Hmm failure due to some difference when the co
On 12 March 2011 00:50, Eric Evans wrote:
>
> It's that time again. I propose the following for release as 0.7.4.
> What say you?
>
> SVN:
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1080811
> 0.7.4 artifacts: http://people.apache.org/~eevans
>
> The vote will be open fo
OK. I've got internet access and pushed the artifacts to central. should be
available in 4-6 hours
On 13 March 2011 22:38, Stephen Connolly wrote:
> On 12 March 2011 00:50, Eric Evans wrote:
>
>>
>> It's that time again. I propose the following for release as 0.7.4
Just an FYI.
I have the required fixes for Maven ANT Tasks in place:
http://jira.codehaus.org/browse/MANTTASKS-217
http://jira.codehaus.org/browse/MANTTASKS-211
http://jira.codehaus.org/browse/MANTTASKS-210
I plan to run a release of Maven ANT Tasks early next week.
Once the release is place I
http://wiki.apache.org/cassandra/HowToBuild
A number of people have had issues building Cassandra...
Things like:
1. Not using ANT 1.8 or newer (you might get away with 1.7 though but
1.6 is a no go)
2. Not using JDK 1.6 or newer (you might get part of the way with 1.5
as that is the required min
I have created http://wiki.apache.org/cassandra/HowToPublishToMavenCentral
which is involved in relation to
https://issues.apache.org/jira/browse/CASSANDRA-1851
If some committers could give feedback.
I'd like to get the patch to land in 0.7 quickly so I can produce an
updated patch for 0.8 befor
Why should you limit to just one volunteer?
The idea is that the procedure in
http://wiki.apache.org/cassandra/HowToPublishReleases should be
followable by any Cassandra committer.
I would propose that the release manager is the person who steps up to
run the release for that specific release. If
The Maven team is pleased to announce the release of Maven ANT Tasks,
version 2.1.3.
The Mavent Ant Tasks allow several of Maven's artifact handling
features to be used from within an Ant build. These include:
Dependency management - including transitive dependencies, scope
recognition and SNAPSHO
Hi Mojo developers,
I'd like to promote the extra-enforcer-rules subproject out of the sandbox and
release version 1.0-alpha-1
This sub-project is designed to allow for hosting of custom rules for
the enforcer plugin.
The project site is deployed at:
http://mojo.codehaus.org/extra-enforcer-ru
Sorry never mind the spam... stupid GMail autocomplete!
On 19 April 2011 10:22, Stephen Connolly
wrote:
> Hi Mojo developers,
>
> I'd like to promote the extra-enforcer-rules subproject out of the sandbox and
> release version 1.0-alpha-1
>
> This sub-project is designed
FYI: http://www.apache.org/foundation/voting.html#ReleaseVotes
Releases may not be vetoed
On 19 April 2011 13:42, Shotaro Kamio wrote:
> -1,
> I'd like to make 0.8 to include the fix for CASSANDRA-2406. The fix is
> committed to the 0.8 branch lately. I'll wait for beta2.
>
>
> Regards,
> Shotaro
I am in the process of ensuring that the 0.8 poms are correct. it is taking
slightly longer than I expected as I got pulled into firefighting with
aws/skynet
and my wife has banned me from the computer this weekend!
I'll call a vote for them early next week (needs a vote under apache rules,
that
jars rather than deploying a second set to the m2 repo in the cassandra deps
folder. I looked for a pom or ivy.xml to submit a patch against but couldnt
find it in the trunk, is this checked in?
>
> - Jake
>
>
> org.apache.thrift
> libthrift
> [0.6.1,)
>
>
>
> On
25 April 2011 23:04, Jake Luciani wrote:
> Does this mean 0.6.1 isn't going to work for 0.8 maven deps?
>
> I need to know because I'll upgrade the version in the source if we are
> going to depend on it.
>
> -Jake
>
> On Mon, Apr 25, 2011 at 2:39 PM, Steph
e a direct result of using swype to type on the
screen
On 26 Apr 2011 00:40, "Jake Farrell" wrote:
> I gave myself a ticket for that and will remove the left over log4j
dependency
>
> - Jake
>
> On Apr 25, 2011, at 6:16 PM, Stephen Connolly wrote:
>
>> No it means t
Eric,
In looking at the build, I see that the CQL jar gets its own version number...
Does that make sense?
>From what I can see, the intent is to always release lock-step in sync
with cassandra, in which case the version number should be the
cassandra version number...
unless you are implying t
Per the Apache release rules, only artifacts which have been voted on
can be released.
Thus, as I missed the main release vote, I cannot tag onto the end.
The artifacts I want to release are:
https://repository.apache.org/content/repositories/orgapachecassandra-114/
Notes:
* The tar.gz files a
I've spotted a minor issue with my CASSANDRA-1851 patch...
I'll raise a JIRA to address, and I will have to attach a staging
repository to this vote for it to be closed successfully (i.e. we are
missing the cassandra-parent pom that all the 0.7.5 poms inherit from)
On 22 April 2011 18:17, Sylvain
staging repo as
appended onto this vote
-Stephen
On 26 April 2011 14:45, Stephen Connolly
wrote:
> I've spotted a minor issue with my CASSANDRA-1851 patch...
>
> I'll raise a JIRA to address, and I will have to attach a staging
> repository to this vote for it to be closed suc
22:19, "Eric Evans" wrote:
> On Tue, 2011-04-26 at 13:31 +0100, Stephen Connolly wrote:
>> From what I can see, the intent is to always release lock-step in sync
>> with cassandra, in which case the version number should be the
>> cassandra version number...
>>
On 28 April 2011 00:55, Eric Evans wrote:
> On Tue, 2011-04-26 at 14:44 +0100, Stephen Connolly wrote:
>> * I have given the CQL driver jar the same version number as
>> everything else, because it is only going to work with the 0.8.0-beta1
>> jars anyway.
>>
1 - 100 of 134 matches
Mail list logo