[jira] [Updated] (AVRO-974) Add Perl implementation to Avro

2014-01-28 Thread John Karp (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Karp updated AVRO-974:
---

Attachment: avro-974.patch

Previous changes, plus fix perl build to use top-level Avro version. Update 
MANIFEST.

 Add Perl implementation to Avro
 ---

 Key: AVRO-974
 URL: https://issues.apache.org/jira/browse/AVRO-974
 Project: Avro
  Issue Type: New Feature
Reporter: Jeff Hammerbacher
Assignee: John Karp
 Attachments: avro-974.patch, avro-974.patch, 
 import-git-7c9e7216c3.patch


 There's a patch for the io part of Avro at 
 https://github.com/yannk/perl-avro; we just need to get it into the ASF 
 source tree



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (AVRO-974) Add Perl implementation to Avro

2014-01-28 Thread John Karp (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13884350#comment-13884350
 ] 

John Karp commented on AVRO-974:


For more granularity when reviewing my changes, take a look at 
https://github.com/john-karp/avro/tree/trunk/lang/perl

 Add Perl implementation to Avro
 ---

 Key: AVRO-974
 URL: https://issues.apache.org/jira/browse/AVRO-974
 Project: Avro
  Issue Type: New Feature
Reporter: Jeff Hammerbacher
Assignee: John Karp
 Attachments: avro-974.patch, avro-974.patch, 
 import-git-7c9e7216c3.patch


 There's a patch for the io part of Avro at 
 https://github.com/yannk/perl-avro; we just need to get it into the ASF 
 source tree



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (AVRO-1436) SpecificTests fails on repeated runs

2014-01-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13884453#comment-13884453
 ] 

ASF subversion and git services commented on AVRO-1436:
---

Commit 1562161 from [~cutting] in branch 'avro/trunk'
[ https://svn.apache.org/r1562161 ]

AVRO-1436. C#: Fix tests to run multiple times.  Contributed by David Taylor.

 SpecificTests fails on repeated runs
 

 Key: AVRO-1436
 URL: https://issues.apache.org/jira/browse/AVRO-1436
 Project: Avro
  Issue Type: Bug
  Components: csharp
Affects Versions: 1.7.5
Reporter: David Taylor
Priority: Trivial
 Attachments: SpecificTests.cs.diff


 Repeated runs of the C# SpecificTests in the NUnit GUI will fail due to 
 multiple dynamically created assemblies with the same type names in each.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Resolved] (AVRO-1436) SpecificTests fails on repeated runs

2014-01-28 Thread Doug Cutting (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Doug Cutting resolved AVRO-1436.


   Resolution: Fixed
Fix Version/s: 1.7.7
 Assignee: David Taylor

I just committed this.  Thanks, David!

 SpecificTests fails on repeated runs
 

 Key: AVRO-1436
 URL: https://issues.apache.org/jira/browse/AVRO-1436
 Project: Avro
  Issue Type: Bug
  Components: csharp
Affects Versions: 1.7.5
Reporter: David Taylor
Assignee: David Taylor
Priority: Trivial
 Fix For: 1.7.7

 Attachments: SpecificTests.cs.diff


 Repeated runs of the C# SpecificTests in the NUnit GUI will fail due to 
 multiple dynamically created assemblies with the same type names in each.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


New Avro committers: Christophe Taton Rob Turner

2014-01-28 Thread Doug Cutting
The Avro PMC has voted to add two new committers, Christophe Taton and
Rob Turner.

Congratulations!

Christophe already has an ICLA on file with Apache, but Rob will need
to file one.

Instructions are at:

  http://www.apache.org/licenses/#clas

Once this is on file we can ask for your apache account to be created
and grant svn committer status.  Christophe, assuming you accept, we
can grant you committer status straightaway.

For more info about being an Apache committer, see the following references:

  http://www.apache.org/dev/new-committers-guide.html
  http://www.apache.org/dev/committers.html

Doug


[jira] [Commented] (AVRO-1436) SpecificTests fails on repeated runs

2014-01-28 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13884502#comment-13884502
 ] 

Hudson commented on AVRO-1436:
--

ABORTED: Integrated in AvroJava #430 (See 
[https://builds.apache.org/job/AvroJava/430/])
AVRO-1436. C#: Fix tests to run multiple times.  Contributed by David Taylor. 
(cutting: rev 1562161)
* /avro/trunk/CHANGES.txt
* /avro/trunk/lang/csharp/src/apache/test/Specific/SpecificTests.cs


 SpecificTests fails on repeated runs
 

 Key: AVRO-1436
 URL: https://issues.apache.org/jira/browse/AVRO-1436
 Project: Avro
  Issue Type: Bug
  Components: csharp
Affects Versions: 1.7.5
Reporter: David Taylor
Assignee: David Taylor
Priority: Trivial
 Fix For: 1.7.7

 Attachments: SpecificTests.cs.diff


 Repeated runs of the C# SpecificTests in the NUnit GUI will fail due to 
 multiple dynamically created assemblies with the same type names in each.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (AVRO-1441) Avro Class Files Output Directory

2014-01-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13884532#comment-13884532
 ] 

ASF subversion and git services commented on AVRO-1441:
---

Commit 1562204 from [~cutting] in branch 'avro/trunk'
[ https://svn.apache.org/r1562204 ]

AVRO-1441. Java: Improve documentation for Maven configuration.  Contributed by 
Jesse Anderson.

 Avro Class Files Output Directory
 -

 Key: AVRO-1441
 URL: https://issues.apache.org/jira/browse/AVRO-1441
 Project: Avro
  Issue Type: Bug
  Components: doc
Affects Versions: 1.7.6
Reporter: Jesse Anderson
 Attachments: targetdirectory.diff, targetdirectory_withdefaults.diff


 The current documentation shows that Avro class files can be generated to the 
 src/ directory. They should be generated to the target/ directory. Having 
 files go to the src/ directory means they are not cleaned during a mvn clean. 
 Guess who has two thumbs and ran into this issue?



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Resolved] (AVRO-1441) Avro Class Files Output Directory

2014-01-28 Thread Doug Cutting (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Doug Cutting resolved AVRO-1441.


   Resolution: Fixed
Fix Version/s: 1.7.7
 Assignee: Jesse Anderson

I committed this.  Thanks, Jesse!

 Avro Class Files Output Directory
 -

 Key: AVRO-1441
 URL: https://issues.apache.org/jira/browse/AVRO-1441
 Project: Avro
  Issue Type: Bug
  Components: doc
Affects Versions: 1.7.6
Reporter: Jesse Anderson
Assignee: Jesse Anderson
 Fix For: 1.7.7

 Attachments: targetdirectory.diff, targetdirectory_withdefaults.diff


 The current documentation shows that Avro class files can be generated to the 
 src/ directory. They should be generated to the target/ directory. Having 
 files go to the src/ directory means they are not cleaned during a mvn clean. 
 Guess who has two thumbs and ran into this issue?



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Resolved] (AVRO-1447) File Object Is Unused In Example

2014-01-28 Thread Doug Cutting (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Doug Cutting resolved AVRO-1447.


   Resolution: Fixed
Fix Version/s: 1.7.7
 Assignee: Jesse Anderson

I committed this.  Thanks, Jesse!

 File Object Is Unused In Example
 

 Key: AVRO-1447
 URL: https://issues.apache.org/jira/browse/AVRO-1447
 Project: Avro
  Issue Type: Bug
  Components: doc
Affects Versions: 1.7.6
Reporter: Jesse Anderson
Assignee: Jesse Anderson
 Fix For: 1.7.7

 Attachments: serializetodisk.diff


 The serializing example creates a File object that isn't used. The File 
 object is created in another line. Also the comment about the number of 
 objects being serialized isn't correct.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (AVRO-1447) File Object Is Unused In Example

2014-01-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13884537#comment-13884537
 ] 

ASF subversion and git services commented on AVRO-1447:
---

Commit 1562209 from [~cutting] in branch 'avro/trunk'
[ https://svn.apache.org/r1562209 ]

AVRO-1447. Java: Remove dead code from example in documentation.  Contributed 
by Jesse Anderson.

 File Object Is Unused In Example
 

 Key: AVRO-1447
 URL: https://issues.apache.org/jira/browse/AVRO-1447
 Project: Avro
  Issue Type: Bug
  Components: doc
Affects Versions: 1.7.6
Reporter: Jesse Anderson
 Fix For: 1.7.7

 Attachments: serializetodisk.diff


 The serializing example creates a File object that isn't used. The File 
 object is created in another line. Also the comment about the number of 
 objects being serialized isn't correct.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (AVRO-1447) File Object Is Unused In Example

2014-01-28 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13884577#comment-13884577
 ] 

Hudson commented on AVRO-1447:
--

ABORTED: Integrated in AvroJava #431 (See 
[https://builds.apache.org/job/AvroJava/431/])
AVRO-1447. Java: Remove dead code from example in documentation.  Contributed 
by Jesse Anderson. (cutting: rev 1562209)
* /avro/trunk/CHANGES.txt
* /avro/trunk/doc/src/content/xdocs/gettingstartedjava.xml


 File Object Is Unused In Example
 

 Key: AVRO-1447
 URL: https://issues.apache.org/jira/browse/AVRO-1447
 Project: Avro
  Issue Type: Bug
  Components: doc
Affects Versions: 1.7.6
Reporter: Jesse Anderson
Assignee: Jesse Anderson
 Fix For: 1.7.7

 Attachments: serializetodisk.diff


 The serializing example creates a File object that isn't used. The File 
 object is created in another line. Also the comment about the number of 
 objects being serialized isn't correct.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (AVRO-1441) Avro Class Files Output Directory

2014-01-28 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13884578#comment-13884578
 ] 

Hudson commented on AVRO-1441:
--

ABORTED: Integrated in AvroJava #431 (See 
[https://builds.apache.org/job/AvroJava/431/])
AVRO-1441. Java: Improve documentation for Maven configuration.  Contributed by 
Jesse Anderson. (cutting: rev 1562204)
* /avro/trunk/CHANGES.txt
* /avro/trunk/doc/src/content/xdocs/mr.xml


 Avro Class Files Output Directory
 -

 Key: AVRO-1441
 URL: https://issues.apache.org/jira/browse/AVRO-1441
 Project: Avro
  Issue Type: Bug
  Components: doc
Affects Versions: 1.7.6
Reporter: Jesse Anderson
Assignee: Jesse Anderson
 Fix For: 1.7.7

 Attachments: targetdirectory.diff, targetdirectory_withdefaults.diff


 The current documentation shows that Avro class files can be generated to the 
 src/ directory. They should be generated to the target/ directory. Having 
 files go to the src/ directory means they are not cleaned during a mvn clean. 
 Guess who has two thumbs and ran into this issue?



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


Re: New Avro committers: Christophe Taton Rob Turner

2014-01-28 Thread Christophe Taton
Hi,

On Tue, Jan 28, 2014 at 11:34 AM, Doug Cutting cutt...@apache.org wrote:

 The Avro PMC has voted to add two new committers, Christophe Taton and
 Rob Turner.

 Congratulations!

 Christophe already has an ICLA on file with Apache, but Rob will need
 to file one.

 Instructions are at:

   http://www.apache.org/licenses/#clas

 Once this is on file we can ask for your apache account to be created
 and grant svn committer status.


Christophe, assuming you accept, we can grant you committer status
 straightaway.


Yes, that would be great. I'm honored, thanks a lot!
C.

For more info about being an Apache committer, see the following references:

   http://www.apache.org/dev/new-committers-guide.html
   http://www.apache.org/dev/committers.html

 Doug



Build failed in Jenkins: AvroJava #436

2014-01-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/AvroJava/436/

--
[...truncated 303 lines...]
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ 
avro-maven-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
avro-maven-plugin ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
https://builds.apache.org/job/AvroJava/ws/trunk/lang/java/maven-plugin/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ 
avro-maven-plugin ---
[INFO] Compiling 5 source files to 
https://builds.apache.org/job/AvroJava/ws/trunk/lang/java/maven-plugin/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @ 
avro-maven-plugin ---
[WARNING] Ignoring project type maven-plugin - supportedProjectTypes = [bundle]
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
avro-maven-plugin ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ 
avro-maven-plugin ---
[INFO] Compiling 4 source files to 
https://builds.apache.org/job/AvroJava/ws/trunk/lang/java/maven-plugin/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ avro-maven-plugin 
---
[INFO] Surefire report directory: 
https://builds.apache.org/job/AvroJava/ws/trunk/lang/java/maven-plugin/target/surefire-reports

---
 T E S T S
---

---
 T E S T S
---
Running org.apache.avro.mojo.TestIDLProtocolMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.118 sec
Running org.apache.avro.mojo.TestSchemaMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.961 sec
Running org.apache.avro.mojo.TestProtocolMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.997 sec

Results :

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-checkstyle-plugin:2.8:check (checkstyle-check) @ 
avro-maven-plugin ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ avro-maven-plugin ---
[INFO] Building jar: 
https://builds.apache.org/job/AvroJava/ws/trunk/lang/java/maven-plugin/target/avro-maven-plugin-1.7.7-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:2.9:addPluginArtifactMetadata 
(default-addPluginArtifactMetadata) @ avro-maven-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ 
avro-maven-plugin ---
[INFO] 
[INFO] 
[INFO] Building Apache Avro IPC 1.7.7-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- avro-maven-plugin:1.7.7-SNAPSHOT:schema (schemas) @ avro-ipc ---
[INFO] 
[INFO] --- avro-maven-plugin:1.7.7-SNAPSHOT:protocol (schemas) @ avro-ipc ---
[INFO] 
[INFO] --- avro-maven-plugin:1.7.7-SNAPSHOT:idl-protocol (schemas) @ avro-ipc 
---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ avro-ipc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ avro-ipc 
---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ avro-ipc ---
[INFO] Compiling 57 source files to 
https://builds.apache.org/job/AvroJava/ws/trunk/lang/java/ipc/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @ avro-ipc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
avro-ipc ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ 
avro-ipc ---
[INFO] Compiling 91 source files to 
https://builds.apache.org/job/AvroJava/ws/trunk/lang/java/ipc/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ avro-ipc ---
[INFO] Surefire report directory: 
https://builds.apache.org/job/AvroJava/ws/trunk/lang/java/ipc/target/surefire-reports

---
 T E S T S
---

---
 T 

Jenkins build is back to normal : AvroJava #437

2014-01-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/AvroJava/437/