spring-attic / spring-social

Allows you to connect your applications with SaaS providers such as Facebook and Twitter.
http://projects.spring.io/spring-social
Apache License 2.0
619 stars 351 forks source link

Java 1.7 (Spring Framework 4.x) Compatibility #233

Closed codeconsole closed 5 years ago

codeconsole commented 7 years ago

Make the release jars 1.7 compatible. (For social, social-twitter, and social-facebook) There is no reason not to maintain Java 1.7 compatibility

Unfortunately, some cloud services (e.g. App Engine) still do not support 1.8.

The latest Spring Social jars still work with Spring 4.x. However, because the build.gradle target is 1.8 (not 1.7), they can not be used.

This is problematic because the last 1.7 social jar is using a Facebook version that will be deprecated soon.

If you build with a java 8 compiler, but target 1.7, you will still be able to support Spring Framework 4x and 5x.

Considering that Spring 5.x isn't even stable yet, it makes no sense to force an upgrade to java 1.8.

Please change build.gradle to target 1.7

codeconsole commented 5 years ago

No longer needed