Skip to content

Commit 9b07b6a

Browse files
committed
Added Sections to What's New
Closes gh-9596
1 parent 6f52bab commit 9b07b6a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,26 @@ Below are the highlights of the release.
1212
** Added https://github.com/spring-projects/spring-security/pull/9535[Jwt Bearer Authorization Grant] support
1313
** Added https://github.com/spring-projects/spring-security/pull/8765[R2DBC implementation] of `ReactiveOAuth2AuthorizedClientService`
1414

15+
* OAuth 2.0 Resource Server
16+
17+
** Enhanced JWT decoders https://github.com/spring-projects/spring-security/issues/7160[derivation of signature algorithms]
18+
** Improved https://github.com/spring-projects/spring-security/issues/9100[content negotation]
19+
** Improved https://github.com/spring-projects/spring-security/issues/9186[multi-tenancy support]
20+
21+
* SAML 2.0 Service Provider
22+
23+
** Added https://github.com/spring-projects/spring-security/issues/9095[OpenSAML 4 support]
24+
** Added https://github.com/spring-projects/spring-security/issues/8731[Single Logout support]
25+
** Enhanced SAML 2.0 https://github.com/spring-projects/spring-security/issues/9131[Assertion] https://github.com/spring-projects/spring-security/issues/9044[decryption]
26+
** Added https://github.com/spring-projects/spring-security/issues/9028[file-based configuration] for asserting party metadata
27+
** Improved https://github.com/spring-projects/spring-security/issues/9486[`RelyingPartyRegistration` resolution] support
28+
** Enhanced relying party metadata https://github.com/spring-projects/spring-security/issues/9317[support]
29+
** Added support for https://github.com/spring-projects/spring-security/issues/9177[AP-specified signing methods]
30+
1531
* Configuration
1632

1733
** Introduced https://github.com/spring-projects/spring-security/issues/9205[DispatcherType request matcher]
34+
** Introduced https://github.com/spring-projects/spring-security/issues/8900[`AuthorizationManager`] and applied it to filter and https://github.com/spring-projects/spring-security/issues/9289[method security]
1835

1936
* Kotlin DSL
2037

@@ -24,3 +41,12 @@ Below are the highlights of the release.
2441
=== WebFlux
2542

2643
** Added https://github.com/spring-projects/spring-security/issues/8143[Kotlin coroutine support] for `EnableReactiveMethodSecurity`
44+
45+
[[whats-new-build]]
46+
=== Build
47+
48+
The build has been modernized in a number of different ways.
49+
Here are a couple of highlights:
50+
51+
* All sample applications have been moved to https://github.com/spring-projects/spring-security-samples[a separate project]
52+
* The full build now https://github.com/spring-projects/spring-security/issues/9419[works with JDK 11]

0 commit comments

Comments
 (0)