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

2017-06-12 Thread Suraj Acharya (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suraj Acharya reassigned AVRO-2023: --- Assignee: Suraj Acharya > backport and update license fixes for branch-1.7 >

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

2017-06-12 Thread Suraj Acharya (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16047388#comment-16047388 ] Suraj Acharya commented on AVRO-2023: - protovis-r3.2.js : BSD license. g.bar.js : MIT licesne. Will add

Discuss regarding upcoming 1.7.8 release for Apache Avro

2017-06-12 Thread Suraj Acharya
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

[jira] [Resolved] (AVRO-1885) Release 1.8.2

2017-06-12 Thread Suraj Acharya (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suraj Acharya resolved AVRO-1885. - Resolution: Fixed The release has been completed successfully. > Release 1.8.2 > - >

[jira] [Created] (AVRO-2040) Fix Ruby 2.4 deprecation notices

2017-06-12 Thread Tim Perkins (JIRA)
Tim Perkins created AVRO-2040: - Summary: Fix Ruby 2.4 deprecation notices Key: AVRO-2040 URL: https://issues.apache.org/jira/browse/AVRO-2040 Project: Avro Issue Type: Improvement

[jira] [Updated] (AVRO-2040) Fix Ruby 2.4 deprecation notices

2017-06-12 Thread Tim Perkins (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Perkins updated AVRO-2040: -- Status: Patch Available (was: Open) https://github.com/apache/avro/pull/231 > Fix Ruby 2.4 deprecation

[GitHub] avro pull request #231: Ruby 2.4 deprecation fixes

2017-06-12 Thread tjwp
GitHub user tjwp opened a pull request: https://github.com/apache/avro/pull/231 Ruby 2.4 deprecation fixes Remove references to `Fixnum` and `Bignum` as suggested by @sldblog [here](https://github.com/apache/avro/pull/191#pullrequestreview-23737308). Ruby 2.4 unified these in a

[jira] [Updated] (AVRO-2039) Ruby encoding performance improvement

2017-06-12 Thread Tim Perkins (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Perkins updated AVRO-2039: -- Release Note: Ruby encoding performance improvements Status: Patch Available (was: Open)

[jira] [Created] (AVRO-2039) Ruby encoding performance improvement

2017-06-12 Thread Tim Perkins (JIRA)
Tim Perkins created AVRO-2039: - Summary: Ruby encoding performance improvement Key: AVRO-2039 URL: https://issues.apache.org/jira/browse/AVRO-2039 Project: Avro Issue Type: Improvement

[GitHub] avro pull request #230: Ruby encoding performance improvements

2017-06-12 Thread tjwp
GitHub user tjwp opened a pull request: https://github.com/apache/avro/pull/230 Ruby encoding performance improvements This change includes several optimizations of the validation performed during encoding using Ruby. For a use case with a few levels of nesting and unions in