[GitHub] [avro] martin-g merged pull request #2063: Bump bumpalo from 3.10.0 to 3.12.0 in /lang/rust

2023-01-20 Thread via GitHub


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


-- 
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, #2064: AVRO-3706: accept space in folder name

2023-01-23 Thread via GitHub


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

   
   
   ## What is the purpose of the change
   
   [AVRO-3706](https://issues.apache.org/jira/browse/AVRO-3706) : Make IDL 
accept space in folder name.
   
   
   ## Verifying this change
   
   This change added unit tests on compiler module and can be verified by 
running it.
   
   
   ## 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, #2065: [AVRO-3708]: [Rust] Fix clippy warnings introduced with Rust 1.67.0

2023-01-27 Thread via GitHub


martin-g opened a new pull request, #2065:
URL: https://github.com/apache/avro/pull/2065

   AVRO-3708
   
   ## What is the purpose of the change
   
   * Fix clippy warnings introduced with Rust 1.67.0
   * Update "edition" to 2021
   * Add "rust-version" with value "1.60.0"
   
   ## Verifying this change
   
   Run the existing tests
   
   ## 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 #2065: [AVRO-3708]: [Rust] Fix clippy warnings introduced with Rust 1.67.0

2023-01-27 Thread via GitHub


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


-- 
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 #2073: Bump snappy-java from 1.1.8.4 to 1.1.9.0 in /lang/java

2023-01-30 Thread via GitHub


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


-- 
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 closed pull request #2072: Bump checkstyle from 9.3 to 10.6.0 in /lang/java

2023-01-30 Thread via GitHub


martin-g closed pull request #2072: Bump checkstyle from 9.3 to 10.6.0 in 
/lang/java
URL: https://github.com/apache/avro/pull/2072


-- 
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 #2071: Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 in /lang/java

2023-01-30 Thread via GitHub


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


-- 
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 #2070: Bump maven-plugin-plugin from 3.6.4 to 3.7.1 in /lang/java

2023-01-30 Thread via GitHub


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


-- 
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 closed pull request #2068: Bump spotless-maven-plugin from 2.27.2 to 2.31.0 in /lang/java

2023-01-30 Thread via GitHub


martin-g closed pull request #2068: Bump spotless-maven-plugin from 2.27.2 to 
2.31.0 in /lang/java
URL: https://github.com/apache/avro/pull/2068


-- 
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 #2067: Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 in /lang/java

2023-01-30 Thread via GitHub


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


-- 
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 closed pull request #2066: Bump mockito-core from 4.11.0 to 5.1.0 in /lang/java

2023-01-30 Thread via GitHub


martin-g closed pull request #2066: Bump mockito-core from 4.11.0 to 5.1.0 in 
/lang/java
URL: https://github.com/apache/avro/pull/2066


-- 
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 #2069: Bump jackson-bom from 2.14.1 to 2.14.2 in /lang/java

2023-01-30 Thread via GitHub


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


-- 
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 #2074: Bump typed-builder from 0.11.0 to 0.12.0 in /lang/rust

2023-01-31 Thread via GitHub


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


-- 
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 #2055: Avro 3705 cpp17 option

2023-01-31 Thread via GitHub


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


-- 
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, #2075: AVRO-3701: Update maven-resources-plugin to 3.x

2023-01-31 Thread via GitHub


martin-g opened a new pull request, #2075:
URL: https://github.com/apache/avro/pull/2075

   AVRO-3701
   
   Signed-off-by: Martin Tzvetanov Grigorov 
   
   ## What is the purpose of the change
   
   Maven 4.x (alpha) does not work with older versions of this plugin
   
   ## Verifying this change
   
   CI must 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 #2075: AVRO-3701: Update maven-resources-plugin to 3.x

2023-01-31 Thread via GitHub


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


-- 
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, #2077: Bump uuid from 1.2.2 to 1.3.0 in /lang/rust

2023-02-01 Thread via GitHub


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

   Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.2.2 to 1.3.0.
   
   Release notes
   Sourced from https://github.com/uuid-rs/uuid/releases";>uuid's releases.
   
   1.3.0
   What's Changed
   
   Fix error message. by https://github.com/basbossink-ds";>@​basbossink-ds in https://github-redirect.dependabot.com/uuid-rs/uuid/pull/656";>uuid-rs/uuid#656
   implement Arbitrary::size_hint by https://github.com/Ekleog";>@​Ekleog in https://github-redirect.dependabot.com/uuid-rs/uuid/pull/657";>uuid-rs/uuid#657
   Always use hyphenated format regardless of flags by https://github.com/KodrAus";>@​KodrAus in https://github-redirect.dependabot.com/uuid-rs/uuid/pull/658";>uuid-rs/uuid#658
   Update windows-sys requirement from 0.42.0 to 0.45.0 by https://github.com/dependabot";>@​dependabot in https://github-redirect.dependabot.com/uuid-rs/uuid/pull/654";>uuid-rs/uuid#654
   Prepare for 1.3.0 release by https://github.com/KodrAus";>@​KodrAus in https://github-redirect.dependabot.com/uuid-rs/uuid/pull/659";>uuid-rs/uuid#659
   
   New Contributors
   
   https://github.com/basbossink-ds";>@​basbossink-ds made 
their first contribution in https://github-redirect.dependabot.com/uuid-rs/uuid/pull/656";>uuid-rs/uuid#656
   https://github.com/Ekleog";>@​Ekleog made their 
first contribution in https://github-redirect.dependabot.com/uuid-rs/uuid/pull/657";>uuid-rs/uuid#657
   
   Full Changelog: https://github.com/uuid-rs/uuid/compare/1.2.2...1.3.0";>https://github.com/uuid-rs/uuid/compare/1.2.2...1.3.0
   
   
   
   Commits
   
   https://github.com/uuid-rs/uuid/commit/573362627c354bd13432e9aa9cdc3465e00aaff3";>5733626
 Merge pull request https://github-redirect.dependabot.com/uuid-rs/uuid/issues/659";>#659 
from uuid-rs/cargo/1.3.0
   https://github.com/uuid-rs/uuid/commit/59ac0470146d8c4ee73c57475993468302f6d2a6";>59ac047
 prepare for 1.3.0 release
   https://github.com/uuid-rs/uuid/commit/e01078785036347100a0e992e05e6ef121df13f0";>e010787
 Merge pull request https://github-redirect.dependabot.com/uuid-rs/uuid/issues/654";>#654 
from uuid-rs/dependabot/cargo/windows-sys-0.45.0
   https://github.com/uuid-rs/uuid/commit/b90b8206035b3c22b6b9762c12fc5208d2cabbf0";>b90b820
 Merge pull request https://github-redirect.dependabot.com/uuid-rs/uuid/issues/658";>#658 
from uuid-rs/fix/alternate-format
   https://github.com/uuid-rs/uuid/commit/1af8269957b784650ea39cd4b114e575d1b96c12";>1af8269
 fix up tests around alternative format
   https://github.com/uuid-rs/uuid/commit/e7eaf5b4a2f37c1742d06ccf37bae7f83ce3b00d";>e7eaf5b
 always use hyphenated format regardless of flags
   https://github.com/uuid-rs/uuid/commit/52197cd2752e9e57c6adf5f58bfd00c830e8241d";>52197cd
 Merge pull request https://github-redirect.dependabot.com/uuid-rs/uuid/issues/657";>#657 
from Ekleog/arbitrary-size-hint
   https://github.com/uuid-rs/uuid/commit/b362542ee26e9e29b996994f6a1cd25c3c3b8e00";>b362542
 Merge pull request https://github-redirect.dependabot.com/uuid-rs/uuid/issues/656";>#656 
from basbossink-ds/fix/655-deserialize-error-msg
   https://github.com/uuid-rs/uuid/commit/212b90227712d47b564347f6c67c258812c5a56c";>212b902
 implement Arbitrary::size_hint
   https://github.com/uuid-rs/uuid/commit/40d8711f11e603f9ea01e192e30f087b969b27eb";>40d8711
 Also fix the doc comment
   Additional commits viewable in https://github.com/uuid-rs/uuid/compare/1.2.2...1.3.0";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uuid&package-manager=cargo&previous-version=1.2.2&new-version=1.3.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 yo

[GitHub] [avro] dependabot[bot] opened a new pull request, #2078: Bump wasm-bindgen from 0.2.83 to 0.2.84 in /lang/rust

2023-02-02 Thread via GitHub


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

   Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.83 
to 0.2.84.
   
   Commits
   
   https://github.com/rustwasm/wasm-bindgen/commit/cea8cc3d2968bd11560ea6a64f8b6b1ff6673c12";>cea8cc3
 Bump to 0.2.84 (https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/3274";>#3274)
   https://github.com/rustwasm/wasm-bindgen/commit/995adac992e859428694e08960467c1110c579bf";>995adac
 Remove explicit allocator (https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/3273";>#3273)
   https://github.com/rustwasm/wasm-bindgen/commit/1f3c76bca62fa62a05aaae8194c454d693ecc712";>1f3c76b
 fix: Make maplike set and setlike add return 
this, not undefined (https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/3270";>#3270)
   https://github.com/rustwasm/wasm-bindgen/commit/e1b44b75704107bff62abe764294394ce6669ede";>e1b44b7
 Add support for linked modules (https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/3069";>#3069)
   https://github.com/rustwasm/wasm-bindgen/commit/d6964278b557e1d4cf608d1dfb67162b1ce3b53a";>d696427
 Implement ImageBitmapOptions (https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/3269";>#3269)
   https://github.com/rustwasm/wasm-bindgen/commit/8fc0e2b085ea555354ba3094e66cd0bc94add0af";>8fc0e2b
 Add support for setlike interfaces (https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/3268";>#3268)
   https://github.com/rustwasm/wasm-bindgen/commit/5fff0a9846c6a48d15befea7f9f572d19fbbe45a";>5fff0a9
 Add WebGL extension type for 16-bit normalized formats (EXT_texture_norm16) 
(...
   https://github.com/rustwasm/wasm-bindgen/commit/79cbace56872813dae04f194f6107ca7b9f6bfc9";>79cbace
 Fix typos in futures/src/stream.rs documentation (https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/3264";>#3264)
   https://github.com/rustwasm/wasm-bindgen/commit/a4788cac0f7b1ffd86f1564bbab2596f2d0d9b1a";>a4788ca
 Lazily initialize memory views (https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/3253";>#3253)
   https://github.com/rustwasm/wasm-bindgen/commit/979b335e4ef1fdd59bfb520d3868a39e61cd703d";>979b335
 Add js_sys::Array::set_length (https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/3246";>#3246)
   Additional commits viewable in https://github.com/rustwasm/wasm-bindgen/compare/0.2.83...0.2.84";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wasm-bindgen&package-manager=cargo&previous-version=0.2.83&new-version=0.2.84)](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] jmccl opened a new pull request, #2079: AVRO-3712: Fix C++ build by initializing union

2023-02-05 Thread via GitHub


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

   ## What is the purpose of the change
   
   Fix build. (I'm guessing adding 'pedantic' to build.sh broke this a while 
back.)
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## Documentation
   
   No documentation 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 #2078: Bump wasm-bindgen from 0.2.83 to 0.2.84 in /lang/rust

2023-02-06 Thread via GitHub


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


-- 
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 #2077: Bump uuid from 1.2.2 to 1.3.0 in /lang/rust

2023-02-06 Thread via GitHub


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


-- 
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 #2076: Bump zstd from 0.12.2+zstd.1.5.2 to 0.12.3+zstd.1.5.2 in /lang/rust

2023-02-06 Thread via GitHub


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


-- 
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, #2080: Bump anyhow from 1.0.68 to 1.0.69 in /lang/rust

2023-02-06 Thread via GitHub


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

   Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.68 to 1.0.69.
   
   Release notes
   Sourced from https://github.com/dtolnay/anyhow/releases";>anyhow's 
releases.
   
   1.0.69
   
   Documentation improvements
   
   
   
   
   Commits
   
   https://github.com/dtolnay/anyhow/commit/58377abfea67601caf6a7051de082484717fe79f";>58377ab
 Release 1.0.69
   https://github.com/dtolnay/anyhow/commit/f65b087b52b42fd74dcc20e1d8344accfde35682";>f65b087
 Merge pull request https://github-redirect.dependabot.com/dtolnay/anyhow/issues/295";>#295
 from dtolnay/docrepr
   https://github.com/dtolnay/anyhow/commit/10370e94a1940c59862a69461456c6594366d66d";>10370e9
 Hide repr attribute from documentation
   https://github.com/dtolnay/anyhow/commit/cf2adb47a1d37d54dd46ece54be03010e2ea9bf1";>cf2adb4
 Raise minimum toolchain for the backtrace feature to 1.60
   https://github.com/dtolnay/anyhow/commit/0a45d7665c32ba61788e09273bb17912ed402332";>0a45d76
 Prevent actions duplication on noop merge commits
   https://github.com/dtolnay/anyhow/commit/3d91f13dcd92871e383daceb7a715f9d411ff45c";>3d91f13
 Sync license text with rust-lang repos
   https://github.com/dtolnay/anyhow/commit/ed1327fbab4cd12e4028b238d567a91db465b46d";>ed1327f
 Ignore redundant_clone lint on test testing clone
   See full diff in https://github.com/dtolnay/anyhow/compare/1.0.68...1.0.69";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.68&new-version=1.0.69)](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, #2081: Bump serde_json from 1.0.91 to 1.0.92 in /lang/rust

2023-02-06 Thread via GitHub


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

   Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.91 to 1.0.92.
   
   Release notes
   Sourced from https://github.com/serde-rs/json/releases";>serde_json's 
releases.
   
   v1.0.92
   
   Documentation improvements
   
   
   
   
   Commits
   
   https://github.com/serde-rs/json/commit/a9c984f13e6086c093c2f7a1014148c1922bac27";>a9c984f
 Release 1.0.92
   https://github.com/serde-rs/json/commit/c42b724c14a83059ff9286df5eccff7cb90a2670";>c42b724
 Merge pull request https://github-redirect.dependabot.com/serde-rs/json/issues/980";>#980 
from serde-rs/docrepr
   https://github.com/serde-rs/json/commit/eaa287cb3a873ca0513b11c8b9da6fbc956548d7";>eaa287c
 Hide repr attribute from documentation
   https://github.com/serde-rs/json/commit/7bc6c863101474c651d1cbd5a4927f1edfef5ed0";>7bc6c86
 RawValue -> repr(transparent)
   https://github.com/serde-rs/json/commit/e41ee42d92022dbffc00f4ed50580fa5e060a379";>e41ee42
 Update indoc dev-dependency to version 2
   https://github.com/serde-rs/json/commit/8cebe895007bd1305228f21d5fe6d200e136c4f3";>8cebe89
 Speed up cargo fuzz CI job
   https://github.com/serde-rs/json/commit/74f510e56d67020fe17a469a0ad9b02bb5a59aa3";>74f510e
 Sync license text with rust-lang repos
   https://github.com/serde-rs/json/commit/557f45c404c80efacdd67b4cfa80f1c9c9c94cbc";>557f45c
 Merge pull request https://github-redirect.dependabot.com/serde-rs/json/issues/964";>#964 
from dtolnay/docsrs
   https://github.com/serde-rs/json/commit/9edf7fa9b3204ac6f6f5689303c00ec05fc40c8d";>9edf7fa
 Replace docs.serde.rs links with intra-rustdoc links
   https://github.com/serde-rs/json/commit/9947ae606e7807a7d8a38c2409810c1134e10ab8";>9947ae6
 Point documentation links to docs.rs instead of docs.serde.rs
   See full diff in https://github.com/serde-rs/json/compare/v1.0.91...v1.0.92";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.91&new-version=1.0.92)](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, #2083: Bump proptest from 1.0.0 to 1.1.0 in /lang/rust

2023-02-06 Thread via GitHub


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

   Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.0.0 to 
1.1.0.
   
   Commits
   
   https://github.com/proptest-rs/proptest/commit/75c749ee503d4ba7285b1aad4eb7440052a830e7";>75c749e
 bump version to 1.1.0
   https://github.com/proptest-rs/proptest/commit/a7c75a1bcb8344d39cfce327ea6df002f867";>a7c75a1
 Merge pull request https://github-redirect.dependabot.com/proptest-rs/proptest/issues/295";>#295
 from proptest-rs/replays-dont-count-cases
   https://github.com/proptest-rs/proptest/commit/a854d2ed7a6fa06526850331c7176e05bec090f0";>a854d2e
 [replays-dont-count-cases] persisted failures are not counted against 
success...
   https://github.com/proptest-rs/proptest/commit/f8eff506039ebe250b2d9e0a1c773edaa54de656";>f8eff50
 Merge pull request https://github-redirect.dependabot.com/proptest-rs/proptest/issues/291";>#291
 from schuelermine/fix/prop_assert_ne!
   https://github.com/proptest-rs/proptest/commit/d38268304c5810daa17394a2133f8e136d65a2d8";>d382683
 Merge pull request https://github-redirect.dependabot.com/proptest-rs/proptest/issues/294";>#294
 from proptest-rs/fix-ci
   https://github.com/proptest-rs/proptest/commit/ad0a4d311c3a368f9d752b7ec12cb35a98f0cec2";>ad0a4d3
 [fix-ci] changed the line for where the error occurs
   https://github.com/proptest-rs/proptest/commit/00f29af8e8138d4f58e592a1362bec1715733a41";>00f29af
 Merge pull request https://github-redirect.dependabot.com/proptest-rs/proptest/issues/288";>#288
 from proptest-rs/const-generic-arbitrary
   https://github.com/proptest-rs/proptest/commit/a16853f4fc78fe1104df50eab374c6de5ca5d99c";>a16853f
 Fix prop_assert_ne! requiring import of prop_assert!
   https://github.com/proptest-rs/proptest/commit/b513a32c72d6ac0177cacfacee6e9816a06635cf";>b513a32
 Config : support disabling failure persistence via env var (https://github-redirect.dependabot.com/proptest-rs/proptest/issues/287";>#287)
   https://github.com/proptest-rs/proptest/commit/7a94e165895502b7034b6f4c17293846456421d9";>7a94e16
 note that PROPTEST_CASES and other env var requires the std feature (https://github-redirect.dependabot.com/proptest-rs/proptest/issues/262";>#262)
   Additional commits viewable in https://github.com/proptest-rs/proptest/compare/1.0.0...v1.1.0";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=proptest&package-manager=cargo&previous-version=1.0.0&new-version=1.1.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, #2082: Bump proc-macro2 from 1.0.50 to 1.0.51 in /lang/rust

2023-02-06 Thread via GitHub


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

   Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.50 to 
1.0.51.
   
   Release notes
   Sourced from https://github.com/dtolnay/proc-macro2/releases";>proc-macro2's 
releases.
   
   1.0.51
   
   Implement rustc's limit on the number of # used for 
delimiting a raw string literal: 255 (https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/364";>#364)
   
   
   
   
   Commits
   
   https://github.com/dtolnay/proc-macro2/commit/bc369f088f1b4067bc08848e8c6060b51a00e9df";>bc369f0
 Release 1.0.51
   https://github.com/dtolnay/proc-macro2/commit/ec804f126735a46e8b9f2d08d3f01e763340b173";>ec804f1
 Merge pull request https://github-redirect.dependabot.com/dtolnay/proc-macro2/issues/364";>#364
 from dtolnay/hashes
   https://github.com/dtolnay/proc-macro2/commit/dffd53caa1ae33112be444c0e452ec4f8b046d56";>dffd53c
 Reduce max hash in raw strings to 255
   https://github.com/dtolnay/proc-macro2/commit/f0a3490e9797ce1f9677e623693ef2c587051b6e";>f0a3490
 Add raw string literal test cases
   https://github.com/dtolnay/proc-macro2/commit/3b90e7d1edbc985e7625b4b5097c664e99ee7dc9";>3b90e7d
 Ignore items_after_statements pedantic clippy lint
   https://github.com/dtolnay/proc-macro2/commit/bce0e5f0abae6a945e664343b6c92d2c5b37190e";>bce0e5f
 Consistently use Self in the return of From impls
   https://github.com/dtolnay/proc-macro2/commit/3915aeedc637751f8c98057ee9a0558a68472247";>3915aee
 Speed up cargo fuzz CI job
   See full diff in https://github.com/dtolnay/proc-macro2/compare/1.0.50...1.0.51";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=proc-macro2&package-manager=cargo&previous-version=1.0.50&new-version=1.0.51)](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, #2084: Bump wasm-bindgen-test from 0.3.33 to 0.3.34 in /lang/rust

2023-02-06 Thread via GitHub


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

   Bumps [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) from 
0.3.33 to 0.3.34.
   
   Commits
   
   See full diff in https://github.com/rustwasm/wasm-bindgen/commits";>compare view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wasm-bindgen-test&package-manager=cargo&previous-version=0.3.33&new-version=0.3.34)](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] thiru-mg merged pull request #2079: AVRO-3712: Fix C++ build by initializing union

2023-02-06 Thread via GitHub


thiru-mg merged PR #2079:
URL: https://github.com/apache/avro/pull/2079


-- 
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 #2084: Bump wasm-bindgen-test from 0.3.33 to 0.3.34 in /lang/rust

2023-02-06 Thread via GitHub


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


-- 
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 #2083: Bump proptest from 1.0.0 to 1.1.0 in /lang/rust

2023-02-06 Thread via GitHub


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


-- 
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 #2082: Bump proc-macro2 from 1.0.50 to 1.0.51 in /lang/rust

2023-02-06 Thread via GitHub


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


-- 
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 #2081: Bump serde_json from 1.0.91 to 1.0.92 in /lang/rust

2023-02-06 Thread via GitHub


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


-- 
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 #2080: Bump anyhow from 1.0.68 to 1.0.69 in /lang/rust

2023-02-06 Thread via GitHub


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


-- 
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 #1850: AVRO-3591: start with commons schemas

2023-02-06 Thread via GitHub


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


-- 
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, #2085: Bump darling from 0.14.2 to 0.14.3 in /lang/rust

2023-02-07 Thread via GitHub


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

   Bumps [darling](https://github.com/TedDriggs/darling) from 0.14.2 to 0.14.3.
   
   Release notes
   Sourced from https://github.com/TedDriggs/darling/releases";>darling's 
releases.
   
   v0.14.3
   
   Re-export syn from darling to avoid requiring 
that consuming crates have a syn dependency.
   Change  as FromMeta> impl to 
more precisely capture the value span, as opposed to the span of the 
entire item.
   Add darling::util::{AsShape, Shape, ShapeSet} to improve 
"shape" validation for structs and variants. https://github.com/TedDriggs/issues/222";>#222
   
   
   
   
   Changelog
   Sourced from https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md";>darling's 
changelog.
   
   v0.14.3 (February 3, 2023)
   
   Re-export syn from darling to avoid requiring 
that consuming crates have a syn dependency.
   Change  as FromMeta> impl to 
more precisely capture the value span, as opposed to the span of the 
entire item.
   Add darling::util::{AsShape, Shape, ShapeSet} to improve 
"shape" validation for structs and variants. https://github.com/TedDriggs/issues/222";>#222
   
   
   
   
   Commits
   
   https://github.com/TedDriggs/darling/commit/05de479c263ecf74a5cab8e88da1e7751a591c25";>05de479
 Bump version to 0.14.3
   https://github.com/TedDriggs/darling/commit/49f05eef5f79e3b37bc473e918ae6395bdbc05e2";>49f05ee
 Use darling::util::Shape in generated code
   https://github.com/TedDriggs/darling/commit/7e80119efb48184edf3a6a544297708bcb4de849";>7e80119
 Add Error::unsupported_shape_with_expected
   https://github.com/TedDriggs/darling/commit/a4c0e9572e8506b389e5db189b107b222d2b1cc7";>a4c0e95
 Add Shape, AsShape, and ShapeSet to darling::util
   https://github.com/TedDriggs/darling/commit/b20560b094ccb5149123bd01c8cc1c97525ce59e";>b20560b
 Update compiletests
   https://github.com/TedDriggs/darling/commit/5737e54e1b1bac965d24baaa7bd894dc3ca4c44b";>5737e54
 Update Swatinem/rust-cache to v2
   https://github.com/TedDriggs/darling/commit/cfc4cf7a165668f6345e3d7a1aca6b14c4c74b0e";>cfc4cf7
 Update actions/checkout to v3
   https://github.com/TedDriggs/darling/commit/3310c2853d196d61ad7c4c1901b7855d63a0ae55";>3310c28
 Use dtolnay/rust-toolchain
   https://github.com/TedDriggs/darling/commit/27a97010e0f79af1393fd70800828028f51ab068";>27a9701
 Remove macos-latest 1.31 testing
   https://github.com/TedDriggs/darling/commit/5e653d53cd2248dd1d72bf7df95a1990c7e01c52";>5e653d5
 Document #[darling(supports(...))]
   Additional commits viewable in https://github.com/TedDriggs/darling/compare/v0.14.2...v0.14.3";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=darling&package-manager=cargo&previous-version=0.14.2&new-version=0.14.3)](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] GerritNG opened a new pull request, #2086: [C++] Fix compiler warning

2023-02-07 Thread via GitHub


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

   
   
   ## What is the purpose of the change
   
   This pull request fixes a compiler warning caused by assigning an unsigned 
`size_type` result from `pimpl_->wroteTo` to a signed `int`. This also fixes a 
CAT I finding in projects using Fortify to scan code that includes this header.
   
   
   ## 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] martin-g merged pull request #2085: Bump darling from 0.14.2 to 0.14.3 in /lang/rust

2023-02-08 Thread via GitHub


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


-- 
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, #2087: AVRO-3709: [Rust] Add aliases to record fields

2023-02-08 Thread via GitHub


martin-g opened a new pull request, #2087:
URL: https://github.com/apache/avro/pull/2087

   AVRO-3709
   
   ## What is the purpose of the change
   
   Adds support for Record field aliases
   
   ## Verifying this change
   
   Old tests are updated.
   New tests are added.
   
   ## Documentation
   
   - Does this pull request introduce a new feature? yes
   - Rustdoc is updated
   


-- 
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 #2064: AVRO-3706: accept space in folder name

2023-02-08 Thread via GitHub


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


-- 
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 #2087: AVRO-3709: [Rust] Add aliases to record fields

2023-02-08 Thread via GitHub


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


-- 
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 closed pull request #1900: AVRO-3631: [Rust] Add support for (de)serializing Rust byte arrays to Avro values

2023-02-09 Thread via GitHub


martin-g closed pull request #1900: AVRO-3631: [Rust] Add support for 
(de)serializing Rust byte arrays to Avro values
URL: https://github.com/apache/avro/pull/1900


-- 
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, #2088: AVRO-3646: [Rust] Add missing pattern match branches

2023-02-09 Thread via GitHub


martin-g opened a new pull request, #2088:
URL: https://github.com/apache/avro/pull/2088

   These improvements were identified while working on AVRO-3646 but they are 
not related to the changes related to this ticket.
   
   This commit was part of https://github.com/apache/avro/pull/1921
   
   Signed-off-by: Martin Tzvetanov Grigorov 
   
   ## What is the purpose of the change
   
   Adds small improvements to the JSON deserialization logic and improves the 
error messages.
   
   ## Verifying this change
   
   Old and new tests 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] martin-g merged pull request #2088: AVRO-3646: [Rust] Add missing pattern match branches

2023-02-09 Thread via GitHub


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


-- 
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, #2089: Bump serde_json from 1.0.92 to 1.0.93 in /lang/rust

2023-02-09 Thread via GitHub


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

   Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.92 to 1.0.93.
   
   Release notes
   Sourced from https://github.com/serde-rs/json/releases";>serde_json's 
releases.
   
   v1.0.93
   
   Support 128-bit integers in serde_json::to_value (https://github-redirect.dependabot.com/serde-rs/json/issues/982";>#982)
   
   
   
   
   Commits
   
   https://github.com/serde-rs/json/commit/0ebeede28a0d5f0f07f18124078f55d62b180a2d";>0ebeede
 Release 1.0.93
   https://github.com/serde-rs/json/commit/4fd48503de36bbfce42ffafc6bed83e19887f070";>4fd4850
 Merge pull request https://github-redirect.dependabot.com/serde-rs/json/issues/982";>#982 
from serde-rs/integer128tovalue
   https://github.com/serde-rs/json/commit/e3d13cd61aeacd28bacc4b86af45dc454e57549a";>e3d13cd
 Support 128-bit integers in to_value
   https://github.com/serde-rs/json/commit/f77ad4750f6594a3d717cf34424089756c745c60";>f77ad47
 Add test of integer128 to_value
   See full diff in https://github.com/serde-rs/json/compare/v1.0.92...v1.0.93";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.92&new-version=1.0.93)](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] nielsbasjes opened a new pull request, #2090: [AVRO-3713]: [Java] Fix Map synchronization regression

2023-02-10 Thread via GitHub


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

   ## What is the purpose of the change
   
   *Fix synchronization regression*
   
   https://issues.apache.org/jira/browse/AVRO-3713
   
   ## Verifying this change
   
   All tests pass.
   I'm in doubt about dropping the "weak keys".
   
   ## 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] dependabot[bot] opened a new pull request, #2091: Bump checkstyle from 9.3 to 10.7.0 in /lang/java

2023-02-12 Thread via GitHub


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

   Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.3 to 
10.7.0.
   
   Release notes
   Sourced from https://github.com/checkstyle/checkstyle/releases";>checkstyle's 
releases.
   
   checkstyle-10.7.0
   Checkstyle 10.7.0 - https://checkstyle.org/releasenotes.html#Release_10.7.0";>https://checkstyle.org/releasenotes.html#Release_10.7.0
   Breaking backward compatibility:
   https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12338";>#12338
 - Remove CheckstyleAntTask's classpath parameter
   New:
   https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12515";>#12515
 - Support latest pattern matching syntax in switch labels
   Bug fixes:
   https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/11643";>#11643
 - UnnecessaryParentheses: false negative on unnecessary parenthesis
   
   checkstyle-10.6.0
   Checkstyle 10.6.0 - https://checkstyle.org/releasenotes.html#Release_10.6.0";>https://checkstyle.org/releasenotes.html#Release_10.6.0
   Breaking backward compatibility:
   https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12520";>#12520
 - Simplify JavadocStyleCheck: remove functionality for missing package-info 
Javadoc
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/checkstyle/checkstyle/commit/37a64439cee840ba813aae1d9c7d4979dffe8854";>37a6443
 [maven-release-plugin] prepare release checkstyle-10.7.0
   https://github.com/checkstyle/checkstyle/commit/afe7323df89be227a266f2455af2b38d60e249e2";>afe7323
 doc: release notes for 10.7.0
   https://github.com/checkstyle/checkstyle/commit/7596549aca2dc04a9d09b2b57ee951a73cb1b756";>7596549
 infra: use token as this failing to send request from github action
   https://github.com/checkstyle/checkstyle/commit/ff239e02f8e0838a300dbaeba882add633083e0b";>ff239e0
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12570";>#12570:
 action 'R: Close/Create Milestone' use PAT as finegrained secre...
   https://github.com/checkstyle/checkstyle/commit/309d5a04a54e056f5589c499e343accebfb94d13";>309d5a0
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12570";>#12570:
 action 'R: Close/Create Milestone' is not working
   https://github.com/checkstyle/checkstyle/commit/8d71d3c2fce727e70a853e5f7f49f73a01f393f3";>8d71d3c
 dependency: bump equalsverifier from 3.12.3 to 3.12.4
   https://github.com/checkstyle/checkstyle/commit/ee9045f77d4e787a8065ea21949f80b3573268bc";>ee9045f
 dependency: bump picocli from 4.7.0 to 4.7.1
   https://github.com/checkstyle/checkstyle/commit/cb2860edf3c7f647e19125dc6949cacacc71e276";>cb2860e
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12641";>#12641:
 removes code for the design profile
   https://github.com/checkstyle/checkstyle/commit/64432b060e7f887fa43fc8d926b8f2642f852c43";>64432b0
 infra: fix concurrency block in diff report workflow
   https://github.com/checkstyle/checkstyle/commit/71952773c16ff945408d04d730a290fc3f5c8bba";>7195277
 Issue https://github-redirect.dependabot.com/checkstyle/checkstyle/issues/12626";>#12626:
 removes code for mutations in RequireThis
   Additional commits viewable in https://github.com/checkstyle/checkstyle/compare/checkstyle-9.3...checkstyle-10.7.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.puppycrawl.tools:checkstyle&package-manager=maven&previous-version=9.3&new-version=10.7.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 

[GitHub] [avro] dependabot[bot] opened a new pull request, #2092: Bump snappy-java from 1.1.9.0 to 1.1.9.1 in /lang/java

2023-02-12 Thread via GitHub


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

   Bumps [snappy-java](https://github.com/xerial/snappy-java) from 1.1.9.0 to 
1.1.9.1.
   
   Release notes
   Sourced from https://github.com/xerial/snappy-java/releases";>snappy-java's 
releases.
   
   v1.1.9.1
   What's Changed
   
   Removed snappy debug assertion with -DNDEBUG c++ flag https://github.com/xerial";>@​xerial (https://github-redirect.dependabot.com/xerial/snappy-java/issues/386";>#386)
 It produces smaller native libraries
   
   🐛 Bug Fixes
   
   Fix java8 compatibility https://github-redirect.dependabot.com/xerial/snappy-java/issues/389";>#389
  https://github.com/xerial";>@​xerial (https://github-redirect.dependabot.com/xerial/snappy-java/issues/390";>#390)
   
   🔗 Dependency Updates
   
   Update org.osgi.core to 6.0.0 https://github.com/xerial-bot";>@​xerial-bot (https://github-redirect.dependabot.com/xerial/snappy-java/issues/387";>#387)
   
   🛠  Internal Updates
   
   Update sbt script https://github.com/xerial";>@​xerial (https://github-redirect.dependabot.com/xerial/snappy-java/issues/385";>#385)
   Update airframe-log to 23.1.4 https://github.com/xerial-bot";>@​xerial-bot (https://github-redirect.dependabot.com/xerial/snappy-java/issues/383";>#383)
   Update org.osgi.core to 4.3.1 https://github.com/xerial-bot";>@​xerial-bot (https://github-redirect.dependabot.com/xerial/snappy-java/issues/315";>#315)
   
   Full Changelog: https://github.com/xerial/snappy-java/compare/v1.1.9.0...v1.1.10";>https://github.com/xerial/snappy-java/compare/v1.1.9.0...v1.1.10
   
   
   
   Commits
   
   https://github.com/xerial/snappy-java/commit/39160ac5d24540005cd589e1eaeec07aa79974b4";>39160ac
 Fix java8 compatibility (https://github-redirect.dependabot.com/xerial/snappy-java/issues/390";>#390)
   https://github.com/xerial/snappy-java/commit/5ad862e8027a708ac12110ebca18af1dcac2d1d1";>5ad862e
 Update org.osgi.core to 6.0.0 (https://github-redirect.dependabot.com/xerial/snappy-java/issues/387";>#387)
   https://github.com/xerial/snappy-java/commit/8707c344464db09b23babd48b4f4ac18187a6c00";>8707c34
 Update Milestone.md
   https://github.com/xerial/snappy-java/commit/1a82fe10b7f642f6b61bd58f53f7121a81d6d189";>1a82fe1
 Update org.osgi.core to 4.3.1 (https://github-redirect.dependabot.com/xerial/snappy-java/issues/315";>#315)
   https://github.com/xerial/snappy-java/commit/92b6c9e4d7068fecdb321078718847484f394680";>92b6c9e
 Remove snappy debug assertion with -DNDEBUG c++ flag (https://github-redirect.dependabot.com/xerial/snappy-java/issues/386";>#386)
   https://github.com/xerial/snappy-java/commit/785d43066c51ec5e0a30f79109cbcff3113a1fe0";>785d430
 Update sbt script (https://github-redirect.dependabot.com/xerial/snappy-java/issues/385";>#385)
   https://github.com/xerial/snappy-java/commit/083827cf74da87cc172cdc9eb0c85d167a5bf1c2";>083827c
 Update airframe-log to 23.1.4 (https://github-redirect.dependabot.com/xerial/snappy-java/issues/383";>#383)
   See full diff in https://github.com/xerial/snappy-java/compare/v1.1.9.0...v1.1.9.1";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.xerial.snappy:snappy-java&package-manager=maven&previous-version=1.1.9.0&new-version=1.1.9.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 your

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

2023-02-12 Thread via GitHub


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

   Bumps `grpc.version` from 1.52.1 to 1.53.0.
   Updates `grpc-core` from 1.52.1 to 1.53.0
   
   Release notes
   Sourced from https://github.com/grpc/grpc-java/releases";>grpc-core's 
releases.
   
   v1.53.0
   New Features
   
   googleapis: Allow user set c2p bootstrap config (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9856";>#9856)
   xds: Add contain and stringMatcher in RouteConfiguration 
(https://github-redirect.dependabot.com/grpc/grpc-java/issues/9845";>#9845)
   core: Add grpc-previous-rpc-attempts to the initial 
response metadata (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9686";>#9686)
   servlet: Implement gRPC server as a Servlet (https://github-redirect.dependabot.com/grpc/grpc-java/issues/8596";>#8596)
   authz: Implement static authorization server interceptor (https://github-redirect.dependabot.com/grpc/grpc-java/issues/8934";>#8934)
   
   Examples
   
   servlet: Add servlet example (https://github-redirect.dependabot.com/grpc/grpc-java/issues/8596";>#8596)
   
   Bug Fixes
   
   xds: Update xds error handling logic.  Specifically:
   
   When the ads stream is closed only send errors to subscribers that 
haven't yet gotten results
   Timers to detect missing resources don’t start until the adsStream is 
ready (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9745";>#9745)
   Call subscriber onError callback when xds client fails to connect to 
server (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9827";>#9827)
   
   
   core: Delay retriable stream master listener close until all sub streams 
are closed. This fixes the call executor lifecycle and prevents potential 
RejectedExecutionException. (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9754";>#9754)
   core: Free unused MessageProducer in 
RetriableStream (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9853";>#9853),
 fixing a Netty buffer memory leak for cancelled RPCs
   api: Fail with NullPointerException when a 
Metadata.Marshaller returns null bytes (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9781";>#9781).
 This would previously cause a NullPointerException later during 
the RPC. Now the return value of the Marshaller is checked immediately, to help 
find the broken Marshaller
   
   Behavior Changes
   
   xds: Disallow duplicate addresses in the RingHashLB. (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9776";>#9776)
   xds: EDS weight sums are allowed up to max unsigned int (was max signed 
int) (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9765";>#9765)
   xds: Drop xds v2 support (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9760";>#9760)
   
   Dependencies
   
   JUnit upgraded to 4.13.2
   bazel: Dropped support for Bazel 4. We track the two most recent major 
versions of Bazel, Bazel 5 and 6. Bazel 4 may still work, but we are no longer 
testing it
   bazel: Include Tomcat annotations dependency for @Generated 
as used by autovalue (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9762";>#9762).
 Necessary for building xds and rls on Java 9+
   bazel: Export deps from Maven Central-specific stand-in targets (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9780";>#9780).
 Some Maven Central artifacts are a combination of multiple Bazel targets, like 
grpc-core is composed of //core:inprocess, //core:internal, //core:util, //api. 
There is a “//core:core_maven” target used by maven_install that uses the other 
targets. Previously the target used runtime_deps to discourage 
their use by Bazel users, but that could cause compilation failures from lack 
of hjars. These targets now use exports
   
   Acknowledgement
   https://github.com/cpovirk";>@​cpovirk
   https://github.com/niloc132";>@​niloc132
   https://github.com/stephenh";>@​stephenh
   https://github.com/olderwei";>@​olderwei
   https://github.com/pandaapo";>@​pandaapo
   https://github.com/panxuefeng";>@​panxuefeng
   
   
   
   Commits
   
   https://github.com/grpc/grpc-java/commit/4ca6de0e8e52386301890b2860fb7a9a7c2c9b7c";>4ca6de0
 Bump version to 1.53.0
   https://github.com/grpc/grpc-java/commit/2a1bb12d6492efcdcbe81383c64a05b8d6ae5927";>2a1bb12
 Update README etc to reference 1.53.0
   https://github.com/grpc/grpc-java/commit/b1b2424f308d09882f49e88bf3a8353776a81f0f";>b1b2424
 rls:Fix throttling in route lookup (b/262779100) (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9874";>#9874)
 (https://github-redirect.dependabot.com/grpc/grpc-java/issues/9879";>#9879)
   https://github.com/grpc/grpc-java/commit/501ca8f7b4f9c5288ca6deaa9191d1b2ee930cc8";>501ca8f
 xds: Update logic so that an error being reported when stream is closed gets 
...
   https://github.com/grpc/grpc-java/commit/b0635fa1d40dec3132c38517c6b2f9a8eb4c8cf2";>b0635fa
 googleapis: Allow user set c

[GitHub] [avro] dependabot[bot] opened a new pull request, #2094: Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 in /lang/java

2023-02-12 Thread via GitHub


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

   Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 
3.1.0 to 3.2.1.
   
   Release notes
   Sourced from https://github.com/apache/maven-enforcer/releases";>maven-enforcer-plugin's
 releases.
   
   3.2.1
   
   🚨 Removed
   
   https://issues.apache.org/jira/browse/MENFORCER-435";>[MENFORCER-435] 
- Remove not needed maven-dependency-tree and maven-compat (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/202";>#202)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   remove specific IDE m2e files (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/192";>#192)
 https://github.com/olamy";>@​olamy
   
   🚀 New features and improvements
   
   https://issues.apache.org/jira/browse/MENFORCER-463";>[MENFORCER-463] 
- Change success message from executed to passed (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/242";>#242)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MENFORCER-415";>[MENFORCER-415] 
- Move error message to MojoException (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/239";>#239)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MENFORCER-460";>[MENFORCER-460] 
- Deprecate display-info mojo (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/237";>#237)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MENFORCER-458";>[MENFORCER-458] 
- Move Build-in rules to new API (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/236";>#236)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MENFORCER-458";>[MENFORCER-458] 
- Move Build-in rules to new API (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/233";>#233)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MENFORCER-458";>[MENFORCER-458] 
- Move Require Java, Maven Version to new API (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/232";>#232)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MENFORCER-458";>[MENFORCER-458] 
- Move Require Property,Environment to new API (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/231";>#231)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MENFORCER-458";>[MENFORCER-458] 
- Move Require*Checksum to new API (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/230";>#230)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MENFORCER-458";>[MENFORCER-458] 
- Move RequireFiles* to new API (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/228";>#228)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MENFORCER-458";>[MENFORCER-458] 
- Move RequireOS to new API (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/227";>#227)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MENFORCER-456";>[MENFORCER-456] 
- New Enforcer API - RuleConfigProvider (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/220";>#220)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MENFORCER-444";>[MENFORCER-444] 
- Improve error message for failed version rules (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/218";>#218)
 https://github.com/kwin";>@​kwin
   https://issues.apache.org/jira/browse/MENFORCER-455";>[MENFORCER-455] 
- New Enforcer API (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/216";>#216)
 https://github.com/slawekjaranowski";>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MENFORCER-445";>[MENFORCER-445] 
- Include JAVA_HOME location in the Java rule failure messages (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/213";>#213)
 https://github.com/psiroky";>@​psiroky
   https://issues.apache.org/jira/browse/MENFORCER-454";>[MENFORCER-454] 
- Deprecate 'rules' property and introduce 'enforcer.rules' as a replacement 
(https://github-redirect.dependabot.com/apache/maven-enforcer/pull/211";>#211)
 https://github.com/psiroky";>@​psiroky
   https://issues.apache.org/jira/browse/MENFORCER-431";>[MENFORCER-431] 
- Introduce option to skip specific rules via custom property (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/205";>#205)
 https://github.com/psiroky";>@​psiroky
   https://issues.apache.org/jira/browse/MENFORCER-453";>[MENFORCER-453] 
- Mange rules configuration by plugin (https://github-redirect.dependabot.com/apache/maven-enforcer/pull/207";>#207)
 https://gith

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

2023-02-12 Thread via GitHub


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

   Bumps [mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 
5.1.1.
   
   Release notes
   Sourced from https://github.com/mockito/mockito/releases";>mockito-core's 
releases.
   
   v5.1.1
   Changelog generated 
by https://github.com/shipkit/shipkit-changelog";>Shipkit Changelog 
Gradle Plugin
   5.1.1
   
   2023-01-30 - https://github.com/mockito/mockito/compare/v5.1.0...v5.1.1";>1 
commit(s) by Andriy Redko
   StackWalker.Option not found on Mockito 5.1.0 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2891";>#2891)](https://github-redirect.dependabot.com/mockito/mockito/pull/2891";>mockito/mockito#2891)
   StackWalker.Option not found on Mockito 5.1.0 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2890";>#2890)](https://github-redirect.dependabot.com/mockito/mockito/issues/2890";>mockito/mockito#2890)
   
   v5.1.0
   Changelog generated 
by https://github.com/shipkit/shipkit-changelog";>Shipkit Changelog 
Gradle Plugin
   5.1.0
   
   2023-01-29 - https://github.com/mockito/mockito/compare/v5.0.0...v5.1.0";>12 
commit(s) by Andriy Redko, Ashley, Róbert Papp, Stephan Schroevers, Tim te 
Beek, dependabot[bot]
   Fixes some mistakes and missing details in documentation [(https://github-redirect.dependabot.com/mockito/mockito/issues/2889";>#2889)](https://github-redirect.dependabot.com/mockito/mockito/pull/2889";>mockito/mockito#2889)
   Bump com.diffplug.spotless from 6.13.0 to 6.14.0 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2888";>#2888)](https://github-redirect.dependabot.com/mockito/mockito/pull/2888";>mockito/mockito#2888)
   Clean up JDK-8 related code [(https://github-redirect.dependabot.com/mockito/mockito/issues/2883";>#2883)](https://github-redirect.dependabot.com/mockito/mockito/pull/2883";>mockito/mockito#2883)
   Feat: reified mock overloads [(https://github-redirect.dependabot.com/mockito/mockito/issues/2882";>#2882)](https://github-redirect.dependabot.com/mockito/mockito/pull/2882";>mockito/mockito#2882)
   Clean up JDK-8 related code [(https://github-redirect.dependabot.com/mockito/mockito/issues/2879";>#2879)](https://github-redirect.dependabot.com/mockito/mockito/issues/2879";>mockito/mockito#2879)
   Bump assertj-core from 3.24.1 to 3.24.2 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2875";>#2875)](https://github-redirect.dependabot.com/mockito/mockito/pull/2875";>mockito/mockito#2875)
   Make sure the tests use mock maker with intended member accessor [(https://github-redirect.dependabot.com/mockito/mockito/issues/2872";>#2872)](https://github-redirect.dependabot.com/mockito/mockito/pull/2872";>mockito/mockito#2872)
   Bump com.diffplug.spotless from 6.12.1 to 6.13.0 [(https://github-redirect.dependabot.com/mockito/mockito/issues/2871";>#2871)](https://github-redirect.dependabot.com/mockito/mockito/pull/2871";>mockito/mockito#2871)
   Remove broken link from CONTRIBUTING.md [(https://github-redirect.dependabot.com/mockito/mockito/issues/2870";>#2870)](https://github-redirect.dependabot.com/mockito/mockito/pull/2870";>mockito/mockito#2870)
   Update outdated badge 3.x to 5.x [(https://github-redirect.dependabot.com/mockito/mockito/issues/2869";>#2869)](https://github-redirect.dependabot.com/mockito/mockito/pull/2869";>mockito/mockito#2869)
   Broken link in CONTRIBUTING.md [(https://github-redirect.dependabot.com/mockito/mockito/issues/2868";>#2868)](https://github-redirect.dependabot.com/mockito/mockito/issues/2868";>mockito/mockito#2868)
   Set current version to 5.x in README and highlight changes [(https://github-redirect.dependabot.com/mockito/mockito/issues/2867";>#2867)](https://github-redirect.dependabot.com/mockito/mockito/pull/2867";>mockito/mockito#2867)
   Annotate Mockito#{mock,spy}(T... reified) with 
@SafeVarargs [(https://github-redirect.dependabot.com/mockito/mockito/issues/2866";>#2866)](https://github-redirect.dependabot.com/mockito/mockito/pull/2866";>mockito/mockito#2866)
   Make sure the tests use mock maker with intended member accessor [(https://github-redirect.dependabot.com/mockito/mockito/issues/2855";>#2855)](https://github-redirect.dependabot.com/mockito/mockito/issues/2855";>mockito/mockito#2855)
   Improve examples for InOrder [(https://github-redirect.dependabot.com/mockito/mockito/issues/2843";>#2843)](https://github-redirect.dependabot.com/mockito/mockito/pull/2843";>mockito/mockito#2843)
   
   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 i

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

2023-02-12 Thread via GitHub


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

   Bumps [netty-bom](https://github.com/netty/netty) from 4.1.87.Final to 
4.1.88.Final.
   
   Commits
   
   https://github.com/netty/netty/commit/828ea7ceeb72a9e0c943df8b5fe634ce1bd9537f";>828ea7c
 [maven-release-plugin] prepare release netty-4.1.88.Final
   https://github.com/netty/netty/commit/d010e63bf5bf744f2ab6d0fc4386611efe7954e6";>d010e63
 Add handling of inflight lookups to reduce real queries when lookup same 
host...
   https://github.com/netty/netty/commit/6c0e69ab70dfd592a6a4dc538f96f486f9536a66";>6c0e69a
 WebSocketServerProtocolHandler: make HandshakeComplete constructor public (https://github-redirect.dependabot.com/netty/netty/issues/1";>#1...
   https://github.com/netty/netty/commit/06f70a4cf547039b9070ea2383f7949ceb2691e5";>06f70a4
 AsciiStrings can be batch-encoded (https://github-redirect.dependabot.com/netty/netty/issues/13197";>#13197)
   https://github.com/netty/netty/commit/272d7493864a25a0b72f6a8cfbe0605ed21e9e27";>272d749
 Add unit test that verifies cancelled entries in ChannelOutboundBuffer are 
co...
   https://github.com/netty/netty/commit/6198dabada9fc615eb08eb0cd92da2a060e74d54";>6198dab
 Don't add results to finalResults once promise was notified (https://github-redirect.dependabot.com/netty/netty/issues/13196";>#13196)
   https://github.com/netty/netty/commit/c12e34afb7fee08b82956093930bdbb00d954fb8";>c12e34a
 Fix flaky test (https://github-redirect.dependabot.com/netty/netty/issues/13200";>#13200)
   https://github.com/netty/netty/commit/8caf89e4f709734ed3d4ef3d6617cb6c66ce038d";>8caf89e
 Update GH actions version. (https://github-redirect.dependabot.com/netty/netty/issues/13201";>#13201)
   https://github.com/netty/netty/commit/f761ab5620335eb4bdf5c3fc15f7cd66e1fdd342";>f761ab5
 Correctly keep track of validExtensions per request / response (https://github-redirect.dependabot.com/netty/netty/issues/13180";>#13180)
   https://github.com/netty/netty/commit/fd9694e1b3945056ab39704de5a06d521c7d5800";>fd9694e
 Remove git checkout HEAD^2 from CodeQL GHA workflow (https://github-redirect.dependabot.com/netty/netty/issues/13189";>#13189)
   Additional commits viewable in https://github.com/netty/netty/compare/netty-4.1.87.Final...netty-4.1.88.Final";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-bom&package-manager=maven&previous-version=4.1.87.Final&new-version=4.1.88.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, #2097: Bump spotless-maven-plugin from 2.27.2 to 2.33.0 in /lang/java

2023-02-12 Thread via GitHub


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

   Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 
2.27.2 to 2.33.0.
   
   Changelog
   Sourced from https://github.com/diffplug/spotless/blob/main/CHANGES.md";>spotless-maven-plugin's
 changelog.
   
   [2.33.0] - 2023-01-26
   Added
   
   ProcessRunner has added some convenience methods so it can 
be used for maven testing. (https://github-redirect.dependabot.com/diffplug/spotless/pull/1496";>#1496)
   ProcessRunner allows to limit captured output to a certain 
number of bytes. (https://github-redirect.dependabot.com/diffplug/spotless/pull/1511";>#1511)
   ProcessRunner is now capable of handling long-running tasks 
where waiting for exit is delegated to the caller. (https://github-redirect.dependabot.com/diffplug/spotless/pull/1511";>#1511)
   Allow to specify node executable for node-based formatters using 
nodeExecutable parameter (https://github-redirect.dependabot.com/diffplug/spotless/pull/1500";>#1500)
   
   Fixed
   
   The default list of type annotations used by 
formatAnnotations has had 8 more annotations from the Checker 
Framework added https://github-redirect.dependabot.com/diffplug/spotless/pull/1494";>#1494
   
   Changes
   
   POTENTIALLY BREAKING Bump minimum JRE from 8 to 11, 
next release likely to bump bytecode to Java 11 (https://github-redirect.dependabot.com/diffplug/spotless/pull/1514";>#1514
 part 1 of https://github-redirect.dependabot.com/diffplug/spotless/issues/1337";>#1337)
   Rename YamlJacksonStep into JacksonYamlStep 
while normalizing Jackson usage (https://github-redirect.dependabot.com/diffplug/spotless/pull/1492";>#1492)
   Convert gson integration to use a compile-only source set 
(https://github-redirect.dependabot.com/diffplug/spotless/pull/1510";>#1510).
   ** POTENTIALLY BREAKING** Removed support for KtLint 0.3x and 0.45.2 (https://github-redirect.dependabot.com/diffplug/spotless/pull/1475";>#1475)
   
   KtLint does not maintain a stable API - before this PR, we 
supported every breaking change in the API since 2019.
   From now on, we will support no more than 2 breaking changes at a 
time.
   
   
   NpmFormatterStepStateBase delays npm install call until the 
formatter is first used. This enables better integration
   with gradle-node-plugin. (https://github-redirect.dependabot.com/diffplug/spotless/pull/1522";>#1522)
   Bump default ktlint version to latest 0.48.1 
-> 0.48.2 (https://github-redirect.dependabot.com/diffplug/spotless/pull/1529";>#1529)
   Bump default scalafmt version to latest 3.6.1 
-> 3.7.1 (https://github-redirect.dependabot.com/diffplug/spotless/pull/1529";>#1529)
   
   [2.32.0] - 2023-01-13
   Added
   
   Add option editorConfigFile for ktLint https://github-redirect.dependabot.com/diffplug/spotless/issues/142";>#142
   
   POTENTIALLY BREAKING ktlint step now 
modifies license headers. Make sure to put licenseHeader 
after ktlint.
   
   
   Added skipLinesMatching option to 
licenseHeader to support formats where license header cannot be 
immediately added to the top of the file (e.g. xml, sh). (https://github-redirect.dependabot.com/diffplug/spotless/pull/1441";>#1441).
   Add YAML support through Jackson (https://github-redirect.dependabot.com/diffplug/spotless/pull/1478";>#1478)
   Added support for npm-based https://eslint.org/";>ESLint-formatter for javascript and typescript 
(https://github-redirect.dependabot.com/diffplug/spotless/pull/1453";>#1453)
   Better suggested messages when user's default is set by JVM limitation. 
(https://github-redirect.dependabot.com/diffplug/spotless/pull/995";>#995)
   
   Fixed
   
   Support ktlint 0.48+ new rule disabling syntax (https://github-redirect.dependabot.com/diffplug/spotless/pull/1456";>#1456)
 fixes (https://github-redirect.dependabot.com/diffplug/spotless/issues/1444";>#1444)
   Fix subgroups leading catch all matcher.
   
   Changes
   
   Bump default version for prettier from 2.0.5 
to 2.8.1 (https://github-redirect.dependabot.com/diffplug/spotless/pull/1453";>#1453)
   Bump the dev version of Gradle from 7.5.1 to 
7.6 (https://github-redirect.dependabot.com/diffplug/spotless/pull/1409";>#1409)
   
   We also removed the no-longer-required dependency 
org.codehaus.groovy:groovy-xml
   
   
   Breaking changes to Spotless' internal testing infrastructure 
testlib (https://github-redirect.dependabot.com/diffplug/spotless/pull/1443";>#1443)
   
   ResourceHarness no longer has any duplicated functionality 
which was also present in StepHarness
   StepHarness now operates on Formatter rather 
than a FormatterStep
   StepHarnessWithFile now takes a 
ResourceHarness in its constructor to handle the file manipulation 
parts
   Standardized that we test exception messages, not types, which 
will ease the transition to linting later on
   Bump default ktlint version to latest 0.47.1 
-> 0.48.1 (https://github-redirect.dependabot.com/diffplug/spotless/pull/

[GitHub] [avro] dependabot[bot] opened a new pull request, #2098: Bump zstd-jni from 1.5.2-5 to 1.5.4-1 in /lang/java

2023-02-12 Thread via GitHub


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

   Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.5.2-5 to 1.5.4-1.
   
   Commits
   
   https://github.com/luben/zstd-jni/commit/a876ea9dfb02379672c772fbc6851e5a327d9160";>a876ea9
 Add codeQL badge
   https://github.com/luben/zstd-jni/commit/95857acbec6f2f9a9030b99647608ae4ea22a6d6";>95857ac
 Update actions
   https://github.com/luben/zstd-jni/commit/4e74319fde97d8dd20ddc85b84bd2e00a5dda46d";>4e74319
 Remove LGTM badges - they are dead, also update codeQL to use v2 actions
   https://github.com/luben/zstd-jni/commit/6de7168d711d68ab37878aeddbb12348517f841b";>6de7168
 Import v1.5.4
   https://github.com/luben/zstd-jni/commit/8bf8066438785ce55b62fc7e6816faafe1e3b39e";>8bf8066
 make set dict methods public
   https://github.com/luben/zstd-jni/commit/d65490e8b8aadc4b59545755e55f7dd368fe8aa5";>d65490e
 Add ZstdBufferDecompressingStreamNoFinalizer
   https://github.com/luben/zstd-jni/commit/944df7a3ce4950ef800030810d3dc9488a397b4e";>944df7a
 Wrap System.load and System.loadLibrary calls with doPrivileged.
   https://github.com/luben/zstd-jni/commit/692e6ad6fcb4845e1b3b7410f583b1fcfead4044";>692e6ad
 ZstdCompressCtx: add method to get frame progression
   https://github.com/luben/zstd-jni/commit/bb156dcb84c79b76b3178046f4df64213dd881e8";>bb156dc
 Document behaviour when decompressing and originalSize does not match
   See full diff in https://github.com/luben/zstd-jni/compare/c1.5.2-5...v1.5.4-1";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.luben:zstd-jni&package-manager=maven&previous-version=1.5.2-5&new-version=1.5.4-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] woile opened a new pull request, #2099: AVRO-3711: [Docs] Add uuid logical type to IDL

2023-02-12 Thread via GitHub


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

   
   
   ## What is the purpose of the change
   
   Docs improvements
   


-- 
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 #2089: Bump serde_json from 1.0.92 to 1.0.93 in /lang/rust

2023-02-13 Thread via GitHub


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


-- 
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 #2099: AVRO-3711: [Docs] Add uuid logical type to IDL

2023-02-13 Thread via GitHub


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


-- 
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] spenczar opened a new pull request, #2100: doc: Fix invalid JSON in spec

2023-02-15 Thread via GitHub


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

   
   ## What is the purpose of the change
   
   Dangling commas are not permitted in JSON. This fixes that error in the 
Object Container Format header type definition.
   
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## Documentation
   
   n/a


-- 
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 #2100: doc: Fix invalid JSON in spec

2023-02-16 Thread via GitHub


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


-- 
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] Freds72AtWork opened a new pull request, #2101: AVRO-3673: improve msbuild task output

2023-02-16 Thread via GitHub


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

   ### What is the purpose of the change
   Improve upon https://github.com/apache/avro/pull/1966 to allow build task 
chaining
   
   ### Verifying this change
   This change added tests and can be verified by running the C# based unit 
tests.
   
   ### Documentation
   Does this pull request introduce a new feature? (yes)
   If yes, how is the feature documented? (sample in README.md)


-- 
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] Freds72AtWork closed pull request #2101: AVRO-3673: improve msbuild task output

2023-02-16 Thread via GitHub


Freds72AtWork closed pull request #2101: AVRO-3673: improve msbuild task output 
URL: https://github.com/apache/avro/pull/2101


-- 
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] nielsbasjes opened a new pull request, #2102: Oracle JDK 18 no longer exists

2023-02-16 Thread via GitHub


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

   Just about all pull requests fail over a missing Java 18.


-- 
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] nielsbasjes closed pull request #2102: Oracle JDK 18 no longer exists

2023-02-16 Thread via GitHub


nielsbasjes closed pull request #2102: Oracle JDK 18 no longer exists
URL: https://github.com/apache/avro/pull/2102


-- 
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] nielsbasjes opened a new pull request, #2103: Avro 3715 make build work again

2023-02-16 Thread via GitHub


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

   
   ## What is the purpose of the change
   
   The build never passes anymore in Github.
   https://issues.apache.org/jira/browse/AVRO-3715
   
   


-- 
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] nielsbasjes merged pull request #2103: [AVRO-3715]: Make build work again

2023-02-16 Thread via GitHub


nielsbasjes merged PR #2103:
URL: https://github.com/apache/avro/pull/2103


-- 
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, #2104: Bump netty-bom from 4.1.87.Final to 4.1.89.Final in /lang/java

2023-02-16 Thread via GitHub


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

   Bumps [netty-bom](https://github.com/netty/netty) from 4.1.87.Final to 
4.1.89.Final.
   
   Commits
   
   https://github.com/netty/netty/commit/263a745b93513b8f761daa007897af9ce57161ba";>263a745
 [maven-release-plugin] prepare release netty-4.1.89.Final
   https://github.com/netty/netty/commit/ed425fe281f7f20a9d946d9f8213be0a64f3a778";>ed425fe
 Don't fail on HttpObjectDecoder's maxHeaderSize greater then 
(Integer.MAX_VAL...
   https://github.com/netty/netty/commit/a803e107614bc8aa0886b9b7ae742463c6a156c1";>a803e10
 Revert "Revert "Speed-up HTTP 1.1 header and line parsing (https://github-redirect.dependabot.com/netty/netty/issues/12321";>#12321)""
   https://github.com/netty/netty/commit/9993e07356ea39edf14008789d3377d2bb62ea92";>9993e07
 Revert "Speed-up HTTP 1.1 header and line parsing (https://github-redirect.dependabot.com/netty/netty/issues/12321";>#12321)"
   https://github.com/netty/netty/commit/4475b5c5719e7e7f36f2f01e25c139bcb2b048d4";>4475b5c
 [maven-release-plugin] prepare for next development iteration
   https://github.com/netty/netty/commit/828ea7ceeb72a9e0c943df8b5fe634ce1bd9537f";>828ea7c
 [maven-release-plugin] prepare release netty-4.1.88.Final
   https://github.com/netty/netty/commit/d010e63bf5bf744f2ab6d0fc4386611efe7954e6";>d010e63
 Add handling of inflight lookups to reduce real queries when lookup same 
host...
   https://github.com/netty/netty/commit/6c0e69ab70dfd592a6a4dc538f96f486f9536a66";>6c0e69a
 WebSocketServerProtocolHandler: make HandshakeComplete constructor public (https://github-redirect.dependabot.com/netty/netty/issues/1";>#1...
   https://github.com/netty/netty/commit/06f70a4cf547039b9070ea2383f7949ceb2691e5";>06f70a4
 AsciiStrings can be batch-encoded (https://github-redirect.dependabot.com/netty/netty/issues/13197";>#13197)
   https://github.com/netty/netty/commit/272d7493864a25a0b72f6a8cfbe0605ed21e9e27";>272d749
 Add unit test that verifies cancelled entries in ChannelOutboundBuffer are 
co...
   Additional commits viewable in https://github.com/netty/netty/compare/netty-4.1.87.Final...netty-4.1.89.Final";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-bom&package-manager=maven&previous-version=4.1.87.Final&new-version=4.1.89.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] closed pull request #2096: Bump netty-bom from 4.1.87.Final to 4.1.88.Final in /lang/java

2023-02-16 Thread via GitHub


dependabot[bot] closed pull request #2096: Bump netty-bom from 4.1.87.Final to 
4.1.88.Final in /lang/java
URL: https://github.com/apache/avro/pull/2096


-- 
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, #2105: Bump libflate from 1.2.0 to 1.3.0 in /lang/rust

2023-02-16 Thread via GitHub


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

   Bumps [libflate](https://github.com/sile/libflate) from 1.2.0 to 1.3.0.
   
   Release notes
   Sourced from https://github.com/sile/libflate/releases";>libflate's 
releases.
   
   v1.3.0
   What's Changed
   
   Fix clippy (v0.1.67) warnings by https://github.com/sile";>@​sile in https://github-redirect.dependabot.com/sile/libflate/pull/69";>sile/libflate#69
   Add support for no_std builds by https://github.com/rmsyn";>@​rmsyn in https://github-redirect.dependabot.com/sile/libflate/pull/68";>sile/libflate#68
   
   New Contributors
   
   https://github.com/rmsyn";>@​rmsyn made their 
first contribution in https://github-redirect.dependabot.com/sile/libflate/pull/68";>sile/libflate#68
   
   Full Changelog: https://github.com/sile/libflate/compare/1.2.0...1.3.0";>https://github.com/sile/libflate/compare/1.2.0...1.3.0
   
   
   
   Commits
   
   https://github.com/sile/libflate/commit/7e23197c3b8e50732e780f2b57f6b7c64946f539";>7e23197
 Bump verion to 1.2.0
   https://github.com/sile/libflate/commit/49a2172dc51418ec2ad0d3abb95d010de4e7c3c9";>49a2172
 Bump version to 1.3.0
   https://github.com/sile/libflate/commit/8ba4e6743642fc4f25e7bcf692de3ac39f3d7e85";>8ba4e67
 Merge pull request https://github-redirect.dependabot.com/sile/libflate/issues/68";>#68 
from rmsyn/no_std
   https://github.com/sile/libflate/commit/b10f88a5d9f4888a669c6e6502a36282dcaa423c";>b10f88a
 lib: add support for no_std builds
   https://github.com/sile/libflate/commit/0c11c3e86126af259d900d3e1734cf26085a828d";>0c11c3e
 Merge pull request https://github-redirect.dependabot.com/sile/libflate/issues/69";>#69 
from sile/fix-clippy-warnings-0.1.67
   https://github.com/sile/libflate/commit/aba829043f8a2d527b6c4984034fbe5e7adb0da6";>aba8290
 Fix clippy(nightly) warnings
   https://github.com/sile/libflate/commit/1f83e87e6c7f8d17bfe45fb8be38320d9a018063";>1f83e87
 Fix clippy(v0.1.67) warnings
   See full diff in https://github.com/sile/libflate/compare/1.2.0...1.3.0";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=libflate&package-manager=cargo&previous-version=1.2.0&new-version=1.3.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] nielsbasjes merged pull request #2094: Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 in /lang/java

2023-02-16 Thread via GitHub


nielsbasjes merged PR #2094:
URL: https://github.com/apache/avro/pull/2094


-- 
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] nielsbasjes merged pull request #2104: Bump netty-bom from 4.1.87.Final to 4.1.89.Final in /lang/java

2023-02-16 Thread via GitHub


nielsbasjes merged PR #2104:
URL: https://github.com/apache/avro/pull/2104


-- 
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] nielsbasjes merged pull request #2098: Bump zstd-jni from 1.5.2-5 to 1.5.4-1 in /lang/java

2023-02-16 Thread via GitHub


nielsbasjes merged PR #2098:
URL: https://github.com/apache/avro/pull/2098


-- 
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] nielsbasjes merged pull request #2092: Bump snappy-java from 1.1.9.0 to 1.1.9.1 in /lang/java

2023-02-16 Thread via GitHub


nielsbasjes merged PR #2092:
URL: https://github.com/apache/avro/pull/2092


-- 
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] nielsbasjes merged pull request #2093: Bump grpc.version from 1.52.1 to 1.53.0 in /lang/java

2023-02-16 Thread via GitHub


nielsbasjes merged PR #2093:
URL: https://github.com/apache/avro/pull/2093


-- 
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 closed pull request #2105: Bump libflate from 1.2.0 to 1.3.0 in /lang/rust

2023-02-17 Thread via GitHub


martin-g closed pull request #2105: Bump libflate from 1.2.0 to 1.3.0 in 
/lang/rust
URL: https://github.com/apache/avro/pull/2105


-- 
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] nielsbasjes opened a new pull request, #2106: AVRO-3715 Make the build work again.

2023-02-17 Thread via GitHub


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

   Fix python formatting problems.


-- 
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] nielsbasjes merged pull request #2086: [C++] Fix compiler warning

2023-02-17 Thread via GitHub


nielsbasjes merged PR #2086:
URL: https://github.com/apache/avro/pull/2086


-- 
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] nielsbasjes merged pull request #2106: AVRO-3715 Make the build work again.

2023-02-17 Thread via GitHub


nielsbasjes merged PR #2106:
URL: https://github.com/apache/avro/pull/2106


-- 
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] nielsbasjes merged pull request #2090: AVRO-3713: [Java] Fix Map synchronization regression

2023-02-17 Thread via GitHub


nielsbasjes merged PR #2090:
URL: https://github.com/apache/avro/pull/2090


-- 
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 closed pull request #2013: Fix NPE when basic type with Nullable annotation.

2023-02-17 Thread via GitHub


horizonzy closed pull request #2013: Fix NPE when basic type with Nullable 
annotation.
URL: https://github.com/apache/avro/pull/2013


-- 
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] nielsbasjes merged pull request #2013: Fix NPE when basic type with Nullable annotation.

2023-02-18 Thread via GitHub


nielsbasjes merged PR #2013:
URL: https://github.com/apache/avro/pull/2013


-- 
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] nielsbasjes merged pull request #2015: AVRO-3690: [lang/java/avro] Fix flaky test ‘testMultipleFieldAliases’

2023-02-18 Thread via GitHub


nielsbasjes merged PR #2015:
URL: https://github.com/apache/avro/pull/2015


-- 
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] nielsbasjes merged pull request #2000: AVRO-3684: [Java] testAppendStream test

2023-02-18 Thread via GitHub


nielsbasjes merged PR #2000:
URL: https://github.com/apache/avro/pull/2000


-- 
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] nielsbasjes opened a new pull request, #2107: AVRO-3690: Fix spotless problem

2023-02-18 Thread via GitHub


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

   For unknown reason the status of https://github.com/apache/avro/pull/2015 
was `green` yet there was this problem.


-- 
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] nielsbasjes opened a new pull request, #2108: Revert "AVRO-3684: [Java] testAppendStream test"

2023-02-18 Thread via GitHub


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

   Reverts apache/avro#2000


-- 
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] nielsbasjes merged pull request #2108: Revert "AVRO-3684: [Java] testAppendStream test"

2023-02-18 Thread via GitHub


nielsbasjes merged PR #2108:
URL: https://github.com/apache/avro/pull/2108


-- 
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] nielsbasjes merged pull request #2107: AVRO-3690: Fix spotless problem

2023-02-18 Thread via GitHub


nielsbasjes merged PR #2107:
URL: https://github.com/apache/avro/pull/2107


-- 
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] nielsbasjes opened a new pull request, #2109: AVRO-3690: [Java] Fix testMultipleFieldAliases test

2023-02-19 Thread via GitHub


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

   Caused by flaky Github Actions and me not paying enough attention this 
slipped through.


-- 
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] nielsbasjes merged pull request #2109: AVRO-3690: [Java] Fix testMultipleFieldAliases test

2023-02-19 Thread via GitHub


nielsbasjes merged PR #2109:
URL: https://github.com/apache/avro/pull/2109


-- 
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] nielsbasjes opened a new pull request, #2110: AVRO-3718: [Java] Fix flaky NettyServer test (DRAFT; WIP)

2023-02-19 Thread via GitHub


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

   https://issues.apache.org/jira/browse/AVRO-3718


-- 
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] nielsbasjes merged pull request #2110: AVRO-3718: [Java] Fix flaky NettyServer test

2023-02-19 Thread via GitHub


nielsbasjes merged PR #2110:
URL: https://github.com/apache/avro/pull/2110


-- 
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, #2113: Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 in /lang/java

2023-02-19 Thread via GitHub


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

   Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) 
from 3.4.1 to 3.5.0.
   
   Release notes
   Sourced from https://github.com/apache/maven-javadoc-plugin/releases";>maven-javadoc-plugin's
 releases.
   
   3.5.0
   https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529&version=12352256";>Release
 Notes
   
   Clean up language and update URLs (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/pull/172";>#172)
 https://github.com/elharo";>@​elharo
   Assorted minor FAQ edits (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/pull/176";>#176)
 https://github.com/elharo";>@​elharo
   https://issues.apache.org/jira/browse/MJAVADOC-738";>[MJAVADOC-738] - 
Upgrade commons-text to 1.10.0 (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/pull/174";>#174)
 https://github.com/cstamas";>@​cstamas
   an --> a (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/pull/171";>#171)
 https://github.com/elharo";>@​elharo
   Update (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/pull/167";>#167)
 https://github.com/elharo";>@​elharo
   https://issues.apache.org/jira/browse/MJAVADOC-685";>[MJAVADOC-685] - 
no longer document deprecated parameter stylesheet (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/pull/165";>#165)
 https://github.com/kwin";>@​kwin
   MJAVADOC-731 update parent, get rid of legacy (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/pull/164";>#164)
 https://github.com/kwin";>@​kwin
   https://issues.apache.org/jira/browse/MJAVADOC-685";>[MJAVADOC-685] - 
Deprecate parameter "stylesheet" (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/pull/162";>#162)
 https://github.com/kwin";>@​kwin
   
   📝 Documentation updates
   
   Typo in AbstractJavadocMojo (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/pull/175";>#175)
 https://github.com/ebourg";>@​ebourg
   licenced --> licensed (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/pull/168";>#168)
 https://github.com/elharo";>@​elharo
   
   👻 Maintenance
   
   https://issues.apache.org/jira/browse/MJAVADOC-729";>[MJAVADOC-729] - 
Link to Javadoc references from JDK 17 (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/pull/161";>#161)
 https://github.com/kwin";>@​kwin
   fix link to documentation of link option (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/pull/160";>#160)
 https://github.com/kwin";>@​kwin
   [[MJAVADOC-721] Parse stderr output and suppress informational lines (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/pull/157";>#157)
 https://github.com/sman-81";>@​sman-81]](https://issues.apache.org/jira/browse/MJAVADOC-721%5D";>https://issues.apache.org/jira/browse/MJAVADOC-721]
 Parse stderr output and suppress informational lines (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/pull/157";>#157)
 https://github.com/sman-81";>@​sman-81) -
   
   
   
   
   Commits
   
   https://github.com/apache/maven-javadoc-plugin/commit/e41f4fda4529a20089d708471909839f123d5988";>e41f4fd
 [maven-release-plugin] prepare release maven-javadoc-plugin-3.5.0
   https://github.com/apache/maven-javadoc-plugin/commit/c56ec0a989b34ee7383b7f5f16e4f8fca69149f8";>c56ec0a
 [MJAVADOC-741] Upgrade plugins and components
   https://github.com/apache/maven-javadoc-plugin/commit/d02fd90c799e12825448ac538bf09abf2a059d82";>d02fd90
 [MJAVADOC-740] Upgrade Parent to 39
   https://github.com/apache/maven-javadoc-plugin/commit/41233152e19b9cf01bc3ac5a072ce36d5e911656";>4123315
 [MJAVADOC-700] Plugin duplicates classes in Java 8 all-classes lists
   https://github.com/apache/maven-javadoc-plugin/commit/fabff9c1ed15007f11d1644e445d766ea9e63c5d";>fabff9c
 Clean up language and update URLs (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/issues/172";>#172)
   https://github.com/apache/maven-javadoc-plugin/commit/a654cc647a06d7f36cea8918ffa05d05489bd5a1";>a654cc6
 Assorted minor FAQ edits (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/issues/176";>#176)
   https://github.com/apache/maven-javadoc-plugin/commit/73557e337eb556fb628823594cf387bf64ef22f5";>73557e3
 Fixed a typo in AbstractJavadocMojo (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/issues/175";>#175)
   https://github.com/apache/maven-javadoc-plugin/commit/96df545acc6a70f64cb2c00b2b7d7544a4f775c4";>96df545
 [MJAVADOC-738] Upgrade commons-text to 1.10.0 (https://github-redirect.dependabot.com/apache/maven-javadoc-plugin/issues/174";>#174)
   https://github.com/apache/maven-javadoc-plugin/commit/f21b24c76cbd9724c3c5777b10e696dd1ea3f3e1";>f21b24c
 update Reproducible Builds badge link
   https://github.com/apache/maven-javadoc-plugin/commit/5b61ee915298b51a273bd88612fb346ac63

[GitHub] [avro] dependabot[bot] opened a new pull request, #2114: Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 in /lang/java

2023-02-19 Thread via GitHub


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

   Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 
3.0.0-M8 to 3.0.0-M9.
   
   Release notes
   Sourced from https://github.com/apache/maven-surefire/releases";>maven-surefire-plugin's
 releases.
   
   3.0.0-M9
   
   🚀 New features and improvements
   
   https://issues.apache.org/jira/browse/SUREFIRE-2146";>[SUREFIRE-2146] 
- Don't draw border around reporting tables (https://github-redirect.dependabot.com/apache/maven-surefire/pull/596";>#596)
 https://github.com/michael-o";>@​michael-o
   
   🐛 Bug Fixes
   
   https://issues.apache.org/jira/browse/SUREFIRE-2145";>[SUREFIRE-2145] 
- Don't use Sink#figure()/Sink#figureCaption() since it… (https://github-redirect.dependabot.com/apache/maven-surefire/pull/595";>#595)
 https://github.com/michael-o";>@​michael-o
   https://issues.apache.org/jira/browse/SUREFIRE-2065";>[SUREFIRE-2065] 
- Fix parameterized JUnit4 test reporting (https://github-redirect.dependabot.com/apache/maven-surefire/pull/608";>#608)
 https://github.com/andpab";>@​andpab
   https://issues.apache.org/jira/browse/SUREFIRE-2095";>[SUREFIRE-2095] 
- Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true when run 
with failsafe (https://github-redirect.dependabot.com/apache/maven-surefire/pull/545";>#545)
 https://github.com/br0nstein";>@​br0nstein
   
   📦 Dependency updates
   
   Bump log4j-core from 2.13.1 to 2.17.1 in 
/surefire-its/src/test/resources/surefire-1659-stream-corruption (https://github-redirect.dependabot.com/apache/maven-surefire/pull/569";>#569)
 https://github.com/dependabot";>@​dependabot
   Bump junit from 4.12 to 4.13.1 in 
/surefire-its/src/test/resources/surefire-2065-junit4 (https://github-redirect.dependabot.com/apache/maven-surefire/pull/611";>#611)
 https://github.com/dependabot";>@​dependabot
   Bump commons-email from 1.2 to 1.5 in 
/surefire-its/src/test/resources/classpath-filtering (https://github-redirect.dependabot.com/apache/maven-surefire/pull/551";>#551)
 https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/apache/maven-surefire/commit/6463194dc397b282c2d8963ed8af96f2d12a7eb8";>6463194
 [maven-release-plugin] prepare release surefire-3.0.0-M9
   https://github.com/apache/maven-surefire/commit/bdec059668cacd2a5744f69866cf0e41568ee616";>bdec059
 [SUREFIRE-2145] Don't use Sink#figure()/Sink#figureCaption() since it 
distort...
   https://github.com/apache/maven-surefire/commit/c2c41804a1e80bea7a39b0c8fc2b4edfe731744c";>c2c4180
 Bump log4j-core
   https://github.com/apache/maven-surefire/commit/c6ddebc08c398d40822fc3514f34cb7590e984cb";>c6ddebc
 Bump junit in /surefire-its/src/test/resources/surefire-2065-junit4 (https://github-redirect.dependabot.com/apache/maven-surefire/issues/611";>#611)
   https://github.com/apache/maven-surefire/commit/ee5e81e2d768b9b7132bd4d844947d1991a483c9";>ee5e81e
 [SUREFIRE-2146] Don't draw border around reporting tables (https://github-redirect.dependabot.com/apache/maven-surefire/issues/596";>#596)
   https://github.com/apache/maven-surefire/commit/11d05413b3104de6b856e7923ee7d327f3cba662";>11d0541
 [SUREFIRE-2065] Fix parameterized JUnit4 test reporting (https://github-redirect.dependabot.com/apache/maven-surefire/issues/608";>#608)
   https://github.com/apache/maven-surefire/commit/b8887b43c59ffe9c446e265c290694fcb2583247";>b8887b4
 Bump commons-email
   https://github.com/apache/maven-surefire/commit/59e096d9874e4cd719bef01e1dc45f9b5f7e9456";>59e096d
 [SUREFIRE-2095] Fork crash doesn't fail build with 
-Dmaven.test.failure.ignor...
   https://github.com/apache/maven-surefire/commit/2c8fe402c11773c1bc75166327c3b5c4bf520d9e";>2c8fe40
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M8...surefire-3.0.0-M9";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-surefire-plugin&package-manager=maven&previous-version=3.0.0-M8&new-version=3.0.0-M9)](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 me

[GitHub] [avro] dependabot[bot] opened a new pull request, #2115: Bump libthrift from 0.16.0 to 0.18.0 in /lang/java

2023-02-19 Thread via GitHub


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

   Bumps [libthrift](https://github.com/apache/thrift) from 0.16.0 to 0.18.0.
   
   Release notes
   Sourced from https://github.com/apache/thrift/releases";>libthrift's 
releases.
   
   Version 0.18.0
   Please head over to the official release download source:
   http://thrift.apache.org/download";>http://thrift.apache.org/download
   The assets listed below are added by Github based on the release tag and 
they will therefore not match the checkums published on the Thrift project 
website.
   Version 0.17.0
   Please head over to the official release download source:
   http://thrift.apache.org/download";>http://thrift.apache.org/download
   The assets listed below are added by Github based on the release tag and 
they will therefore not match the checkums published on the Thrift project 
website.
   
   
   
   Changelog
   Sourced from https://github.com/apache/thrift/blob/master/CHANGES.md";>libthrift's 
changelog.
   
   0.18.0
   Known Open Issues (Blocker or Critical)
   
   https://issues.apache.org/jira/browse/THRIFT-3877";>THRIFT-3877 - C++ 
library don't work with HTTP (csharp server, cpp client; need cross test 
enhancement)
   https://issues.apache.org/jira/browse/THRIFT-5468";>THRIFT-5468 - 
Swift service generator doesn't support oneway
   
   Compiler (General)
   
   https://issues.apache.org/jira/browse/THRIFT-5587";>THRIFT-5587 - 
Introduce uuid as additional builtin type
   https://issues.apache.org/jira/browse/THRIFT-5591";>THRIFT-5591 - Add 
uuid type to IDL and implement reference code
   https://issues.apache.org/jira/browse/THRIFT-5626";>THRIFT-5626 - 
Parser should not confuse data types and field names
   https://issues.apache.org/jira/browse/THRIFT-5627";>THRIFT-5627 - More 
consistent syntax for cpp_type
   https://issues.apache.org/jira/browse/THRIFT-5652";>THRIFT-5652 - IDL 
uuid literals can be improved
   https://issues.apache.org/jira/browse/THRIFT-5669";>THRIFT-5669 - 
"required" keyword is illegal in a "throws" clause
   
   C++
   
   https://issues.apache.org/jira/browse/THRIFT-5661";>THRIFT-5661 - 
TOutput: add zephyr-specific strerror_s implementation
   https://issues.apache.org/jira/browse/THRIFT-5658";>THRIFT-5658 - 
TProtocol: support zephyr byteorder
   https://issues.apache.org/jira/browse/THRIFT-5659";>THRIFT-5659 - 
protocol: declare when methods override
   
   D language
   
   https://issues.apache.org/jira/browse/THRIFT-5647";>THRIFT-5647 - Fix 
undeclared identifier ECONNRESET on macOS
   
   Delphi
   
   https://issues.apache.org/jira/browse/THRIFT-5618";>THRIFT-5618 - More 
consistent naming of container classes
   https://issues.apache.org/jira/browse/THRIFT-5620";>THRIFT-5620 - 
Option to force usage of COM types to allow for cross-module references
   https://issues.apache.org/jira/browse/THRIFT-5656";>THRIFT-5656 - 
Escape Delphi keywords with '&' prefix instead of '_' suffix
   https://issues.apache.org/jira/browse/THRIFT-5619";>THRIFT-5619 - make 
sure CheckReadBytesAvailable() and CountConsumedMessageBytes() handle negative 
sizes properly
   https://issues.apache.org/jira/browse/THRIFT-5622";>THRIFT-5622 - 
Garbled test output with multithreaded clients
   https://issues.apache.org/jira/browse/THRIFT-5625";>THRIFT-5625 - 
SysUtils.TGuidHelper collides with ThriftUtils.TGuidHelper
   
   Erlang
   
   https://issues.apache.org/jira/browse/THRIFT-5636";>THRIFT-5636 - 
Broken client in erlang client library
   
   Go
   
   https://issues.apache.org/jira/browse/THRIFT-5601";>THRIFT-5601 - 
Typedef after first use causes incorrect go code
   https://issues.apache.org/jira/browse/THRIFT-5650";>THRIFT-5650 - Add 
UUID support in go
   
   Haxe
   
   https://issues.apache.org/jira/browse/THRIFT-5593";>THRIFT-5593 - 
Implement uuid for hx
   
   Java
   
   https://issues.apache.org/jira/browse/THRIFT-3956";>THRIFT-3956 - Java 
keywords that are legal in IDL can lead to generated code that will not 
compile
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/apache/thrift/commit/2f2696bdf6aff18138e401b73436fc20023e88e2";>2f2696b
 release branch 0.18.0
   https://github.com/apache/thrift/commit/4eee6815276741a0381063b9e139a4938f808711";>4eee681
 fix veralign.sh
   https://github.com/apache/thrift/commit/61d3e747adac60f50277c0970d4667a9f655d6ae";>61d3e74
 Bump http, fixnum, logging, dart_style, build_test, build_web_compilers, 
mock...
   https://github.com/apache/thrift/commit/14489341ce2f2a6a2769069d6091f8f14713fff8";>1448934
 go: Use new atomic types introduced in go1.19
   https://github.com/apache/thrift/commit/d21188a627bd48c82ea5c3c67ac639e9e256593d";>d21188a
 Bump json5 from 2.1.1 to 2.2.3
   https://github.com/apache/thrift/commit/27a3311a7dd5b8ea7fcd4e0e40cf5f69a3781ce6";>27a3311
 Bump minimatch from 3.0.4 to 3.0.8 in /lib/ts
   https://github.com/apache/thrift/commit/b973d11caad472acbf4c84ac1d490f3c07836d8c";>b973d11

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

2023-02-19 Thread via GitHub


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

   Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 
3.21.12 to 3.22.0.
   
   Commits
   
   https://github.com/protocolbuffers/protobuf/commit/a847a8dc4ba1d99e7ba917146c84438b4de7d085";>a847a8d
 Updating version.json and repo version numbers to: 22.0
   https://github.com/protocolbuffers/protobuf/commit/52e435d6836cf794a061f538fe75bea6e4f77d6e";>52e435d
 Merge pull request https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/11970";>#11970
 from deannagarcia/updateDeps
   https://github.com/protocolbuffers/protobuf/commit/d327259c16528184c31b193eb302da88b84dfe3a";>d327259
 Update UPB dep
   https://github.com/protocolbuffers/protobuf/commit/8d7b4e68bf3251d7d4ec1fc8970bd1006a98493c";>8d7b4e6
 Merge pull request https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/11946";>#11946
 from protocolbuffers/cp-enum-closed-comment
   https://github.com/protocolbuffers/protobuf/commit/a594141cc408b972c9ffe2bcf14958174d0a4fe4";>a594141
 Document known quirks of EnumDescriptor::is_closed() when importing across 
fi...
   https://github.com/protocolbuffers/protobuf/commit/b7f7171c31f6a1232491479d40c02920f3b2bd1d";>b7f7171
 Merge pull request https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/11944";>#11944
 from protocolbuffers/gha-port-22.x
   https://github.com/protocolbuffers/protobuf/commit/d39aeac2c1113b4207774d560414cc780e64cc16";>d39aeac
 Fixing broken rust package
   https://github.com/protocolbuffers/protobuf/commit/9a5e86d4527c31bb957b5df82ef8e4a0104a3ef4";>9a5e86d
 Run continuous tests hourly to boost statistics for analysis
   https://github.com/protocolbuffers/protobuf/commit/de8bb714e252a6bc91e2b056260f9ccc495d4b4a";>de8bb71
 [ObjC] CI dbg & opt macOS bazel builds.
   https://github.com/protocolbuffers/protobuf/commit/a3970ef1f261208a98545aebf9d5369d863cecf2";>a3970ef
 Stop using 'push' event to determine privileged post-submit runs.
   Additional commits viewable in https://github.com/protocolbuffers/protobuf/compare/v3.21.12...v3.22.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=maven&previous-version=3.21.12&new-version=3.22.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, #2112: Bump cyclonedx-maven-plugin from 2.7.4 to 2.7.5 in /lang/java

2023-02-19 Thread via GitHub


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

   Bumps 
[cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) 
from 2.7.4 to 2.7.5.
   
   Release notes
   Sourced from https://github.com/CycloneDX/cyclonedx-maven-plugin/releases";>cyclonedx-maven-plugin's
 releases.
   
   2.7.5
   
   
   document and test verbose (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/280";>#280)
 https://github.com/hboutemy";>@​hboutemy
   simplify ITs code (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/277";>#277)
 https://github.com/hboutemy";>@​hboutemy
   extract model converter DI component from base mojo (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/275";>#275)
 https://github.com/hboutemy";>@​hboutemy
   move code out of base when possible (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/268";>#268)
 https://github.com/hboutemy";>@​hboutemy
   Simplify code (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/267";>#267)
 https://github.com/hboutemy";>@​hboutemy
   Explicit aggregate dependencies where necessary (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/266";>#266)
 https://github.com/hboutemy";>@​hboutemy
   clarify exclude* parameters (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/265";>#265)
 https://github.com/hboutemy";>@​hboutemy
   
   🚀 New features and improvements
   
   add effective goal into BOM tool name (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/283";>#283)
 https://github.com/hboutemy";>@​hboutemy
   add outputDirectory parameter (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/279";>#279)
 https://github.com/hboutemy";>@​hboutemy
   Fix dependencies concealed during BOM creation, aligning more closely 
with the dependency graph (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/256";>#256)
 https://github.com/knrc";>@​knrc
   mark makeBom and makeAggregatedBom threadsafe as makePackageBom (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/264";>#264)
 https://github.com/hboutemy";>@​hboutemy
   
   🐛 Bug Fixes
   
   don't warn with ERROR stacktrace on dependencies with bundle packaging 
(https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/278";>#278)
 https://github.com/hboutemy";>@​hboutemy
   
   📦 Dependency updates
   
   Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/281";>#281)
 https://github.com/dependabot";>@​dependabot
   Bump maven-invoker-plugin from 3.4.0 to 3.5.0 (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/282";>#282)
 https://github.com/dependabot";>@​dependabot
   Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/270";>#270)
 https://github.com/dependabot";>@​dependabot
   Bump actions/checkout from 3.2.0 to 3.3.0 (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/255";>#255)
 https://github.com/dependabot";>@​dependabot
   Bump junit-bom from 5.9.1 to 5.9.2 (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/258";>#258)
 https://github.com/dependabot";>@​dependabot
   Bump maven-plugin-plugin from 3.7.0 to 3.7.1 (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/260";>#260)
 https://github.com/dependabot";>@​dependabot
   Bump maven-plugin-annotations from 3.7.0 to 3.7.1 (https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/pull/261";>#261)
 https://github.com/dependabot";>@​dependabot
   
   Full Changelog: https://github.com/CycloneDX/cyclonedx-maven-plugin/compare/cyclonedx-maven-plugin-2.7.4...cyclonedx-maven-plugin-2.7.5";>https://github.com/CycloneDX/cyclonedx-maven-plugin/compare/cyclonedx-maven-plugin-2.7.4...cyclonedx-maven-plugin-2.7.5
   
   
   
   Commits
   
   https://github.com/CycloneDX/cyclonedx-maven-plugin/commit/8ff9c3a9d72508db1f38eb3b48be8c87d6c940d4";>8ff9c3a
 [maven-release-plugin] prepare release cyclonedx-maven-plugin-2.7.5
   https://github.com/CycloneDX/cyclonedx-maven-plugin/commit/ae16697d8bf22d1b406c6f5cb297f257d3e35fe2";>ae16697
 Removing version from example
   https://github.com/CycloneDX/cyclonedx-maven-plugin/commit/d383c50b9623290cbc88d7bda1774f7f92e69271";>d383c50
 Merge pull request https://github-redirect.dependabot.com/CycloneDX/cyclonedx-maven-plugin/issues/283";>#283
 from CycloneDX/tool-goal
   https://github.com/CycloneDX/cyclonedx-maven-plugin/commit/61323137c6be13093453cecc09ca9dd910f73fdb";>6132313
 add effective goal into BOM tool name
   https://github.com/CycloneDX/cyclonedx-maven-plugin/commit/1039975ce36b5a81d94c8e5d87e669b66e9

[GitHub] [avro] dependabot[bot] closed pull request #1885: Bump libthrift from 0.16.0 to 0.17.0 in /lang/java

2023-02-19 Thread via GitHub


dependabot[bot] closed pull request #1885: Bump libthrift from 0.16.0 to 0.17.0 
in /lang/java
URL: https://github.com/apache/avro/pull/1885


-- 
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 #2112: Bump cyclonedx-maven-plugin from 2.7.4 to 2.7.5 in /lang/java

2023-02-19 Thread via GitHub


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


-- 
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 #2114: Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 in /lang/java

2023-02-19 Thread via GitHub


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


-- 
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 #2113: Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 in /lang/java

2023-02-19 Thread via GitHub


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


-- 
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 #2111: Bump protobuf-java from 3.21.12 to 3.22.0 in /lang/java

2023-02-19 Thread via GitHub


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


-- 
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, #2116: Bump syn from 1.0.107 to 1.0.108 in /lang/rust

2023-02-23 Thread via GitHub


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

   Bumps [syn](https://github.com/dtolnay/syn) from 1.0.107 to 1.0.108.
   
   Release notes
   Sourced from https://github.com/dtolnay/syn/releases";>syn's 
releases.
   
   1.0.108
   
   Fix handling of unusual whitespace after escaped newlines in 
LitStr::value (https://github-redirect.dependabot.com/dtolnay/syn/issues/1381";>#1381,
 thanks https://github.com/ModProg";>@​ModProg)
   
   
   
   
   Commits
   
   https://github.com/dtolnay/syn/commit/01f69e937c7d389b01edb0ff3bd8b1c42c73824c";>01f69e9
 Release 1.0.108
   https://github.com/dtolnay/syn/commit/62d0aeda487a835a3a28d5efeb24b92c68ab3834";>62d0aed
 stricter parsing of string_continue escapes
   See full diff in https://github.com/dtolnay/syn/compare/1.0.107...1.0.108";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=syn&package-manager=cargo&previous-version=1.0.107&new-version=1.0.108)](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



  1   2   3   4   5   6   7   8   9   10   >