spring-projects / spring-security-kerberos

Spring Security Kerberos
https://spring.io/projects/spring-security-kerberos
182 stars 226 forks source link

Reboot project with boot 3.x #165

Closed jvalkeal closed 1 year ago

jvalkeal commented 1 year ago

Everything in this project should get modernised including

CoderYellow commented 1 year ago

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

jvalkeal commented 1 year ago

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

prutheus commented 1 year ago

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

venkatnaveen7 commented 1 year ago

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

ivanfomkin commented 1 year ago

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

Mettbrot commented 1 year ago

Thank you! The RC1 is working great.