10378 Commits

Author SHA1 Message Date
Steve Riesenberg
10f7a968c1
Update jackson-bom to 2.12.6.20220326
Closes gh-11129
Closes gh-11130
Closes gh-11131
2022-04-18 10:52:58 -05:00
Steve Riesenberg
344bad34be
Update logback-classic to 1.2.11
Closes gh-11128
2022-04-18 10:33:45 -05:00
Eleftheria Stein
1f01203462 Remove unused host parameter in CI
Issue gh-11075
2022-04-12 13:01:44 +02:00
Eleftheria Stein
e75382736d Update to spring-build-conventions:0.0.23.4.RELEASE
Closes gh-11098
2022-04-12 12:35:04 +02:00
Eleftheria Stein
cb2291cc24 Update to spring-build-conventions:0.0.23.3.RELEASE
Closes gh-11093
2022-04-11 18:08:06 +02:00
Eleftheria Stein
764ca38596 Use explicit docs host
Issue gh-11075
2022-04-08 11:30:07 +02:00
Eleftheria Stein
f9f5b4345f Re-enable CI for 5.2.x
Closes gh-11075
2022-04-07 16:32:18 +02:00
Eleftheria Stein
b0585c425f Use deployArtifacts in CI
This is because publishArtifacts is not available on this branch

Issue gh-11074
2022-04-07 14:59:55 +02:00
Eleftheria Stein
9bb63b6899 Fix typo in workflow 2022-04-07 14:02:11 +02:00
Eleftheria Stein
fa1206cd17 Re-enable CI for 5.3.x
Closes gh-11074
2022-04-07 13:55:02 +02:00
Marcus Da Coregio
9792e2a0fa Use ServletContext in AuthorizationManagerWebInvocationPrivilegeEvaluator
Closes gh-10908
2022-03-28 10:21:15 -03:00
Marcus Da Coregio
44508df940 AuthorizationManagerWebInvocationPrivilegeEvaluator grant access when AuthorizationManager abstains
Closes gh-10950
2022-03-09 15:38:11 -03:00
Josh Cummings
35ac1dd71e Polish Formatting
Issue gh-10799
2022-03-02 17:11:04 -07:00
Sander van Schouwenburg
1460d53b2f Preserve order of RelyingPartRegistration credentials
Issue gh-10799
2022-03-02 17:11:04 -07:00
Josh Cummings
040a28a8c9 Replace Apache Commons Base64 Decoding
Issue gh-10923
2022-03-02 17:00:23 -07:00
Talerngpong Virojwutikul
0ae6e6e767 Update PasswordEncoder declaration
Closes gh-10910
2022-03-01 07:51:00 -07:00
Filip Hanik
2f25c03609 Change HashSet to LinkedHashSet
For various RelyingPartyRegistration.credentials to preserve order of insertion.

Issue gh-10799
2022-02-28 15:02:07 -07:00
Eleftheria Stein
7271499e74 Next development version 2022-02-21 13:15:57 +01:00
Eleftheria Stein
f2fc2a593f Release 5.5.5 5.5.5 2022-02-21 12:36:32 +01:00
Eleftheria Stein
f491cc8938 Update spring-ldap-core to 2.3.6.RELEASE
Closes gh-10863
2022-02-21 12:24:40 +01:00
Eleftheria Stein
22a39545b9 Update org.springframework.data to 2021.0.9
Closes gh-10862
2022-02-21 12:24:38 +01:00
Eleftheria Stein
36d57b597e Update org.springframework to 5.3.16
Closes gh-10861
2022-02-21 12:24:36 +01:00
Eleftheria Stein
02c6b04320 Update org.slf4j to 1.7.36
Closes gh-10860
2022-02-21 12:24:33 +01:00
Eleftheria Stein
2c3522e290 Update org.eclipse.jetty to 9.4.45.v20220203
Closes gh-10859
2022-02-21 12:24:31 +01:00
Eleftheria Stein
01e37feb0d Update org.aspectj to 1.9.8
Closes gh-10858
2022-02-21 12:24:29 +01:00
Eleftheria Stein
6403cba2f5 Update io.spring.javaformat to 0.0.31
Closes gh-10857
2022-02-21 12:24:26 +01:00
Eleftheria Stein
d655deb718 Update r2dbc-h2 to 0.8.5.RELEASE
Closes gh-10856
2022-02-21 12:24:24 +01:00
Eleftheria Stein
6156f29c3b Update io.projectreactor to 2020.0.16
Closes gh-10854
2022-02-21 12:24:19 +01:00
Eleftheria Stein
25363ac13e Update logback-classic to 1.2.10
Closes gh-10851
2022-02-21 12:24:12 +01:00
Rob Winch
15d902322f Add .sdkmanrc 2022-02-18 13:49:09 -06:00
Talerngpong Virojwutikul
070b67a9a1 add Kotlin examples for Spring Data Integration of servlet application 2022-02-18 08:50:06 -03:00
giger85
304ef2302c Replace StringUtils class completely
Issue gh-9925
Closes gh-10805
2022-02-10 18:10:53 +01:00
Josh Cummings
a09f6e15ad Polish ignoring() log messaging
- Public API remains unchanged

Issue gh-9334
2022-02-07 15:22:49 -07:00
Manuel Jordan
7e0302be5c Print ignore message DefaultSecurityFilterChain
When either `web.ignoring().mvcMatchers(...)` or
`web.ignoring().antMatchers(...)` methods are used, for all their
variations, the DefaultSecurityFilterChain class now indicates
correctly through its ouput what paths are ignored according the
`ignoring()` settings.

Closes gh-9334
2022-02-07 15:22:49 -07:00
Eleftheria Stein
7554ee8fec Fix typo in getting started docs
Closes gh-10736
2022-02-02 11:04:46 +01:00
Marcus Da Coregio
893b651aea RequestMatcherDelegatingWebInvocationPrivilegeEvaluator doesn't provided access to the ServletContext
Closes gh-10779
2022-01-31 09:57:34 -03:00
Josh Cummings
ca353d6781 Use noNullElements
Collection#contains(null) does not work for all collection types

Closes gh-10703
2022-01-14 15:19:13 -07:00
Marcus Da Coregio
a763382c3e Make source code compatible with JDK 8
Closes gh-10695
2022-01-12 17:26:25 -03:00
Marcus Da Coregio
60595f2801 Fix @since tag
Issue gh-10590, gh-10554
2022-01-06 13:22:58 -03:00
Marcus Da Coregio
ba810e468f Configure WebInvocationPrivilegeEvaluator bean for multiple filter chains
Closes gh-10554
2022-01-05 14:01:57 -03:00
Marcus Da Coregio
40dfe8f259 Add RequestMatcherEntry 2022-01-05 14:00:47 -03:00
Marcus Da Coregio
b448954f43 Introduce AuthorizationManagerWebInvocationPrivilegeEvaluator
Closes gh-10590
2022-01-05 13:57:36 -03:00
Eleftheria Stein
3f91f851fe Add End-of-Life Notice 2022-01-03 12:58:28 +02:00
Eleftheria Stein
2d25e9a687 Remove from CI 2022-01-03 12:58:03 +02:00
Eleftheria Stein
c0b2653c8a Add End-of-Life Notice 2022-01-03 12:56:44 +02:00
Eleftheria Stein
0160a1c464 Remove from CI 2022-01-03 12:56:15 +02:00
Eleftheria Stein
f8d5a44c30 Add End-of-Life Notice 2022-01-03 12:55:16 +02:00
Eleftheria Stein
ff5ccf7c7b Remove from CI 2022-01-03 12:54:28 +02:00
Eleftheria Stein
3389cf3ffc Revert "Lock dependencies"
This reverts commit 83bb4603f89c27b97305f32a0237bb6c417e7843.
2021-12-20 21:55:35 +02:00
Eleftheria Stein
0e2fa0f911 Next development version 2021-12-20 21:50:26 +02:00