Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit 0f0f2f8

Browse files
committed
Add deprecation notice
Fixes gh-1775
1 parent 6234826 commit 0f0f2f8

File tree

12 files changed

+66
-2
lines changed

12 files changed

+66
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<!--
2+
******************
3+
Deprecation Notice
4+
******************
5+
The Spring Security OAuth project is deprecated.
6+
The latest OAuth 2.0 support is provided by Spring Security.
7+
See the OAuth 2.0 Migration Guide https://github.com/spring-projects/spring-security/wiki/OAuth-2.0-Migration-Guide
8+
-->
9+
110
<!--
211
For Security Vulnerabilities, please use https://pivotal.io/security#reporting
312
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<!--
2+
******************
3+
Deprecation Notice
4+
******************
5+
The Spring Security OAuth project is deprecated.
6+
The latest OAuth 2.0 support is provided by Spring Security.
7+
See the OAuth 2.0 Migration Guide https://github.com/spring-projects/spring-security/wiki/OAuth-2.0-Migration-Guide
8+
-->
9+
110
<!--
211
For Security Vulnerabilities, please use https://pivotal.io/security#reporting
312
-->

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[![Build Status](https://travis-ci.org/spring-projects/spring-security-oauth.svg?branch=master)](https://travis-ci.org/spring-projects/spring-security-oauth)
22

3-
# Maintenance Mode
3+
### ** Deprecation Notice **
44

5-
This project is in maintenance mode in favor of the OAuth Support provided by Spring Security. Read more about it in the [blog post](https://spring.io/blog/2018/01/30/next-generation-oauth-2-0-support-with-spring-security).
5+
The Spring Security OAuth project is deprecated. The latest OAuth 2.0 support is provided by Spring Security. See the [OAuth 2.0 Migration Guide](https://github.com/spring-projects/spring-security/wiki/OAuth-2.0-Migration-Guide) for further details.
66

77
# About
88

docs/Home.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ layout: default
44
home: ../
55
---
66

7+
### Deprecation Notice
8+
9+
The Spring Security OAuth project is deprecated. The latest OAuth 2.0 support is provided by Spring Security. See the [OAuth 2.0 Migration Guide](https://github.com/spring-projects/spring-security/wiki/OAuth-2.0-Migration-Guide) for further details.
10+
11+
---
712

813
# Welcome
914

docs/devguide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ layout: default
44
home: ../
55
---
66

7+
### Deprecation Notice
8+
9+
The Spring Security OAuth project is deprecated. The latest OAuth 2.0 support is provided by Spring Security. See the [OAuth 2.0 Migration Guide](https://github.com/spring-projects/spring-security/wiki/OAuth-2.0-Migration-Guide) for further details.
10+
11+
---
712

813
# Developers Guide
914

docs/downloads.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ layout: default
44
home: ../
55
---
66

7+
### Deprecation Notice
8+
9+
The Spring Security OAuth project is deprecated. The latest OAuth 2.0 support is provided by Spring Security. See the [OAuth 2.0 Migration Guide](https://github.com/spring-projects/spring-security/wiki/OAuth-2.0-Migration-Guide) for further details.
10+
11+
---
712

813
# Downloads
914

docs/oauth1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ layout: default
44
home: ../
55
---
66

7+
### Deprecation Notice
8+
9+
The Spring Security OAuth project is deprecated. The latest OAuth 2.0 support is provided by Spring Security. See the [OAuth 2.0 Migration Guide](https://github.com/spring-projects/spring-security/wiki/OAuth-2.0-Migration-Guide) for further details.
10+
11+
---
712

813
# OAuth 1 Developers Guide
914

docs/oauth2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ layout: default
44
home: ../
55
---
66

7+
### Deprecation Notice
8+
9+
The Spring Security OAuth project is deprecated. The latest OAuth 2.0 support is provided by Spring Security. See the [OAuth 2.0 Migration Guide](https://github.com/spring-projects/spring-security/wiki/OAuth-2.0-Migration-Guide) for further details.
10+
11+
---
712

813
# OAuth 2 Developers Guide
914

docs/support.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ layout: default
44
home: ../
55
---
66

7+
### Deprecation Notice
8+
9+
The Spring Security OAuth project is deprecated. The latest OAuth 2.0 support is provided by Spring Security. See the [OAuth 2.0 Migration Guide](https://github.com/spring-projects/spring-security/wiki/OAuth-2.0-Migration-Guide) for further details.
10+
11+
---
712

813
# Support
914

docs/tutorial.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ layout: default
44
home: ../
55
---
66

7+
### Deprecation Notice
8+
9+
The Spring Security OAuth project is deprecated. The latest OAuth 2.0 support is provided by Spring Security. See the [OAuth 2.0 Migration Guide](https://github.com/spring-projects/spring-security/wiki/OAuth-2.0-Migration-Guide) for further details.
10+
11+
---
712

813
# Tutorial
914

0 commit comments

Comments
 (0)