gradle-avro-plugin icon indicating copy to clipboard operation
gradle-avro-plugin copied to clipboard

A Gradle plugin to allow easily performing Java code generation for Apache Avro. It supports JSON schema declaration files, JSON protocol declaration files, and Avro IDL files.

Results 8 gradle-avro-plugin issues
Sort by recently updated
recently updated
newest added

**Prerequisites** * [x] Are you running the latest version of the plugin? (Check [releases](https://github.com/davidmc24/gradle-avro-plugin/releases)) * [x] Are you running a supported version of Gradle? (Check the [README](https://github.com/davidmc24/gradle-avro-plugin/blob/master/README.md)) * [x] Are...

bug

My builds fail on import idl from classpath resources intermittently. When they do fail I have to kill the gradle daemon to fix the build. **To Reproduce** I have a...

bug

I have been digesting this to figure out if it is possible to reference .avsc files from another jar file https://github.com/davidmc24/gradle-avro-plugin/issues/86 I create a 'common-model' jar file with the generated...

### Prerequisites * [X] Have you checked if the feature exists in the latest version of the plugin? (See [releases](https://github.com/davidmc24/gradle-avro-plugin/releases)) * [X] Did you check to see if an [issue](https://github.com/davidmc24/gradle-avro-plugin/issues)...

enhancement

**Prerequisites** * [x] Are you running the latest version of the plugin? (Check [releases](https://github.com/davidmc24/gradle-avro-plugin/releases)) * [x] Are you running a supported version of Gradle? (Check the [README](https://github.com/davidmc24/gradle-avro-plugin/blob/master/README.md)) * [x] Are...

bug

If I define a field like this: `{ "name": "amount", "type": "bytes", "logicalType": "decimal", "precision": 21, "scale": 3, "doc": "The amount as a decimal number" }` I will get a...

It would be nice if there was another task that could first check the schemas against a schema registry service for compatibility and if it passes, automatically register the avro...

enhancement

Allows user to provide tools that will be available in Velocity templates at generation time.