1.8.2 release

2016-12-19 Thread Ryan Blue
I didn't end up having any time to put together a release candidate this weekend. Sorry for the delay, we'll have to push for a release in January. rb -- Ryan Blue

[jira] [Commented] (AVRO-1971) AvroAlias Annotation should work on field elements

2016-12-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15762183#comment-15762183 ] ASF GitHub Bot commented on AVRO-1971: -- GitHub user baunz opened a pull request:

[GitHub] avro pull request #175: Allow alias annotation on fields

2016-12-19 Thread baunz
GitHub user baunz opened a pull request: https://github.com/apache/avro/pull/175 Allow alias annotation on fields Sorry for the confusion, here's the f(fow now) final pul request to this issue I created: https://issues.apache.org/jira/browse/AVRO-1971 You can merge this

[jira] [Commented] (AVRO-1971) AvroAlias Annotation should work on field elements

2016-12-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15762174#comment-15762174 ] ASF GitHub Bot commented on AVRO-1971: -- Github user baunz closed the pull request at:

[GitHub] avro pull request #174: Allow alias annotation on fields

2016-12-19 Thread baunz
Github user baunz closed the pull request at: https://github.com/apache/avro/pull/174 --- 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

[GitHub] avro pull request #171: Allow alias annotation on fields

2016-12-19 Thread baunz
Github user baunz closed the pull request at: https://github.com/apache/avro/pull/171 --- 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

[GitHub] avro pull request #174: Allow alias annotation on fields

2016-12-19 Thread baunz
GitHub user baunz opened a pull request: https://github.com/apache/avro/pull/174 Allow alias annotation on fields See https://issues.apache.org/jira/browse/AVRO-1971 You can merge this pull request into a Git repository by running: $ git pull https://github.com/baunz/avro

[jira] [Commented] (AVRO-1971) AvroAlias Annotation should work on field elements

2016-12-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15762171#comment-15762171 ] ASF GitHub Bot commented on AVRO-1971: -- GitHub user baunz opened a pull request:

[jira] [Created] (AVRO-1971) AvroAlias Annotation should work on field elements

2016-12-19 Thread Johannes Schulte (JIRA)
Johannes Schulte created AVRO-1971: -- Summary: AvroAlias Annotation should work on field elements Key: AVRO-1971 URL: https://issues.apache.org/jira/browse/AVRO-1971 Project: Avro Issue

[GitHub] avro pull request #173: Minor cleanups.

2016-12-19 Thread zicl
GitHub user zicl opened a pull request: https://github.com/apache/avro/pull/173 Minor cleanups. Fixed several possible null pointer exceptions and unchecked casts. These triggered security and code health warnings in our static code analyzer tools. You can merge this pull

[jira] [Updated] (AVRO-1970) Flaky test: TestInputBytes

2016-12-19 Thread Gabor Szadovszky (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Szadovszky updated AVRO-1970: --- Status: Patch Available (was: Open) > Flaky test: TestInputBytes > --

[jira] [Commented] (AVRO-1970) Flaky test: TestInputBytes

2016-12-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15760593#comment-15760593 ] ASF GitHub Bot commented on AVRO-1970: -- GitHub user gszadovszky opened a pull request:

[GitHub] avro pull request #172: AVRO-1970: Flaky test: TestInputBytes

2016-12-19 Thread gszadovszky
GitHub user gszadovszky opened a pull request: https://github.com/apache/avro/pull/172 AVRO-1970: Flaky test: TestInputBytes Root cause of flaky test (probability: 1/1000): if `length` is`0` at _line 36_ then `random.nextInt(length)` will fail with exception at _line 43_. You

[jira] [Created] (AVRO-1970) Flaky test: TestInputBytes

2016-12-19 Thread Gabor Szadovszky (JIRA)
Gabor Szadovszky created AVRO-1970: -- Summary: Flaky test: TestInputBytes Key: AVRO-1970 URL: https://issues.apache.org/jira/browse/AVRO-1970 Project: Avro Issue Type: Bug