Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jtype fails to compile with Java 8 #1

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment
Open

jtype fails to compile with Java 8 #1

GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hi,

jtype doesn't compile with Java 8 due to the introduction of the 
getAnnotatedBounds() method in the java.lang.reflect.TypeVariable interface. 
The com.googlecode.jtype.DefaultTypeVariable class should be updated to declare 
the new method.

Original issue reported on code.google.com by emmanuel...@gmail.com on 29 Apr 2014 at 3:40

@GoogleCodeExporter
Copy link
Author

Guava faced a similar issue, they addressed it with a dynamic proxy such that 
the code still builds with Java 7 and Java 8.

https://github.com/google/guava/issues/1738

Original comment by emmanuel...@gmail.com on 30 Dec 2014 at 8:34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant