-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reboot project with boot 3.x #165
Comments
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. |
Current plan is to skip boot 2 and see how community takes it. |
- This adds needed plugin configurations to gradle buildSrc enabling publish and configures credentials via artifactoryUsername and artifactoryPassword. - Artifactory context url defaults to https://repo.spring.io but can be customised via artifactoryContextUrl. - Relates spring-projects#165
- Add publish job to ci workflow - Relates #165
- Create new module spring-security-kerberos-bom which handles bom generation via BomPlugin. - Relates #165
- Build both sec-client-rest-template and sec-server-client-auth - Migrate HttpClient 4.x to 5.x - Relates spring-projects#165
- Build sec-server-win-auth - Relates spring-projects#165
Is this already working with boot 3? When is a release of boot 3 compatibility planned? |
Looking for release with boot3 |
- Relates spring-projects#165
- Add signing plugin - Add nexus publishing plugin - Tweak publish to separate artifactory and nexus for release vs. snapshot/milestone - Remove docs publish from root as antora will have separate publishing system. - Modify ci workflow to use publishArtifacts task which would then pick either artifactory or nexus. - Relates #165
- Add secrets to ci workflow which will enable signing task. - Relates #165
- Assuming that a release tag is pushed a ci workflow will then build and publish tagged version. - Relates #165
- Publishing as zip which will get handled by artifactory - Relates #165
- Adding finalizeDeployArtifacts task which closes and releases repo in nexus. - Relates #165
- Add artifactoryPublish depends on publishArtifacts - Relates #165
- Also align framework 6.0.8 and security 6.0.3 - Relates #165
Hi! When are you planning to release for Boot 3.0? |
Thank you! The RC1 is working great. |
Everything in this project should get modernised including
The text was updated successfully, but these errors were encountered: