[PR] chore: Bump rand from 0.9.0 to 0.9.1 [avro-rs]

2025-04-18 Thread via GitHub
dependabot[bot] opened a new pull request, #186: URL: https://github.com/apache/avro-rs/pull/186 Bumps [rand](https://github.com/rust-random/rand) from 0.9.0 to 0.9.1. Changelog Sourced from https://github.com/rust-random/rand/blob/master/CHANGELOG.md";>rand's changelog. [0.

[PR] Avro 4123 parsed named schemas always empty [avro]

2025-04-18 Thread via GitHub
opwvhk opened a new pull request, #3361: URL: https://github.com/apache/avro/pull/3361 ## What is the purpose of the change Fix AVRO-4123: after parsing, ParseResult#parsedNamedSchemas() is always empty. ## Verifying this change This change altered the test c

[jira] [Created] (AVRO-4131) Old and incorrect mailing list URLs

2025-04-18 Thread Ryan Skraba (Jira)
Ryan Skraba created AVRO-4131: - Summary: Old and incorrect mailing list URLs Key: AVRO-4131 URL: https://issues.apache.org/jira/browse/AVRO-4131 Project: Apache Avro Issue Type: Improvement

Re: [PR] AVRO-4123: Parsed named schemas always empty [avro]

2025-04-18 Thread via GitHub
RyanSkraba merged PR #3361: URL: https://github.com/apache/avro/pull/3361 -- 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.or

Re: [PR] AVRO-4090: [php] Avoid repeating data validation [avro]

2025-04-18 Thread via GitHub
opwvhk merged PR #3241: URL: https://github.com/apache/avro/pull/3241 -- 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 F

[PR] Avro 4126 fix generated javadoc comment [avro]

2025-04-18 Thread via GitHub
opwvhk opened a new pull request, #3360: URL: https://github.com/apache/avro/pull/3360 ## What is the purpose of the change Change the javadoc "Autogenerated by Avro" in generated files to a regular multi-line comment. This fixes linting issues in more recent JDKs. ## V