-
Kryo doesn't support Google's AutoValue extensions that zipkin2.Span uses.
So the following error is seen during serialization:
```
Caused by: com.esotericsoftware.kryo.KryoException: java.lang.…
-
Similar to what was mentioned in #201, a problem with e.g. Jackson is that the generated classes (e.g. Foo_AutoValue) are package private. When turning off the "make the class accessible feature" with…
-
I have had to modify several classes via sed, removing support for < 9. I have made good progress, but I got stuck at the following. It is driving my crazy as I have tried to add the missing abstract …
wltjr updated
6 years ago
-
Hi @Zhuinden and thanks for this greate job. I follow your instructions in [this awesome page](https://github.com/Zhuinden/simple-stack/wiki/7.-Putting-it-all-together-into-a-view-based-setup). every …
-
One of the natural evolution of the collection2/simpleSchema/autoForm stack is the ability to define some relationships between models. This feature is build in most popular frameworks (Rails [1], Dja…
-
The standard way of setting a default is cool, i.e. on the newly-constructed builder instance before returning it from the builder() method.
We’d like to easily avoid situations in which we almost …
-
I am trying to create model class where I need a HashMap with a String and List\ value.
Below is my definition in class
`@SerializedName("shows")
public abstract HashMap shows();`
I am getting…
-
java_toolchain requires a bootstrap classpath, including rt.jar, but Java 9 no longer has rt.jar or anything like that.
java_toolchain has to be rethought for Java 9 support
-
I created an extension to enforce guided auto value object initialisation.
https://github.com/sopak/auto-value-step-builder
I would like to be able to return false from method mustBeFinal(), and f…
sopak updated
7 years ago
-
JRAW v1.0.0 will feature better Android support in an extension library similar to [JRAW-Android](https://github.com/thatJavaNerd/JRAW-Android) included as a subproject (`:android`) and available as i…