p2-inc / keycloak-orgs

Single realm, multi-tenancy for SaaS apps
https://phasetwo.io
Other
389 stars 66 forks source link

Remove ZWSP characters found in source code, align compiler version. #20

Closed splatch closed 1 year ago

splatch commented 1 year ago

While reviewing your code I found out that there are extra characters which make intellij report errors, even if command line build worked fine. I removed them, even if diff does not show them. I did switch java.version property from 1.8 as your code already use Optional.isEmpty which is added in Java 11.

xgp commented 1 year ago

Thanks for the PR!