[GitHub] [avro] davidgm0 opened a new pull request, #2062: [ruby] Keep all union record errors and tag them accordingly

2023-01-20 Thread GitBox


davidgm0 opened a new pull request, #2062:
URL: https://github.com/apache/avro/pull/2062

   I wasn't able to create an issue in JIRA, since I don't seem to be able to 
request a user. I am a first time contributor, apologies  in case something is 
not precise enough
   
   ## What is the purpose of the change
   
   Improving validation errors for unions of records
   When no valid union is found, this line selects the **first** error that it 
finds. If there would be 3 different possible schemas, there are 3 `failures`, 
however only the first one will be considered.
   
   
https://github.com/apache/avro/blob/fc2a4e0e5d88755c776b97fa1872e70ffbe0d4bb/lang/ruby/lib/avro/schema_validator.rb#L199
   
   The returned error also does not give any context of the error, only about 
the invalid fields.
   
   As an example, consider we have 3 types of adresses `PersonalAddress`, 
`WorkAddress`, `SecondAddress` and we made a typo: We used the field `compan` 
instead of `company`, which belongs to `WorkAddress`. No type will work for the 
union.
   `{ "compan" => "acme inc.", "some_other_field" => "something else" }`
   
   Since `PersonalAddress` is the first type that fails, the errors of 
`PersonalAddress` are the ones that will be returned. Since `PersonalAddress` 
has different structure, all fields that aren't the same as in `WorkAddress` 
will be shown as errors. The error will be something like
   
   ```
   at .address extra field 'compan' - not in schema
   at .address extra field 'some_other_field' - not in schema
   ```
   
   This gets very confusing because 1) The issue is that no union matched 2) It 
is not clear because only one of the error is displayed.
   
   I'd be happy if this is fix in some other fashion, this is just an example. 
With we replace `detect` with `select` and we add the schema name to the error. 
Then the error will be like:
   
   ```
   PersonalAddress at .address extra field 'compan' - not in schema
   PersonalAddress at .address extra field 'some_other_field' - not in schema
   WorkAddress at .address extra field 'compan' - not in schema
   SecondAddress at .address extra field 'compan' - not in schema
   SecondAddress at .address extra field 'some_other_field' - not in schema
   ```
   
   ## Verifying this change
   
   This change added tests and can be verified as follows:
   
   - Modified existing test, existing tests pass
   
   
   ## Documentation
   
   - Does this pull request introduce a new feature?  no
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

2023-01-17 Thread GitBox


martin-g merged PR #2061:
URL: https://github.com/apache/avro/pull/2061


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dependabot[bot] opened a new pull request, #2061: Bump proc-macro2 from 1.0.49 to 1.0.50 in /lang/rust

2023-01-17 Thread GitBox


dependabot[bot] opened a new pull request, #2061:
URL: https://github.com/apache/avro/pull/2061

   Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.49 to 
1.0.50.
   
   Release notes
   Sourced from https://github.com/dtolnay/proc-macro2/releases;>proc-macro2's 
releases.
   
   1.0.50
   
   Implement Hash for proc_macro2::LineColumn (https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/362;>#362)
   
   
   
   
   Commits
   
   https://github.com/dtolnay/proc-macro2/commit/94c7519134870407960957156f62d62e93ebffc3;>94c7519
 Release 1.0.50
   https://github.com/dtolnay/proc-macro2/commit/f01da432fa94bffb3f215cedcd5f29c999d68d99;>f01da43
 Merge pull request https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/362;>#362
 from dtolnay/hashlinecolumn
   https://github.com/dtolnay/proc-macro2/commit/d4c564b836dd383ccfdebd905f2c7ab014dd7820;>d4c564b
 Implement Hash for LineColumn
   https://github.com/dtolnay/proc-macro2/commit/92a029553b8fd306af80b5acfb011c1b9364f081;>92a0295
 Merge pull request https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/361;>#361
 from dtolnay/linecolumn
   https://github.com/dtolnay/proc-macro2/commit/a4be9825bcaf8ac59396e8cc4cf96ab963e56924;>a4be982
 Deduplicate implementations of LineColumn
   https://github.com/dtolnay/proc-macro2/commit/9924b79370ed52a0463e824ed3d397f8b45d091c;>9924b79
 Prevent actions duplication on noop merge commits
   https://github.com/dtolnay/proc-macro2/commit/37e89e109c367a2ab88407d297f344e72897bcbb;>37e89e1
 Sync license text with rust-lang repos
   https://github.com/dtolnay/proc-macro2/commit/8779f4c6585f446b30a2751dc6967a90b3bce931;>8779f4c
 Update ui test suite to nightly-2022-12-30
   See full diff in https://github.com/dtolnay/proc-macro2/compare/1.0.49...1.0.50;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=proc-macro2=cargo=1.0.49=1.0.50)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] martin-g merged pull request #2058: Bump junit5.version from 5.9.1 to 5.9.2 in /lang/java

2023-01-17 Thread GitBox


martin-g merged PR #2058:
URL: https://github.com/apache/avro/pull/2058


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

2023-01-17 Thread GitBox


martin-g merged PR #2057:
URL: https://github.com/apache/avro/pull/2057


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] martin-g merged pull request #2059: Bump ant from 1.10.12 to 1.10.13 in /lang/java

2023-01-17 Thread GitBox


martin-g merged PR #2059:
URL: https://github.com/apache/avro/pull/2059


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

2023-01-17 Thread GitBox


martin-g merged PR #2060:
URL: https://github.com/apache/avro/pull/2060


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

2023-01-15 Thread GitBox


dependabot[bot] opened a new pull request, #2060:
URL: https://github.com/apache/avro/pull/2060

   Bumps [netty-bom](https://github.com/netty/netty) from 4.1.86.Final to 
4.1.87.Final.
   
   Commits
   
   https://github.com/netty/netty/commit/53fa91f6f644f24bcd085fbeb64bfec01e8fb61e;>53fa91f
 [maven-release-plugin] prepare release netty-4.1.87.Final
   https://github.com/netty/netty/commit/0097c2b72521c422d42bf8c45273db05a7ff068c;>0097c2b
 Upgrade to latest netty-tcnative release which doesnt link libcrypt (https://github-redirect.dependabot.com/netty/netty/issues/13112;>#13112)
   https://github.com/netty/netty/commit/b9a2e961a6ff2887ab6057d1eaf0d668d0e43ddf;>b9a2e96
 Use defined osmaven version everywhere (https://github-redirect.dependabot.com/netty/netty/issues/13111;>#13111)
   https://github.com/netty/netty/commit/ba78f17b2b2fffd33f09c06f0af1c199e5a00d3a;>ba78f17
 Fix NPE caused by old bundle plugin version (https://github-redirect.dependabot.com/netty/netty/issues/13106;>#13106)
   https://github.com/netty/netty/commit/05153ac9ff98f45b5dafe679ce8e2cce56803615;>05153ac
 Bump up os-maven-plugin to 1.7.1 (https://github-redirect.dependabot.com/netty/netty/issues/13107;>#13107)
   https://github.com/netty/netty/commit/e19860a3f626b07bfbc9dadb682072c685bf0688;>e19860a
 Create thread dumps for all running JVMs when the build gets cancelled (https://github-redirect.dependabot.com/netty/netty/issues/13100;>#13100)
   https://github.com/netty/netty/commit/d03f3ed0157e857ebb0bb28d0ddb5439dc181b61;>d03f3ed
 Add recvmmsg  sendmmsg syscall number for loongarch64 (https://github-redirect.dependabot.com/netty/netty/issues/13097;>#13097)
   https://github.com/netty/netty/commit/e530cd610d17cdaaca7f3adf5e7c8d224571e89c;>e530cd6
 Return correct value from SSLSession.getPacketSize() when using native SSL 
im...
   https://github.com/netty/netty/commit/fdfbb0441d49f16068903fa85b623790cce889ff;>fdfbb04
 Remove Redundant bitwise operations (https://github-redirect.dependabot.com/netty/netty/issues/13094;>#13094)
   https://github.com/netty/netty/commit/f027fa2df77af7719aa9686659633ee0fc73ebf9;>f027fa2
 Upgrade to latest version of JMH (https://github-redirect.dependabot.com/netty/netty/issues/13080;>#13080)
   Additional commits viewable in https://github.com/netty/netty/compare/netty-4.1.86.Final...netty-4.1.87.Final;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-bom=maven=4.1.86.Final=4.1.87.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dependabot[bot] opened a new pull request, #2059: Bump ant from 1.10.12 to 1.10.13 in /lang/java

2023-01-15 Thread GitBox


dependabot[bot] opened a new pull request, #2059:
URL: https://github.com/apache/avro/pull/2059

   Bumps ant from 1.10.12 to 1.10.13.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.ant:ant=maven=1.10.12=1.10.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dependabot[bot] opened a new pull request, #2058: Bump junit5.version from 5.9.1 to 5.9.2 in /lang/java

2023-01-15 Thread GitBox


dependabot[bot] opened a new pull request, #2058:
URL: https://github.com/apache/avro/pull/2058

   Bumps `junit5.version` from 5.9.1 to 5.9.2.
   Updates `junit-vintage-engine` from 5.9.1 to 5.9.2
   
   Release notes
   Sourced from https://github.com/junit-team/junit5/releases;>junit-vintage-engine's 
releases.
   
   JUnit 5.9.2 = Platform 1.9.2 + Jupiter 5.9.2 + Vintage 5.9.2
   See http://junit.org/junit5/docs/5.9.2/release-notes/;>Release 
Notes.
   
   
   
   Commits
   
   https://github.com/junit-team/junit5/commit/8ed3c66c7eb20b835cf92f50a7bf8830838c462e;>8ed3c66
 Release 5.9.2
   https://github.com/junit-team/junit5/commit/742f99fcce6d8b8fbd38c7f541c55bdda771e220;>742f99f
 Prepare 5.9.2 release notes
   https://github.com/junit-team/junit5/commit/a9a3cf5fb75ad9adf8c197224981226db8f41181;>a9a3cf5
 Fix bug and polish contribution
   https://github.com/junit-team/junit5/commit/825ea38857bff2dcbc200c6ceb7972dbc89482b0;>825ea38
 Introduce new @MethodSource syntax to differentiate overloaded 
local factor...
   https://github.com/junit-team/junit5/commit/0c40f5ef057c90a8d4b2249dd9a0b6e289426424;>0c40f5e
 Polish Javadoc
   https://github.com/junit-team/junit5/commit/7d54016421d611a13db8196ea9625dfe1d9036c8;>7d54016
 Update codecov-action
   https://github.com/junit-team/junit5/commit/bfeeac4d4142a3680737626a0ccdb9a708cabb2a;>bfeeac4
 Remove duplicate copyright comment
   https://github.com/junit-team/junit5/commit/b0d9083315426b69d2bf38153987cdeb83460257;>b0d9083
 Format integration test projects with Spotless as well
   https://github.com/junit-team/junit5/commit/c4ed325cb2ff825ecd0bda3870cf8444bdf646f0;>c4ed325
 Update copyright
   https://github.com/junit-team/junit5/commit/0e3a1d32e504c63a09dbafc8c1926b66df417774;>0e3a1d3
 Update upload-artifact action
   Additional commits viewable in https://github.com/junit-team/junit5/compare/r5.9.1...r5.9.2;>compare 
view
   
   
   
   
   Updates `junit-jupiter` from 5.9.1 to 5.9.2
   
   Release notes
   Sourced from https://github.com/junit-team/junit5/releases;>junit-jupiter's 
releases.
   
   JUnit 5.9.2 = Platform 1.9.2 + Jupiter 5.9.2 + Vintage 5.9.2
   See http://junit.org/junit5/docs/5.9.2/release-notes/;>Release 
Notes.
   
   
   
   Commits
   
   https://github.com/junit-team/junit5/commit/8ed3c66c7eb20b835cf92f50a7bf8830838c462e;>8ed3c66
 Release 5.9.2
   https://github.com/junit-team/junit5/commit/742f99fcce6d8b8fbd38c7f541c55bdda771e220;>742f99f
 Prepare 5.9.2 release notes
   https://github.com/junit-team/junit5/commit/a9a3cf5fb75ad9adf8c197224981226db8f41181;>a9a3cf5
 Fix bug and polish contribution
   https://github.com/junit-team/junit5/commit/825ea38857bff2dcbc200c6ceb7972dbc89482b0;>825ea38
 Introduce new @MethodSource syntax to differentiate overloaded 
local factor...
   https://github.com/junit-team/junit5/commit/0c40f5ef057c90a8d4b2249dd9a0b6e289426424;>0c40f5e
 Polish Javadoc
   https://github.com/junit-team/junit5/commit/7d54016421d611a13db8196ea9625dfe1d9036c8;>7d54016
 Update codecov-action
   https://github.com/junit-team/junit5/commit/bfeeac4d4142a3680737626a0ccdb9a708cabb2a;>bfeeac4
 Remove duplicate copyright comment
   https://github.com/junit-team/junit5/commit/b0d9083315426b69d2bf38153987cdeb83460257;>b0d9083
 Format integration test projects with Spotless as well
   https://github.com/junit-team/junit5/commit/c4ed325cb2ff825ecd0bda3870cf8444bdf646f0;>c4ed325
 Update copyright
   https://github.com/junit-team/junit5/commit/0e3a1d32e504c63a09dbafc8c1926b66df417774;>0e3a1d3
 Update upload-artifact action
   Additional commits viewable in https://github.com/junit-team/junit5/compare/r5.9.1...r5.9.2;>compare 
view
   
   
   
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the 

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

2023-01-15 Thread GitBox


dependabot[bot] opened a new pull request, #2057:
URL: https://github.com/apache/avro/pull/2057

   Bumps `grpc.version` from 1.51.1 to 1.52.1.
   Updates `grpc-core` from 1.51.1 to 1.52.1
   
   Release notes
   Sourced from https://github.com/grpc/grpc-java/releases;>grpc-core's 
releases.
   
   v1.52.0
   gRPC Java 1.52.0 Release Notes
   grpc-xds starting with 1.51.0 had a regression where resources 
might stop receiving updates. The trigger could happen hours or days after the 
binary had started. xDS users should avoid this release and use 1.50.x until 
patch releases with the fix are available. https://github-redirect.dependabot.com/grpc/grpc-java/pull/9809;>grpc/grpc-java#9809
   API Changes
   
   Fix CallOptions to be properly @Immutable (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9689;>#9689)
   binder: Promote out of experimental status (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9669;>#9669).
 Much of the API is now stable
   
   New Features
   
   xds: Support localities in multiple priorities (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9683;>#9683)
   xds: Log xDS node ID with verbosity INFO when environment variable 
GRPC_LOG_XDS_NODE_ID=true (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9731;>#9731)
   
   Examples
   
   Add examples for name resolver and load balancer (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9700;>#9700)
   Swap to ChannelCredentials/ServerCredentials API, as it is preferred
   
   Bug Fixes
   
   xds:Fix ConcurrentModificationException in PriorityLoadBalancer (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9728;>#9728)
   ManagedChannelImpl.SubchannelImpl fix args check to avoid NPE (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9651;>#9651)
   okhttp: Add missing server support for TLS ClientAuth (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9711;>#9711)
   binder: Ensure the security interceptor is always closest to the actual 
transport (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9716;>#9716)
   bazel: Include https://github.com/Generated;>@​Generated dep for 
autovalue. This fixes builds of xds and rls using Java 9+
   xds: Nack xds response when weighted cluster total weight sums zero  (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9738;>#9738)
   core: Fix a bug about a retriable stream lifecycle. It stops using the 
call executor resource in a retriable stream when the client call is closed, 
thus preventing potential channel panics. (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9626;>#9626)
   
   Behavior Changes
   
   binder: Set default idle timeout to 60 seconds, and enable strict 
lifecycle management. (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9486;>#9486)
   xds: Limit ring hash max size to 4K instead of 8M (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9709;>#9709).
 RingHashOptions.setRingSizeCap() can increase the limit
   binder: Set default idle timeout to 60 seconds, and add 
BinderChannelBuilder.strictLifecycleManagement() which disables 
idle timeout and prevents it from being changed (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9486;>#9486).
 Disabling idle timeout can be useful to find bugs in applications that fail to 
promptly shut down the channel and are particularly sensitive to keeping Binder 
instances alive.
   bazel: Replace ctx.host_configuration.host_path_separator with 
ctx.configuration.host_path_separator (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9742;>#9742).
 This changes no behavior today, but improves future compatibility with newer 
versions of Bazel
   xds: Refactor internal logics about LDS and CDS resource handling. It 
may cause minor log line changes about corresponding RDS and EDS subscriber 
event notification, but it should not change xds name resolution and LB 
behavior. (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9724;>#9724)
   
   Dependencies
   Acknowledgement
   https://github.com/RapperCL;>@​RapperCL
   https://github.com/Smityz;>@​Smityz
   https://github.com/pandaapo;>@​pandaapo
   
   
   
   Commits
   
   https://github.com/grpc/grpc-java/commit/57dfe8c9138073783ffbe19db3d886fe9119d446;>57dfe8c
 Bump version to 1.52.1
   https://github.com/grpc/grpc-java/commit/69f10e26629bc1cbe16891c4e34bc30777c6b43f;>69f10e2
 Update README etc to reference 1.52.1
   https://github.com/grpc/grpc-java/commit/15026d5efbd5b9024c226f2b8ddf48f11c995562;>15026d5
 xds:fix cancel xds watcher accidentally removes the url (v1.52 backport) (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9810;>#9810)
   https://github.com/grpc/grpc-java/commit/a13a2dd96042ffaa8c1ba86124448016864f1284;>a13a2dd
 Bump version to 1.52.1-SNAPSHOT
   https://github.com/grpc/grpc-java/commit/a1a6d4f35c31b18a35d0b7c2bfb4155093128b86;>a1a6d4f
 Bump version to 1.52.0
   

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

2023-01-15 Thread GitBox


dependabot[bot] opened a new pull request, #2056:
URL: https://github.com/apache/avro/pull/2056

   Bumps [mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 
5.0.0.
   
   Release notes
   Sourced from https://github.com/mockito/mockito/releases;>mockito-core's 
releases.
   
   v5.0.0
   Mockito 5: prepare for future JDK versions
   For a while now, we have seen an increase in problems/incompatibilities 
with recent versions of the JDK due to our usage of JVM-internal API.
   Most notably, JDK 17 made some changes which are incompatible with the 
current subclass mockmaker.
   Therefore, to prepare for the future of JDK, we are making some core changes 
to ensure Mockito keeps on working.
   Switch the default mockmaker to mockito-inline
   Back in Mockito 2.7.6, we published a new mockmaker based on the 
inline bytecode principle.
   This mockmaker creates mocks manipulating bytecode equivalent within the 
original class such that its method implementations hook into the normal 
Mockito machinery.
   As a comparison, the subclass mockmaker generates real 
subclasses for mocks, to mimic the same behavior.
   While the approaches are similar, the inline mockmaker avoids certain 
restrictions that the JDK imposes.
   For example, it does not violate module boundaries (introduced in JDK 9, but 
more heavily used in JDK 17) and avoids the leaking of the creation of the 
subclass.
   Massive thanks to community member https://github.com/reta;>@​reta who implemented this 
change.
   When should I still be using the subclass mockmaker?
   There are legitimate remaining use cases for the subclass mockmaker.
   For example, on the Graal VM's native image, the inline mockmaker will not 
work and the subclass mockmaker is the appropriate choice.
   Additionally, if you would like to avoid mocking final classes, using the 
subclass mockmaker is a possibibility.
   Note however that if you solely want to use the subclass mockmaker to avoid 
mocking final, you will run into the above mentioned issues on JDK 17+.
   We want to leave this choice up to our users, which is why we will keep on 
supporting the subclass mockmaker.
   If you want to use the subclass mockmaker instead, you can use the new 
mockito-subclass artifact (published https://search.maven.org/artifact/org.mockito/mockito-subclass;>on Maven 
Central along with all our other artifacts).
   Update the minimum supported Java version to 11
   Mockito 4 supports Java 8 and above.
   Similar to other open source projects, we are moving away from JDK 8 and to 
newer versions.
   The primary reason for moving away from JDK 8 is the increasing maintenance 
costs with keeping our own infrastructure working.
   Lately we have been running into more and more JDK 8 breakages.
   Additionally, while we want to support the newest JDK API's, our current 
solution to support both JDK 8 and newer versions causes https://github-redirect.dependabot.com/mockito/mockito/issues/2798;>issues
 with the SecurityManager.
   Since we want Mockito to work on the newest version and more and more 
businesses adopting JDK 11, we have decided to make the switch as well.
   Massive thanks to community member https://github.com/reta;>@​reta who implemented this 
change.
   What should I do if I still run JDK 8?
   For JDK 8 and below, you can keep on using Mockito 4.
   This is similar to if you are using JDK 6, for which you can keep on using 
Mockito 2.
   The changes in Mockito 5 (for now) are primarily focused on the latest JDK 
versions, which means the API differences between Mockito 4 and 5 are minimal.
   However, over time this will most likely widen, so we do recommend adopting 
JDK 11 in the future.
   New type() method on ArgumentMatcher
   One of our most used public API's for customizing Mockito is the https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/ArgumentMatcher.html;>ArgumentMatcher
 interface.
   The interface allows you to define a custom matcher, which you can pass into 
method arguments to provide more targeted matches.
   One major shortcoming of the ArgumentMatcher was the lack of 
varargs support.
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/mockito/mockito/commit/adf528d173f8b763fcd4fedab245ed485b465211;>adf528d
 Bump versions.bytebuddy from 1.12.21 to 1.12.22 (https://github-redirect.dependabot.com/mockito/mockito/issues/2864;>#2864)
   https://github.com/mockito/mockito/commit/2418419a1915bd234332eac2b4d5de85622d4699;>2418419
 Bump versions.junitJupiter from 5.9.1 to 5.9.2 (https://github-redirect.dependabot.com/mockito/mockito/issues/2858;>#2858)
   https://github.com/mockito/mockito/commit/3d40cd51d3982e33f7c2a2670c65d28233ceb66e;>3d40cd5
 Bump junit-platform-launcher from 1.9.1 to 1.9.2 (https://github-redirect.dependabot.com/mockito/mockito/issues/2859;>#2859)
   https://github.com/mockito/mockito/commit/9bec8e3a1a0f57e4baa9b64825d67641e9eb2d5e;>9bec8e3
 Bump versions.errorprone from 2.17.0 to 

[GitHub] [avro] martin-g merged pull request #2054: Bump zstd from 0.12.1+zstd.1.5.2 to 0.12.2+zstd.1.5.2 in /lang/rust

2023-01-12 Thread GitBox


martin-g merged PR #2054:
URL: https://github.com/apache/avro/pull/2054


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] martin-g merged pull request #2034: AVRO-3693: Include structName in invalid union type exception text

2023-01-12 Thread GitBox


martin-g merged PR #2034:
URL: https://github.com/apache/avro/pull/2034


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] marlowa opened a new pull request, #2055: Avro 3705 cpp17 option

2023-01-11 Thread GitBox


marlowa opened a new pull request, #2055:
URL: https://github.com/apache/avro/pull/2055

   The command line option --cpp17 has been added to the avrogencpp command. 
   The option is used when avrogencpp has been built in an environment where 
the features of C++17
   are not enabled by default but project using avrogencpp employs a compiler 
option to turn those features on.
   In such cases the project will want the code emitted by avrogencpp to also 
use c++17. 
   The particular part of C++17 that used by avrogencpp is the any class. 
   In C++17 we can use std::any, otherwise boost::any is used. 
   There is a significant advantage to using std::any if it is available since 
it has the small buffer optimisation (SBO),
   which boost does not. In RHEL 8 gcc 8.5.0 does not use C++17 by default and 
avro-cpp, also in the Red Hat repo,
   must have been built using it since it emits code that uses boost::any. 
   This option enables avrogencpp in RHEL distros to emit code that uses C++17.
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dependabot[bot] opened a new pull request, #2054: Bump zstd from 0.12.1+zstd.1.5.2 to 0.12.2+zstd.1.5.2 in /lang/rust

2023-01-11 Thread GitBox


dependabot[bot] opened a new pull request, #2054:
URL: https://github.com/apache/avro/pull/2054

   Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.12.1+zstd.1.5.2 to 
0.12.2+zstd.1.5.2.
   
   Commits
   
   See full diff in https://github.com/gyscos/zstd-rs/commits;>compare view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zstd=cargo=0.12.1+zstd.1.5.2=0.12.2+zstd.1.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] clesaec opened a new pull request, #2053: AVRO-3704: namae validator interface

2023-01-11 Thread GitBox


clesaec opened a new pull request, #2053:
URL: https://github.com/apache/avro/pull/2053

   
   
   ## What is the purpose of the change
   
   As explain in [AVRO-3704](https://issues.apache.org/jira/browse/AVRO-3704), 
this is to allow, in Java, to choose name validation type. Currently, there is 
only a choice between no validation at all or a validation that accept accent, 
which is not accepted by official doc.
   Here, we allow user to inject its own interface of name validation ; and, in 
same time, proposed 3 kind of implementation : 
   - No validation : accept all names, like currently when option "no 
validation" is chosen.
   - Utf validation : reproduce current java code and accept accent.
   - Strict validation : follow documentation.
   
   ## Verifying this change
   
   This change added tests and can be verified as follows:
   Unit test SchemaNameValidatorTest is added and can be run locally (like it 
is run in CI)
   
   ## Documentation
   
   - Does this pull request introduce a new feature? yes
   - If yes, how is the feature documented? not documented.
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] martin-g merged pull request #2048: AVRO-3698: SpecificData.getClassName must replace reserved words

2023-01-10 Thread GitBox


martin-g merged PR #2048:
URL: https://github.com/apache/avro/pull/2048


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] martin-g merged pull request #2052: Bump regex from 1.7.0 to 1.7.1 in /lang/rust

2023-01-09 Thread GitBox


martin-g merged PR #2052:
URL: https://github.com/apache/avro/pull/2052


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dependabot[bot] opened a new pull request, #2052: Bump regex from 1.7.0 to 1.7.1 in /lang/rust

2023-01-09 Thread GitBox


dependabot[bot] opened a new pull request, #2052:
URL: https://github.com/apache/avro/pull/2052

   Bumps [regex](https://github.com/rust-lang/regex) from 1.7.0 to 1.7.1.
   
   Changelog
   Sourced from https://github.com/rust-lang/regex/blob/master/CHANGELOG.md;>regex's 
changelog.
   
   1.7.1 (2023-01-09)
   This release was done principally to try and fix the doc.rs rendering for 
the
   regex crate.
   Performance improvements:
   
   [PERF https://github-redirect.dependabot.com/rust-lang/regex/issues/930;>#930](https://github-redirect.dependabot.com/rust-lang/regex/pull/930;>rust-lang/regex#930):
   Optimize replacen. This also applies to replace, 
but not replace_all.
   
   Bug fixes:
   
   [BUG https://github-redirect.dependabot.com/rust-lang/regex/issues/945;>#945](https://github-redirect.dependabot.com/rust-lang/regex/issues/945;>rust-lang/regex#945):
   Maybe fix rustdoc rendering by just bumping a new release?
   
   
   
   
   Commits
   
   https://github.com/rust-lang/regex/commit/a9b2e02352db92ce1f6e5b7ecd41b8bbffbe161a;>a9b2e02
 1.7.1
   https://github.com/rust-lang/regex/commit/98c1b63ffe1d4d0c385137cf878e0e959454ce3d;>98c1b63
 changelog: 1.7.1
   https://github.com/rust-lang/regex/commit/9330ea50f5611cbf75b86f03278ffb1db5542a42;>9330ea5
 ci: harden configuration
   https://github.com/rust-lang/regex/commit/ac2d0e1b33b4674ad9b26266ef4b828d7200ec0f;>ac2d0e1
 impl: optimize replacen loop
   See full diff in https://github.com/rust-lang/regex/compare/1.7.0...1.7.1;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=regex=cargo=1.7.0=1.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] martin-g merged pull request #2050: Bump bzip2 from 0.4.3 to 0.4.4 in /lang/rust

2023-01-09 Thread GitBox


martin-g merged PR #2050:
URL: https://github.com/apache/avro/pull/2050


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] martin-g merged pull request #2051: Bump cyclonedx-maven-plugin from 2.7.3 to 2.7.4 in /lang/java

2023-01-09 Thread GitBox


martin-g merged PR #2051:
URL: https://github.com/apache/avro/pull/2051


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dependabot[bot] opened a new pull request, #2051: Bump cyclonedx-maven-plugin from 2.7.3 to 2.7.4 in /lang/java

2023-01-08 Thread GitBox


dependabot[bot] opened a new pull request, #2051:
URL: https://github.com/apache/avro/pull/2051

   Bumps 
[cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) 
from 2.7.3 to 2.7.4.
   
   Commits
   
   https://github.com/CycloneDX/cyclonedx-maven-plugin/commit/7d6dc082cdad5734b39b5f6682276170707363ad;>7d6dc08
 [maven-release-plugin] prepare release cyclonedx-maven-plugin-2.7.4
   https://github.com/CycloneDX/cyclonedx-maven-plugin/commit/11d8676533359b56094e2f0658196f34126d6f2f;>11d8676
 bump
   https://github.com/CycloneDX/cyclonedx-maven-plugin/commit/bdbc27d3173a220937d4d87cf0e441e89b101331;>bdbc27d
 Merge pull request https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/issues/252;>#252
 from CycloneDX/dependabot/maven/org.apache.maven-mave...
   https://github.com/CycloneDX/cyclonedx-maven-plugin/commit/34100d4d48ef1b9ad401b489c092a858b70c4db4;>34100d4
 Merge pull request https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/issues/253;>#253
 from CycloneDX/dependabot/maven/org.apache.maven-mave...
   https://github.com/CycloneDX/cyclonedx-maven-plugin/commit/100b8562dc91df1fa37bedc90cc74f70f2117b1e;>100b856
 Bump maven-core from 3.8.6 to 3.8.7
   https://github.com/CycloneDX/cyclonedx-maven-plugin/commit/440bdccd7710f8f1cbcf4d05eb3e247467e3336a;>440bdcc
 Bump maven-plugin-api from 3.8.6 to 3.8.7
   https://github.com/CycloneDX/cyclonedx-maven-plugin/commit/274f65cee5ee99fa87c5f9d711430aea09b2c2d4;>274f65c
 Merge pull request https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/issues/249;>#249
 from hboutemy/cleanup
   https://github.com/CycloneDX/cyclonedx-maven-plugin/commit/cb3681741b402ea8fe8056d0acba78d921db6bce;>cb36817
 code cleanup: move parameter to aggregate, simplify code
   https://github.com/CycloneDX/cyclonedx-maven-plugin/commit/7b4db08225b039ee8414a223c1225607e3fa0422;>7b4db08
 Merge pull request https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/issues/251;>#251
 from hboutemy/goals-description
   https://github.com/CycloneDX/cyclonedx-maven-plugin/commit/0486b6e1746f67690dd23e95c510b3eaab37fa10;>0486b6e
 add goals description
   Additional commits viewable in https://github.com/CycloneDX/cyclonedx-maven-plugin/compare/cyclonedx-maven-plugin-2.7.3...cyclonedx-maven-plugin-2.7.4;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.cyclonedx:cyclonedx-maven-plugin=maven=2.7.3=2.7.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dependabot[bot] opened a new pull request, #2050: Bump bzip2 from 0.4.3 to 0.4.4 in /lang/rust

2023-01-06 Thread GitBox


dependabot[bot] opened a new pull request, #2050:
URL: https://github.com/apache/avro/pull/2050

   Bumps [bzip2](https://github.com/alexcrichton/bzip2-rs) from 0.4.3 to 0.4.4.
   
   Commits
   
   See full diff in https://github.com/alexcrichton/bzip2-rs/commits/0.4.4;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bzip2=cargo=0.4.3=0.4.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] martin-g merged pull request #2049: AVRO-3700: Move CycloneDX configuration to Java specific project

2023-01-06 Thread GitBox


martin-g merged PR #2049:
URL: https://github.com/apache/avro/pull/2049


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] iemejia opened a new pull request, #2049: AVRO-3700: Move CycloneDX configuration to Java specific project

2023-01-06 Thread GitBox


iemejia opened a new pull request, #2049:
URL: https://github.com/apache/avro/pull/2049

   I forgot to move this to the Java scope while merging #2046


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] iemejia merged pull request #2046: AVRO-3700: Publish Java SBOM artifacts with CycloneDX

2023-01-06 Thread GitBox


iemejia merged PR #2046:
URL: https://github.com/apache/avro/pull/2046


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] beyond-seunghyun opened a new pull request, #2048: AVRO-3698: SpecificData.getClassName must replace reserved words

2023-01-05 Thread GitBox


beyond-seunghyun opened a new pull request, #2048:
URL: https://github.com/apache/avro/pull/2048

   ## What is the purpose of the change
   
   This pull request fixes AVRO-3698.
   
   When makes Java Class, 
[SpecificCompiler](https://github.com/apache/avro/blob/master/lang/java/compiler/src/main/java/org/apache/avro/compiler/specific/SpecificCompiler.java#L1129)
 adds "$" after reserved words like public, new, etc...
   
   For example, if the namespace of a schema is db.public.table, then the 
package name of the generated Java Class, made by SpecificCompiler, is 
db.public$.table. (Because public is a reserved word in java)
   
   But when deserializes an Avro Record to a SpecificRecord, 
SpecificData.getClassName returns db.pulic.table.Name.
   
   So, it can't find a class by name from SpecificData.getClassName.
   
   
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   
   
   ## Documentation
   
   - Does this pull request introduce a new feature? no
   - 


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] tjwp merged pull request #2047: Add myself to the list of committers

2023-01-05 Thread GitBox


tjwp merged PR #2047:
URL: https://github.com/apache/avro/pull/2047


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] tjwp opened a new pull request, #2047: Add myself to the list of committers

2023-01-05 Thread GitBox


tjwp opened a new pull request, #2047:
URL: https://github.com/apache/avro/pull/2047

   ## What is the purpose of the change
   
   Update the Credits in the documentation.
   
   ## Verifying this change
   
   Documentation only change.
   
   ## Documentation
   
   - Does this pull request introduce a new feature? **no**
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] iemejia merged pull request #2036: [AVRO-3701] Add github action to validate maven 4 build compatibility

2023-01-05 Thread GitBox


iemejia merged PR #2036:
URL: https://github.com/apache/avro/pull/2036


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dongjoon-hyun opened a new pull request, #2046: AVRO-3700: Publish SBOM artifacts

2023-01-05 Thread GitBox


dongjoon-hyun opened a new pull request, #2046:
URL: https://github.com/apache/avro/pull/2046

   
   
   ## What is the purpose of the change
   
   *(For example: This pull request improves file read performance by buffering 
data, fixing AVRO-.)*
   
   
   ## Verifying this change
   
   *(Please pick one of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe 
tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   - *Extended interop tests to verify consistent valid schema names between 
SDKs*
   - *Added test that validates that Java throws an AvroRuntimeException on 
invalid binary data*
   - *Manually verified the change by building the website and checking the new 
redirect*
   
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (yes / no)
   - If yes, how is the feature documented? (not applicable / docs / JavaDocs / 
not documented)
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dkulp merged pull request #1742: AVRO-3527: Optimize GenericData.hashCode

2023-01-04 Thread GitBox


dkulp merged PR #1742:
URL: https://github.com/apache/avro/pull/1742


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dkulp merged pull request #1777: AVRO-3579: Migrate to JUnit 5

2023-01-04 Thread GitBox


dkulp merged PR #1777:
URL: https://github.com/apache/avro/pull/1777


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dkulp merged pull request #1932: AVRO-3649: default value for union type should match any type inside the union type.

2023-01-04 Thread GitBox


dkulp merged PR #1932:
URL: https://github.com/apache/avro/pull/1932


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dkulp merged pull request #1867: AVRO-3611: fix generator

2023-01-04 Thread GitBox


dkulp merged PR #1867:
URL: https://github.com/apache/avro/pull/1867


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] tjwp merged pull request #2045: AVRO-3278: [ruby] Drop support for Ruby 2.6

2023-01-03 Thread GitBox


tjwp merged PR #2045:
URL: https://github.com/apache/avro/pull/2045


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] RyanSkraba merged pull request #2039: AVRO-3229: [py] Raise on invalid enum default only if validation enabled

2023-01-03 Thread GitBox


RyanSkraba merged PR #2039:
URL: https://github.com/apache/avro/pull/2039


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] tjwp opened a new pull request, #2045: AVRO-3278: [ruby] Drop support for Ruby 2.6

2023-01-02 Thread GitBox


tjwp opened a new pull request, #2045:
URL: https://github.com/apache/avro/pull/2045

   ## What is the purpose of the change
   
   https://issues.apache.org/jira/browse/AVRO-3278
   
   Ruby 2.6 reached EOL on March 31, 2022.
   
   ## Verifying this change
   
   This change is already covered by the existing Ruby tests.
   
   ## Documentation
   
   - Does this pull request introduce a new feature? **no**
   - Release notes for the next major release should note that Ruby 2.7 or 
later is required.


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] martin-g merged pull request #2040: AVRO-3696: [py] Replace tox-wheel with standard tox

2023-01-01 Thread GitBox


martin-g merged PR #2040:
URL: https://github.com/apache/avro/pull/2040


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

2023-01-01 Thread GitBox


martin-g merged PR #2038:
URL: https://github.com/apache/avro/pull/2038


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] martin-g merged pull request #2043: Bump json5 from 2.2.1 to 2.2.2 in /lang/js

2023-01-01 Thread GitBox


martin-g merged PR #2043:
URL: https://github.com/apache/avro/pull/2043


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

2023-01-01 Thread GitBox


martin-g merged PR #2044:
URL: https://github.com/apache/avro/pull/2044


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

2023-01-01 Thread GitBox


dependabot[bot] opened a new pull request, #2044:
URL: https://github.com/apache/avro/pull/2044

   Bumps [mockito-core](https://github.com/mockito/mockito) from 4.10.0 to 
4.11.0.
   
   Release notes
   Sourced from https://github.com/mockito/mockito/releases;>mockito-core's 
releases.
   
   v4.11.0
   Changelog generated 
by https://github.com/shipkit/shipkit-changelog;>Shipkit Changelog 
Gradle Plugin
   4.11.0
   
   2022-12-28 - https://github.com/mockito/mockito/compare/v4.10.0...v4.11.0;>1 
commit(s) by Andy Coates
   Improve vararg handling: approach 2 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2807;>#2807)](https://github-redirect.dependabot.com/mockito/mockito/pull/2807;>mockito/mockito#2807)
   Mocking varargs method with any(String[].class) doesn't 
work as expected [(https://github-redirect.dependabot.com/mockito/mockito/issues/2796;>#2796)](https://github-redirect.dependabot.com/mockito/mockito/issues/2796;>mockito/mockito#2796)
   (Argument)Matchers regression from 1.10.19 to 2.18.3 for varargs [(https://github-redirect.dependabot.com/mockito/mockito/issues/1498;>#1498)](https://github-redirect.dependabot.com/mockito/mockito/issues/1498;>mockito/mockito#1498)
   Cannot verify varargs parameter as an array [(https://github-redirect.dependabot.com/mockito/mockito/issues/1222;>#1222)](https://github-redirect.dependabot.com/mockito/mockito/issues/1222;>mockito/mockito#1222)
   ArgumentCaptor can't capture varargs-arrays [(https://github-redirect.dependabot.com/mockito/mockito/issues/584;>#584)](https://github-redirect.dependabot.com/mockito/mockito/issues/584;>mockito/mockito#584)
   Verification of an empty varargs call fails when isNotNull() is used 
[(https://github-redirect.dependabot.com/mockito/mockito/issues/567;>#567)](https://github-redirect.dependabot.com/mockito/mockito/issues/567;>mockito/mockito#567)
   
   
   
   
   Commits
   
   https://github.com/mockito/mockito/commit/483e15f9f940716a85f2d58f6c28981136790c4e;>483e15f
 Add type() method to ArgumentMatcher (https://github-redirect.dependabot.com/mockito/mockito/issues/2807;>#2807)
   See full diff in https://github.com/mockito/mockito/compare/v4.10.0...v4.11.0;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mockito:mockito-core=maven=4.10.0=4.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dependabot[bot] opened a new pull request, #2043: Bump json5 from 2.2.1 to 2.2.2 in /lang/js

2022-12-31 Thread GitBox


dependabot[bot] opened a new pull request, #2043:
URL: https://github.com/apache/avro/pull/2043

   Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2.
   
   Release notes
   Sourced from https://github.com/json5/json5/releases;>json5's releases.
   
   v2.2.2
   
   Fix: Properties with the name __proto__ are added to 
objects and arrays.
   (https://github-redirect.dependabot.com/json5/json5/issues/199;>#199) 
This also fixes a prototype pollution vulnerability reported by
   Jonathan Gregson! (https://github-redirect.dependabot.com/json5/json5/issues/295;>#295).
   
   
   
   
   Changelog
   Sourced from https://github.com/json5/json5/blob/main/CHANGELOG.md;>json5's 
changelog.
   
   v2.2.2 [https://github.com/json5/json5/tree/v2.2.2;>code, 
https://github.com/json5/json5/compare/v2.2.1...v2.2.2;>diff]
   
   Fix: Properties with the name __proto__ are added to 
objects and arrays.
   (https://github-redirect.dependabot.com/json5/json5/issues/199;>#199) 
This also fixes a prototype pollution vulnerability reported by
   Jonathan Gregson! (https://github-redirect.dependabot.com/json5/json5/issues/295;>#295).
   
   
   
   
   Commits
   
   https://github.com/json5/json5/commit/14f8cb186e8abdfaccf6527171da7b1224374650;>14f8cb1
 2.2.2
   https://github.com/json5/json5/commit/10cc7ca9169b59c5e0f5afc03dbd870cd06bcc46;>10cc7ca
 docs: update CHANGELOG for v2.2.2
   https://github.com/json5/json5/commit/7774c1097993bc3ce9f0ac4b722a32bf7d6871c8;>7774c10
 fix: add proto to objects and arrays
   https://github.com/json5/json5/commit/edde30abd8b22facf2c06c72586b9f6edf12700d;>edde30a
 Readme: slight tweak to intro
   https://github.com/json5/json5/commit/97286f8bd542c89dcee096bc05dd28ed2dfc1e16;>97286f8
 Improve example in readme
   https://github.com/json5/json5/commit/d720b4fe4ad800b726da6b0f43c8454c4310fe8d;>d720b4f
 Improve readme (e.g. explain JSON5 better!) (https://github-redirect.dependabot.com/json5/json5/issues/291;>#291)
   https://github.com/json5/json5/commit/910ce25914ed366a39a610b17bcd581b5da02d32;>910ce25
 docs: fix spelling of Aseem
   https://github.com/json5/json5/commit/2aab4dd2a7c212dd4af7b91f29aa315c20251b92;>2aab4dd
 test: require tap as t in cli tests
   https://github.com/json5/json5/commit/6d426865cec0ba7e20d4a98341e61cf26176b8fb;>6d42686
 test: remove mocha syntax from tests
   https://github.com/json5/json5/commit/4798b9dbde850c8e84e59ac58ba2894ef184434d;>4798b9d
 docs: update installation and usage for modules
   Additional commits viewable in https://github.com/json5/json5/compare/v2.2.1...v2.2.2;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=json5=npm_and_yarn=2.2.1=2.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/avro/network/alerts).
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] tjwp merged pull request #2041: AVRO-3697: [ruby] Test against Ruby 3.2

2022-12-31 Thread GitBox


tjwp merged PR #2041:
URL: https://github.com/apache/avro/pull/2041


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dpcollins-google opened a new pull request, #2042: [doc] Change index.md to add a schema for data blocks

2022-12-30 Thread GitBox


dpcollins-google opened a new pull request, #2042:
URL: https://github.com/apache/avro/pull/2042

   Also make data file schemas valid json (no trailing commas)
   
   ## What is the purpose of the change
   
   Clarify the docs for the data file format
   
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   
   ## Documentation
   
   - Does this pull request introduce a new feature? no
   - If yes, how is the feature documented? recursively so
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] tjwp opened a new pull request, #2041: AVRO-3697: [ruby] Test against Ruby 3.2

2022-12-30 Thread GitBox


tjwp opened a new pull request, #2041:
URL: https://github.com/apache/avro/pull/2041

   ## What is the purpose of the change
   
   * Test against the latest Ruby release, 3.2
   * bundler is already installed by the `setup-action` so skipping also 
installing it as a package saves some time in CI
   * bundler v1.17.3 is no longer needed
   * rbenv setup was previously removed from the Dockerfile: 
https://github.com/apache/avro/commit/cf7bfe7710febdc84e70fcc8ad21d859dbf1be1f#diff-9ad53a2cdd23436f405be61d20306403700f362287b3d86609319919176a6fb6L191-L203
   
   ## Verifying this change
   
   This change is already covered by the existing Ruby test suite.
   
   ## Documentation
   
   - Does this pull request introduce a new feature? **no**
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] tvainika opened a new pull request, #2040: AVRO-3696: [py] Replace tox-wheel with standard tox

2022-12-29 Thread GitBox


tvainika opened a new pull request, #2040:
URL: https://github.com/apache/avro/pull/2040

   ## What is the purpose of the change
   
   Replace tox-wheel with standard tox
   
   Usage of third party tox-wheel package started failing since tox released 
version 4 with native wheel. Any usage of tox-wheel is replaced with standard 
tox package to fix Python tests.
   
   ## Verifying this change
   
   This change is already covered by existing tests, and now CI pipeline should 
work with Python.
   
   
   ## Documentation
   
   - Does this pull request introduce a new feature?: no
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] tvainika opened a new pull request, #2039: AVRO-3229: Raise on invalid enum default only if validation enabled

2022-12-28 Thread GitBox


tvainika opened a new pull request, #2039:
URL: https://github.com/apache/avro/pull/2039

   ## What is the purpose of the change
   
   AVRO-3229 added validation for enum default raising an exception for invalid 
default.  Allow disabling validation, and parsing enums with enum default not 
defined using existing `validate_enum_symbols` flag.
   
   ## Verifying this change
   
   This change is already covered by existing tests, such as 
lang/py/avro/test/test_schema.py expanded with #1433 .
   
   ## Documentation
   
   Existing inline documentation is improved to cover this type of usage.
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dependabot[bot] opened a new pull request, #2038: Bump serde from 1.0.151 to 1.0.152 in /lang/rust

2022-12-27 Thread GitBox


dependabot[bot] opened a new pull request, #2038:
URL: https://github.com/apache/avro/pull/2038

   Bumps [serde](https://github.com/serde-rs/serde) from 1.0.151 to 1.0.152.
   
   Release notes
   Sourced from https://github.com/serde-rs/serde/releases;>serde's releases.
   
   v1.0.152
   
   Documentation improvements
   
   
   
   
   Commits
   
   https://github.com/serde-rs/serde/commit/ccf9c6fc072378ea8c4f15df1024e258d35d6e61;>ccf9c6f
 Release 1.0.152
   https://github.com/serde-rs/serde/commit/b25d0ea7f9c7b58d80283f812239ec8109ddf131;>b25d0ea
 Link to Hjson data format
   https://github.com/serde-rs/serde/commit/4f4557fd0508aa02608fa53bea2b9dcdc811af28;>4f4557f
 Link to bencode data format
   https://github.com/serde-rs/serde/commit/bf400d6799826ac78a5cbdbd0bfc899f2416b15b;>bf400d6
 Link to serde_tokenstream data format
   https://github.com/serde-rs/serde/commit/4d2e36d19b32fe27dd56f2b1509059ca5e506326;>4d2e36d
 Wrap flexbuffers bullet point to 80 columns
   https://github.com/serde-rs/serde/commit/df6310e5f51bb2d2bc8eeac4c314740c5dd3ce18;>df6310e
 Merge pull request https://github-redirect.dependabot.com/serde-rs/serde/issues/2347;>#2347
 from dtolnay/docsrs
   https://github.com/serde-rs/serde/commit/938ab5ddec1bd7822bd0ae595bdd475e03574cdb;>938ab5d
 Replace docs.serde.rs links with intra-rustdoc links
   https://github.com/serde-rs/serde/commit/ef5a0de38430e8cd5aa9871c6bb8ddfabf30f611;>ef5a0de
 Point documentation links to docs.rs instead of docs.serde.rs
   https://github.com/serde-rs/serde/commit/5d186c77a63436f67dcb8a4930aa3618500f4640;>5d186c7
 Opt out -Zrustdoc-scrape-examples on docs.rs
   See full diff in https://github.com/serde-rs/serde/compare/v1.0.151...v1.0.152;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde=cargo=1.0.151=1.0.152)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] oshevtsov opened a new pull request, #2037: Avro 3694 py compatibility correlate messages with locations

2022-12-27 Thread GitBox


oshevtsov opened a new pull request, #2037:
URL: https://github.com/apache/avro/pull/2037

   
   
   ## What is the purpose of the change
   
   This pull request improves incompatibility check of two avro schemas by 
grouping together incompatibility type, explanation message, and schema 
location together in a single data structure, fixing AVRO-3694.
   
   ## Verifying this change
   
   This change is already covered by existing tests, such as *(please describe 
tests)*.
   
   ## Documentation
   
   - Does this pull request introduce a new feature? no
   - If yes, how is the feature documented? (not applicable / docs / JavaDocs / 
not documented)
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] iemejia opened a new pull request, #2036: [WIP] Add github action to validate maven 4 build compatibility

2022-12-26 Thread GitBox


iemejia opened a new pull request, #2036:
URL: https://github.com/apache/avro/pull/2036

   
   
   ## What is the purpose of the change
   
   *(For example: This pull request improves file read performance by buffering 
data, fixing AVRO-.)*
   
   
   ## Verifying this change
   
   *(Please pick one of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe 
tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   - *Extended interop tests to verify consistent valid schema names between 
SDKs*
   - *Added test that validates that Java throws an AvroRuntimeException on 
invalid binary data*
   - *Manually verified the change by building the website and checking the new 
redirect*
   
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (yes / no)
   - If yes, how is the feature documented? (not applicable / docs / JavaDocs / 
not documented)
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] markfarnan opened a new pull request, #2035: [AVRO-3695] Failing test for Nullable Union with multiple types

2022-12-24 Thread GitBox


markfarnan opened a new pull request, #2035:
URL: https://github.com/apache/avro/pull/2035

   Failing Test for AVRO-3695.. 
   
   
   
   ## What is the purpose of the change
   
   *(For example: This pull request improves file read performance by buffering 
data, fixing AVRO-.)*
   
   
   ## Verifying this change
   
   *(Please pick one of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe 
tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   - *Extended interop tests to verify consistent valid schema names between 
SDKs*
   - *Added test that validates that Java throws an AvroRuntimeException on 
invalid binary data*
   - *Manually verified the change by building the website and checking the new 
redirect*
   
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (yes / no)
   - If yes, how is the feature documented? (not applicable / docs / JavaDocs / 
not documented)
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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

For queries about this service, please contact Infrastructure at:
us...@infra.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

For queries about this service, please contact Infrastructure at:
us...@infra.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

For queries about this service, please contact Infrastructure at:
us...@infra.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

For queries about this service, please contact Infrastructure at:
us...@infra.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

For queries about this service, please contact Infrastructure at:
us...@infra.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

For queries about this service, please contact Infrastructure at:
us...@infra.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

For queries about this service, please contact Infrastructure at:
us...@infra.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

For queries about this service, please contact Infrastructure at:
us...@infra.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

For queries about this service, please contact Infrastructure at:
us...@infra.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

For queries about this service, please contact Infrastructure at:
us...@infra.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

For queries about this service, please contact Infrastructure at:
us...@infra.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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 message is de-serialized 
without checking first that it is present, invalid type for union is thrown. 
However it does not identify which union. It could include the structName in 
the exception, then it would be possible to tie down the exception to the 
precise union that got the error.
   
   While making this change I took the opportunity for a couple of other minor 
changes:
   
   Below the copyright notice there is now a notice that this code has been 
produced by the avrogencpp code generator.
   
   The include guard avoids double underscore followed by uppercase letter 
since that is reserved for use by compiler implementors and clang-tidy 
complains about it.
   
   
   
   ## What is the purpose of the change
   
   *(For example: This pull request improves file read performance by buffering 
data, fixing AVRO-.)*
   
   
   ## Verifying this change
   
   *(Please pick one of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe 
tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   - *Extended interop tests to verify consistent valid schema names between 
SDKs*
   - *Added test that validates that Java throws an AvroRuntimeException on 
invalid binary data*
   - *Manually verified the change by building the website and checking the new 
redirect*
   
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (yes / no)
   - If yes, how is the feature documented? (not applicable / docs / JavaDocs / 
not documented)
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## Documentation
   
   - Does this pull request introduce a new feature? no
   - If yes, how is the feature documented? not applicable
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dependabot[bot] opened a new pull request, #2032: Bump anyhow from 1.0.66 to 1.0.68 in /lang/rust

2022-12-19 Thread GitBox


dependabot[bot] opened a new pull request, #2032:
URL: https://github.com/apache/avro/pull/2032

   Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.66 to 1.0.68.
   
   Release notes
   Sourced from https://github.com/dtolnay/anyhow/releases;>anyhow's 
releases.
   
   1.0.67
   
   Improve the backtrace captured when context() is used on an 
Option (https://github-redirect.dependabot.com/dtolnay/anyhow/issues/280;>#280)
   
   
   
   
   Commits
   
   https://github.com/dtolnay/anyhow/commit/867763b8fce65656a754d8e0d84f0aa1c610613a;>867763b
 Release 1.0.68
   https://github.com/dtolnay/anyhow/commit/c0a87d0a1fca4625dd6fcfe3e722e24214fd840e;>c0a87d0
 Opt out -Zrustdoc-scrape-examples on docs.rs
   https://github.com/dtolnay/anyhow/commit/1cc707b6f89a2ea8eb827d0a3c3a61e2ea979366;>1cc707b
 Release 1.0.67
   https://github.com/dtolnay/anyhow/commit/613b26115c0e5e4f988ed6e5f0eace8f79b19704;>613b261
 Update build status badge
   https://github.com/dtolnay/anyhow/commit/0f922d7c51d43ce30421ea1225e06d971cf99bfc;>0f922d7
 Disable backtrace CI on Rust 1.50
   https://github.com/dtolnay/anyhow/commit/acecd9bd35184ed63ff00c970f1ab41b8418a902;>acecd9b
 Update ui test suite to nightly-2022-12-15
   https://github.com/dtolnay/anyhow/commit/0bac51f19bca58152f2310442e0aed549e54fbf7;>0bac51f
 Time out workflows after 45 minutes
   https://github.com/dtolnay/anyhow/commit/60e88002dcf7315487cbb2c724c66d2297c7bf46;>60e8800
 Fix renamed let_underscore_drop lint
   https://github.com/dtolnay/anyhow/commit/8d1c734b813d53669903914b79760a6668bacb6d;>8d1c734
 Update ui test suite to nightly-2022-11-16
   https://github.com/dtolnay/anyhow/commit/451651b2ba620721f68f13dc37821592630d7e45;>451651b
 Update ui test suite to nightly-2022-11-11
   Additional commits viewable in https://github.com/dtolnay/anyhow/compare/1.0.66...1.0.68;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow=cargo=1.0.66=1.0.68)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dependabot[bot] opened a new pull request, #2031: Bump thiserror from 1.0.37 to 1.0.38 in /lang/rust

2022-12-19 Thread GitBox


dependabot[bot] opened a new pull request, #2031:
URL: https://github.com/apache/avro/pull/2031

   Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.37 to 
1.0.38.
   
   Release notes
   Sourced from https://github.com/dtolnay/thiserror/releases;>thiserror's 
releases.
   
   1.0.38
   
   Documentation improvements
   
   
   
   
   Commits
   
   https://github.com/dtolnay/thiserror/commit/74bfe75eb25ba9d39b0ae5b570d611855cbc5086;>74bfe75
 Release 1.0.38
   https://github.com/dtolnay/thiserror/commit/cfc7d8c959da82ba405043aae7e56c91aecf1b50;>cfc7d8c
 Update build status badge
   https://github.com/dtolnay/thiserror/commit/db78fa2cd88b5dd7fecadad55b17d0100fd43280;>db78fa2
 Update ui test suite to nightly-2022-12-15
   https://github.com/dtolnay/thiserror/commit/c25a71081339aa8b62efc231409e3e6b4e0ce306;>c25a710
 Time out workflows after 45 minutes
   https://github.com/dtolnay/thiserror/commit/464e2e798eea0985af3c2c16cc55866e2918f774;>464e2e7
 Merge pull request https://github-redirect.dependabot.com/dtolnay/thiserror/issues/200;>#200
 from dtolnay/displayattr
   https://github.com/dtolnay/thiserror/commit/4b06a3e2637812a13d501d14a80edafade8dff98;>4b06a3e
 Add test of Display impl nested inside display attribute
   https://github.com/dtolnay/thiserror/commit/29ee95ef47a74c00bdbcf253bae46964a241894c;>29ee95e
 Ui test changes for trybuild 1.0.66
   See full diff in https://github.com/dtolnay/thiserror/compare/1.0.37...1.0.38;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror=cargo=1.0.37=1.0.38)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dependabot[bot] opened a new pull request, #2030: Bump quote from 1.0.21 to 1.0.23 in /lang/rust

2022-12-19 Thread GitBox


dependabot[bot] opened a new pull request, #2030:
URL: https://github.com/apache/avro/pull/2030

   Bumps [quote](https://github.com/dtolnay/quote) from 1.0.21 to 1.0.23.
   
   Release notes
   Sourced from https://github.com/dtolnay/quote/releases;>quote's releases.
   
   1.0.22
   
   Documentation improvements
   
   
   
   
   Commits
   
   https://github.com/dtolnay/quote/commit/550af67f9e0be89897902031f153fb3d40360017;>550af67
 Release 1.0.23
   https://github.com/dtolnay/quote/commit/b0337d0c55ecdefe34e2a25098a357553b7d5b27;>b0337d0
 Opt out -Zrustdoc-scrape-examples on docs.rs
   https://github.com/dtolnay/quote/commit/2386c5a11e46754a697b6b0b7d624731be1a410d;>2386c5a
 Release 1.0.22
   https://github.com/dtolnay/quote/commit/ead304a8b5390958be0b1d02e30e35d539d185e4;>ead304a
 Update build status badge
   https://github.com/dtolnay/quote/commit/51d3bd2fa24b32ce298706461a888764931bc051;>51d3bd2
 Update ui test suite to nightly-2022-12-15
   https://github.com/dtolnay/quote/commit/2922a8ec2f37b9b7d7b9f4fe6011c1c2ac544fe5;>2922a8e
 Time out workflows after 45 minutes
   https://github.com/dtolnay/quote/commit/6f42f3cac4c3bd4b5e8fb4fbed05e0aa51b915a4;>6f42f3c
 Fix renamed let_underscore_drop lint
   https://github.com/dtolnay/quote/commit/b2e30cc11d847427511810146da29ad14dfa7f3e;>b2e30cc
 MIT copyright line
   https://github.com/dtolnay/quote/commit/efc9b6917871472fa4bcdc26055bf131ec154d40;>efc9b69
 Ui test changes for trybuild 1.0.66
   https://github.com/dtolnay/quote/commit/1e2b19847e439e510b88bc68ff677e4f203d5735;>1e2b198
 Raise minimum tested toolchain to rust 1.56
   Additional commits viewable in https://github.com/dtolnay/quote/compare/1.0.21...1.0.23;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=quote=cargo=1.0.21=1.0.23)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dependabot[bot] opened a new pull request, #2029: Bump syn from 1.0.105 to 1.0.107 in /lang/rust

2022-12-19 Thread GitBox


dependabot[bot] opened a new pull request, #2029:
URL: https://github.com/apache/avro/pull/2029

   Bumps [syn](https://github.com/dtolnay/syn) from 1.0.105 to 1.0.107.
   
   Release notes
   Sourced from https://github.com/dtolnay/syn/releases;>syn's 
releases.
   
   1.0.106
   
   Documentation improvements
   
   
   
   
   Commits
   
   See full diff in https://github.com/dtolnay/syn/commits;>compare view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=syn=cargo=1.0.105=1.0.107)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dependabot[bot] opened a new pull request, #2028: Bump serde_json from 1.0.89 to 1.0.91 in /lang/rust

2022-12-19 Thread GitBox


dependabot[bot] opened a new pull request, #2028:
URL: https://github.com/apache/avro/pull/2028

   Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.89 to 1.0.91.
   
   Release notes
   Sourced from https://github.com/serde-rs/json/releases;>serde_json's 
releases.
   
   v1.0.90
   
   Documentation improvements
   
   
   
   
   Commits
   
   https://github.com/serde-rs/json/commit/26f147fde7ce6441f7db978131150605c5500c28;>26f147f
 Release 1.0.91
   https://github.com/serde-rs/json/commit/d9cdb98f2e376c89fe1c4c1e290b81e83298df5c;>d9cdb98
 Opt out -Zrustdoc-scrape-examples on docs.rs
   https://github.com/serde-rs/json/commit/331511d73dfe72aa67709d3cf40c4b856832bbaa;>331511d
 Release 1.0.90
   https://github.com/serde-rs/json/commit/87538296f7f2fb9ed8c55e7949508bafffd4583b;>8753829
 Replace ancient CI service provider in readme
   https://github.com/serde-rs/json/commit/0a43394ef69559a961f4cda47f45a3952a4d23f5;>0a43394
 Update build status badge
   https://github.com/serde-rs/json/commit/8794844eee024c816aa803d1c4776d1031247820;>8794844
 Prevent build.rs rerunning unnecessarily on all source changes
   https://github.com/serde-rs/json/commit/0b548714d8760dd9581b9bb87fd89aaa48256d86;>0b54871
 Time out workflows after 45 minutes
   https://github.com/serde-rs/json/commit/ecad462c8e966b7f9c059b8aa3362bcf676b776c;>ecad462
 Fix renamed let_underscore_drop lint
   https://github.com/serde-rs/json/commit/9295c96c8e2f3056beb23ba02a8d47f1704e5b02;>9295c96
 Resolve needless_borrowed_reference clippy lints
   See full diff in https://github.com/serde-rs/json/compare/v1.0.89...v1.0.91;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json=cargo=1.0.89=1.0.91)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dependabot[bot] opened a new pull request, #2027: Bump serde from 1.0.150 to 1.0.151 in /lang/rust

2022-12-19 Thread GitBox


dependabot[bot] opened a new pull request, #2027:
URL: https://github.com/apache/avro/pull/2027

   Bumps [serde](https://github.com/serde-rs/serde) from 1.0.150 to 1.0.151.
   
   Release notes
   Sourced from https://github.com/serde-rs/serde/releases;>serde's releases.
   
   v1.0.151
   
   Update 
serde::{ser,de}::StdError 
to re-export core::error::Error when serde is built with 
feature=std off and 
feature=unstable on (https://github-redirect.dependabot.com/serde-rs/serde/issues/2344;>#2344)
   
   
   
   
   Commits
   
   https://github.com/serde-rs/serde/commit/44bf3633aff83a53f72bd0cad9f328b0192eae06;>44bf363
 Release 1.0.151
   https://github.com/serde-rs/serde/commit/f261184416d226285342e684656c0dc26a4b85bb;>f261184
 Merge pull request https://github-redirect.dependabot.com/serde-rs/serde/issues/2344;>#2344
 from dtolnay/coreerror
   https://github.com/serde-rs/serde/commit/df40f80fcfd5e072a12331f7cbbf65a16691d585;>df40f80
 Make StdError identical to core::error::Error on 
feature=unstable
   https://github.com/serde-rs/serde/commit/e7060ba83dec3c3d35a7c2844ee0abb8ac128295;>e7060ba
 Merge pull request https://github-redirect.dependabot.com/serde-rs/serde/issues/2342;>#2342
 from atouchet/badges
   https://github.com/serde-rs/serde/commit/d98f0eea3dcded96d0460ca6916e4d86935e2acc;>d98f0ee
 Update build status badge
   https://github.com/serde-rs/serde/commit/4f157a8b81b88514a6d1fb384a57e82cc3c7ad0d;>4f157a8
 Prevent build.rs rerunning unnecessarily on all source changes
   See full diff in https://github.com/serde-rs/serde/compare/v1.0.150...v1.0.151;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde=cargo=1.0.150=1.0.151)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] dependabot[bot] opened a new pull request, #2026: Bump proc-macro2 from 1.0.47 to 1.0.49 in /lang/rust

2022-12-19 Thread GitBox


dependabot[bot] opened a new pull request, #2026:
URL: https://github.com/apache/avro/pull/2026

   Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.47 to 
1.0.49.
   
   Release notes
   Sourced from https://github.com/dtolnay/proc-macro2/releases;>proc-macro2's 
releases.
   
   1.0.48
   
   Documentation improvements
   
   
   
   
   Commits
   
   https://github.com/dtolnay/proc-macro2/commit/293705d8dfe424bd3062195b17b41d7d935dc08f;>293705d
 Release 1.0.49
   https://github.com/dtolnay/proc-macro2/commit/6b9ee3dbf69d3a089d8a42b5f99a2c285609919b;>6b9ee3d
 Opt out -Zrustdoc-scrape-examples on docs.rs
   https://github.com/dtolnay/proc-macro2/commit/a83ad604b1ac46072e24c6fc6e6f9d8e828358e4;>a83ad60
 Release 1.0.48
   https://github.com/dtolnay/proc-macro2/commit/b4fa77fea75aff08f630252587230eaf1d00eb12;>b4fa77f
 Update build status badge
   https://github.com/dtolnay/proc-macro2/commit/975c3248db1947f73784bff21f5643be5d306674;>975c324
 Time out workflows after 45 minutes
   https://github.com/dtolnay/proc-macro2/commit/f633e3106c2cf107925c25e56165d1105020fb14;>f633e31
 MIT copyright line
   See full diff in https://github.com/dtolnay/proc-macro2/compare/1.0.47...1.0.49;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=proc-macro2=cargo=1.0.47=1.0.49)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] martin-g merged pull request #2025: docs: fix small error

2022-12-18 Thread GitBox


martin-g merged PR #2025:
URL: https://github.com/apache/avro/pull/2025


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] 0xflotus opened a new pull request, #2025: docs: fix small error

2022-12-18 Thread GitBox


0xflotus opened a new pull request, #2025:
URL: https://github.com/apache/avro/pull/2025

   I only fixed two small typo errors in docs
   
   
   
   ## What is the purpose of the change
   
   *(For example: This pull request improves file read performance by buffering 
data, fixing AVRO-.)*
   
   
   ## Verifying this change
   
   *(Please pick one of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe 
tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   - *Extended interop tests to verify consistent valid schema names between 
SDKs*
   - *Added test that validates that Java throws an AvroRuntimeException on 
invalid binary data*
   - *Manually verified the change by building the website and checking the new 
redirect*
   
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (yes / no)
   - If yes, how is the feature documented? (not applicable / docs / JavaDocs / 
not documented)
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] martin-g merged pull request #2024: AVRO-3692: [rust] Make serde deserializer support serde flatten

2022-12-18 Thread GitBox


martin-g merged PR #2024:
URL: https://github.com/apache/avro/pull/2024


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] Ten0 opened a new pull request, #2024: AVRO-3692: [rust] Make serde deserializer support serde flatten

2022-12-17 Thread GitBox


Ten0 opened a new pull request, #2024:
URL: https://github.com/apache/avro/pull/2024

   
   
   ## What is the purpose of the change
   
   This PR fixes deserializing into rust structures that use 
`#[serde(flatten)]`, which is a very common use case when using `serde`.
   
   ## Verifying this change
   
   This change added the corresponding test:
   ```bash
   cargo test -- test_from_value_struct_flatten
   ```
   
   ## Documentation
   
   This is a minor enough change that it probably doesn't need to be documented 
- users would hope for this to work from the beginning.


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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
 [maven-release-plugin] prepare release netty-4.1.86.Final
   https://github.com/netty/netty/commit/fe18adff1c2b333acb135ab779a3b9ba3295a1c4;>fe18adf
 Merge pull request from GHSA-hh82-3pmq-7frp
   https://github.com/netty/netty/commit/cd91cf3c99123bd1e53fd6a1de0e3d1922f05bb2;>cd91cf3
 Merge pull request from GHSA-fx2c-96vj-985v
   https://github.com/netty/netty/commit/7cc84285ea6f90f6af62fa465d1aafbbc497e889;>7cc8428
 fixing some naming and typos that caused wrong value to be updated (https://github-redirect.dependabot.com/netty/netty/issues/13031;>#13031)
   https://github.com/netty/netty/commit/22d31519bc3fe34973a59b0fb43bbd580906388f;>22d3151
 Save promises type pollution due to interface type checks (https://github-redirect.dependabot.com/netty/netty/issues/12980;>#12980)
   https://github.com/netty/netty/commit/1baf9ef2f1f9da2b6965fb76e0562f344f895d6e;>1baf9ef
 Enable SocketHalfClosedTest for epoll (https://github-redirect.dependabot.com/netty/netty/issues/13025;>#13025)
   https://github.com/netty/netty/commit/91527ff889384b436a21de4c2293ff3e915b0781;>91527ff
 Correctly handle unresolvable InetSocketAddress when using DatagramChannel 
(#...
   https://github.com/netty/netty/commit/b64a6e22b2f410d3092f4a2e9f8edcf8c51262b2;>b64a6e2
 Revert#12888 for potential scheduling problems (https://github-redirect.dependabot.com/netty/netty/issues/13021;>#13021)
   https://github.com/netty/netty/commit/3bff0bee692b5bcb67f8fe5f900d2e899a7fa1f8;>3bff0be
 Replace LinkedList with ArrayList (https://github-redirect.dependabot.com/netty/netty/issues/13016;>#13016)
   https://github.com/netty/netty/commit/d24defcdd901a437fd482d9c86cc181f6f93c01b;>d24defc
 WebSocketClientHandshaker: add public accessors for parameters (https://github-redirect.dependabot.com/netty/netty/issues/13009;>#13009)
   Additional commits viewable in https://github.com/netty/netty/compare/netty-4.1.85.Final...netty-4.1.86.Final;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-bom=maven=4.1.85.Final=4.1.86.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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
   
   https://github.com/protocolbuffers/protobuf/commit/f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c;>f0dc78d
 Updating version.json and repo version numbers to: 21.12
   https://github.com/protocolbuffers/protobuf/commit/7b0ca6995da9c895ac1ca0005b705fa01f009b7f;>7b0ca69
 Updated release branch to latest upb. (https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/11258;>#11258)
   https://github.com/protocolbuffers/protobuf/commit/7c123c40e2725fa1d36b194040fc4e9f2fe8502c;>7c123c4
 Merge pull request https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/11201;>#11201
 from protocolbuffers/21.x-202212080033
   https://github.com/protocolbuffers/protobuf/commit/44eafb2f651436fd583051f137556ffcf43bd1d9;>44eafb2
 Update version.json to: 21.12-dev
   https://github.com/protocolbuffers/protobuf/commit/ffe65a5040ac721596055f89a55712a8b0dd8d8d;>ffe65a5
 Merge pull request https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/11197;>#11197
 from protocolbuffers/21.x-202212071935
   See full diff in https://github.com/protocolbuffers/protobuf/compare/v3.21.11...v3.21.12;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java=maven=3.21.11=3.21.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 specific comment.

To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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.
   
   v4.10.0
   Changelog generated 
by https://github.com/shipkit/shipkit-changelog;>Shipkit Changelog 
Gradle Plugin
   4.10.0
   
   2022-12-14 - https://github.com/mockito/mockito/compare/v4.9.0...v4.10.0;>13 
commit(s) by Andrei Solntsev, Andriy Redko, Andy Coates, Christopher 
Lambert, Marcono1234, Vladimir Glinskikh, dependabot[bot]
   Add new artifact mockito-subclass (to use mock-maker-subclass MockMaker) 
[(https://github-redirect.dependabot.com/mockito/mockito/issues/2821;>#2821)](https://github-redirect.dependabot.com/mockito/mockito/pull/2821;>mockito/mockito#2821)
   Bump gradle from 7.5.1 to 7.6 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2817;>#2817)](https://github-redirect.dependabot.com/mockito/mockito/pull/2817;>mockito/mockito#2817)
   Fix incorrect Javadoc inline tag for MockitoJUnitRunner [(https://github-redirect.dependabot.com/mockito/mockito/issues/2816;>#2816)](https://github-redirect.dependabot.com/mockito/mockito/pull/2816;>mockito/mockito#2816)
   Bump shipkit-auto-version from 1.2.1 to 1.2.2 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2811;>#2811)](https://github-redirect.dependabot.com/mockito/mockito/pull/2811;>mockito/mockito#2811)
   Bump com.github.ben-manes.versions from 0.42.0 to 0.44.0 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2810;>#2810)](https://github-redirect.dependabot.com/mockito/mockito/pull/2810;>mockito/mockito#2810)
   Bump kotlinVersion from 1.7.21 to 1.7.22 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2809;>#2809)](https://github-redirect.dependabot.com/mockito/mockito/pull/2809;>mockito/mockito#2809)
   Bump junit from 1.1.3 to 1.1.4 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2806;>#2806)](https://github-redirect.dependabot.com/mockito/mockito/pull/2806;>mockito/mockito#2806)
   Simplify MatcherApplicationStrategy [(https://github-redirect.dependabot.com/mockito/mockito/issues/2803;>#2803)](https://github-redirect.dependabot.com/mockito/mockito/pull/2803;>mockito/mockito#2803)
   Bump kotlinVersion from 1.7.10 to 1.7.21 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2801;>#2801)](https://github-redirect.dependabot.com/mockito/mockito/pull/2801;>mockito/mockito#2801)
   Bump espresso-core from 3.4.0 to 3.5.0 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2800;>#2800)](https://github-redirect.dependabot.com/mockito/mockito/pull/2800;>mockito/mockito#2800)
   Bump versions.bytebuddy from 1.12.16 to 1.12.19 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2799;>#2799)](https://github-redirect.dependabot.com/mockito/mockito/pull/2799;>mockito/mockito#2799)
   Upgrade errorprone from 2.14.0 to 2.16 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2794;>#2794)](https://github-redirect.dependabot.com/mockito/mockito/pull/2794;>mockito/mockito#2794)
   automatically detect class to mock [(https://github-redirect.dependabot.com/mockito/mockito/issues/2779;>#2779)](https://github-redirect.dependabot.com/mockito/mockito/pull/2779;>mockito/mockito#2779)
   
   
   
   
   Commits
   
   https://github.com/mockito/mockito/commit/a4e2e48507424d7efc32be53f5bd23bcfd3b4ddb;>a4e2e48
 Add mockito-subclass artifact (https://github-redirect.dependabot.com/mockito/mockito/issues/2821;>#2821)
   https://github.com/mockito/mockito/commit/e2e628918518b73de7381692f28556ac6caa4710;>e2e6289
 Bump gradle from 7.5.1 to 7.6 (https://github-redirect.dependabot.com/mockito/mockito/issues/2817;>#2817)
   https://github.com/mockito/mockito/commit/ee9ba749fee1bf9c48429ce9083cd171709441e3;>ee9ba74
 Fix incorrect Javadoc inline tag for MockitoJUnitRunner (https://github-redirect.dependabot.com/mockito/mockito/issues/2816;>#2816)
   https://github.com/mockito/mockito/commit/2567f050f1e48da5acad2c5d616e565650f64b9d;>2567f05
 Bump shipkit-auto-version from 1.2.1 to 1.2.2 (https://github-redirect.dependabot.com/mockito/mockito/issues/2811;>#2811)
   https://github.com/mockito/mockito/commit/bdcb31e34c301a45845cfc743438c7aeaeb8b096;>bdcb31e
 Bump com.github.ben-manes.versions from 0.42.0 to 0.44.0 (https://github-redirect.dependabot.com/mockito/mockito/issues/2810;>#2810)
   https://github.com/mockito/mockito/commit/34b8a8db64798538d66d88fd7fc572990ca0c908;>34b8a8d
 Bump kotlinVersion from 1.7.21 to 1.7.22 (https://github-redirect.dependabot.com/mockito/mockito/issues/2809;>#2809)
   https://github.com/mockito/mockito/commit/83a41fdff122b0f82b8754571d3a9fa2d37dece6;>83a41fd
 Bump junit from 1.1.3 to 1.1.4 (https://github-redirect.dependabot.com/mockito/mockito/issues/2806;>#2806)
   

[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
   
   https://github.com/qos-ch/slf4j/commit/5ff6f2c385c36ea4f8b85cacd69f7ca891c37818;>5ff6f2c
 prepare for release 2.0.6
   https://github.com/qos-ch/slf4j/commit/2f4aa754451167e2fef98a07f2e1260cdb08b332;>2f4aa75
 fix SLF4J-575
   https://github.com/qos-ch/slf4j/commit/363f0a534ea736bb02ced129f3ae27720f95c13f;>363f0a5
 remove unused parts
   https://github.com/qos-ch/slf4j/commit/171679baa87e13cfb8ca471242da6fd0d3acbe53;>171679b
 SLF4J-574: Add full OSGi headers, especially uses clauses
   https://github.com/qos-ch/slf4j/commit/921b5b31e179d625d349debf15210ed067a5a153;>921b5b3
 fix FUNDING file
   https://github.com/qos-ch/slf4j/commit/e02244c39f11cdcdb07d6b291f157e3687d5b920;>e02244c
 fix FUNDING file
   https://github.com/qos-ch/slf4j/commit/441d4584bed16ec8fe54a9c4acb8d289e51005b8;>441d458
 fix FUNDING file
   https://github.com/qos-ch/slf4j/commit/f5e741ba1af6565269499d34c725c32ef8ca467f;>f5e741b
 add FUNDING file
   https://github.com/qos-ch/slf4j/commit/2e71327c8ee745927d731e8d9f4e51d331dad138;>2e71327
 remove unused log4j dependency in the version definition section of 
pom.xml
   https://github.com/qos-ch/slf4j/commit/3ff2a30e05e5825d96ddb54da243df48f1a9d897;>3ff2a30
 start work on 2.0.6-SNAPSHOT
   Additional commits viewable in https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.6;>compare 
view
   
   
   
   
   Updates `slf4j-simple` from 1.7.36 to 2.0.6
   
   Commits
   
   https://github.com/qos-ch/slf4j/commit/5ff6f2c385c36ea4f8b85cacd69f7ca891c37818;>5ff6f2c
 prepare for release 2.0.6
   https://github.com/qos-ch/slf4j/commit/2f4aa754451167e2fef98a07f2e1260cdb08b332;>2f4aa75
 fix SLF4J-575
   https://github.com/qos-ch/slf4j/commit/363f0a534ea736bb02ced129f3ae27720f95c13f;>363f0a5
 remove unused parts
   https://github.com/qos-ch/slf4j/commit/171679baa87e13cfb8ca471242da6fd0d3acbe53;>171679b
 SLF4J-574: Add full OSGi headers, especially uses clauses
   https://github.com/qos-ch/slf4j/commit/921b5b31e179d625d349debf15210ed067a5a153;>921b5b3
 fix FUNDING file
   https://github.com/qos-ch/slf4j/commit/e02244c39f11cdcdb07d6b291f157e3687d5b920;>e02244c
 fix FUNDING file
   https://github.com/qos-ch/slf4j/commit/441d4584bed16ec8fe54a9c4acb8d289e51005b8;>441d458
 fix FUNDING file
   https://github.com/qos-ch/slf4j/commit/f5e741ba1af6565269499d34c725c32ef8ca467f;>f5e741b
 add FUNDING file
   https://github.com/qos-ch/slf4j/commit/2e71327c8ee745927d731e8d9f4e51d331dad138;>2e71327
 remove unused log4j dependency in the version definition section of 
pom.xml
   https://github.com/qos-ch/slf4j/commit/3ff2a30e05e5825d96ddb54da243df48f1a9d897;>3ff2a30
 start work on 2.0.6-SNAPSHOT
   Additional commits viewable in https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.6;>compare 
view
   
   
   
   
   Updates `slf4j-log4j12` from 1.7.36 to 2.0.6
   
   Commits
   
   https://github.com/qos-ch/slf4j/commit/5ff6f2c385c36ea4f8b85cacd69f7ca891c37818;>5ff6f2c
 prepare for release 2.0.6
   https://github.com/qos-ch/slf4j/commit/2f4aa754451167e2fef98a07f2e1260cdb08b332;>2f4aa75
 fix SLF4J-575
   https://github.com/qos-ch/slf4j/commit/363f0a534ea736bb02ced129f3ae27720f95c13f;>363f0a5
 remove unused parts
   https://github.com/qos-ch/slf4j/commit/171679baa87e13cfb8ca471242da6fd0d3acbe53;>171679b
 SLF4J-574: Add full OSGi headers, especially uses clauses
   https://github.com/qos-ch/slf4j/commit/921b5b31e179d625d349debf15210ed067a5a153;>921b5b3
 fix FUNDING file
   https://github.com/qos-ch/slf4j/commit/e02244c39f11cdcdb07d6b291f157e3687d5b920;>e02244c
 fix FUNDING file
   https://github.com/qos-ch/slf4j/commit/441d4584bed16ec8fe54a9c4acb8d289e51005b8;>441d458
 fix FUNDING file
   https://github.com/qos-ch/slf4j/commit/f5e741ba1af6565269499d34c725c32ef8ca467f;>f5e741b
 add FUNDING file
   https://github.com/qos-ch/slf4j/commit/2e71327c8ee745927d731e8d9f4e51d331dad138;>2e71327
 remove unused log4j dependency in the version definition section of 
pom.xml
   https://github.com/qos-ch/slf4j/commit/3ff2a30e05e5825d96ddb54da243df48f1a9d897;>3ff2a30
 start work on 2.0.6-SNAPSHOT
   Additional commits viewable in https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.6;>compare 
view
   
   
   
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot 

[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.
   
   v1.51.1
   Bug Fixes
   
   xds: Fix ConcurrentModificationException in PriorityLoadBalancer. (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9744;>#9744)
   
   
   
   
   Commits
   
   https://github.com/grpc/grpc-java/commit/68b7089223f49b48a8bc48d0fc678818f8663e75;>68b7089
 Bump version to 1.51.1
   https://github.com/grpc/grpc-java/commit/d448478dadb109230e9c1c4c487ff4440af203bd;>d448478
 Update README etc to reference 1.51.1
   https://github.com/grpc/grpc-java/commit/eec9f67afc351ed0001b8c9a81bc88d71eaef702;>eec9f67
 xds:Fix ConcurrentModificationException in PriorityLoadBalancer (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9728;>#9728)
 (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9744;>#9744)
   https://github.com/grpc/grpc-java/commit/73c41947746bc417a5eadf97328f501dc63279fe;>73c4194
 Bump version to 1.51.1-SNAPSHOT
   See full diff in https://github.com/grpc/grpc-java/compare/v1.51.0...v1.51.1;>compare 
view
   
   
   
   
   Updates `grpc-stub` from 1.51.0 to 1.51.1
   
   Release notes
   Sourced from https://github.com/grpc/grpc-java/releases;>grpc-stub's 
releases.
   
   v1.51.1
   Bug Fixes
   
   xds: Fix ConcurrentModificationException in PriorityLoadBalancer. (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9744;>#9744)
   
   
   
   
   Commits
   
   https://github.com/grpc/grpc-java/commit/68b7089223f49b48a8bc48d0fc678818f8663e75;>68b7089
 Bump version to 1.51.1
   https://github.com/grpc/grpc-java/commit/d448478dadb109230e9c1c4c487ff4440af203bd;>d448478
 Update README etc to reference 1.51.1
   https://github.com/grpc/grpc-java/commit/eec9f67afc351ed0001b8c9a81bc88d71eaef702;>eec9f67
 xds:Fix ConcurrentModificationException in PriorityLoadBalancer (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9728;>#9728)
 (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9744;>#9744)
   https://github.com/grpc/grpc-java/commit/73c41947746bc417a5eadf97328f501dc63279fe;>73c4194
 Bump version to 1.51.1-SNAPSHOT
   See full diff in https://github.com/grpc/grpc-java/compare/v1.51.0...v1.51.1;>compare 
view
   
   
   
   
   Updates `grpc-netty` from 1.51.0 to 1.51.1
   
   Release notes
   Sourced from https://github.com/grpc/grpc-java/releases;>grpc-netty's 
releases.
   
   v1.51.1
   Bug Fixes
   
   xds: Fix ConcurrentModificationException in PriorityLoadBalancer. (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9744;>#9744)
   
   
   
   
   Commits
   
   https://github.com/grpc/grpc-java/commit/68b7089223f49b48a8bc48d0fc678818f8663e75;>68b7089
 Bump version to 1.51.1
   https://github.com/grpc/grpc-java/commit/d448478dadb109230e9c1c4c487ff4440af203bd;>d448478
 Update README etc to reference 1.51.1
   https://github.com/grpc/grpc-java/commit/eec9f67afc351ed0001b8c9a81bc88d71eaef702;>eec9f67
 xds:Fix ConcurrentModificationException in PriorityLoadBalancer (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9728;>#9728)
 (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9744;>#9744)
   https://github.com/grpc/grpc-java/commit/73c41947746bc417a5eadf97328f501dc63279fe;>73c4194
 Bump version to 1.51.1-SNAPSHOT
   See full diff in https://github.com/grpc/grpc-java/compare/v1.51.0...v1.51.1;>compare 
view
   
   
   
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this 

[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

For queries about this service, please contact Infrastructure at:
us...@infra.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!
   
   ## Documentation
   
   - Does this pull request introduce a new feature? no


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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.

To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 - https://issues.apache.org/jira/browse/AVRO-3685
   
   
   ## Verifying this change
   
   Added unit tests to for changes
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (no)
   - If yes, how is the feature documented? (not applicable )
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 is 
accomplished through a combination of static analysis, runtime instrumentation, 
and data collection.
   
   One of the main advantages of using nondex is that it can help identify and 
fix issues that are difficult to reproduce and debug. It can also help prevent 
security vulnerabilities by identifying and eliminating potential exploits that 
rely on nondeterministic behavior.
   
   The purpose of adding nondex to the maven build section is to allow 
developers to easily incorporate this tool into their build and testing 
process. This will help ensure that the application is as reliable and secure 
as possible, providing value to both developers and users. 
https://issues.apache.org/jira/projects/AVRO/issues/AVRO-3691?filter=allissues
   
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (no)
   - If yes, how is the feature documented? (not applicable)
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 
[AVRO-3690](https://issues.apache.org/jira/browse/AVRO-3690).
   
   
   ## Verifying this change
   
   Run this maven command to reproduce the issue:
   ```
   mvn -pl lang/java/avro  edu.illinois:nondex-maven-plugin:2.1.1:nondex 
-Dtest=org.apache.avro.reflect.TestReflect#testMultipleFieldAliases
   ```
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (no)
   - If yes, how is the feature documented? (not applicable)
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 change
   
   *(Please pick one of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe 
tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   - *Extended interop tests to verify consistent valid schema names between 
SDKs*
   - *Added test that validates that Java throws an AvroRuntimeException on 
invalid binary data*
   - *Manually verified the change by building the website and checking the new 
redirect*
   
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (yes / no)
   - If yes, how is the feature documented? (not applicable / docs / JavaDocs / 
not documented)
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] horizonzy opened a new pull request, #2013: Fix NPE when basic type with Nullable annotation.

2022-12-14 Thread GitBox


horizonzy opened a new pull request, #2013:
URL: https://github.com/apache/avro/pull/2013

   ```
   @Data
   @AllArgsConstructor
   @NoArgsConstructor
   public static class Person {
   String name;
   int age;
   String address;
   double score;
   }
   
   @Data
   @AllArgsConstructor
   @NoArgsConstructor
   public static class PersonV2 {
   String name;
   int age;
   String address;
   double score;
   
   @Nullable
   String country;
   @Nullable
   int phone;
   @Nullable
   double salary;
   }
   ```
   
   Use personV2 schema to read personV1 data; it will throw NPE.
   
   
   When the basic type value is null, use the default value to populate it.
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] Jinzhengxu opened a new pull request, #2012: AVRO-3689: [lang/java/avro] Fix flaky test ‘testAnnotationMultiAvroMeta’

2022-12-14 Thread GitBox


Jinzhengxu opened a new pull request, #2012:
URL: https://github.com/apache/avro/pull/2012

   
   
   ## What is the purpose of the change
   
   *(For example: This pull request improves file read performance by buffering 
data, fixing AVRO-.)*
   
   
   ## Verifying this change
   
   *(Please pick one of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe 
tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   - *Extended interop tests to verify consistent valid schema names between 
SDKs*
   - *Added test that validates that Java throws an AvroRuntimeException on 
invalid binary data*
   - *Manually verified the change by building the website and checking the new 
redirect*
   
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (yes / no)
   - If yes, how is the feature documented? (not applicable / docs / JavaDocs / 
not documented)
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] martin-g merged pull request #2011: AVRO-3688: Fix UnionSchema resolution if a UnionSchema contains a reference

2022-12-13 Thread GitBox


martin-g merged PR #2011:
URL: https://github.com/apache/avro/pull/2011


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] martin-g merged pull request #1996: AVRO-3682: Remove references to Forrest

2022-12-12 Thread GitBox


martin-g merged PR #1996:
URL: https://github.com/apache/avro/pull/1996


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

2022-12-12 Thread GitBox


martin-g merged PR #2008:
URL: https://github.com/apache/avro/pull/2008


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] martin-g merged pull request #2007: Bump jetty.version from 9.4.49.v20220914 to 9.4.50.v20221201 in /lang/java

2022-12-12 Thread GitBox


martin-g merged PR #2007:
URL: https://github.com/apache/avro/pull/2007


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [avro] martin-g merged pull request #2006: Bump mocha from 10.1.0 to 10.2.0 in /lang/js

2022-12-12 Thread GitBox


martin-g merged PR #2006:
URL: https://github.com/apache/avro/pull/2006


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

2022-12-12 Thread GitBox


martin-g merged PR #2010:
URL: https://github.com/apache/avro/pull/2010


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



  1   2   3   4   5   6   7   8   9   10   >