[GitHub] avro pull request #260: AVRO-2109: Reset buffers in case of IOException

2017-12-05 Thread gszadovszky
GitHub user gszadovszky opened a pull request: https://github.com/apache/avro/pull/260 AVRO-2109: Reset buffers in case of IOException You can merge this pull request into a Git repository by running: $ git pull https://github.com/gszadovszky/avro AVRO-2109 Alternatively you

[GitHub] avro pull request #238: AVRO-2059: Remove support of Hadoop 1

2017-08-01 Thread gszadovszky
GitHub user gszadovszky opened a pull request: https://github.com/apache/avro/pull/238 AVRO-2059: Remove support of Hadoop 1 Removed hadoop1 and hadoop2 profiles Removed hadoop version classifier The only hadoop version is 2.7.3 You can merge this pull request into a Git

[GitHub] avro pull request #232: AVRO-2043: Move to java8

2017-06-16 Thread gszadovszky
GitHub user gszadovszky opened a pull request: https://github.com/apache/avro/pull/232 AVRO-2043: Move to java8 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gszadovszky/avro AVRO-2043 Alternatively you can review and apply

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

2017-01-10 Thread gszadovszky
Github user gszadovszky closed the pull request at: https://github.com/apache/avro/pull/172 --- 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

[GitHub] avro pull request #181: AVRO-1975: Upgrade java dependencies

2017-01-02 Thread gszadovszky
GitHub user gszadovszky opened a pull request: https://github.com/apache/avro/pull/181 AVRO-1975: Upgrade java dependencies `mvn clean install` executed successfully. Could you help me what other tests shall I execute to ensure everything is fine? You can merge this pull

[GitHub] avro pull request #177: Unreleased resource fixes

2016-12-29 Thread gszadovszky
GitHub user gszadovszky opened a pull request: https://github.com/apache/avro/pull/177 Unreleased resource fixes Fixes for some unreleased resource issues found by static code analyzer tool. You can merge this pull request into a Git repository by running: $ git pull https

[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

[GitHub] avro pull request #130: AVRO-1907 - Add logging to logical type handling in ...

2016-11-06 Thread gszadovszky
Github user gszadovszky closed the pull request at: https://github.com/apache/avro/pull/130 --- 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

[GitHub] avro pull request #150: AVRO-1947 - Inconsistent maven profile activation

2016-11-04 Thread gszadovszky
Github user gszadovszky closed the pull request at: https://github.com/apache/avro/pull/150 --- 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

[GitHub] avro pull request #150: AVRO-1947 - Inconsistent maven profile activation

2016-11-03 Thread gszadovszky
GitHub user gszadovszky opened a pull request: https://github.com/apache/avro/pull/150 AVRO-1947 - Inconsistent maven profile activation Made the build backward compatible to be able to use -Dhadoop.version=2. You can merge this pull request into a Git repository by running

[GitHub] avro pull request #148: AVRO-1943 - Flaky test: TestNettyServerWithCompressi...

2016-11-02 Thread gszadovszky
Github user gszadovszky closed the pull request at: https://github.com/apache/avro/pull/148 --- 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

[GitHub] avro pull request #148: AVRO-1943 - Flaky test: TestNettyServerWithCompressi...

2016-10-26 Thread gszadovszky
GitHub user gszadovszky opened a pull request: https://github.com/apache/avro/pull/148 AVRO-1943 - Flaky test: TestNettyServerWithCompression.testConnection… - Added retry loop for checking the active connections. - Changed the deprecated Assert import to the proper one. You

[GitHub] avro pull request #138: AVRO-1860 - DefaultValue() returns Ints for Long fie...

2016-10-10 Thread gszadovszky
Github user gszadovszky closed the pull request at: https://github.com/apache/avro/pull/138 --- 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

[GitHub] avro pull request #138: AVRO-1860 - DefaultValue() returns Ints for Long fie...

2016-10-03 Thread gszadovszky
GitHub user gszadovszky opened a pull request: https://github.com/apache/avro/pull/138 AVRO-1860 - DefaultValue() returns Ints for Long fields Added conversions to the proper JsonNode implementation to support returning the proper object type (e.g. Long from a LongNode in case

[GitHub] avro pull request #135: Avro 1605

2016-09-29 Thread gszadovszky
GitHub user gszadovszky opened a pull request: https://github.com/apache/avro/pull/135 Avro 1605 Tightened the visibility level of all public methods which leaks Jackson classes (private or package private). In case of the related method was accessed from outside the package

[GitHub] avro pull request #130: AVRO-1907 - Add logging to logical type handling in ...

2016-09-26 Thread gszadovszky
GitHub user gszadovszky opened a pull request: https://github.com/apache/avro/pull/130 AVRO-1907 - Add logging to logical type handling in java library Didn't find other parts related to logical type handling where we would swallow an exception and therefore, some logging

[GitHub] avro pull request #129: AVRO-1918 - Improve logical type documentation

2016-09-26 Thread gszadovszky
GitHub user gszadovszky opened a pull request: https://github.com/apache/avro/pull/129 AVRO-1918 - Improve logical type documentation Tried to understand the related change (AVRO-1684) and do the docs update. Please, review and comment if it is correct and enough. You can merge