Re: Discuss regarding upcoming 1.7.8 release for Apache Avro

2017-07-19 Thread suraj acharya
Hi Sean,
Were you able to find the script which will help with this?
I think all required changes have been completed and merged on branch-1.7.

Suraj Acharya

-Suraj Acharya

On Tue, Jun 13, 2017 at 9:24 AM, Sean Busbey  wrote:

> It would be useful to do a check of what's currently tagged in JIRA as
> being in 1.7 but isn't actually in git. I think I have stuff somewhere
> for doing this check, let me dig it out.
>
> On Mon, Jun 12, 2017 at 8:39 PM, Suraj Acharya  wrote:
> > Hi Community,
> >
> > I am wrapping up the license issue with AVRO 1.7.8 [1]. I will shortly
> > begin the release for 1.7.8[2].
> > If there are any issues you want to see in 1.7.8 and that is not present
> in
> > the branch-1.7 [3] please comment on the release ticket for 1.7.8[2].
> > Backports for a 2-year-old branch are very difficult, cumbersome and in
> > some cases major changes. I will make an honest effort to backport
> changes
> > to the branch once comments are made.
> > If you know the backport(cherry-pick) won't be clean, please submit a
> pull
> > request [4] so that it will make the release work a lot easier and
> > backports accurate.
> >
> > If you have any questions feel free to reply to this or open a new
> thread.
> >
> >
> > [1] https://issues.apache.org/jira/browse/AVRO-2023
> > [2] https://issues.apache.org/jira/browse/AVRO-1998
> > [3] https://s.apache.org/avro-branch-1.7
> > [4] https://github.com/apache/avro/compare
> >
> > Suraj Acharya
>
>
>
> --
> busbey
>


[jira] [Commented] (AVRO-1998) Make a release for 1.7.8

2017-07-19 Thread Suraj Acharya (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094233#comment-16094233
 ] 

Suraj Acharya commented on AVRO-1998:
-

[~radai] sorry for the delayed response. 
I do not want to backport the change to branch 1.7 because it is a backwards 
incompatible change and will break the contract of not pushing backwards 
incompatible change into a maintenance release.
If someone is able to backport it without making it incompatible in behaviour 
then I would be okay with it. 

> Make a release for 1.7.8
> 
>
> Key: AVRO-1998
> URL: https://issues.apache.org/jira/browse/AVRO-1998
> Project: Avro
>  Issue Type: Task
>  Components: community
>Affects Versions: 1.7.7
>Reporter: Suraj Acharya
>
> There have been quite a few issues fixed in a 1.7 branch since 1.7.7.
> Here is a list of all the issues present in the 1.7.X branch 
> [Jira Filter | 
> https://issues.apache.org/jira/browse/AVRO-1489?jql=project%20%3D%20AVRO%20AND%20fixVersion%20%3D%201.7.8%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC]
> I would appreciate if people who need the release can help out with the 
> patches currently present so we can merge those and get an updated 1.7.8 
> release.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] avro pull request #222: Avro 2023 - Fix licensing in branch-1.7

2017-07-19 Thread spacharya
Github user spacharya closed the pull request at:

https://github.com/apache/avro/pull/222


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Updated] (AVRO-2023) backport and update license fixes for branch-1.7

2017-07-19 Thread Suraj Acharya (JIRA)

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

Suraj Acharya updated AVRO-2023:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

Change set has been merged.

> backport and update license fixes for branch-1.7
> 
>
> Key: AVRO-2023
> URL: https://issues.apache.org/jira/browse/AVRO-2023
> Project: Avro
>  Issue Type: Task
>  Components: build, community
>Affects Versions: 1.7.7
>Reporter: Sean Busbey
>Assignee: Suraj Acharya
>Priority: Blocker
> Fix For: 1.7.8
>
>
> Backport the changes from AVRO-1722 and subtasks, ensure they're applicable 
> for branch-1.7.
> git history as summary:
> {code}
> $ git hist --grep AVRO-1722 --grep AVRO-1727 --grep AVRO-1728 --grep 
> AVRO-1729 --grep AVRO-1730 --grep AVRO-1731 --grep AVRO-1732 --grep AVRO-1733 
> --grep AVRO-1734 --grep AVRO-1735 --grep AVRO-1736 --grep AVRO-1771 
> origin/branch-1.8
> * 059e6df - AVRO-1771. Add LICENSE and NOTICE to avro-doc artifact. 
> Contributed by blue. (1 year, 3 months ago)
> * ee28a20 - AVRO-1728: Java: Add LICENSE and NOTICE files to jars. (1 year, 4 
> months ago)
> * 80ba788 - AVRO-1722 ADDENDUM: Add last license doc changes, rat helper. (1 
> year, 4 months ago)
> * bf751df - AVRO-1722 ADDENDUM: Java: Fix tests broken by adding licenses. (1 
> year, 4 months ago)
> * f49b2d3 - AVRO-1722: Update root LICENSE.txt and NOTICE.txt. (1 year, 4 
> months ago)
> * 2c6c570 - AVRO-1730: Python3: Add LICENSE and NOTICE to distribution. (1 
> year, 4 months ago)
> * e11c588 - AVRO-1730: Python: Add LICENSE and NOTICE to distribution. (1 
> year, 4 months ago)
> * ada69ac - AVRO-1736: PHP: Add LICENSE and NOTICE to distribution. (1 year, 
> 4 months ago)
> * 96d2d35 - AVRO-1735: Perl: Add LICENSE and NOTICE to distribution. (1 year, 
> 4 months ago)
> * df5c513 - AVRO-1731: C: Add LICENSE and NOTICE to binary distribution. (1 
> year, 4 months ago)
> * 3585c45 - AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution. (1 
> year, 6 months ago)
> * 5cb83db - AVRO-1732: C++: Add LICENSE and NOTICE to binary distribution. (1 
> year, 6 months ago)
> * bc19e3a - AVRO-1729: Ruby: Add LICENSE and NOTICE to ruby gems. (1 year, 6 
> months ago)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-1730) Update LICENSE and NOTICE files included in python and python3 release artifacts

2017-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094218#comment-16094218
 ] 

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

Commit 58f8b341413ef25116bf29d283bd703c3c1a9c2f in avro's branch 
refs/heads/branch-1.7 from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=58f8b34 ]

AVRO-1729: Ruby: Add LICENSE and NOTICE to ruby gems.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709480 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bc19e3a12e033e60c4f5c6c1d7a20fc9f8182da6)

AVRO-1732: C++: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709482 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 5cb83db6a66a6d60aa01b41160a9c90ad4987736)

AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709484 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 3585c45902b99ae5cf5e3086d1dfc61389017d7f)

AVRO-1731: C: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717805 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit df5c513f1e7a606b7333975b6d28784702f77077)

AVRO-1735: Perl: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717807 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 96d2d35fa20a7ec14f699e0c899cc7e21ae3393b)

AVRO-1736: PHP: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717812 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ada69ac5e0be21c96cdc683ae5152b0a8216e14f)

AVRO-1730: Python: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717813 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit e11c588ebe034d5f2a043598e600791e38e124bb)

AVRO-1730: Python3: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717814 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 2c6c570d3b66975cfac367334d8a6971801397e5)

AVRO-1722: Update root LICENSE.txt and NOTICE.txt.

This updates the POM to use the Maven RAT integration and updates the
LICENSE and NOTICE files for issues that update found.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717817 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f49b2d31fd9a0249a64c049da800db6648792ee0)

AVRO-1722 ADDENDUM: Java: Fix tests broken by adding licenses.

The Java specific compiler tool's tests expect the file content to match
exactly. Adding license headers broke the tests. This fix reverts the
addition of a licenses and adds the test files to the RAT exclusion
list.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717830 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bf751dfaada53680f66bc200f3acb04a4d538fd1)

AVRO-1722 ADDENDUM: Add last license doc changes, rat helper.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1718650 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 80ba788ecdccaff5fbc011f6ad619bb62815dc04)

AVRO-1728: Java: Add LICENSE and NOTICE files to jars.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1720272 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ee28a20bef542d693312a3fc39239eee33800879)

AVRO-1771. Add LICENSE and NOTICE to avro-doc artifact. Contributed by blue.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.8@1723293 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 059e6dff3b0f6ccec866f7061815766f43d7ce22)

AVRO-1622. Add missing license headers.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1644603 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 6501dd51fc3a910a4cdc3e5abc73f49ed47240bc)

AVRO-2023 Update LICENSE, NOTICE and build for js

Ignore .text files

Fix the LICENSE for JS

This closes #222


> Update LICENSE and NOTICE files included in python and python3 release 
> artifacts
> 
>
> Key: AVRO-1730
> URL: https://issues.apache.org/jira/browse/AVRO-1730
> Project: Avro
>  Issue Type: Sub-task
>  Components: python
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1730.1.diff
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-1731) Update LICENSE and NOTICE files included in C release artifacts

2017-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094215#comment-16094215
 ] 

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

Commit 58f8b341413ef25116bf29d283bd703c3c1a9c2f in avro's branch 
refs/heads/branch-1.7 from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=58f8b34 ]

AVRO-1729: Ruby: Add LICENSE and NOTICE to ruby gems.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709480 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bc19e3a12e033e60c4f5c6c1d7a20fc9f8182da6)

AVRO-1732: C++: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709482 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 5cb83db6a66a6d60aa01b41160a9c90ad4987736)

AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709484 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 3585c45902b99ae5cf5e3086d1dfc61389017d7f)

AVRO-1731: C: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717805 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit df5c513f1e7a606b7333975b6d28784702f77077)

AVRO-1735: Perl: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717807 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 96d2d35fa20a7ec14f699e0c899cc7e21ae3393b)

AVRO-1736: PHP: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717812 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ada69ac5e0be21c96cdc683ae5152b0a8216e14f)

AVRO-1730: Python: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717813 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit e11c588ebe034d5f2a043598e600791e38e124bb)

AVRO-1730: Python3: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717814 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 2c6c570d3b66975cfac367334d8a6971801397e5)

AVRO-1722: Update root LICENSE.txt and NOTICE.txt.

This updates the POM to use the Maven RAT integration and updates the
LICENSE and NOTICE files for issues that update found.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717817 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f49b2d31fd9a0249a64c049da800db6648792ee0)

AVRO-1722 ADDENDUM: Java: Fix tests broken by adding licenses.

The Java specific compiler tool's tests expect the file content to match
exactly. Adding license headers broke the tests. This fix reverts the
addition of a licenses and adds the test files to the RAT exclusion
list.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717830 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bf751dfaada53680f66bc200f3acb04a4d538fd1)

AVRO-1722 ADDENDUM: Add last license doc changes, rat helper.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1718650 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 80ba788ecdccaff5fbc011f6ad619bb62815dc04)

AVRO-1728: Java: Add LICENSE and NOTICE files to jars.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1720272 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ee28a20bef542d693312a3fc39239eee33800879)

AVRO-1771. Add LICENSE and NOTICE to avro-doc artifact. Contributed by blue.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.8@1723293 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 059e6dff3b0f6ccec866f7061815766f43d7ce22)

AVRO-1622. Add missing license headers.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1644603 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 6501dd51fc3a910a4cdc3e5abc73f49ed47240bc)

AVRO-2023 Update LICENSE, NOTICE and build for js

Ignore .text files

Fix the LICENSE for JS

This closes #222


> Update LICENSE and NOTICE files included in C release artifacts
> ---
>
> Key: AVRO-1731
> URL: https://issues.apache.org/jira/browse/AVRO-1731
> Project: Avro
>  Issue Type: Sub-task
>  Components: c
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1731.1.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-1722) Fix licensing issues

2017-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094220#comment-16094220
 ] 

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

Commit 58f8b341413ef25116bf29d283bd703c3c1a9c2f in avro's branch 
refs/heads/branch-1.7 from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=58f8b34 ]

AVRO-1729: Ruby: Add LICENSE and NOTICE to ruby gems.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709480 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bc19e3a12e033e60c4f5c6c1d7a20fc9f8182da6)

AVRO-1732: C++: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709482 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 5cb83db6a66a6d60aa01b41160a9c90ad4987736)

AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709484 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 3585c45902b99ae5cf5e3086d1dfc61389017d7f)

AVRO-1731: C: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717805 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit df5c513f1e7a606b7333975b6d28784702f77077)

AVRO-1735: Perl: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717807 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 96d2d35fa20a7ec14f699e0c899cc7e21ae3393b)

AVRO-1736: PHP: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717812 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ada69ac5e0be21c96cdc683ae5152b0a8216e14f)

AVRO-1730: Python: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717813 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit e11c588ebe034d5f2a043598e600791e38e124bb)

AVRO-1730: Python3: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717814 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 2c6c570d3b66975cfac367334d8a6971801397e5)

AVRO-1722: Update root LICENSE.txt and NOTICE.txt.

This updates the POM to use the Maven RAT integration and updates the
LICENSE and NOTICE files for issues that update found.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717817 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f49b2d31fd9a0249a64c049da800db6648792ee0)

AVRO-1722 ADDENDUM: Java: Fix tests broken by adding licenses.

The Java specific compiler tool's tests expect the file content to match
exactly. Adding license headers broke the tests. This fix reverts the
addition of a licenses and adds the test files to the RAT exclusion
list.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717830 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bf751dfaada53680f66bc200f3acb04a4d538fd1)

AVRO-1722 ADDENDUM: Add last license doc changes, rat helper.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1718650 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 80ba788ecdccaff5fbc011f6ad619bb62815dc04)

AVRO-1728: Java: Add LICENSE and NOTICE files to jars.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1720272 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ee28a20bef542d693312a3fc39239eee33800879)

AVRO-1771. Add LICENSE and NOTICE to avro-doc artifact. Contributed by blue.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.8@1723293 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 059e6dff3b0f6ccec866f7061815766f43d7ce22)

AVRO-1622. Add missing license headers.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1644603 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 6501dd51fc3a910a4cdc3e5abc73f49ed47240bc)

AVRO-2023 Update LICENSE, NOTICE and build for js

Ignore .text files

Fix the LICENSE for JS

This closes #222


> Fix licensing issues
> 
>
> Key: AVRO-1722
> URL: https://issues.apache.org/jira/browse/AVRO-1722
> Project: Avro
>  Issue Type: Task
>  Components: build
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
>Priority: Blocker
> Fix For: 1.8.0
>
> Attachments: AVRO-1722.2.patch, AVRO-1722-ADDENDUM.1.patch
>
>
> The 1.8.0 release vote turned up a lot of licensing issues that need to be 
> fixed. We need to do a scrub of the licensing.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-2023) backport and update license fixes for branch-1.7

2017-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094226#comment-16094226
 ] 

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

Commit 58f8b341413ef25116bf29d283bd703c3c1a9c2f in avro's branch 
refs/heads/branch-1.7 from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=58f8b34 ]

AVRO-1729: Ruby: Add LICENSE and NOTICE to ruby gems.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709480 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bc19e3a12e033e60c4f5c6c1d7a20fc9f8182da6)

AVRO-1732: C++: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709482 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 5cb83db6a66a6d60aa01b41160a9c90ad4987736)

AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709484 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 3585c45902b99ae5cf5e3086d1dfc61389017d7f)

AVRO-1731: C: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717805 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit df5c513f1e7a606b7333975b6d28784702f77077)

AVRO-1735: Perl: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717807 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 96d2d35fa20a7ec14f699e0c899cc7e21ae3393b)

AVRO-1736: PHP: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717812 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ada69ac5e0be21c96cdc683ae5152b0a8216e14f)

AVRO-1730: Python: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717813 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit e11c588ebe034d5f2a043598e600791e38e124bb)

AVRO-1730: Python3: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717814 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 2c6c570d3b66975cfac367334d8a6971801397e5)

AVRO-1722: Update root LICENSE.txt and NOTICE.txt.

This updates the POM to use the Maven RAT integration and updates the
LICENSE and NOTICE files for issues that update found.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717817 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f49b2d31fd9a0249a64c049da800db6648792ee0)

AVRO-1722 ADDENDUM: Java: Fix tests broken by adding licenses.

The Java specific compiler tool's tests expect the file content to match
exactly. Adding license headers broke the tests. This fix reverts the
addition of a licenses and adds the test files to the RAT exclusion
list.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717830 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bf751dfaada53680f66bc200f3acb04a4d538fd1)

AVRO-1722 ADDENDUM: Add last license doc changes, rat helper.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1718650 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 80ba788ecdccaff5fbc011f6ad619bb62815dc04)

AVRO-1728: Java: Add LICENSE and NOTICE files to jars.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1720272 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ee28a20bef542d693312a3fc39239eee33800879)

AVRO-1771. Add LICENSE and NOTICE to avro-doc artifact. Contributed by blue.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.8@1723293 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 059e6dff3b0f6ccec866f7061815766f43d7ce22)

AVRO-1622. Add missing license headers.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1644603 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 6501dd51fc3a910a4cdc3e5abc73f49ed47240bc)

AVRO-2023 Update LICENSE, NOTICE and build for js

Ignore .text files

Fix the LICENSE for JS

This closes #222


> backport and update license fixes for branch-1.7
> 
>
> Key: AVRO-2023
> URL: https://issues.apache.org/jira/browse/AVRO-2023
> Project: Avro
>  Issue Type: Task
>  Components: build, community
>Affects Versions: 1.7.7
>Reporter: Sean Busbey
>Assignee: Suraj Acharya
>Priority: Blocker
> Fix For: 1.7.8
>
>
> Backport the changes from AVRO-1722 and subtasks, ensure they're applicable 
> for branch-1.7.
> git history as summary:
> {code}
> $ git hist --grep AVRO-1722 --grep AVRO-1727 --grep AVRO-1728 --grep 
> AVRO-1729 --grep AVRO-1730 --grep AVRO-1731 --grep AVRO-1732 --grep AVRO-1733 
> --grep AVRO-1734 --grep AVRO-1735 --grep AVRO-1736 --grep AVRO-1771 
> origin/branch-1.8

[jira] [Commented] (AVRO-1732) Update LICENSE and NOTICE files included in C++ release artifacts

2017-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094213#comment-16094213
 ] 

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

Commit 58f8b341413ef25116bf29d283bd703c3c1a9c2f in avro's branch 
refs/heads/branch-1.7 from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=58f8b34 ]

AVRO-1729: Ruby: Add LICENSE and NOTICE to ruby gems.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709480 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bc19e3a12e033e60c4f5c6c1d7a20fc9f8182da6)

AVRO-1732: C++: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709482 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 5cb83db6a66a6d60aa01b41160a9c90ad4987736)

AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709484 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 3585c45902b99ae5cf5e3086d1dfc61389017d7f)

AVRO-1731: C: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717805 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit df5c513f1e7a606b7333975b6d28784702f77077)

AVRO-1735: Perl: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717807 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 96d2d35fa20a7ec14f699e0c899cc7e21ae3393b)

AVRO-1736: PHP: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717812 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ada69ac5e0be21c96cdc683ae5152b0a8216e14f)

AVRO-1730: Python: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717813 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit e11c588ebe034d5f2a043598e600791e38e124bb)

AVRO-1730: Python3: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717814 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 2c6c570d3b66975cfac367334d8a6971801397e5)

AVRO-1722: Update root LICENSE.txt and NOTICE.txt.

This updates the POM to use the Maven RAT integration and updates the
LICENSE and NOTICE files for issues that update found.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717817 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f49b2d31fd9a0249a64c049da800db6648792ee0)

AVRO-1722 ADDENDUM: Java: Fix tests broken by adding licenses.

The Java specific compiler tool's tests expect the file content to match
exactly. Adding license headers broke the tests. This fix reverts the
addition of a licenses and adds the test files to the RAT exclusion
list.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717830 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bf751dfaada53680f66bc200f3acb04a4d538fd1)

AVRO-1722 ADDENDUM: Add last license doc changes, rat helper.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1718650 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 80ba788ecdccaff5fbc011f6ad619bb62815dc04)

AVRO-1728: Java: Add LICENSE and NOTICE files to jars.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1720272 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ee28a20bef542d693312a3fc39239eee33800879)

AVRO-1771. Add LICENSE and NOTICE to avro-doc artifact. Contributed by blue.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.8@1723293 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 059e6dff3b0f6ccec866f7061815766f43d7ce22)

AVRO-1622. Add missing license headers.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1644603 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 6501dd51fc3a910a4cdc3e5abc73f49ed47240bc)

AVRO-2023 Update LICENSE, NOTICE and build for js

Ignore .text files

Fix the LICENSE for JS

This closes #222


> Update LICENSE and NOTICE files included in C++ release artifacts
> -
>
> Key: AVRO-1732
> URL: https://issues.apache.org/jira/browse/AVRO-1732
> Project: Avro
>  Issue Type: Sub-task
>  Components: c++
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1732.1.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-1622) Add missing license headers

2017-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094225#comment-16094225
 ] 

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

Commit 58f8b341413ef25116bf29d283bd703c3c1a9c2f in avro's branch 
refs/heads/branch-1.7 from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=58f8b34 ]

AVRO-1729: Ruby: Add LICENSE and NOTICE to ruby gems.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709480 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bc19e3a12e033e60c4f5c6c1d7a20fc9f8182da6)

AVRO-1732: C++: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709482 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 5cb83db6a66a6d60aa01b41160a9c90ad4987736)

AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709484 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 3585c45902b99ae5cf5e3086d1dfc61389017d7f)

AVRO-1731: C: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717805 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit df5c513f1e7a606b7333975b6d28784702f77077)

AVRO-1735: Perl: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717807 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 96d2d35fa20a7ec14f699e0c899cc7e21ae3393b)

AVRO-1736: PHP: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717812 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ada69ac5e0be21c96cdc683ae5152b0a8216e14f)

AVRO-1730: Python: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717813 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit e11c588ebe034d5f2a043598e600791e38e124bb)

AVRO-1730: Python3: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717814 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 2c6c570d3b66975cfac367334d8a6971801397e5)

AVRO-1722: Update root LICENSE.txt and NOTICE.txt.

This updates the POM to use the Maven RAT integration and updates the
LICENSE and NOTICE files for issues that update found.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717817 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f49b2d31fd9a0249a64c049da800db6648792ee0)

AVRO-1722 ADDENDUM: Java: Fix tests broken by adding licenses.

The Java specific compiler tool's tests expect the file content to match
exactly. Adding license headers broke the tests. This fix reverts the
addition of a licenses and adds the test files to the RAT exclusion
list.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717830 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bf751dfaada53680f66bc200f3acb04a4d538fd1)

AVRO-1722 ADDENDUM: Add last license doc changes, rat helper.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1718650 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 80ba788ecdccaff5fbc011f6ad619bb62815dc04)

AVRO-1728: Java: Add LICENSE and NOTICE files to jars.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1720272 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ee28a20bef542d693312a3fc39239eee33800879)

AVRO-1771. Add LICENSE and NOTICE to avro-doc artifact. Contributed by blue.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.8@1723293 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 059e6dff3b0f6ccec866f7061815766f43d7ce22)

AVRO-1622. Add missing license headers.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1644603 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 6501dd51fc3a910a4cdc3e5abc73f49ed47240bc)

AVRO-2023 Update LICENSE, NOTICE and build for js

Ignore .text files

Fix the LICENSE for JS

This closes #222


> Add missing license headers
> ---
>
> Key: AVRO-1622
> URL: https://issues.apache.org/jira/browse/AVRO-1622
> Project: Avro
>  Issue Type: Bug
>  Components: csharp, java, python
>Affects Versions: 1.7.7
>Reporter: Tom White
>Assignee: Tom White
> Fix For: 1.7.8, 1.8.0
>
> Attachments: AVRO-1622.patch
>
>
> There are a few files with missing headers (from 
> http://ci.apache.org/projects/avro/rat-output.html):
> /home/buildslave3/slave3/avro-trunk-rat-report/build/lang/csharp/src/apache/ipc/HttpListenerServer.cs
> /home/buildslave3/slave3/avro-trunk-rat-report/build/lang/csharp/src/apache/ipc/HttpTransceiver.cs
> 

[jira] [Commented] (AVRO-1730) Update LICENSE and NOTICE files included in python and python3 release artifacts

2017-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094219#comment-16094219
 ] 

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

Commit 58f8b341413ef25116bf29d283bd703c3c1a9c2f in avro's branch 
refs/heads/branch-1.7 from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=58f8b34 ]

AVRO-1729: Ruby: Add LICENSE and NOTICE to ruby gems.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709480 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bc19e3a12e033e60c4f5c6c1d7a20fc9f8182da6)

AVRO-1732: C++: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709482 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 5cb83db6a66a6d60aa01b41160a9c90ad4987736)

AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709484 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 3585c45902b99ae5cf5e3086d1dfc61389017d7f)

AVRO-1731: C: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717805 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit df5c513f1e7a606b7333975b6d28784702f77077)

AVRO-1735: Perl: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717807 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 96d2d35fa20a7ec14f699e0c899cc7e21ae3393b)

AVRO-1736: PHP: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717812 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ada69ac5e0be21c96cdc683ae5152b0a8216e14f)

AVRO-1730: Python: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717813 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit e11c588ebe034d5f2a043598e600791e38e124bb)

AVRO-1730: Python3: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717814 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 2c6c570d3b66975cfac367334d8a6971801397e5)

AVRO-1722: Update root LICENSE.txt and NOTICE.txt.

This updates the POM to use the Maven RAT integration and updates the
LICENSE and NOTICE files for issues that update found.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717817 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f49b2d31fd9a0249a64c049da800db6648792ee0)

AVRO-1722 ADDENDUM: Java: Fix tests broken by adding licenses.

The Java specific compiler tool's tests expect the file content to match
exactly. Adding license headers broke the tests. This fix reverts the
addition of a licenses and adds the test files to the RAT exclusion
list.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717830 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bf751dfaada53680f66bc200f3acb04a4d538fd1)

AVRO-1722 ADDENDUM: Add last license doc changes, rat helper.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1718650 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 80ba788ecdccaff5fbc011f6ad619bb62815dc04)

AVRO-1728: Java: Add LICENSE and NOTICE files to jars.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1720272 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ee28a20bef542d693312a3fc39239eee33800879)

AVRO-1771. Add LICENSE and NOTICE to avro-doc artifact. Contributed by blue.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.8@1723293 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 059e6dff3b0f6ccec866f7061815766f43d7ce22)

AVRO-1622. Add missing license headers.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1644603 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 6501dd51fc3a910a4cdc3e5abc73f49ed47240bc)

AVRO-2023 Update LICENSE, NOTICE and build for js

Ignore .text files

Fix the LICENSE for JS

This closes #222


> Update LICENSE and NOTICE files included in python and python3 release 
> artifacts
> 
>
> Key: AVRO-1730
> URL: https://issues.apache.org/jira/browse/AVRO-1730
> Project: Avro
>  Issue Type: Sub-task
>  Components: python
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1730.1.diff
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-1722) Fix licensing issues

2017-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094222#comment-16094222
 ] 

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

Commit 58f8b341413ef25116bf29d283bd703c3c1a9c2f in avro's branch 
refs/heads/branch-1.7 from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=58f8b34 ]

AVRO-1729: Ruby: Add LICENSE and NOTICE to ruby gems.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709480 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bc19e3a12e033e60c4f5c6c1d7a20fc9f8182da6)

AVRO-1732: C++: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709482 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 5cb83db6a66a6d60aa01b41160a9c90ad4987736)

AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709484 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 3585c45902b99ae5cf5e3086d1dfc61389017d7f)

AVRO-1731: C: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717805 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit df5c513f1e7a606b7333975b6d28784702f77077)

AVRO-1735: Perl: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717807 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 96d2d35fa20a7ec14f699e0c899cc7e21ae3393b)

AVRO-1736: PHP: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717812 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ada69ac5e0be21c96cdc683ae5152b0a8216e14f)

AVRO-1730: Python: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717813 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit e11c588ebe034d5f2a043598e600791e38e124bb)

AVRO-1730: Python3: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717814 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 2c6c570d3b66975cfac367334d8a6971801397e5)

AVRO-1722: Update root LICENSE.txt and NOTICE.txt.

This updates the POM to use the Maven RAT integration and updates the
LICENSE and NOTICE files for issues that update found.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717817 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f49b2d31fd9a0249a64c049da800db6648792ee0)

AVRO-1722 ADDENDUM: Java: Fix tests broken by adding licenses.

The Java specific compiler tool's tests expect the file content to match
exactly. Adding license headers broke the tests. This fix reverts the
addition of a licenses and adds the test files to the RAT exclusion
list.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717830 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bf751dfaada53680f66bc200f3acb04a4d538fd1)

AVRO-1722 ADDENDUM: Add last license doc changes, rat helper.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1718650 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 80ba788ecdccaff5fbc011f6ad619bb62815dc04)

AVRO-1728: Java: Add LICENSE and NOTICE files to jars.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1720272 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ee28a20bef542d693312a3fc39239eee33800879)

AVRO-1771. Add LICENSE and NOTICE to avro-doc artifact. Contributed by blue.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.8@1723293 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 059e6dff3b0f6ccec866f7061815766f43d7ce22)

AVRO-1622. Add missing license headers.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1644603 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 6501dd51fc3a910a4cdc3e5abc73f49ed47240bc)

AVRO-2023 Update LICENSE, NOTICE and build for js

Ignore .text files

Fix the LICENSE for JS

This closes #222


> Fix licensing issues
> 
>
> Key: AVRO-1722
> URL: https://issues.apache.org/jira/browse/AVRO-1722
> Project: Avro
>  Issue Type: Task
>  Components: build
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
>Priority: Blocker
> Fix For: 1.8.0
>
> Attachments: AVRO-1722.2.patch, AVRO-1722-ADDENDUM.1.patch
>
>
> The 1.8.0 release vote turned up a lot of licensing issues that need to be 
> fixed. We need to do a scrub of the licensing.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-1733) Update LICENSE and NOTICE files included in C# release artifacts

2017-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094214#comment-16094214
 ] 

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

Commit 58f8b341413ef25116bf29d283bd703c3c1a9c2f in avro's branch 
refs/heads/branch-1.7 from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=58f8b34 ]

AVRO-1729: Ruby: Add LICENSE and NOTICE to ruby gems.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709480 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bc19e3a12e033e60c4f5c6c1d7a20fc9f8182da6)

AVRO-1732: C++: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709482 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 5cb83db6a66a6d60aa01b41160a9c90ad4987736)

AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709484 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 3585c45902b99ae5cf5e3086d1dfc61389017d7f)

AVRO-1731: C: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717805 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit df5c513f1e7a606b7333975b6d28784702f77077)

AVRO-1735: Perl: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717807 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 96d2d35fa20a7ec14f699e0c899cc7e21ae3393b)

AVRO-1736: PHP: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717812 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ada69ac5e0be21c96cdc683ae5152b0a8216e14f)

AVRO-1730: Python: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717813 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit e11c588ebe034d5f2a043598e600791e38e124bb)

AVRO-1730: Python3: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717814 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 2c6c570d3b66975cfac367334d8a6971801397e5)

AVRO-1722: Update root LICENSE.txt and NOTICE.txt.

This updates the POM to use the Maven RAT integration and updates the
LICENSE and NOTICE files for issues that update found.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717817 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f49b2d31fd9a0249a64c049da800db6648792ee0)

AVRO-1722 ADDENDUM: Java: Fix tests broken by adding licenses.

The Java specific compiler tool's tests expect the file content to match
exactly. Adding license headers broke the tests. This fix reverts the
addition of a licenses and adds the test files to the RAT exclusion
list.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717830 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bf751dfaada53680f66bc200f3acb04a4d538fd1)

AVRO-1722 ADDENDUM: Add last license doc changes, rat helper.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1718650 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 80ba788ecdccaff5fbc011f6ad619bb62815dc04)

AVRO-1728: Java: Add LICENSE and NOTICE files to jars.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1720272 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ee28a20bef542d693312a3fc39239eee33800879)

AVRO-1771. Add LICENSE and NOTICE to avro-doc artifact. Contributed by blue.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.8@1723293 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 059e6dff3b0f6ccec866f7061815766f43d7ce22)

AVRO-1622. Add missing license headers.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1644603 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 6501dd51fc3a910a4cdc3e5abc73f49ed47240bc)

AVRO-2023 Update LICENSE, NOTICE and build for js

Ignore .text files

Fix the LICENSE for JS

This closes #222


> Update LICENSE and NOTICE files included in C# release artifacts
> 
>
> Key: AVRO-1733
> URL: https://issues.apache.org/jira/browse/AVRO-1733
> Project: Avro
>  Issue Type: Sub-task
>  Components: csharp
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1733.1.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-1736) Update LICENSE and NOTICE files included in php release artifacts

2017-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094217#comment-16094217
 ] 

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

Commit 58f8b341413ef25116bf29d283bd703c3c1a9c2f in avro's branch 
refs/heads/branch-1.7 from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=58f8b34 ]

AVRO-1729: Ruby: Add LICENSE and NOTICE to ruby gems.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709480 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bc19e3a12e033e60c4f5c6c1d7a20fc9f8182da6)

AVRO-1732: C++: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709482 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 5cb83db6a66a6d60aa01b41160a9c90ad4987736)

AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709484 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 3585c45902b99ae5cf5e3086d1dfc61389017d7f)

AVRO-1731: C: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717805 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit df5c513f1e7a606b7333975b6d28784702f77077)

AVRO-1735: Perl: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717807 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 96d2d35fa20a7ec14f699e0c899cc7e21ae3393b)

AVRO-1736: PHP: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717812 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ada69ac5e0be21c96cdc683ae5152b0a8216e14f)

AVRO-1730: Python: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717813 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit e11c588ebe034d5f2a043598e600791e38e124bb)

AVRO-1730: Python3: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717814 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 2c6c570d3b66975cfac367334d8a6971801397e5)

AVRO-1722: Update root LICENSE.txt and NOTICE.txt.

This updates the POM to use the Maven RAT integration and updates the
LICENSE and NOTICE files for issues that update found.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717817 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f49b2d31fd9a0249a64c049da800db6648792ee0)

AVRO-1722 ADDENDUM: Java: Fix tests broken by adding licenses.

The Java specific compiler tool's tests expect the file content to match
exactly. Adding license headers broke the tests. This fix reverts the
addition of a licenses and adds the test files to the RAT exclusion
list.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717830 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bf751dfaada53680f66bc200f3acb04a4d538fd1)

AVRO-1722 ADDENDUM: Add last license doc changes, rat helper.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1718650 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 80ba788ecdccaff5fbc011f6ad619bb62815dc04)

AVRO-1728: Java: Add LICENSE and NOTICE files to jars.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1720272 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ee28a20bef542d693312a3fc39239eee33800879)

AVRO-1771. Add LICENSE and NOTICE to avro-doc artifact. Contributed by blue.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.8@1723293 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 059e6dff3b0f6ccec866f7061815766f43d7ce22)

AVRO-1622. Add missing license headers.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1644603 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 6501dd51fc3a910a4cdc3e5abc73f49ed47240bc)

AVRO-2023 Update LICENSE, NOTICE and build for js

Ignore .text files

Fix the LICENSE for JS

This closes #222


> Update LICENSE and NOTICE files included in php release artifacts
> -
>
> Key: AVRO-1736
> URL: https://issues.apache.org/jira/browse/AVRO-1736
> Project: Avro
>  Issue Type: Sub-task
>  Components: php
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1736.1.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-1729) Update LICENSE and NOTICE files included in ruby gem

2017-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094212#comment-16094212
 ] 

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

Commit 58f8b341413ef25116bf29d283bd703c3c1a9c2f in avro's branch 
refs/heads/branch-1.7 from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=58f8b34 ]

AVRO-1729: Ruby: Add LICENSE and NOTICE to ruby gems.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709480 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bc19e3a12e033e60c4f5c6c1d7a20fc9f8182da6)

AVRO-1732: C++: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709482 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 5cb83db6a66a6d60aa01b41160a9c90ad4987736)

AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709484 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 3585c45902b99ae5cf5e3086d1dfc61389017d7f)

AVRO-1731: C: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717805 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit df5c513f1e7a606b7333975b6d28784702f77077)

AVRO-1735: Perl: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717807 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 96d2d35fa20a7ec14f699e0c899cc7e21ae3393b)

AVRO-1736: PHP: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717812 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ada69ac5e0be21c96cdc683ae5152b0a8216e14f)

AVRO-1730: Python: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717813 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit e11c588ebe034d5f2a043598e600791e38e124bb)

AVRO-1730: Python3: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717814 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 2c6c570d3b66975cfac367334d8a6971801397e5)

AVRO-1722: Update root LICENSE.txt and NOTICE.txt.

This updates the POM to use the Maven RAT integration and updates the
LICENSE and NOTICE files for issues that update found.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717817 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f49b2d31fd9a0249a64c049da800db6648792ee0)

AVRO-1722 ADDENDUM: Java: Fix tests broken by adding licenses.

The Java specific compiler tool's tests expect the file content to match
exactly. Adding license headers broke the tests. This fix reverts the
addition of a licenses and adds the test files to the RAT exclusion
list.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717830 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bf751dfaada53680f66bc200f3acb04a4d538fd1)

AVRO-1722 ADDENDUM: Add last license doc changes, rat helper.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1718650 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 80ba788ecdccaff5fbc011f6ad619bb62815dc04)

AVRO-1728: Java: Add LICENSE and NOTICE files to jars.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1720272 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ee28a20bef542d693312a3fc39239eee33800879)

AVRO-1771. Add LICENSE and NOTICE to avro-doc artifact. Contributed by blue.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.8@1723293 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 059e6dff3b0f6ccec866f7061815766f43d7ce22)

AVRO-1622. Add missing license headers.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1644603 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 6501dd51fc3a910a4cdc3e5abc73f49ed47240bc)

AVRO-2023 Update LICENSE, NOTICE and build for js

Ignore .text files

Fix the LICENSE for JS

This closes #222


> Update LICENSE and NOTICE files included in ruby gem
> 
>
> Key: AVRO-1729
> URL: https://issues.apache.org/jira/browse/AVRO-1729
> Project: Avro
>  Issue Type: Sub-task
>  Components: ruby
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1729.1.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-1722) Fix licensing issues

2017-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094221#comment-16094221
 ] 

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

Commit 58f8b341413ef25116bf29d283bd703c3c1a9c2f in avro's branch 
refs/heads/branch-1.7 from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=58f8b34 ]

AVRO-1729: Ruby: Add LICENSE and NOTICE to ruby gems.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709480 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bc19e3a12e033e60c4f5c6c1d7a20fc9f8182da6)

AVRO-1732: C++: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709482 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 5cb83db6a66a6d60aa01b41160a9c90ad4987736)

AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709484 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 3585c45902b99ae5cf5e3086d1dfc61389017d7f)

AVRO-1731: C: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717805 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit df5c513f1e7a606b7333975b6d28784702f77077)

AVRO-1735: Perl: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717807 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 96d2d35fa20a7ec14f699e0c899cc7e21ae3393b)

AVRO-1736: PHP: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717812 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ada69ac5e0be21c96cdc683ae5152b0a8216e14f)

AVRO-1730: Python: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717813 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit e11c588ebe034d5f2a043598e600791e38e124bb)

AVRO-1730: Python3: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717814 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 2c6c570d3b66975cfac367334d8a6971801397e5)

AVRO-1722: Update root LICENSE.txt and NOTICE.txt.

This updates the POM to use the Maven RAT integration and updates the
LICENSE and NOTICE files for issues that update found.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717817 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f49b2d31fd9a0249a64c049da800db6648792ee0)

AVRO-1722 ADDENDUM: Java: Fix tests broken by adding licenses.

The Java specific compiler tool's tests expect the file content to match
exactly. Adding license headers broke the tests. This fix reverts the
addition of a licenses and adds the test files to the RAT exclusion
list.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717830 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bf751dfaada53680f66bc200f3acb04a4d538fd1)

AVRO-1722 ADDENDUM: Add last license doc changes, rat helper.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1718650 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 80ba788ecdccaff5fbc011f6ad619bb62815dc04)

AVRO-1728: Java: Add LICENSE and NOTICE files to jars.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1720272 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ee28a20bef542d693312a3fc39239eee33800879)

AVRO-1771. Add LICENSE and NOTICE to avro-doc artifact. Contributed by blue.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.8@1723293 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 059e6dff3b0f6ccec866f7061815766f43d7ce22)

AVRO-1622. Add missing license headers.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1644603 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 6501dd51fc3a910a4cdc3e5abc73f49ed47240bc)

AVRO-2023 Update LICENSE, NOTICE and build for js

Ignore .text files

Fix the LICENSE for JS

This closes #222


> Fix licensing issues
> 
>
> Key: AVRO-1722
> URL: https://issues.apache.org/jira/browse/AVRO-1722
> Project: Avro
>  Issue Type: Task
>  Components: build
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
>Priority: Blocker
> Fix For: 1.8.0
>
> Attachments: AVRO-1722.2.patch, AVRO-1722-ADDENDUM.1.patch
>
>
> The 1.8.0 release vote turned up a lot of licensing issues that need to be 
> fixed. We need to do a scrub of the licensing.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-1735) Update LICENSE and NOTICE files included in perl module

2017-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094216#comment-16094216
 ] 

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

Commit 58f8b341413ef25116bf29d283bd703c3c1a9c2f in avro's branch 
refs/heads/branch-1.7 from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=58f8b34 ]

AVRO-1729: Ruby: Add LICENSE and NOTICE to ruby gems.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709480 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bc19e3a12e033e60c4f5c6c1d7a20fc9f8182da6)

AVRO-1732: C++: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709482 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 5cb83db6a66a6d60aa01b41160a9c90ad4987736)

AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709484 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 3585c45902b99ae5cf5e3086d1dfc61389017d7f)

AVRO-1731: C: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717805 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit df5c513f1e7a606b7333975b6d28784702f77077)

AVRO-1735: Perl: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717807 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 96d2d35fa20a7ec14f699e0c899cc7e21ae3393b)

AVRO-1736: PHP: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717812 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ada69ac5e0be21c96cdc683ae5152b0a8216e14f)

AVRO-1730: Python: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717813 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit e11c588ebe034d5f2a043598e600791e38e124bb)

AVRO-1730: Python3: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717814 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 2c6c570d3b66975cfac367334d8a6971801397e5)

AVRO-1722: Update root LICENSE.txt and NOTICE.txt.

This updates the POM to use the Maven RAT integration and updates the
LICENSE and NOTICE files for issues that update found.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717817 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f49b2d31fd9a0249a64c049da800db6648792ee0)

AVRO-1722 ADDENDUM: Java: Fix tests broken by adding licenses.

The Java specific compiler tool's tests expect the file content to match
exactly. Adding license headers broke the tests. This fix reverts the
addition of a licenses and adds the test files to the RAT exclusion
list.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717830 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bf751dfaada53680f66bc200f3acb04a4d538fd1)

AVRO-1722 ADDENDUM: Add last license doc changes, rat helper.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1718650 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 80ba788ecdccaff5fbc011f6ad619bb62815dc04)

AVRO-1728: Java: Add LICENSE and NOTICE files to jars.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1720272 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ee28a20bef542d693312a3fc39239eee33800879)

AVRO-1771. Add LICENSE and NOTICE to avro-doc artifact. Contributed by blue.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.8@1723293 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 059e6dff3b0f6ccec866f7061815766f43d7ce22)

AVRO-1622. Add missing license headers.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1644603 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 6501dd51fc3a910a4cdc3e5abc73f49ed47240bc)

AVRO-2023 Update LICENSE, NOTICE and build for js

Ignore .text files

Fix the LICENSE for JS

This closes #222


> Update LICENSE and NOTICE files included in perl module
> ---
>
> Key: AVRO-1735
> URL: https://issues.apache.org/jira/browse/AVRO-1735
> Project: Avro
>  Issue Type: Sub-task
>  Components: perl
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1735.1.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-1771) Add LICENSE and NOTICE to avro-doc artifact

2017-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094224#comment-16094224
 ] 

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

Commit 58f8b341413ef25116bf29d283bd703c3c1a9c2f in avro's branch 
refs/heads/branch-1.7 from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=58f8b34 ]

AVRO-1729: Ruby: Add LICENSE and NOTICE to ruby gems.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709480 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bc19e3a12e033e60c4f5c6c1d7a20fc9f8182da6)

AVRO-1732: C++: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709482 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 5cb83db6a66a6d60aa01b41160a9c90ad4987736)

AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709484 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 3585c45902b99ae5cf5e3086d1dfc61389017d7f)

AVRO-1731: C: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717805 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit df5c513f1e7a606b7333975b6d28784702f77077)

AVRO-1735: Perl: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717807 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 96d2d35fa20a7ec14f699e0c899cc7e21ae3393b)

AVRO-1736: PHP: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717812 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ada69ac5e0be21c96cdc683ae5152b0a8216e14f)

AVRO-1730: Python: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717813 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit e11c588ebe034d5f2a043598e600791e38e124bb)

AVRO-1730: Python3: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717814 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 2c6c570d3b66975cfac367334d8a6971801397e5)

AVRO-1722: Update root LICENSE.txt and NOTICE.txt.

This updates the POM to use the Maven RAT integration and updates the
LICENSE and NOTICE files for issues that update found.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717817 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f49b2d31fd9a0249a64c049da800db6648792ee0)

AVRO-1722 ADDENDUM: Java: Fix tests broken by adding licenses.

The Java specific compiler tool's tests expect the file content to match
exactly. Adding license headers broke the tests. This fix reverts the
addition of a licenses and adds the test files to the RAT exclusion
list.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717830 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bf751dfaada53680f66bc200f3acb04a4d538fd1)

AVRO-1722 ADDENDUM: Add last license doc changes, rat helper.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1718650 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 80ba788ecdccaff5fbc011f6ad619bb62815dc04)

AVRO-1728: Java: Add LICENSE and NOTICE files to jars.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1720272 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ee28a20bef542d693312a3fc39239eee33800879)

AVRO-1771. Add LICENSE and NOTICE to avro-doc artifact. Contributed by blue.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.8@1723293 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 059e6dff3b0f6ccec866f7061815766f43d7ce22)

AVRO-1622. Add missing license headers.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1644603 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 6501dd51fc3a910a4cdc3e5abc73f49ed47240bc)

AVRO-2023 Update LICENSE, NOTICE and build for js

Ignore .text files

Fix the LICENSE for JS

This closes #222


> Add LICENSE and NOTICE to avro-doc artifact
> ---
>
> Key: AVRO-1771
> URL: https://issues.apache.org/jira/browse/AVRO-1771
> Project: Avro
>  Issue Type: Sub-task
>  Components: build
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1771.1.patch
>
>
> Sean noticed while validating the 1.8.0 release that the avro-doc tarball 
> doesn't include LICENSE and NOTICE. These should be mostly copies of the 
> source license and notice, minus projects included for the Avro build.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-1728) Update LICENSE and NOTICE files included in Java binaries

2017-07-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16094223#comment-16094223
 ] 

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

Commit 58f8b341413ef25116bf29d283bd703c3c1a9c2f in avro's branch 
refs/heads/branch-1.7 from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=58f8b34 ]

AVRO-1729: Ruby: Add LICENSE and NOTICE to ruby gems.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709480 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bc19e3a12e033e60c4f5c6c1d7a20fc9f8182da6)

AVRO-1732: C++: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709482 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 5cb83db6a66a6d60aa01b41160a9c90ad4987736)

AVRO-1733: C#: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1709484 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 3585c45902b99ae5cf5e3086d1dfc61389017d7f)

AVRO-1731: C: Add LICENSE and NOTICE to binary distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717805 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit df5c513f1e7a606b7333975b6d28784702f77077)

AVRO-1735: Perl: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717807 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 96d2d35fa20a7ec14f699e0c899cc7e21ae3393b)

AVRO-1736: PHP: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717812 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ada69ac5e0be21c96cdc683ae5152b0a8216e14f)

AVRO-1730: Python: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717813 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit e11c588ebe034d5f2a043598e600791e38e124bb)

AVRO-1730: Python3: Add LICENSE and NOTICE to distribution.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717814 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 2c6c570d3b66975cfac367334d8a6971801397e5)

AVRO-1722: Update root LICENSE.txt and NOTICE.txt.

This updates the POM to use the Maven RAT integration and updates the
LICENSE and NOTICE files for issues that update found.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717817 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f49b2d31fd9a0249a64c049da800db6648792ee0)

AVRO-1722 ADDENDUM: Java: Fix tests broken by adding licenses.

The Java specific compiler tool's tests expect the file content to match
exactly. Adding license headers broke the tests. This fix reverts the
addition of a licenses and adds the test files to the RAT exclusion
list.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1717830 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit bf751dfaada53680f66bc200f3acb04a4d538fd1)

AVRO-1722 ADDENDUM: Add last license doc changes, rat helper.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1718650 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 80ba788ecdccaff5fbc011f6ad619bb62815dc04)

AVRO-1728: Java: Add LICENSE and NOTICE files to jars.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1720272 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ee28a20bef542d693312a3fc39239eee33800879)

AVRO-1771. Add LICENSE and NOTICE to avro-doc artifact. Contributed by blue.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.8@1723293 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 059e6dff3b0f6ccec866f7061815766f43d7ce22)

AVRO-1622. Add missing license headers.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1644603 
13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 6501dd51fc3a910a4cdc3e5abc73f49ed47240bc)

AVRO-2023 Update LICENSE, NOTICE and build for js

Ignore .text files

Fix the LICENSE for JS

This closes #222


> Update LICENSE and NOTICE files included in Java binaries
> -
>
> Key: AVRO-1728
> URL: https://issues.apache.org/jira/browse/AVRO-1728
> Project: Avro
>  Issue Type: Sub-task
>  Components: java
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1728.1.patch, AVRO-1728.2.patch, AVRO-1728.3.patch, 
> AVRO-1728.4.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-1485) Specification says Record field type can be record name but implementation allows any named type.

2017-07-19 Thread Suraj Acharya (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093553#comment-16093553
 ] 

Suraj Acharya commented on AVRO-1485:
-

* The tests on the master failed. Not sure what the reason for the same is. 
* The other two issues seem to be due to the presence of tabs in the xml file. 
But the rest of the code also has tabs in it. So i guess there is not much to 
worry about this -1 from the bot.

> Specification says Record field type can be record name but implementation 
> allows any named type.
> -
>
> Key: AVRO-1485
> URL: https://issues.apache.org/jira/browse/AVRO-1485
> Project: Avro
>  Issue Type: Bug
>  Components: java, spec
>Affects Versions: 1.7.6
>Reporter: Sean Busbey
>Assignee: Nandor Kollar
> Attachments: AVRO-1485_1.patch
>
>
> The [specification for Record 
> fields|http://avro.apache.org/docs/1.7.6/spec.html#schema_record] says that 
> the type is
> bq. A JSON object defining a schema, or a JSON string naming a record 
> definition (required).
> AFAICT, the Java implementation allows for any [named 
> type|http://avro.apache.org/docs/1.7.6/spec.html#Names].
> The specification should be updated to state any named type is allowed or the 
> Java implementation should restrict what can be used. The former seems less 
> likely to disturb current users.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-1485) Specification says Record field type can be record name but implementation allows any named type.

2017-07-19 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16093439#comment-16093439
 ] 

Hadoop QA commented on AVRO-1485:
-

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  0m 
24s{color} | {color:blue} Docker mode activated. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green}  0m  
0s{color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:green}+1{color} | {color:green} buildtest {color} | {color:green}  0m  
0s{color} | {color:green} master passed {color} |
| {color:red}-1{color} | {color:red} whitespace {color} | {color:red}  0m  
0s{color} | {color:red} The patch 1 line(s) with tabs. {color} |
| {color:red}-1{color} | {color:red} xml {color} | {color:red}  0m  1s{color} | 
{color:red} The patch has 1 ill-formed XML file(s). {color} |
| {color:red}-1{color} | {color:red} buildtest {color} | {color:red} 15m 
28s{color} | {color:red} root in the patch failed. {color} |
| {color:black}{color} | {color:black} {color} | {color:black} 15m 56s{color} | 
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=1.13.1 Server=1.13.1 Image:yetus/avro:793178a |
| JIRA Issue | AVRO-1485 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12874817/AVRO-1485_1.patch |
| Optional Tests |  buildtest  xml  |
| uname | Linux 103d1460dcf7 3.13.0-117-generic #164-Ubuntu SMP Fri Apr 7 
11:05:26 UTC 2017 x86_64 GNU/Linux |
| Build tool | build |
| git revision | master / 793178a |
| whitespace | 
https://builds.apache.org/job/PreCommit-AVRO-Build-TEST/30/artifact/patchprocess/whitespace-tabs.txt
 |
| xml | 
https://builds.apache.org/job/PreCommit-AVRO-Build-TEST/30/artifact/patchprocess/xml.txt
 |
| buildtest | 
https://builds.apache.org/job/PreCommit-AVRO-Build-TEST/30/artifact/patchprocess/test--root.txt
 |
| modules | C: . U: . |
| Console output | 
https://builds.apache.org/job/PreCommit-AVRO-Build-TEST/30/console |
| Powered by | Apache Yetus 0.4.0   http://yetus.apache.org |


This message was automatically generated.



> Specification says Record field type can be record name but implementation 
> allows any named type.
> -
>
> Key: AVRO-1485
> URL: https://issues.apache.org/jira/browse/AVRO-1485
> Project: Avro
>  Issue Type: Bug
>  Components: java, spec
>Affects Versions: 1.7.6
>Reporter: Sean Busbey
>Assignee: Nandor Kollar
> Attachments: AVRO-1485_1.patch
>
>
> The [specification for Record 
> fields|http://avro.apache.org/docs/1.7.6/spec.html#schema_record] says that 
> the type is
> bq. A JSON object defining a schema, or a JSON string naming a record 
> definition (required).
> AFAICT, the Java implementation allows for any [named 
> type|http://avro.apache.org/docs/1.7.6/spec.html#Names].
> The specification should be updated to state any named type is allowed or the 
> Java implementation should restrict what can be used. The former seems less 
> likely to disturb current users.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-1485) Specification says Record field type can be record name but implementation allows any named type.

2017-07-19 Thread Gabor Szadovszky (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16092947#comment-16092947
 ] 

Gabor Szadovszky commented on AVRO-1485:


+1

> Specification says Record field type can be record name but implementation 
> allows any named type.
> -
>
> Key: AVRO-1485
> URL: https://issues.apache.org/jira/browse/AVRO-1485
> Project: Avro
>  Issue Type: Bug
>  Components: java, spec
>Affects Versions: 1.7.6
>Reporter: Sean Busbey
>Assignee: Nandor Kollar
> Attachments: AVRO-1485_1.patch
>
>
> The [specification for Record 
> fields|http://avro.apache.org/docs/1.7.6/spec.html#schema_record] says that 
> the type is
> bq. A JSON object defining a schema, or a JSON string naming a record 
> definition (required).
> AFAICT, the Java implementation allows for any [named 
> type|http://avro.apache.org/docs/1.7.6/spec.html#Names].
> The specification should be updated to state any named type is allowed or the 
> Java implementation should restrict what can be used. The former seems less 
> likely to disturb current users.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AVRO-1485) Specification says Record field type can be record name but implementation allows any named type.

2017-07-19 Thread Nandor Kollar (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16092826#comment-16092826
 ] 

Nandor Kollar commented on AVRO-1485:
-

[~gszadovszky] could you please review this item?

> Specification says Record field type can be record name but implementation 
> allows any named type.
> -
>
> Key: AVRO-1485
> URL: https://issues.apache.org/jira/browse/AVRO-1485
> Project: Avro
>  Issue Type: Bug
>  Components: java, spec
>Affects Versions: 1.7.6
>Reporter: Sean Busbey
>Assignee: Nandor Kollar
> Attachments: AVRO-1485_1.patch
>
>
> The [specification for Record 
> fields|http://avro.apache.org/docs/1.7.6/spec.html#schema_record] says that 
> the type is
> bq. A JSON object defining a schema, or a JSON string naming a record 
> definition (required).
> AFAICT, the Java implementation allows for any [named 
> type|http://avro.apache.org/docs/1.7.6/spec.html#Names].
> The specification should be updated to state any named type is allowed or the 
> Java implementation should restrict what can be used. The former seems less 
> likely to disturb current users.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)