SAP / cloud-security-services-integration-library

Integration libraries and samples for authenticating users and clients bound to XSUAA authentication and authorization service or Identity authentication service.
Apache License 2.0
151 stars 136 forks source link

Support of Java Version > 8.X #552

Closed nenaraab closed 2 years ago

nenaraab commented 3 years ago

Additional Notes:

liga-oz commented 2 years ago

Same problem for maven formatter plugin https://github.com/SAP/cloud-security-xsuaa-integration/pull/702

liga-oz commented 2 years ago

the following dependency is required to compile the project with java 11 as it's not part of jdk 11 anylonger:

<dependency>
   <groupId>javax.annotation</groupId>
   <artifactId>javax.annotation-api</artifactId>
</dependency>
liga-oz commented 2 years ago

Issue with com.google.code.findbugs dependency, development stopped in 2015 with JAVA 8 http://findbugs.sourceforge.net/ doesn't support higher versions.

@nenaraab what you think of switching to this successor https://spotbugs.github.io/ ?