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 PR copies the composer setup from https://github.com/apache/thrift which Apache successfully uses to publish the Thrift package to packagist.org (https://packagist.org/packages/apache/thrift). This is...

build
PHP

## What is the purpose of the change This PR removes the need for the dependency on the composer plugin (https://github.com/beberlei/composer-monorepo-plugin). With these changes, to use the PHP library, one...

build
PHP

Bumps org.apache.hadoop:hadoop-client from 3.3.6 to 3.4.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.hadoop:hadoop-client&package-manager=maven&previous-version=3.3.6&new-version=3.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

Java
build
dependencies

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.13.0 to 5.14.2. Release notes Sourced from org.mockito:mockito-core's releases. v5.14.2 Changelog generated by Shipkit Changelog Gradle Plugin 5.14.2 2024-10-15 - 12 commit(s) by Brice Dutheil, Rafael Winterhalter,...

Java
build
dependencies

**DO NOT MERGE** ## What is the purpose of the change * Add the test classes from the reproducer at https://github.com/pacificmist0900/avro The reproducer fails against Avro 1.11.4 but passes against...

Java

## What is the purpose of the change This pull request add support of c++ `big-decimal` logical type in Avro serializer/deserializer methods, related to AVRO-3779. ## Verifying this change This...

C++
website

## What is the purpose of the change * This pull request improves file read performance by optimizing the first byte of varint Longs, fixing AVRO-407 ## Verifying this change...

Java

## What is the purpose of the change * This pull request improves file read performance by removing an unnecessary caching level, fixing AVRO-4069. ## Verifying this change This change...

Java

Bumps [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) from 2.8.1 to 2.9.0. Release notes Sourced from org.cyclonedx:cyclonedx-maven-plugin's releases. 2.9.0 :tada: Major features and improvements Support 1.6 spec (#556) @​thesurlydev 🔧 Build run mvn verify in CI...

Java
build
dependencies

## What is the purpose of the change *(For example: This pull request improves file read performance by buffering data, fixing AVRO-XXXX.)* This pull request fixes the behavior when adding...

Java