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:
parent
ebedbc6466
commit
830c5608d8
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue