sbt-avrohugger icon indicating copy to clipboard operation
sbt-avrohugger copied to clipboard

sbt plugin for generating Scala sources for Apache Avro schemas and protocols.

Results 22 sbt-avrohugger issues
Sort by recently updated
recently updated
newest added

Hi, first of all: great plugin! I'm trying to use it within the context of generating case classes for objects stored in Kafka messages. I have no direct way of...

I am not able to use Scala 2.11 in my test project when i am using this plugin. Below is my build.sbt : name := "ch19-spark-2" version := "1.0" scalaVersion...

Seeing an unexpected error in the scripted tests after merging conflicting #25 and #30, so I reverted #25 and will try #30 solo first. This means #25 must be resubmitted...

https://github.com/julianpeeters/sbt-avrohugger/issues/27#issuecomment-245002711

draft courtesy of @xelax: https://gitter.im/julianpeeters/avrohugger?at=57c732e129ee4a6705812df9

courtesy @xelax: https://gitter.im/julianpeeters/avrohugger?at=57c132878877dae6209e8c11

When I try to serialize/deserialize an Avro structure using the SpecificDatumWriter/SpecificDatumReader classes, the deserialization throws a `ClassCastException`: ``` Exception in thread "main" java.lang.ClassCastException: org.apache.avro.generic.GenericData$Record cannot be cast to foo.scala.Status ```...

We have a custom source generator in our project, which dumps some build info in project sources: ``` scala sourceGenerators in Compile += Seq(Def.task { val file = (sourceManaged in...

Hello, I am facing a compilation issue on avro generated code when updating my scala application using [sbt-avrohugger](https://github.com/julianpeeters/sbt-avrohugger) library. My versions : - scala 2.13.8 - sbt 1.6.2 - sbt-avrohugger...

Hi, I'm trying to include avsc file from an external sbt module, do you have a possible solution for that ? I have added the under "resources" folder of the...