JAVA-29293 :- Add a comment to ensure that everyone knows that, upgrade to Boot 3 for this project is not feasible. (#16050)

* JAVA-29293 :- Add a comment to ensure that everyone knows that,  upgrade to Boot 3 for this project is not feasible.

* JAVA-29293 :- Add a comment to ensure that everyone knows that,  upgrade to Boot 3 for this project is not feasible.

* JAVA-29293 :- Add a comment to ensure that everyone knows that,  upgrade to Boot 3 for this project is not feasible.
This commit is contained in:
Amit Pandey 2024-03-09 20:14:34 +05:30 committed by GitHub
parent ebedbc6466
commit 830c5608d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<module>spring-security-core-2</module>
<!-- <module>spring-security-ldap</module>-->
<module>spring-security-legacy-oidc</module> <!-- Ths module wasn't able to upgrade because is using Spring Security oauth2 which reached end of life. JAVA-29292-->
<module>spring-security-oauth2</module>
<module>spring-security-oauth2</module> <!-- This module wasn't updated to spring boot 3 because of spring-oauth2 not supporting Jakarta and reaching end of life. JAVA-29293 -->
<module>spring-security-oauth2-sso</module> <!-- This module wasn't able to update because Spring Security Oauth reach end of life and not compatible with spring boot 3. JAVA-29294 -->
<module>spring-security-oidc</module>
<module>spring-security-okta</module>

View File

@ -9,6 +9,8 @@
<packaging>jar</packaging>
<description>spring 5 security oauth sample project</description>
<!-- Unable to update this project to Boot 3 due to the lack of support for
Spring-security-oauth2 dependencies in Spring Boot 3, which have reached their end of life. -->
<parent>
<groupId>com.baeldung</groupId>
<artifactId>spring-security-modules</artifactId>