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