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

https://issues.apache.org/jira/browse/AVRO-4103 changed test dependencies scope to test ## What is the purpose of the change *(For example: This pull request improves file read performance by buffering data, fixing AVRO-XXXX.)* ##...

Java
build

- https://issues.apache.org/jira/browse/AVRO-1769 https://svn.apache.org/viewvc?view=revision&revision=1725901 The implementation of Jansson has been removed. - https://github.com/apache/avro/pull/307 The implementation of nunit.framework.dll,Newtonsoft.Json.dll and Castle.Core.dll has been removed. - https://github.com/apache/avro/pull/2756/ The implementation of m4 macros has been...

## What is the purpose of the change *AVRO-4087* ## Verifying this change This change is a trivial rework / code cleanup without any test coverage. *Manually verified the change...

build
C#

Updated [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 5.2.0 to 6.0.0. Release notes _Sourced from [NUnit3TestAdapter's releases](https://github.com/nunit/nunit3-vs-adapter/releases)._ ## 6.0.0 See [release notes](https://docs.nunit.org/articles/vs-test-adapter/AdapterV4-Release-Notes.html) Commits viewable in [compare view](https://github.com/nunit/nunit3-vs-adapter/compare/V5.2.0...V6.0.0). [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NUnit3TestAdapter&package-manager=nuget&previous-version=5.2.0&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts...

C#
dependencies
.NET

Updated [Microsoft.CodeAnalysis.CSharp.CodeStyle](https://github.com/dotnet/roslyn) from 4.7.0 to 5.0.0. Release notes _Sourced from [Microsoft.CodeAnalysis.CSharp.CodeStyle'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.CodeStyle&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

Updated [Joveler.Compression.XZ](https://github.com/ied206/Joveler.Compression) from 4.1.0 to 5.0.2. Release notes _Sourced from [Joveler.Compression.XZ's releases](https://github.com/ied206/Joveler.Compression/releases)._ ## 5.0.2 ## Release Note ### Joveler.Compression.XZ - Fix broken .NET Framework MSBuild script for copying native DLLs....

C#
dependencies
.NET

Bumps [org.apache.thrift:libthrift](https://github.com/apache/thrift) from 0.20.0 to 0.22.0. Release notes Sourced from org.apache.thrift:libthrift's releases. Version 0.22.0 Please head over to the official release download source: http://thrift.apache.org/download The assets listed below are added...

Java
build
dependencies

## What is the purpose of the change StreamTests uses the test_str.bin file. This is problematic in our setup because we build and test 32-bit and 64-bit versions in parallel....

C++

## What is the purpose of the change This pull request allows (C++ 17) std::optional structure to be encoded and decoded. ## Verifying this change This change added tests and...

C++

The Java JsonDecoder does not actually allow there to be unknown fields in the reader compared to the writer's schema. In cases where this happens it gives the following error:...

Java