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

## What is the purpose of the change This pull request improves std::vector decoding by allocating memory block by block instead of a default memory allocation strategy. ## Verifying this...

C++

## What is the purpose of the change This pull request updates Jetty from 9.4.x to 12.1.4, addressing AVRO-4192. The reason for this update is because Jetty 9, 10 and...

Java
build

## What is the purpose of the change Our security scanning software has found some security issues, so we want to update the relevant version library, fixing AVRO-4213. ## Verifying...

Java
build

Updated [NUnit](https://github.com/nunit/nunit) from 3.14.0 to 4.4.0. Release notes _Sourced from [NUnit's releases](https://github.com/nunit/nunit/releases)._ ## 4.4.0 See [release notes](https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-440---aug-6-2025) for details. ## 4.3.2 This is a hotfix release. See [release notes](https://docs.nunit.org/articles/nunit/release-notes/framework.html#nunit-432----dec-28-2024) for...

C#
dependencies
.NET

Updated [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.7.0 to 5.0.0. Release notes _Sourced from [Microsoft.CodeAnalysis.CSharp's releases](https://github.com/dotnet/roslyn/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/roslyn/commits). [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.CodeAnalysis.CSharp&package-manager=nuget&previous-version=4.7.0&new-version=5.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

C#
dependencies
.NET

## What is the purpose of the change This pull request eliminates the need to manually configure the `@Union` annotation when using sealed classes. This should increase the times that...

Java

## What is the purpose of the change Allows custom encodings to support file changes. Used https://github.com/apache/avro/pull/1692 as inspiration ## Verifying this change *(Please pick one of the following options)*...

Java

## What is the purpose of the change When avro-c tries to encode an empty byte array it will avro_malloc(0) which on some architectures will return NULL. Make sure this...

C

Symbol.cc: it - rs.begin() returns a value of type std::ptrdiff_t. On 32-bit systems, this is typically int, so casting it to int is redundant and triggers -Wuseless-cast. FileStream.cc: size_t is...

C++

## What is the purpose of the change This PR refactors the Java class deserialization checks into a separate class and applies the security checks on all deserialization paths. ##...

Java
build