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

Java 8 Compatibility #6

Closed
choweiyuan opened this issue May 11, 2020 · 1 comment
Closed

Java 8 Compatibility #6

choweiyuan opened this issue May 11, 2020 · 1 comment

Comments

@choweiyuan
Copy link

Hi I tried running with Java 8 and I get the following -

import com.c4_soft.springaddons.security.oauth2.test.Defaults;
                                                    ^
  bad class file: C:\Users\****\.gradle\caches\modules-2\files-2.1\com.c4-soft.springaddons\spring-security-oauth2-test-addons\2.0.3\b489814912684ae9e3108e6f5759aeda854173aa\spring-security-oauth2-test-addons-2.0.3.jar(com/c4_soft/springaddons/security/oauth2/test/Defaults.class)
    class file has wrong version 55.0, should be 52.0

any chance of making your project Java 8 compatible? I checked the pom.xml and the java.version is 11

Thanks

@ch4mpy
Copy link
Owner

ch4mpy commented May 14, 2020

No, I wont support Java 8.

I code with recent (more functional) stream and collections APIs and don't want to drop six years (yeah, java 8 was released in 2014) of progress in the Java platform. sorry.

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

No branches or pull requests

2 participants