[GitHub] [avro] dependabot[bot] opened a new pull request, #2023: Bump netty-bom from 4.1.85.Final to 4.1.86.Final in /lang/java

2022-12-15 Thread GitBox
dependabot[bot] opened a new pull request, #2023: URL: https://github.com/apache/avro/pull/2023 Bumps [netty-bom](https://github.com/netty/netty) from 4.1.85.Final to 4.1.86.Final. Commits https://github.com/netty/netty/commit/cde0e2d0508013c57612f7241a6660010fa7116c;>cde0e2d

[GitHub] [avro] dependabot[bot] opened a new pull request, #2022: Bump protobuf-java from 3.21.11 to 3.21.12 in /lang/java

2022-12-15 Thread GitBox
dependabot[bot] opened a new pull request, #2022: URL: https://github.com/apache/avro/pull/2022 Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.11 to 3.21.12. Commits

[GitHub] [avro] dependabot[bot] closed pull request #1988: Bump slf4j.version from 1.7.36 to 2.0.5 in /lang/java

2022-12-15 Thread GitBox
dependabot[bot] closed pull request #1988: Bump slf4j.version from 1.7.36 to 2.0.5 in /lang/java URL: https://github.com/apache/avro/pull/1988 -- 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

[GitHub] [avro] dependabot[bot] opened a new pull request, #2021: Bump mockito-core from 4.9.0 to 4.10.0 in /lang/java

2022-12-15 Thread GitBox
dependabot[bot] opened a new pull request, #2021: URL: https://github.com/apache/avro/pull/2021 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.9.0 to 4.10.0. Release notes Sourced from https://github.com/mockito/mockito/releases;>mockito-core's releases.

[GitHub] [avro] dependabot[bot] opened a new pull request, #2020: Bump slf4j.version from 1.7.36 to 2.0.6 in /lang/java

2022-12-15 Thread GitBox
dependabot[bot] opened a new pull request, #2020: URL: https://github.com/apache/avro/pull/2020 Bumps `slf4j.version` from 1.7.36 to 2.0.6. Updates `slf4j-api` from 1.7.36 to 2.0.6 Commits

[GitHub] [avro] dependabot[bot] opened a new pull request, #2019: Bump grpc.version from 1.51.0 to 1.51.1 in /lang/java

2022-12-15 Thread GitBox
dependabot[bot] opened a new pull request, #2019: URL: https://github.com/apache/avro/pull/2019 Bumps `grpc.version` from 1.51.0 to 1.51.1. Updates `grpc-core` from 1.51.0 to 1.51.1 Release notes Sourced from https://github.com/grpc/grpc-java/releases;>grpc-core's releases.

[GitHub] [avro] martin-g merged pull request #2018: Fix minor warnings from rust 1.66.0

2022-12-15 Thread GitBox
martin-g merged PR #2018: URL: https://github.com/apache/avro/pull/2018 -- 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 opened a new pull request, #2018: Fix minor warnings from rust 1.66.0

2022-12-15 Thread GitBox
martin-g opened a new pull request, #2018: URL: https://github.com/apache/avro/pull/2018 No JIRA ticket! ## What is the purpose of the change This PR fixes minor lint warnings produced by Rust 1.66.0. ## Verifying this change CI should pass! ##

[GitHub] [avro] KhrystynaPopadyuk closed pull request #2017: AVRO-3685 Fix class cache load type

2022-12-15 Thread GitBox
KhrystynaPopadyuk closed pull request #2017: AVRO-3685 Fix class cache load type URL: https://github.com/apache/avro/pull/2017 -- 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.

[GitHub] [avro] KhrystynaPopadyuk opened a new pull request, #2017: AVRO-3685 Fix class cache load type

2022-12-15 Thread GitBox
KhrystynaPopadyuk opened a new pull request, #2017: URL: https://github.com/apache/avro/pull/2017 ## What is the purpose of the change This is fix to ClassCache load class method - load two types with properties that have same name but different complex types. Detail description -

[GitHub] [avro] Jinzhengxu opened a new pull request, #2016: AVRO-3691:[maven build]Add nondex:2.1.1 to maven build section

2022-12-15 Thread GitBox
Jinzhengxu opened a new pull request, #2016: URL: https://github.com/apache/avro/pull/2016 ## What is the purpose of the change Nondex is a tool that helps improve the reliability and security of Java applications by detecting and eliminating nondeterministic behavior. This

[jira] [Created] (AVRO-3691) Add Nondex:2.1.1 to Maven build section

2022-12-15 Thread Zhengxu Jin (Jira)
Zhengxu Jin created AVRO-3691: - Summary: Add Nondex:2.1.1 to Maven build section Key: AVRO-3691 URL: https://issues.apache.org/jira/browse/AVRO-3691 Project: Apache Avro Issue Type: Wish

[GitHub] [avro] Jinzhengxu opened a new pull request, #2015: AVRO-3690: [lang/java/avro] Fix flaky test ‘testMultipleFieldAliases’

2022-12-15 Thread GitBox
Jinzhengxu opened a new pull request, #2015: URL: https://github.com/apache/avro/pull/2015 ## What is the purpose of the change This pull request fixes the flaky test 'testAnnotationMultiAvroMeta', which was causing issues with

[jira] [Created] (AVRO-3690) Detected a flaky test ‘testMultipleFieldAliases’

2022-12-15 Thread Zhengxu Jin (Jira)
Zhengxu Jin created AVRO-3690: - Summary: Detected a flaky test ‘testMultipleFieldAliases’ Key: AVRO-3690 URL: https://issues.apache.org/jira/browse/AVRO-3690 Project: Apache Avro Issue Type:

[GitHub] [avro] martin-g opened a new pull request, #2014: Avro 3683 multiple schemas

2022-12-15 Thread GitBox
martin-g opened a new pull request, #2014: URL: https://github.com/apache/avro/pull/2014 **WIP** ## What is the purpose of the change *(For example: This pull request improves file read performance by buffering data, fixing AVRO-.)* ## Verifying this