rharter / auto-value-gson

AutoValue Extension to add Gson De/Serializer support
Apache License 2.0
607 stars 103 forks source link

#164 Use correct "Generated"-annotation based on JDK version. #186

Closed ChristianCiach closed 6 years ago

ChristianCiach commented 6 years ago

Fixes usage of auto-value-gson with JDK 9 and newer.

This bumps the dependency of auto-common to 0.9, because this version includes the necessary utility method.

geminicaprograms commented 5 years ago

Hi, Any idea when it gets released?

Thanks Jacek

ZacSweers commented 5 years ago

When it's ready

ChristianCiach commented 5 years ago

I second that request. The fix is urgent for anyone using Java 9 and above. Never has there been such a long gap between releases.

As a result, I had to completely remove this lib from our product.

ZacSweers commented 5 years ago

Urgent needs can always build from source if they need to. Let’s avoid the dramatics in the issue tracker

geminicaprograms commented 5 years ago

Likewise, simple answer hinting when it can be expected or what is blocking it would do but you decided differently so you got dramatics :)

rharter commented 5 years ago

I'm going to lock conversation on this merged pull request since none of this is helpful.

I understand the frustration in having to wait for changes to be released, however there is someone waiting for every change and we decide when to cut releases based on work planned.

We have some more bugs and issues to fix up before this is released, as we'd like to do a single release that includes fixes for many of the issues that have grown here, but we won't provide a timeline because this is something we're doing in free time and, especially this time of year, we literally don't know how long things are going to take as we also have families and other obligations to attend.

As @hzsweers mentioned, you're welcome to build from source if your needs are urgent, otherwise we're going to finish up the issues we can and then will cut a release.