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
Marcus Da Coregio
b0c7d7703b
Next development version
2021-12-20 11:02:26 -03:00
Marcus Da Coregio
5bc0537f1b
Release 5.5.4
2021-12-20 10:18:36 -03:00
Marcus Da Coregio
355bf8ddee
Update spring-ldap-core to 2.3.5.RELEASE
...
Closes gh-10641
2021-12-20 10:02:03 -03:00
Marcus Da Coregio
05585a5f13
Update org.springframework.data to 2021.0.7
...
Closes gh-10640
2021-12-20 10:02:00 -03:00
Marcus Da Coregio
00d350608a
Update org.springframework to 5.3.14
...
Closes gh-10639
2021-12-20 10:01:58 -03:00
Marcus Da Coregio
906c520fa0
Update org.jetbrains.kotlin to 1.5.32
...
Closes gh-10638
2021-12-20 10:01:55 -03:00
Marcus Da Coregio
ca19601f8b
Update cas-client-core to 3.6.4
...
Closes gh-10637
2021-12-20 10:01:52 -03:00
Marcus Da Coregio
bdd4d05ce2
Update hsqldb to 2.6.1
...
Closes gh-10636
2021-12-20 10:01:50 -03:00
Marcus Da Coregio
0eec932917
Update hibernate-entitymanager to 5.4.33
...
Closes gh-10635
2021-12-20 10:01:47 -03:00
Marcus Da Coregio
af5c1761e8
Update io.projectreactor to 2020.0.14
...
Closes gh-10633
2021-12-20 10:01:42 -03:00
Marcus Da Coregio
491989c692
Update jackson-bom to 2.12.6
...
Closes gh-10630
2021-12-20 10:01:34 -03:00
Marcus Da Coregio
731069a69a
Update logback-classic to 1.2.9
...
Closes gh-10629
2021-12-20 10:01:31 -03:00
Steve Riesenberg
47b8860681
Update copyright year
...
Issue gh-10557
2021-12-01 17:36:52 -06:00
Steve Riesenberg
828cac8889
Fix case sensitive headers comparison
...
Closes gh-10557
2021-12-01 15:19:33 -06:00
Jonas Erbe
aefd2d497c
Fix JwtClaimValidator wrong error code
...
Previously JwtClaimValidator returned the invalid_request error on claim validation failure.
But validators have to return invalid_token errors on failure according to:
https://datatracker.ietf.org/doc/html/rfc6750#section-3.1 .
Also see gh-10337
Closes gh-10337
2021-11-29 12:22:30 -07:00
Henning Poettker
775bf91c77
Fix return type for NoOpPasswordEncoder bean in documentation
2021-11-23 14:14:41 -03:00
Marcus Da Coregio
2bf7a5ae80
Improve log message when no CSRF token found
...
Closes gh-10436
2021-11-19 08:37:25 -03:00
Josh Cummings
c495ff8759
Fix AuthnRequestConverter Sample Typos
...
Closes gh-10364
2021-11-18 13:37:45 -07:00
Josh Cummings
b7a12e1b80
Fix setJWTClaimSetJWSKeySelector Typo
...
Closes gh-10504
2021-11-16 15:34:40 -07:00
Josh Cummings
670d10dadd
Fix jwtDecoder Documentation Usage
...
Closes gh-10505
2021-11-16 15:21:05 -07:00
Josh Cummings
72db6a20c9
Don't Cache ReactiveJwtDecoders Errors
...
Closes gh-10444
2021-11-10 17:44:15 -07:00
Marcus Da Coregio
00f4033b9b
Update DefaultWebInvocationPrivilegeEvaluator to use current ServletContext
...
Closes gh-10208
2021-10-22 13:22:12 -03:00
Steve Riesenberg
ddb59d439f
Update io.spring.javaformat to 0.0.29
...
Closes gh-10411
2021-10-22 10:19:35 -05:00
Rob Winch
e4a76b0ec9
Checkstyle Fixes
...
- Javadoc tag ordering
- Private constructors before inner classes
Issue gh-10394
2021-10-22 10:19:34 -05:00
Steve Riesenberg
78e8507af7
Next Development Version
2021-10-18 14:51:43 -05:00
Steve Riesenberg
13e7c9f58d
Release 5.5.3
2021-10-18 14:48:01 -05:00
Steve Riesenberg
14e6d8ad49
Revert "Update io.spring.javaformat to 0.0.29"
...
This reverts commit fafde0910f
.
2021-10-18 14:23:51 -05:00
Steve Riesenberg
d1a27676df
Update org.springframework.data to 2021.0.6
...
Closes gh-10417
2021-10-18 14:20:16 -05:00
Steve Riesenberg
844879b84d
Update org.springframework to 5.3.11
...
Closes gh-10416
2021-10-18 14:20:14 -05:00
Steve Riesenberg
d5efbd34b5
Update org.jetbrains.kotlinx to 1.5.2
...
Closes gh-10415
2021-10-18 14:20:11 -05:00
Steve Riesenberg
b9ef11d228
Update org.jetbrains.kotlin to 1.5.31
...
Closes gh-10414
2021-10-18 14:20:09 -05:00
Steve Riesenberg
d9b1df8b65
Update org.eclipse.jetty to 9.4.44.v20210927
...
Closes gh-10413
2021-10-18 14:20:07 -05:00
Steve Riesenberg
020dd90566
Update io.spring.nohttp to 0.0.10
...
Closes gh-10412
2021-10-18 14:20:05 -05:00
Steve Riesenberg
fafde0910f
Update io.spring.javaformat to 0.0.29
...
Closes gh-10411
2021-10-18 14:20:02 -05:00