[GitHub] [avro] martin-g merged pull request #2022: Bump protobuf-java from 3.21.11 to 3.21.12 in /lang/java

2022-12-20 Thread GitBox
martin-g merged PR #2022: URL: https://github.com/apache/avro/pull/2022 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

[GitHub] [avro] martin-g merged pull request #2019: Bump grpc.version from 1.51.0 to 1.51.1 in /lang/java

2022-12-20 Thread GitBox
martin-g merged PR #2019: URL: https://github.com/apache/avro/pull/2019 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

[GitHub] [avro] martin-g merged pull request #2021: Bump mockito-core from 4.9.0 to 4.10.0 in /lang/java

2022-12-20 Thread GitBox
martin-g merged PR #2021: URL: https://github.com/apache/avro/pull/2021 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

[GitHub] [avro] martin-g merged pull request #2023: Bump netty-bom from 4.1.85.Final to 4.1.86.Final in /lang/java

2022-12-20 Thread GitBox
martin-g merged PR #2023: URL: https://github.com/apache/avro/pull/2023 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

[GitHub] [avro] martin-g merged pull request #2027: Bump serde from 1.0.150 to 1.0.151 in /lang/rust

2022-12-20 Thread GitBox
martin-g merged PR #2027: URL: https://github.com/apache/avro/pull/2027 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

[GitHub] [avro] martin-g merged pull request #2026: Bump proc-macro2 from 1.0.47 to 1.0.49 in /lang/rust

2022-12-20 Thread GitBox
martin-g merged PR #2026: URL: https://github.com/apache/avro/pull/2026 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

[GitHub] [avro] martin-g merged pull request #2028: Bump serde_json from 1.0.89 to 1.0.91 in /lang/rust

2022-12-20 Thread GitBox
martin-g merged PR #2028: URL: https://github.com/apache/avro/pull/2028 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

[GitHub] [avro] martin-g merged pull request #2029: Bump syn from 1.0.105 to 1.0.107 in /lang/rust

2022-12-20 Thread GitBox
martin-g merged PR #2029: URL: https://github.com/apache/avro/pull/2029 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

[GitHub] [avro] martin-g merged pull request #2030: Bump quote from 1.0.21 to 1.0.23 in /lang/rust

2022-12-20 Thread GitBox
martin-g merged PR #2030: URL: https://github.com/apache/avro/pull/2030 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

[GitHub] [avro] martin-g merged pull request #2031: Bump thiserror from 1.0.37 to 1.0.38 in /lang/rust

2022-12-20 Thread GitBox
martin-g merged PR #2031: URL: https://github.com/apache/avro/pull/2031 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

[GitHub] [avro] martin-g merged pull request #2032: Bump anyhow from 1.0.66 to 1.0.68 in /lang/rust

2022-12-20 Thread GitBox
martin-g merged PR #2032: URL: https://github.com/apache/avro/pull/2032 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

[GitHub] [avro] martin-g merged pull request #2033: docs: use python 3 print syntax

2022-12-20 Thread GitBox
martin-g merged PR #2033: URL: https://github.com/apache/avro/pull/2033 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

Re: multiple fixes/changes for just one JIRA

2022-12-20 Thread Andrew Marlow
Done. The PR is https://github.com/apache/avro/pull/2034 On Mon, 19 Dec 2022 at 06:10, Martin Grigorov wrote: > Hi Andrew! > > Please send the PR! > The C++ module is not actively developed at the moment and I'm afraid no > one from the Avro committers will take a look at it any time soon. >

[GitHub] [avro] marlowa opened a new pull request, #2034: AVRO-3693: Include structName in invalid union type exception text

2022-12-20 Thread GitBox
marlowa opened a new pull request, #2034: URL: https://github.com/apache/avro/pull/2034 AVRO-3693 This is a small enhancement request for the avrogencpp code generator, to help identify a deserialisation issue better. When a structure sent by avro contains unions and a union part of a

[GitHub] [avro] jpgsaraceni opened a new pull request, #2033: docs: use python 3 print syntax

2022-12-20 Thread GitBox
jpgsaraceni opened a new pull request, #2033: URL: https://github.com/apache/avro/pull/2033 ## What is the purpose of the change Simple fix to "Getting Started (Python)" documentation, which was using *print* without parentheses in snippets. ## Verifying this