trompa

Results 6 comments of trompa

Adding Integer.class to ReflectData - Stringable list with the [addStringable](https://avro.apache.org/docs/1.8.1/api/java/org/apache/avro/reflect/ReflectData.html#addStringable(java.lang.Class)) method makes avro generate the map as if Integer was an stringable key: ``` { "type" : "record", "name" :...

I´ve done some tests and same behaviour is seen with BigDecimal and BigInteger, I am getting number keys and no strings. Checking the issue that included the Stringable classes set,...

I am at the very same stage compiling in gentoo. Found a fix? Id love to contribute with an ebuild once i get this working

I believe that original poster is running the tests with a bigger java version than 8, this is a problem I am facing for java 14, but not when i...

More info on the issue: There is a change in final fields for java 13 that prevents this to work See: https://github.com/powermock/powermock/issues/939 Ported [this change](https://github.com/nebula-plugins/gradle-resolution-rules-plugin/commit/af39f010fa8230442c8ad54d6951a5a5f12ba34a?branch=af39f010fa8230442c8ad54d6951a5a5f12ba34a&diff=unified) to scala and will create...

Unfortunately, it wasn complete, need to apply the same fix to setFinalStatic, working on it