spring-projects / spring-security-kerberos

Spring Security Kerberos

Home Page:https://spring.io/projects/spring-security-kerberos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reboot project with boot 3.x

jvalkeal opened this issue · comments

Everything in this project should get modernised including

  • #167
  • Setup build via gh actions
  • Base level to what boot 3.x brings
  • #166

Glad to see this project is rebooted, I've done some work to upgrade to spring boot 2 and support for webflux. There wasn't too much code change, it is easy to migrate to spring boot 2. So do you have a plan to support spring boot 2 since the spring boot 3 is dependent on JDK 17 which could be a huge refactor, many users would rather stick to spring boot 2.
For the gradle config I just copied from spring-security. Why not combine this project to spring security as a sub module

Current plan is to skip boot 2 and see how community takes it.

Is this already working with boot 3? When is a release of boot 3 compatibility planned?

Looking for release with boot3
Can we take code from main branch ..?
Still its using javax

Hi! When are you planning to release for Boot 3.0?

Thank you! The RC1 is working great.