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 135 forks source link

[work in progress] Rework samples #1632

Closed kuntzed closed 2 weeks ago

kuntzed commented 1 month ago

To improve the readability of the samples applications we do some small refactorings and bugfixes. This includes implementation and configuration harmonisations. Furthermore, additional examples for k8b are added and the instructions (README files) for the samples are rewritten.

kuntzed commented 1 month ago

I think the E2E tests might be failing in the Github actions workflow because the maven.compiler.target or maven.compiler.source option has been replaced by maven.compiler.release?

yep, the github action runners are obviously using an old version of the maven-compiler-plugin by default. this is probably a consequence of using an old maven version. maybe we should try to control the maven version, but for now I have simply increased the required plugin version in the samples' pom files.