Josh Cummings
fe6ddd0c8f
Merge branch '6.4.x'
11 months ago
Josh Cummings
656ad72608
Merge branch '6.3.x' into 6.4.x
...
Closes gh-17016
11 months ago
Evgeniy Cheban
0e84f31a00
Add ClientRegistration's RestClient failed attempts information to exception message
...
Closes gh-16860
Signed-off-by: Evgeniy Cheban <mister.cheban@gmail.com>
11 months ago
Josh Cummings
d0a97917ad
Merge branch '6.4.x'
11 months ago
Josh Cummings
d76ccc6856
Merge branch '6.3.x' into 6.4.x
11 months ago
Yanming Zhou
9c76ab69f0
Use proper configuration key
...
the getter method is `getOpaquetoken()` not `getOpaqueToken()`
See c6045c3111/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/OAuth2ResourceServerProperties.java (L51)
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
11 months ago
Max Batischev
c855453e40
Fix Typo In SubjectDnX509PrincipalExtractorTests
...
Signed-off-by: Max Batischev <mblancer@mail.ru>
11 months ago
Josh Cummings
9df3a57d9e
Merge branch '6.4.x'
11 months ago
Josh Cummings
868342b3a9
Add OpenSAML 5 Test
...
Issue gh-17008
11 months ago
Josh Cummings
ce000ed190
Merge branch '6.3.x' into 6.4.x
...
Closes gh-17008
11 months ago
Josh Cummings
5354e4d2c5
Check for Null Issuer
...
Closes gh-16989
11 months ago
Josh Cummings
eda9142b6b
Merge branch '6.4.x'
11 months ago
Josh Cummings
e6957bb854
Merge branch '6.3.x' into 6.4.x
11 months ago
Rob Winch
db48d4ca50
rm merge-dependabot-pr.yml from Unsupported Branch
11 months ago
dependabot[bot]
226e81d7f5
Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0
...
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom ) from 2.18.3 to 2.19.0.
- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.18.3...jackson-bom-2.19.0 )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-version: 2.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
Josh Cummings
547d174f3e
Fix Formatting
11 months ago
Roman Trapickin
d2d1275b39
Fix IllegalArgumentException message for unknown Argon2 types
...
Array index 0 points to an empty string. Use index 1 instead.
Signed-off-by: Roman Trapickin <8594293+rntrp@users.noreply.github.com>
11 months ago
dependabot[bot]
55de63447d
Bump com.google.code.gson:gson from 2.13.0 to 2.13.1
...
Bumps [com.google.code.gson:gson](https://github.com/google/gson ) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/google/gson/releases )
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md )
- [Commits](https://github.com/google/gson/compare/gson-parent-2.13.0...gson-parent-2.13.1 )
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-version: 2.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
Rob Winch
25e4b74cfa
Delete .github/workflows/codeql.yml
...
Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com>
11 months ago
Tran Ngoc Nhan
29380a87a0
Polish javadoc
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
11 months ago
Max Batischev
8525f0e3fd
Add FunctionalInterface To X509PrincipalExtractor
...
Closes gh-16949
Signed-off-by: Max Batischev <mblancer@mail.ru>
11 months ago
Josh Cummings
f44ab7afdf
Update Deprecated Security Usage
11 months ago
Yanming Zhou
ce5a12b2f7
Revise document to replace outdated NimbusOpaqueTokenIntrospector with SpringOpaqueTokenIntrospector
...
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
11 months ago
Rob Winch
68ea952d5a
Update codeql.yml
...
Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com>
11 months ago
Max Batischev
4a12382d2b
Remove unused classes
...
Remove DeferringObservationAuthorizationManager.java and DeferringObservationReactiveAuthorizationManager.java
Signed-off-by: Max Batischev <mblancer@mail.ru>
11 months ago
Rob Winch
21b4763d1c
Explicitly disable the default codeql setup
...
Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com>
11 months ago
Rob Winch
5c407483a0
Create codeql.yml
...
Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com>
11 months ago
Josh Cummings
7d6bdfedc8
Add Null Guard for Authorization Result
11 months ago
Josh Cummings
a683a3a730
Favor PathPatternMessageMatcher when activated
...
Issue gh-16500
11 months ago
Josh Cummings
bc9ae1eed6
Improve NPE Handling
11 months ago
Josh Cummings
61d6fbc2a9
Update Documentation for PathPatternRequestMatcher
...
Issue gh-16765
11 months ago
Josh Cummings
0ab01eac14
Update Deprecated Security Usage
11 months ago
Josh Cummings
eecd7d9559
Update Deprecated Reactor Usage
11 months ago
Josh Cummings
834370d8eb
Update Deprecated Spring Web Usage
11 months ago
Josh Cummings
216680bb50
Update Deprecated Spring Jdbc Usage
11 months ago
Josh Cummings
2ad859a63c
Add Missing Deprecation Markers
11 months ago
Josh Cummings
3f7f3dabe7
Correct JavaDoc Class Reference
11 months ago
github-actions[bot]
bb2fd24cd9
Merge branch '6.4.x'
11 months ago
dependabot[bot]
54cd987dbc
Bump org.springframework.data:spring-data-bom from 2024.1.4 to 2024.1.5
...
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom ) from 2024.1.4 to 2024.1.5.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases )
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2024.1.4...2024.1.5 )
---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-bom
dependency-version: 2024.1.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
github-actions[bot]
1720e1d452
Merge branch '6.4.x'
11 months ago
github-actions[bot]
9495a332bc
Merge branch '6.3.x' into 6.4.x
11 months ago
dependabot[bot]
7bf776ec38
Bump org.springframework.data:spring-data-bom
...
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom ) from 2024.0.10 to 2024.0.11.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases )
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2024.0.10...2024.0.11 )
---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-bom
dependency-version: 2024.0.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
dependabot[bot]
74ec3761f6
Bump org.springframework.data:spring-data-bom from 2024.1.4 to 2024.1.5
...
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom ) from 2024.1.4 to 2024.1.5.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases )
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2024.1.4...2024.1.5 )
---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-bom
dependency-version: 2024.1.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
github-actions[bot]
fb44fd0c16
Next development version
11 months ago
github-actions[bot]
6273ba5989
Release 6.5.0-RC1
11 months ago
Rob Winch
3a1c905d07
Merge branch '6.4.x'
...
- io.spring.gradle:spring-security-release-plugin:1.0.5
Closes gh-6.3.10 in 6.4.x in 6.5.x
11 months ago
Rob Winch
3cfdc4980c
Merge branch '6.4.x' (early part)
11 months ago
Rob Winch
56a0a54999
Revert "Release 6.5.0-RC1"
...
This reverts commit 3dd3c1883a .
11 months ago
Rob Winch
1ccd600a18
Merge branch '6.3.x' into 6.4.x
...
- Update to io.spring.gradle:spring-security-release-plugin:1.0.5
Closes gh-6.3.10 in 6.4.x
11 months ago
Rob Winch
7a302a9eb8
Merge branch '6.3.x' (early part) into 6.4.x
11 months ago