[GitHub] [avro] martin-g merged pull request #2131: AVRO-3723: [RUST] These methods should be public.

2023-03-08 Thread via GitHub
martin-g merged PR #2131: URL: https://github.com/apache/avro/pull/2131 -- 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

[jira] [Created] (AVRO-3723) [Rust] Make schema::ResolvedSchema and schema::Names public

2023-03-08 Thread Martin Tzvetanov Grigorov (Jira)
Martin Tzvetanov Grigorov created AVRO-3723: --- Summary: [Rust] Make schema::ResolvedSchema and schema::Names public Key: AVRO-3723 URL: https://issues.apache.org/jira/browse/AVRO-3723 Project

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

2023-03-08 Thread via GitHub
martin-g merged PR #2133: URL: https://github.com/apache/avro/pull/2133 -- 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] martin-g merged pull request #2134: Bump typed-builder from 0.13.0 to 0.14.0 in /lang/rust

2023-03-08 Thread via GitHub
martin-g merged PR #2134: URL: https://github.com/apache/avro/pull/2134 -- 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

Re: Does thrift need Java 11?

2023-03-08 Thread Jiayu Liu
Hi Niels, Yes we moved on to Java 11 last year and configured the build to be targeting Java 11 minimal (using gradle release config, the building JDK is 17 but the target release is 11), you can find more info here: https://github.com/apache/thrift/blob/master/lib/java/gradle/sourceConfiguration.

[DISCUSS] Java 8 compatibility?

2023-03-08 Thread Niels Basjes
Hi, I was looking into making the build run in only Java 11 or 17 because there are more and more maven plugins that only run in those. Newer versions of for example the maven-checkstyle-plugin need Java 11. https://github.com/apache/avro/pull/2118 I consider that to be a low risk change because

Does thrift need Java 11?

2023-03-08 Thread Niels Basjes
Hi, I'm one of the PMCs of Apache Avro. Dependabot created a merge request to update your library at our end https://github.com/apache/avro/pull/2124 This failed because apparently this newer thrift version needs Java 11. We see this message just prior to our build failing *[INFO] Restricted to J

[GitHub] [avro] tjwp merged pull request #2132: AVRO-3722 [ruby] Eagerly Initialize Instance Variables in Ruby Implementation

2023-03-08 Thread via GitHub
tjwp merged PR #2132: URL: https://github.com/apache/avro/pull/2132 -- 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

[GitHub] [avro] dependabot[bot] opened a new pull request, #2134: Bump typed-builder from 0.13.0 to 0.14.0 in /lang/rust

2023-03-08 Thread via GitHub
dependabot[bot] opened a new pull request, #2134: URL: https://github.com/apache/avro/pull/2134 Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 0.13.0 to 0.14.0. Changelog Sourced from https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.m

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

2023-03-08 Thread via GitHub
dependabot[bot] opened a new pull request, #2133: URL: https://github.com/apache/avro/pull/2133 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.152 to 1.0.153. Release notes Sourced from https://github.com/serde-rs/serde/releases";>serde's releases. v1.0.153

[GitHub] [avro] tenderlove opened a new pull request, #2132: AVRO-3722 [ruby] Eagerly Initialize Instance Variables in Ruby Implementation

2023-03-08 Thread via GitHub
tenderlove opened a new pull request, #2132: URL: https://github.com/apache/avro/pull/2132 This commit eagerly initializes the `@type_adapter` instance variable to `nil` so that implementations can see better inline cache hits ## What is the purpose of the change Improving inli

[jira] [Created] (AVRO-3722) Eagerly Initialize Instance Variables in Ruby Implementation

2023-03-08 Thread Aaron Patterson (Jira)
Aaron Patterson created AVRO-3722: - Summary: Eagerly Initialize Instance Variables in Ruby Implementation Key: AVRO-3722 URL: https://issues.apache.org/jira/browse/AVRO-3722 Project: Apache Avro

[jira] [Created] (AVRO-3721) [Java[ Add cache to org.apache.avro.JsonProperties.getObjectProps

2023-03-08 Thread Moshe Elisha (Jira)
Moshe Elisha created AVRO-3721: -- Summary: [Java[ Add cache to org.apache.avro.JsonProperties.getObjectProps Key: AVRO-3721 URL: https://issues.apache.org/jira/browse/AVRO-3721 Project: Apache Avro