Hello!
I am beginner at authentication, authorization and security in general.
I was trying to learn and implement keycloak with spring boot 3 and spring security 6.
The quickstarts in the keycloak quickstart repository are all in spring boot 2. As you already know, there are a lot of changed in the spring boot 3 and spring security 6. Keycloak also depcrecated the adapter, which can not be used on boot 3.
Is there any thought on adding quickstarts for spring boot 3 and security 6?