12870 Commits

Author SHA1 Message Date
Steve Riesenberg
5d757919a2
Add SecurityContextHolderStrategy to new repository
In 6.0, RequestAttributeSecurityContextRepository will be the default
implementation of SecurityContextRepository. This commit adds the
ability to configure a custom SecurityContextHolderStrategy, similar
to other components.

Issue gh-11060
Closes gh-11895
2022-09-22 15:33:21 -05:00
Rob Winch
0efe26c1fd Merge branch '5.8.x'
Closes gh-11894
2022-09-22 13:47:04 -05:00
Rob Winch
d94677f87e CsrfTokenRequestAttributeHandler -> CsrfTokenRequestHandler
This renames CsrfTokenRequestAttributeHandler to CsrfTokenRequestHandler and
moves usage from CsrfFilter into CsrfTokenRequestHandler.

Closes gh-11892
2022-09-22 11:09:44 -05:00
Josh Cummings
44b7847258
Fix Import Order
Issue gh-8819
2022-09-21 09:08:41 -06:00
Josh Cummings
70460ca009
Adjust OAuth2 Resource Server packaging
Closes gh-7349
2022-09-20 17:44:05 -06:00
Josh Cummings
61c80bcac5
Move Saml2 Authentication Filters
Closes gh-8819
2022-09-20 17:18:05 -06:00
Rob Winch
48e31f87e4 Remove Deprecated OpenSAML 3 Support
Closes gh-10556
2022-09-20 16:57:38 -06:00
Josh Cummings
2a487ae7f8
Updated hashcode and equals
Closes gh-4133
2022-09-20 16:36:37 -06:00
Josh Cummings
e071c28e8a
Merge remote-tracking branch 'origin/5.8.x' 2022-09-20 16:25:45 -06:00
Evgeniy Cheban
c1d27612af Simplify AuthorizationManager composition
Closes gh-11625
2022-09-20 16:24:45 -06:00
Josh Cummings
46f402243b
Merge remote-tracking branch 'origin/5.8.x' 2022-09-20 16:11:16 -06:00
Josh Cummings
3f8503f1b4
Deprecate AccessDecisionManager et al
Closes gh-11302
2022-09-20 16:09:59 -06:00
Marcus Da Coregio
63af5c9b03 Merge branch '5.8.x' 2022-09-20 08:33:55 -03:00
Marcus Da Coregio
983ca6ea27 Update What's New for 5.8 2022-09-20 08:33:38 -03:00
Marcus Da Coregio
2b4a3a85f9 Update What's New for 6.0 2022-09-20 08:33:11 -03:00
Marcus Da Coregio
e256b7511d Merge branch '5.8.x'
Closes gh-11881
2022-09-19 15:59:11 -03:00
Marcus Da Coregio
0c96989cbe Move script tag into body element
Closes gh-11879
2022-09-19 15:46:23 -03:00
github-actions[bot]
9564f1b5e4 Next development version 2022-09-19 16:55:17 +00:00
github-actions[bot]
009032e03c Next development version 2022-09-19 15:47:44 +00:00
github-actions[bot]
dcbe900ff8 Release 5.8.0-M3 5.8.0-M3 2022-09-19 15:24:11 +00:00
github-actions[bot]
a0a92b81f7 Release 6.0.0-M7 6.0.0-M7 2022-09-19 15:23:23 +00:00
Dan Allen
463bfead38 add information to README describing how to build the reference docs 2022-09-19 10:01:43 -05:00
Marcus Da Coregio
38d8b21fa7 Update aspectj-plugin to 6.5.1
Closes gh-11859
2022-09-16 16:15:45 -03:00
Marcus Da Coregio
b1064bd3e2 Update to Spring LDAP 3.0.0-M3
Closes gh-11718
2022-09-16 15:57:46 -03:00
Marcus Da Coregio
e8184d1b76 Update to org.springframework 6.0.0-M6
Closes gh-11833
2022-09-16 15:57:46 -03:00
Marcus Da Coregio
bb33174232 Update org.mockito to 4.8.0
Closes gh-11871
2022-09-16 15:57:45 -03:00
Marcus Da Coregio
191a5425a3 Update junit-bom to 5.9.0
Closes gh-11870
2022-09-16 15:57:45 -03:00
Marcus Da Coregio
f96f51b54c Update hsqldb to 2.7.0
Closes gh-11868
2022-09-16 15:57:45 -03:00
Marcus Da Coregio
791f4b98c2 Update hibernate-core to 6.1.3.Final
Closes gh-11867
2022-09-16 15:57:45 -03:00
Marcus Da Coregio
9ddb248dc2 Update org.eclipse.jetty to 11.0.12
Closes gh-11866
2022-09-16 15:57:45 -03:00
Marcus Da Coregio
f2a073b806 Update htmlunit to 2.64.0
Closes gh-11865
2022-09-16 15:57:44 -03:00
Marcus Da Coregio
eff478cad8 Update jakarta.inject to 2.0.1
Closes gh-11864
2022-09-16 15:57:44 -03:00
Marcus Da Coregio
f0f848fa41 Update io.rsocket to 1.1.3
Closes gh-11863
2022-09-16 15:57:44 -03:00
Marcus Da Coregio
222ebeab3b Update io.projectreactor to 3.5.0-M6
Closes gh-11861
2022-09-16 15:57:44 -03:00
Marcus Da Coregio
6f23aa72bc Update mockk to 1.12.8
Closes gh-11860
2022-09-16 15:57:44 -03:00
Marcus Da Coregio
cc919c542f Update com.nimbusds to 9.43.1
Closes gh-11858
2022-09-16 15:57:43 -03:00
Marcus Da Coregio
3a584e044a Update jackson-bom to 2.13.4
Closes gh-11855
2022-09-16 15:57:43 -03:00
Marcus Da Coregio
7f3ed03782 Update logback-classic to 1.4.1
Closes gh-11854
2022-09-16 15:57:43 -03:00
Marcus Da Coregio
bd18c05a27 Use mock class instead of interface on mock's return
Issue gh-11860
2022-09-16 15:57:43 -03:00
Marcus Da Coregio
fee1ffa422 Fix JSONObject and JSONArray imports in tests
Issue gh-11858
2022-09-16 15:57:43 -03:00
Steve Riesenberg
9c8c3eeb9f
Merge branch '5.8.x'
Merged using the ours strategy.

Closes gh-11853
2022-09-16 13:39:16 -05:00
Steve Riesenberg
e4e24c6639
Update org.springframework to 5.3.23
Closes gh-11851
2022-09-16 13:39:03 -05:00
Steve Riesenberg
eeb152cd6d
Update htmlunit-driver to 2.64.0
Closes gh-11850
2022-09-16 13:39:03 -05:00
Steve Riesenberg
0159e8c976
Update org.mockito to 4.8.0
Closes gh-11849
2022-09-16 13:39:02 -05:00
Steve Riesenberg
e2a4227c11
Update junit-bom to 5.9.0
Closes gh-11848
2022-09-16 13:39:02 -05:00
Steve Riesenberg
573a5b626d
Update hsqldb to 2.7.0
Closes gh-11847
2022-09-16 13:39:02 -05:00
Steve Riesenberg
5d8427a52b
Update hibernate-entitymanager to 5.6.11.Final
Closes gh-11846
2022-09-16 13:39:01 -05:00
Steve Riesenberg
ece5ff1500
Update org.eclipse.jetty to 9.4.49.v20220914
Closes gh-11845
2022-09-16 13:39:01 -05:00
Steve Riesenberg
870de424f0
Update htmlunit to 2.64.0
Closes gh-11844
2022-09-16 13:39:00 -05:00
Steve Riesenberg
a884e0dda9
Update io.rsocket to 1.1.3
Closes gh-11843
2022-09-16 13:39:00 -05:00