Marcus Da Coregio
e9f3da94fc
Release 5.6.2
5.6.2
2022-02-21 10:04:41 -03:00
Marcus Da Coregio
4fb6f936a7
Update spring-ldap-core to 2.3.6.RELEASE
...
Closes gh-10877
2022-02-21 09:20:57 -03:00
Marcus Da Coregio
c431b5479e
Update org.springframework.data to 2021.1.2
...
Closes gh-10876
2022-02-21 09:20:54 -03:00
Marcus Da Coregio
fc03950afd
Update org.springframework to 5.3.16
...
Closes gh-10875
2022-02-21 09:20:52 -03:00
Marcus Da Coregio
516b5fed4a
Update org.slf4j to 1.7.36
...
Closes gh-10874
2022-02-21 09:20:49 -03:00
Marcus Da Coregio
165e29e585
Update hibernate-entitymanager to 5.6.5.Final
...
Closes gh-10873
2022-02-21 09:20:47 -03:00
Marcus Da Coregio
0be3e86b21
Update org.eclipse.jetty to 9.4.45.v20220203
...
Closes gh-10872
2022-02-21 09:20:44 -03:00
Marcus Da Coregio
96d229a6d1
Update org.aspectj to 1.9.8
...
Closes gh-10871
2022-02-21 09:20:42 -03:00
Marcus Da Coregio
5098cad9cf
Update io.spring.javaformat to 0.0.31
...
Closes gh-10870
2022-02-21 09:20:40 -03:00
Marcus Da Coregio
883c480af0
Update r2dbc-h2 to 0.8.5.RELEASE
...
Closes gh-10869
2022-02-21 09:20:37 -03:00
Marcus Da Coregio
0f83e40427
Update io.projectreactor to 2020.0.16
...
Closes gh-10867
2022-02-21 09:20:32 -03:00
Marcus Da Coregio
ad6ef6e4c7
Update mockk to 1.12.2
...
Closes gh-10866
2022-02-21 09:20:30 -03:00
Marcus Da Coregio
94201e46f1
Update logback-classic to 1.2.10
...
Closes gh-10865
2022-02-21 09:20:27 -03: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
Rob Winch
910e198cee
Add .sdkmanrc
2022-02-18 13:48:26 -06:00
Rob Winch
225e4fdc95
Add .sdkmanrc
2022-02-18 13:48:05 -06:00
Josh Cummings
3d878549f4
Remove WantAssertionsSigned
...
WantAssertionsSigned requires that asserting parties sign the
assertions. This does not reflect how Spring Security actually
behaves, creating behavior mismatches.
Closes gh-10844
2022-02-18 11:43:25 -07:00
Talerngpong Virojwutikul
070b67a9a1
add Kotlin examples for Spring Data Integration of servlet application
2022-02-18 08:50:06 -03:00
Talerngpong Virojwutikul
45a88fc391
add Kotlin examples for Spring Data Integration of servlet application
2022-02-18 08:49:27 -03:00
Talerngpong Virojwutikul
8a56e4f35e
add Kotlin examples for Spring Data Integration of servlet application
2022-02-18 08:46:20 -03:00
Eleftheria Stein
e97c643870
Deprecate WebSecurityConfigurerAdapter
...
Closes gh-10822
2022-02-17 12:13:50 +01:00
Josh Cummings
97c18478e5
Add Skipping Decryption Error Message
...
Closes gh-10220
2022-02-16 16:10:36 -07:00
Josh Cummings
399562b2a8
Correct Test
...
Issue gh-10220
2022-02-16 16:10:36 -07:00
Josh Cummings
836335dc89
Collect All Validation Errors
...
- OpenSaml4AuthenticationProvider now collects all validation errors
instead of treating some as their own exception
Issue gh-10220
2022-02-16 16:10:19 -07:00
Josh Cummings
371389580b
Update JavaDoc
...
Issue gh-10564
2022-02-15 12:57:32 -07:00
Yuriy Savchenko
0fb6840db3
Make WebAuthenticationDetails constructor public
...
Closes gh-10564
2022-02-15 12:57:32 -07:00
Eleftheria Stein
c6b185465d
Add DEFAULT_USER_SCHEMA_DDL_LOCATION constant
...
Closes gh-10837
2022-02-15 11:24:23 +01:00
Yuriy Savchenko
77ba94e1db
Update docs to use multi-tenancy
...
Closes gh-10572
2022-02-14 11:07:42 +01:00
Talerngpong Virojwutikul
015036741b
Add Kotlin example for logout configuration of reactive authentication
...
Closes gh-10819
2022-02-11 13:16:47 +01:00
giger85
304ef2302c
Replace StringUtils class completely
...
Issue gh-9925
Closes gh-10805
2022-02-10 18:10:53 +01:00
giger85
8f01efb9e3
Replace StringUtils class completely
...
Issue gh-9925
Closes gh-10805
2022-02-10 17:50:07 +01:00
Eleftheria Stein
c2635ba6bf
Apply configurers from spring.factories to HttpSecurity bean
...
Closes gh-10814
2022-02-09 14:40:57 +01:00
Eleftheria Stein
4492e5b667
Replace WebSecurityConfigurerAdapter with SecurityFilterChain in docs
...
Closes gh-10003
2022-02-08 16:12:10 +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
Josh Cummings
f53c65b3a0
Polish ignoring() log messaging
...
- Public API remains unchanged
Issue gh-9334
2022-02-07 15:07:29 -07:00
Manuel Jordan
0be772ff5b
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:07:29 -07:00
Josh Cummings
cbd87fac89
Polish ignoring() log messaging
...
- Public API remains unchanged
Issue gh-9334
2022-02-07 14:50:28 -07:00