mitreid-connect / OpenID-Connect-Java-Spring-Server

An OpenID Connect reference implementation in Java on the Spring platform.
Other
1.48k stars 765 forks source link

Update to Java11 #1512

Open dirkbolte opened 4 years ago

dirkbolte commented 4 years ago

I ran into some issues when trying to compile and package this using Java12. The compile and source target pinning to Java 1.8 seems not to be sufficient. There were exceptions regarding API incompatibilities and Exceptions during javadoc creation.

In the end, I installed Java8 - and everything worked fine with that one. Unfortunately Java8 is already out of support for users without Java SE subscription.

I was searching for any reference or PR point to a Java version update but haven't found any. Is anything planned with regard to this?

zeevo commented 4 years ago

I also ran into this problem recently. I can confirm that pinning the source and target to 1.8 is not enough to get it to work with higherJava versions.

MitchellGrelson commented 2 years ago

Likewise, I would be curious to know whether anything related to this issue is in the works. We are being advised to move on from Java 8 and can't seem to figure out a workaround.

eisenbraunm commented 2 years ago

Me too- I am trying to convert up and cannot upgrade this