auto-value-gson icon indicating copy to clipboard operation
auto-value-gson copied to clipboard

AutoValue Extension to add Gson De/Serializer support

Results 6 auto-value-gson issues
Sort by recently updated
recently updated
newest added

I have a setup, where I use auto-value-gson in an Eclipse plugin project and with a maven build. From Eclipse, the normal internal JDT build works. On Jenkins, without Eclipse...

Sample class: ``` import com.google.auto.value.AutoValue; import com.google.common.collect.ImmutableList; import com.google.gson.Gson; import com.google.gson.TypeAdapter; @AutoValue abstract class MyAv2 { public abstract ImmutableList items(); public static Builder builder() { return new AutoValue_MyAv2.Builder(); } @AutoValue.Builder...

Hello there. I use this library and noticed that it was pulling in a number of out of date dependencies, some of which have known vulnerabilities (e.g., https://nvd.nist.gov/vuln/detail/CVE-2020-8908 for guava)....

If a class is annotated with the new `@OmitDefaults` annotation, which requires a builder, then all properties that have a value set by the default builder method and correspond to...

@eamonnmcmanus I am having an issue on Builder method, it generates the json with all the fields instead of the values we set on builder method. these are my dependencies...

i have issue when run app with java 11 , Could not instantiate annotation processor 'com.ryanharter.auto.value.gson.AutoValueGsonAdapterFactoryProcessor' Please help me ![Screenshot 2024-05-27 at 09 51 24](https://github.com/rharter/auto-value-gson/assets/92452194/87e480a3-5724-4e7e-9be1-e1632ca5a2ae)