Rob Winch
f13836c9c8
Add X to CommonOAuth2Provider Reference
...
Issue gh-16510
Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com>
11 months ago
kiruthiga1793
23e7c9eeaa
Add Twitter/X to CommonOAuth2Provider
...
Signed-off-by: kiruthiga1793 <pkiruthiga93@gmail.com>
11 months ago
Rob Winch
d52289bd7a
Remove Unnecessary Backwards Compatability
...
Since this is going to be merged into Spring Security 7 (a major release) and AESFastEngine is deprecated,
we should no longer support it (as it will likely be removed from Bouncy Castle)
11 months ago
Steve Riesenberg
5eb232cd3d
Polish gh-16164
11 months ago
Ferdinand Jacobs
2b22cf2877
Replace BouncyCastle's deprecated AESFastEngine with the default AESEngine
...
- Update AESEngine to use the default AES engine, following BouncyCastle's recommendations
(see release-1-56 of changelog: https://www.bouncycastle.org/download/bouncy-castle-java/?filter=java%3Drelease-1-56 ).
- Migrate to the latest API 'newInstance()' method to allow removal of @SuppressWarnings("deprecation")
- Remove @SuppressWarnings("deprecation")
11 months ago
Rob Winch
5f833fa236
Fix Checkstyle Errors
11 months ago
milaneuh
7fda87aecd
Remove deprecated methods from CookieServerCsrfTokenRepository
11 months ago
Shenker93
de622d1082
Improve JdbcUserDetailsManager.userExists method
11 months ago
Rob Winch
47f7d83ee4
Merge branch '6.5.x'
11 months ago
Rob Winch
69c52cc4f7
Merge branch 'remotes/origin/main'
...
- Ignore Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.18.4 in favor of 2.19.0
11 months ago
Rob Winch
3110f3679a
Merge branch '6.4.x' into 6.5.x
...
- Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.18.4
Closes gh-17069
11 months ago
dependabot[bot]
8fcf181ff0
Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.18.4
...
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom ) from 2.18.3 to 2.18.4.
- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.18.3...jackson-bom-2.18.4 )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-version: 2.18.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
Josh Cummings
46ee6eda76
Merge branch '6.5.x'
11 months ago
Josh Cummings
1ec084886a
Revert "Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0"
...
This reverts commit 226e81d7f5 .
Given that we are in the RC phase, we do not want to do minor version
upgrades
11 months ago
Josh Cummings
9c357984d7
Merge branch '6.5.x'
11 months ago
Josh Cummings
211b1b7285
Update Method Security Migration Steps
11 months ago
Josh Cummings
84db5bb312
Add Cookie Customizer Migration Steps
11 months ago
Josh Cummings
74a25c3fc1
Add shouldFilterAllDispatcherTypes Migration Steps
11 months ago
Josh Cummings
084990736e
Move Opaque Token Migration Steps
11 months ago
Josh Cummings
c6bba38458
Update SAML 2.0 Migration Steps
11 months ago
Josh Cummings
45b453f59b
Add ACL Migration Steps
11 months ago
Yanming Zhou
e61544c397
Improve OAuth2ResourceServerConfigurer to eliminate deprecated operations
...
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
11 months ago
Rob Winch
506a801f29
Merge branch '6.5.x'
...
- WebAuthnConfigurer Code Cleanup
Closes gh-17063
11 months ago
Max Batischev
66e614cb0b
WebAuthnConfigurer Code Cleanup
...
Signed-off-by: Max Batischev <mblancer@mail.ru>
11 months ago
Max Batischev
421fcaee12
Add Assertions To WebAuthnConfigurer
...
Signed-off-by: Max Batischev <mblancer@mail.ru>
11 months ago
Rob Winch
866d8d0eab
Disable samples build
...
Spring Boot doesn't support Framework 7 yet
Issue gh-17047
11 months ago
Rob Winch
e599a17303
Update SNAPSHOT tests
...
Issueh gh-17047
11 months ago
Rob Winch
276bb82e7e
Create Spring Security 7.0.0-SNAPSHOT branch
...
Closes gh-17047
11 months ago
Rob Winch
a80592a707
Use commons-logging directly
...
Closes gh-17061
11 months ago
Rob Winch
b453840c0a
HttpHeaders no longer a MultiValueMap
...
Closes gh-17060
11 months ago
Rob Winch
e5e962ef90
Jakarta Cookie HttpOnly Serialization
...
The new specification represents Cookie attribute using HttpOnly: "" vs
HttpOnly: "true".
This updates the test to correspond to the new Servlet specification and
is a breaking change related to jakarta updates.
11 months ago
Rob Winch
0e2d864b09
Update Versions
11 months ago
Rob Winch
607705347c
MediaType.sortBySpecificityAndQuality->sortBySpecificity
...
Closes gh-17059
11 months ago
Rob Winch
66319fc3bc
MockServerHttpRequest.method(String,String)->method(HttpMethod,String)
...
Closes gh-17058
11 months ago
Rob Winch
2dbf3a2d18
WebClient.exchange->exchangeToMono
...
Closes gh-17057
11 months ago
Rob Winch
5704582c52
ResponseErrorHandler.handleError(URI, HttpMethod,ClientHttpResponse)
...
Closes gh-17056
11 months ago
Rob Winch
3976e7d456
BodyInserters.fromObject -> fromProducer
...
Closes gh-17055
11 months ago
Rob Winch
b467c47ed5
ClientRequest.method->create
...
ClientRequest.method was deprecated in favor of the create method
Closes gh-17054
11 months ago
Rob Winch
11105a5c51
UriComponentsBuilder.fromHttpUrl->fromUriString
...
The fromHttpUrl method is deprecated and replaced with fromUriString
Closes gh-
11 months ago
Rob Winch
38a9aa1da9
Remove Deprecated PathMatchConfigurer usage
...
Closes gh-17052
11 months ago
Rob Winch
222faae1cb
Add junit-jupiter-engine
...
This fixes some of the compatability problems that can happen
with newer versions of junit
11 months ago
Rob Winch
cb0fdef236
Remove MediaType.APPLICATION_JSON_UTF
...
Closes gh-17050
11 months ago
Rob Winch
5abbcecccc
Update to 7.0.0-SNAPSHOT
...
Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com>
11 months ago
Rob Winch
c385a59b68
Improve SchemaZipPlugin Error Message
...
Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com>
11 months ago
Josh Cummings
184cd96ee6
Don't Update Minor Versions During RC Phase
11 months ago
Zhoudong
6624e302ac
Favor Spring Framework NonNull over Reactor NonNull
...
Signed-off-by: Zhoudong <jearton@users.noreply.github.com>
11 months ago
dependabot[bot]
dd0b26a992
Bump io.spring.gradle:spring-security-release-plugin from 1.0.5 to 1.0.6
...
Bumps [io.spring.gradle:spring-security-release-plugin](https://github.com/spring-io/spring-security-release-tools ) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/spring-io/spring-security-release-tools/releases )
- [Commits](https://github.com/spring-io/spring-security-release-tools/compare/v1.0.5...v1.0.6 )
---
updated-dependencies:
- dependency-name: io.spring.gradle:spring-security-release-plugin
dependency-version: 1.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
dependabot[bot]
0c7e43a462
Bump io.spring.gradle:spring-security-release-plugin from 1.0.5 to 1.0.6
...
Bumps [io.spring.gradle:spring-security-release-plugin](https://github.com/spring-io/spring-security-release-tools ) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/spring-io/spring-security-release-tools/releases )
- [Commits](https://github.com/spring-io/spring-security-release-tools/compare/v1.0.5...v1.0.6 )
---
updated-dependencies:
- dependency-name: io.spring.gradle:spring-security-release-plugin
dependency-version: 1.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
Rob Winch
9b79b99150
Merge branch '6.4.x'
...
- Correct method name in logout.adoc
Closes gh-17049
11 months ago
Rob Winch
63d79a97db
Merge branch '6.3.x' into 6.4.x
...
- Correct method name in logout.adoc
Closes gh-17048
11 months ago