avro icon indicating copy to clipboard operation
avro copied to clipboard

Apache Avro is a data serialization system.

Results 272 avro issues
Sort by recently updated
recently updated
newest added

Bumps `grpc.version` from 1.65.1 to 1.66.0. Updates `io.grpc:grpc-core` from 1.65.1 to 1.66.0 Commits cf78406 Bump version to 1.66.0 33af0a7 Update README etc to reference 1.66.0 19c9b99 xds: XdsClient should unsubscribe...

Java
build
dependencies

Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.3.0 to 3.4.1. Release notes Sourced from org.codehaus.mojo:exec-maven-plugin's releases. 3.4.1 🐛 Bug Fixes Environment variable Path should be used as case-insensitive (#442) @​slawekjaranowski fix: NPE because declared...

Java
build
dependencies

Bumps [org.apache:apache](https://github.com/apache/maven-apache-parent) from 31 to 33. Release notes Sourced from org.apache:apache's releases. Apache Parent POM version 33 🚀 New features and improvements Enable GitHUb issues (#216) @​slawekjaranowski 📦 Dependency updates...

build
dependencies

## What is the purpose of the change This pull request improves type finding logic of ObjectCreator.cs helping to handle nested dictionaries (map in the map). Fixes the issue https://issues.apache.org/jira/browse/AVRO-4028...

C#

## What is the purpose of the change JsonEncoder uses special string values to represent NaN, Infinity and -Infinity values for float and double values, but JsonDecoder does not accept...

C#

## What is the purpose of the change JsonEncoder uses special string values to represent NaN, Infinity and -Infinity values for float and double values, but JsonDecoder does not accept...

Java

Custom attributes are encoded as JSON to avoid ambiguity with simple string values. ## What is the purpose of the change Fixes exception from C++ library when compiling schemas with...

C++

## What is the purpose of the change Fix schema compilation errors when non-string custom attributes are present. ## Verifying this change This change added tests and can be verified...

C++

Bumps [org.hamcrest:hamcrest-library](https://github.com/hamcrest/JavaHamcrest) from 2.2 to 3.0. Release notes Sourced from org.hamcrest:hamcrest-library's releases. Hamcrest v3.0 Breaking Changes From version 3.0, the jar distributed to Maven Central is now compiled to Java...

Java
build
dependencies

## What is the purpose of the change As requested by AVRO-3710, this makes it possible to create DataFile reader and writer instances which do not take exclusive ownership of...

C++
build