Re: [DISCUSS] Release maintenance and lifecycle

2023-07-19 Thread Ryan Skraba
I think we're all agreeing so far! Let's say we release 1.12.0 today, the state would be master: 1.13.0-SNAPSHOT branch-1.12: 1.12.1-SNAPSHOT branch-1.11: 1.11.3-SNAPSHOT We would attempt to keep all three of those in a releasable state, but the moment we release 1.13.0, branch-1.11 drops off th

[GitHub] [avro] clesaec opened a new pull request, #2368: AVRO-2282: [Java] JsonEncoder with option to not flush output for optimization purpose.

2023-07-19 Thread via GitHub
clesaec opened a new pull request, #2368: URL: https://github.com/apache/avro/pull/2368 ## What is the purpose of the change [AVRO-2282](https://issues.apache.org/jira/browse/AVRO-2282) : Use an option of Jackson library to optimized performance. (See JIRA for details)

[jira] [Created] (AVRO-3804) Open the visibility of serde implementation

2023-07-19 Thread Yannick Guern (Jira)
Yannick Guern created AVRO-3804: --- Summary: Open the visibility of serde implementation Key: AVRO-3804 URL: https://issues.apache.org/jira/browse/AVRO-3804 Project: Apache Avro Issue Type: Impro

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

2023-07-19 Thread via GitHub
dependabot[bot] opened a new pull request, #2369: URL: https://github.com/apache/avro/pull/2369 Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.12.3+zstd.1.5.2 to 0.12.4. Commits See full diff in https://github.com/gyscos/zstd-rs/commits";>compare view

[jira] [Created] (AVRO-3805) Unable to generate AVRO classes with Java source generated from OpenAPI Yaml file

2023-07-19 Thread Tom (Jira)
Tom created AVRO-3805: - Summary: Unable to generate AVRO classes with Java source generated from OpenAPI Yaml file Key: AVRO-3805 URL: https://issues.apache.org/jira/browse/AVRO-3805 Project: Apache Avro

[GitHub] [avro] martin-g merged pull request #2369: Bump zstd from 0.12.3+zstd.1.5.2 to 0.12.4 in /lang/rust

2023-07-19 Thread via GitHub
martin-g merged PR #2369: URL: https://github.com/apache/avro/pull/2369 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

[GitHub] [avro] kojiromike opened a new pull request, #2370: AVRO-312 Python Sphinx Documentation

2023-07-19 Thread via GitHub
kojiromike opened a new pull request, #2370: URL: https://github.com/apache/avro/pull/2370 ## What is the purpose of the change Use Sphinx to generate documentation in `docs/build/*.html` when `./build.sh docs` is run. ## Verifying this change This change doesn't imp

[jira] [Created] (AVRO-3806) Add Python 3.11 to Dockerfile

2023-07-19 Thread Michael A. Smith (Jira)
Michael A. Smith created AVRO-3806: -- Summary: Add Python 3.11 to Dockerfile Key: AVRO-3806 URL: https://issues.apache.org/jira/browse/AVRO-3806 Project: Apache Avro Issue Type: Task

[GitHub] [avro] kojiromike opened a new pull request, #2371: AVRO-3806: Add Python 3.11 to Dockerfile

2023-07-19 Thread via GitHub
kojiromike opened a new pull request, #2371: URL: https://github.com/apache/avro/pull/2371 ## What is the purpose of the change Enable all the tox environments, including Python 3.11, to work in the docker development environment. (Also, removes the 20 second sleep when install

[GitHub] [avro] kojiromike merged pull request #2371: AVRO-3806: Add Python 3.11 to Dockerfile

2023-07-19 Thread via GitHub
kojiromike merged PR #2371: URL: https://github.com/apache/avro/pull/2371 -- 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

Implementing Python API Docs

2023-07-19 Thread Michael Smith
I did a PR to implement a very old ticket, AVRO-312. https://github.com/apache/avro/pull/2370 It builds the documentation in html and I can view it locally. What I need is for someone who understands the process for publishing the avro website to let me know if my changes will properly publish th

[jira] [Created] (AVRO-3807) Clean up unused imports and variables

2023-07-19 Thread Michael A. Smith (Jira)
Michael A. Smith created AVRO-3807: -- Summary: Clean up unused imports and variables Key: AVRO-3807 URL: https://issues.apache.org/jira/browse/AVRO-3807 Project: Apache Avro Issue Type: Task

[GitHub] [avro] kojiromike merged pull request #2363: AVRO-3807 Cleanup Unused Imports and Variable Assignments

2023-07-19 Thread via GitHub
kojiromike merged PR #2363: URL: https://github.com/apache/avro/pull/2363 -- 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: Implementing Python API Docs

2023-07-19 Thread Martin Grigorov
Hi Michael, The new website uses Hugo to build the static files. If you prefer to use Sphinx for the Python docs then I suggest to follow the way of C/C++/C#/Java SDKs contribute their part of the docs in this PR - https://github.com/apache/avro/pull/2187/files#diff-d54d69dbb27e75dae25cb4b2384310c