1
0
mirror of synced 2026-05-22 21:33:16 +00:00
Commit Graph

9804 Commits

Author SHA1 Message Date
Marcus Da Coregio aa5564e240 Fix CAS Client Java lib not working with Jakarta EE 9
Copy the code from the library and change it to support the Jakarta classes

Issue gh-10360
2021-10-20 09:32:27 -03:00
Marcus Da Coregio b0c70a36a7 Update to Spring Framework 6.0
Issue gh-10360
2021-10-20 09:32:27 -03:00
Marcus Da Coregio d09f20369f Upgrade to AspectJ 1.9.8-RC1
Issue gh-10349
2021-10-20 09:32:27 -03:00
Marcus Da Coregio db085af4fd Remove remoting technologies support
Closes gh-10366
2021-10-20 09:32:19 -03:00
Marcus Da Coregio adc87ee612 Point to Samples on 6.0.x branch 2021-10-20 08:43:12 -03:00
Marcus Da Coregio a8b3cf4011 Switch workflows to use a JDK17 baseline
Closes gh-10353
2021-10-20 08:43:07 -03:00
Marcus Da Coregio b75a469747 Upgrade to JDK 17
Closes gh-10343
2021-10-19 16:34:20 -03:00
Marcus Da Coregio a3b60aebd7 Remove BlockHound dependency
The dependency is not needed anymore and there is a issue when using OpenJDK 13 or higher https://github.com/reactor/BlockHound/issues/33

Issue gh-10343
2021-10-19 16:34:20 -03:00
Marcus Da Coregio 8d867b05b3 Temporarily downgrade Java compat level for AspectJ classes
AspectJ doesn't support JDK17 language level (yet).
For the time being, this commit is downgrading the language level for
the aspectJ generated classes to 1.8.

Issue gh-10349
2021-10-19 16:34:20 -03:00
Marcus Da Coregio 72ba43a8b0 Update to Spring Security 6.0 2021-10-19 16:34:15 -03:00
Rob Winch 38691e6662 Release 5.6.0-RC1 5.6.0-RC1 2021-10-18 21:17:52 -05:00
Rob Winch a8c7ac9010 Add Antora based docs in whats-new 2021-10-18 21:11:47 -05:00
Rob Winch c4f07b879a Update org.springframework to 5.3.11
Closes gh-10403
2021-10-18 21:04:51 -05:00
Rob Winch 7c2e2bf75b Update htmlunit-driver to 2.54.0
Closes gh-10402
2021-10-18 21:04:51 -05:00
Rob Winch 1569ae2b75 Update junit-bom to 5.8.1
Closes gh-10400
2021-10-18 21:04:51 -05:00
Rob Winch d2bfe1c1fa Update org.jetbrains.kotlin to 1.5.31
Closes gh-10399
2021-10-18 21:04:51 -05:00
Rob Winch 289ffc3e63 Update hibernate-entitymanager to 5.6.0.Final
Closes gh-10398
2021-10-18 21:04:51 -05:00
Rob Winch ccc1c157a5 Update org.eclipse.jetty to 9.4.44.v20210927
Closes gh-10397
2021-10-18 21:04:51 -05:00
Rob Winch 7cc0c9fb1b Update assertj-core to 3.21.0
Closes gh-10396
2021-10-18 21:04:51 -05:00
Rob Winch 2bb61835a0 Update htmlunit to 2.54.0
Closes gh-10395
2021-10-18 21:04:51 -05:00
Rob Winch 4da15eea18 Update io.spring.javaformat to 0.0.29
Closes gh-10394
2021-10-18 21:04:51 -05:00
Rob Winch f836897190 Checkstyle Fixes
- Javadoc tag ordering
- Private constructors before inner classes

Issue gh-10394
2021-10-18 21:03:35 -05:00
Rob Winch 0c088e278a Update r2dbc-spi-test to 0.8.6.RELEASE
Closes gh-10393
2021-10-18 21:03:12 -05:00
Rob Winch 5f8ded6b5f Update io.projectreactor to 2020.0.12
Closes gh-10391
2021-10-18 21:03:12 -05:00
Rob Winch 8a4e640f9d Update com.nimbusds to 9.18
Closes gh-10390
2021-10-18 21:03:12 -05:00
Rob Winch de5972a062 Update jackson-bom to 2.13.0
Closes gh-10387
2021-10-18 21:03:12 -05:00
Rob Winch e1f4ec1137 Fix Jackson 2021-10-18 21:03:12 -05:00
Rob Winch 7309b8846a updateDependenciesSettings does not process AsciidoctorConventionPlugin 2021-10-18 13:54:26 -05:00
Steve Riesenberg 47087ba9c5 Revamp OAuth 2.0 Client reactive documentation
Related gh-8174
2021-10-14 14:35:25 -05:00
Steve Riesenberg a487ef2d74 Add JwtEncoder to What's New in 5.6 2021-10-14 14:26:48 -05:00
Marcus Da Coregio 7fa39c8807 Deprecate EhCache2 support
Since EhCache 3 is fully JSR-107 compliant, we should remove EhCache2 support and provide JCache implementations

Closes gh-10362
2021-10-14 14:51:27 -03:00
Dávid Kováč 64e9ac995a getClaimAsBoolean() should not be falsy
Closes gh-10148
2021-10-14 11:28:09 -05:00
Marcus Da Coregio 00084cf986 Add saml2.ValidIssuers parameter
Adds the saml2.ValidIssuers parameter into SAML 2.0 Assertion Validators

Closes gh-10335
2021-10-14 09:21:43 -06:00
Marcus Da Coregio c82722c412 Update What's New in 5.6 2021-10-14 09:27:39 -03:00
Marcus Da Coregio faec20bc69 Update DefaultWebInvocationPrivilegeEvaluator to use current ServletContext
Closes gh-10208
2021-10-14 09:27:02 -03:00
Philipp Neuschwander 6db58cbf8a Conditionally resolve bearer token from request parameters
Before this commit, the DefaultBearerTokenResolver unconditionally
resolved the request parameters to check whether multiple tokens
are present in the request and reject those requests as invalid.

This commit changes this behaviour to resolve the request parameters
only if parameter token is supported for the specific request
according to spec (RFC 6750).

Closes gh-10326
2021-10-13 17:10:50 -05:00
Emil Sierżęga 88c64b3b7b Fixed link in .editorconfig 2021-10-13 15:36:10 -06:00
Dávid Kováč 0299808b05 Add ClaimAccessor tests
Add tests for ClaimAccessor#getClaimAsMap and ClaimAccessor#getClaimAsStringList

Issue gh-10117
2021-10-13 12:53:40 -06:00
Dávid Kováč 125d33e3cf Update JavaDoc according to implementation
Update ClaimAccessor#getClaimAsMap and ClaimAccessor#getClaimAsStringList
JavaDoc according to the current implementation

Closes gh-10117
2021-10-13 12:53:40 -06:00
Joe Grandja e3abaf7999 Add OAuth2ErrorCodes.INVALID_REDIRECT_URI
Closes gh-10370
2021-10-13 14:12:44 -04:00
Gaurav Tiwari 33708e61fb Add postProcess support to Saml2LogoutConfigurer
Closes gh-10311
2021-10-13 12:05:48 -06:00
Josh Cummings fbb7691be4 Polish SecurityNamespaceHandler Tests
Issue gh-8974
2021-10-13 11:50:14 -06:00
Emil Sierżęga 8daa6ec1fd SecurityNamespaceHandler: update schema version to 5.6
Closes gh-8974
2021-10-13 11:49:57 -06:00
Steve Riesenberg 00f466a431 Update What's New in 5.6 2021-10-13 12:06:47 -05:00
Eleftheria Stein ba8844a67e Deprecate Kotlin methods that don't use reified types
Closes gh-10365
2021-10-13 10:16:37 +02:00
Josh Cummings 7b98c2ea95 Restructure SwitchUserFilter Logs
Issue gh-6311
2021-10-12 13:32:29 -06:00
Marcus Da Coregio 77399ee2b0 Deprecate remoting technologies support
Closes gh-10361
2021-10-12 14:59:37 -03:00
Marcus Da Coregio 86c24da38b Improve Method Security logging
Closes gh-10247
2021-10-08 14:22:09 -03:00
Marcus Da Coregio ef01124eb9 Add reasons to AuthorizationDecisions
Closes gh-9287
2021-10-08 14:22:09 -03:00
Marcus Da Coregio 570092c467 Remove trace logs for PrePostAnnotationSecurityMetadataSource
Those logs were producing too much noise on the console without adding much value.

Issue gh-10247
2021-10-08 14:22:09 -03:00