Skip to content

Commit

Permalink
remove out of maintenance modules from parent pom
Browse files Browse the repository at this point in the history
update README.md

Signed-off-by: liga-oz <[email protected]>
  • Loading branch information
liga-oz committed Jan 2, 2024
1 parent 8d2d362 commit e994550
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ We recommend upgrading to our [3.x major release](https://github.com/SAP/cloud-s

| ArtifactId | Version | End of Support |
|---------------------------------------------|---------|----------------|
| spring-xsuaa | 2.x | Nov, 2023 |
| spring-xsuaa-test | 2.x | Nov, 2023 |
| spring-xsuaa | 2.x | Dec, 2024 |
| spring-xsuaa-test | 2.x | Dec, 2024 |
| xsuaa-spring-boot-starter | 2.x | Nov, 2023 |
| spring-security | 2.x | Nov, 2023 |
| spring-security | 2.x | Dec, 2024 |
| resourceserver-security-spring-boot-starter | 2.x | Nov, 2023 |

# Description
Expand Down
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,11 @@
<module>java-security</module>
<module>spring-security</module>
<module>spring-security-compatibility</module>
<module>spring-security-starter</module>
<module>java-security-test</module>
<module>spring-xsuaa</module>
<module>spring-xsuaa-test</module>
<module>spring-xsuaa-mock</module>
<module>spring-xsuaa-starter</module>
<module>bom</module>
<module>spring-xsuaa-it</module>
</modules>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion spring-security/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### :warning: Deprecation Notice
In alignment with the end of support for [Spring Boot 2.x](https://spring.io/projects/spring-boot#support) and [Spring Framework 5.x](https://spring.io/projects/spring-framework#support), we will also discontinue support for version 2.x for this library by the **end of 2025** and for the corresponding Spring Boot library [spring-security-starter](../spring-security-starter) by **Nov, 2023**.
In alignment with the end of support for [Spring Boot 2.x](https://spring.io/projects/spring-boot#support) and [Spring Framework 5.x](https://spring.io/projects/spring-framework#support), we will also discontinue support for version 2.x for this library by the **end of 2024** and for the corresponding Spring Boot library [spring-security-starter](../spring-security-starter) by **Nov, 2023**.
Consequently, no bug fixes nor security patches will be provided beyond the designated end-of-support date.
We recommend upgrading to our [3.x major release](https://github.com/SAP/cloud-security-services-integration-library/blob/main/spring-security/), which supports Spring Boot 3.x, Spring Framework 6.x, and Java 17.

Expand Down
2 changes: 1 addition & 1 deletion spring-xsuaa/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### :warning: Deprecation Notice
In alignment with the end of support for [Spring Boot 2.x](https://spring.io/projects/spring-boot#support) and [Spring Framework 5.x](https://spring.io/projects/spring-framework#support), we will also discontinue support for version 2.x for this library by the **end of 2025** and for the corresponding Spring Boot library [spring-xsuaa-starter](../spring-xsuaa-starter) by **Nov, 2023**.
In alignment with the end of support for [Spring Boot 2.x](https://spring.io/projects/spring-boot#support) and [Spring Framework 5.x](https://spring.io/projects/spring-framework#support), we will also discontinue support for version 2.x for this library by the **end of 2024** and for the corresponding Spring Boot library [spring-xsuaa-starter](../spring-xsuaa-starter) by **Nov, 2023**.
Consequently, no bug fixes nor security patches will be provided beyond the designated end-of-support date.
We recommend upgrading to our 3.x major release and to [spring-security library](https://github.com/SAP/cloud-security-services-integration-library/blob/main/spring-security/Migration_SpringXsuaaProjects.md), which supports Spring Boot 3.x, Spring Framework 6.x, and Java 17.

Expand Down

0 comments on commit e994550

Please sign in to comment.