spring-graphql-common icon indicating copy to clipboard operation
spring-graphql-common copied to clipboard

Dependency version of java

Open xumingming opened this issue 9 years ago • 1 comments

Just out of curiosity, why spring-graphql-common depends on java 1.8, rather than some lower version like 1.6? our production system is using jdk 1.6 now, but we want to use this lib.

xumingming avatar Jul 23 '16 03:07 xumingming

-1

For something like GraphQL, I can't imagine not being to take advantage of Java8 language features. Given that both Java 6 and 7 are both no longer supported by Oracle, it doesn't seem like a positive move forward. Not to mention that SpringBoot only supports Java 7 as a minimum. Please keep Java 8.

damnhandy avatar Sep 14 '16 19:09 damnhandy