Marcus Da Coregio
f880f1ba26
Update io.rsocket to 1.1.2
...
Closes gh-11121
2022-04-18 11:45:12 -03:00
Marcus Da Coregio
71dafc0c06
Update io.projectreactor to 2020.0.18
...
Closes gh-11119
2022-04-18 11:45:07 -03:00
Marcus Da Coregio
7d9357b871
Update mockk to 1.12.3
...
Closes gh-11118
2022-04-18 11:45:05 -03:00
Marcus Da Coregio
0b02bbecd1
Update jackson-bom to 2.13.2.20220328
...
Closes gh-11115
2022-04-18 11:44:57 -03:00
Marcus Da Coregio
932a5cc8b4
Update logback-classic to 1.2.11
...
Closes gh-11114
2022-04-18 11:44:55 -03:00
Simone Giannino
e4a321511a
Update saganCreateRelease property referenceDocUrl
...
- Updated saganCreateRelease task with the new referenceDocUrl for reference documentation
Closes gh-11016
2022-04-01 13:08:18 -03:00
Johannes Graf
4ee5800ec9
use okta as registration id
...
looks like `ping` is some registration id used in the past.
Closes gh-11034
2022-03-30 14:41:03 -06:00
Marcus Da Coregio
c67632225d
Use ServletContext in AuthorizationManagerWebInvocationPrivilegeEvaluator
...
Closes gh-10908
2022-03-28 10:13:40 -03:00
Rob Winch
6e45a376cd
Remove "Hi ... there" From Docs
...
Close gh-10963
2022-03-11 13:42:38 -06:00
Marcus Da Coregio
70b67cd2f1
AuthorizationManagerWebInvocationPrivilegeEvaluator grant access when AuthorizationManager abstains
...
Closes gh-10950
2022-03-09 15:22:21 -03:00
Josh Cummings
304e89041c
Polish Formatting
...
Issue gh-10799
2022-03-02 16:40:13 -07:00
Sander van Schouwenburg
f1a76efc2d
Preserve order of RelyingPartRegistration credentials
...
Issue gh-10799
2022-03-02 16:40:13 -07:00
Josh Cummings
963251314b
Replace Apache Commons Base64 Decoding
...
Issue gh-10923
2022-03-02 16:40:11 -07:00
Josh Cummings
ee061f3659
Use RFC2045 Encoding for SAML 2.0 Logout
...
Closes gh-10923
2022-03-02 16:39:31 -07:00
Talerngpong Virojwutikul
440ffce2eb
Update PasswordEncoder declaration
...
Closes gh-10910
2022-03-01 07:50:55 -07:00
Filip Hanik
47871562ca
Change HashSet to LinkedHashSet
...
For various RelyingPartyRegistration.credentials to preserve order of insertion.
Issue gh-10799
2022-02-28 15:02:03 -07:00
Josh Cummings
f0c548cee7
Invert Log Messages
...
Closes gh-10909
2022-02-28 13:17:01 -07:00
Marcus Da Coregio
1a32b399e6
Next development version
2022-02-21 10:49:06 -03:00
Marcus Da Coregio
e9f3da94fc
Release 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
Rob Winch
910e198cee
Add .sdkmanrc
2022-02-18 13:48:26 -06:00
Talerngpong Virojwutikul
45a88fc391
add Kotlin examples for Spring Data Integration of servlet application
2022-02-18 08:49:27 -03:00
giger85
8f01efb9e3
Replace StringUtils class completely
...
Issue gh-9925
Closes gh-10805
2022-02-10 17:50:07 +01: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
Rob Winch
ac990afa5d
Document Authorize HTTP Requests for Reactive Security
...
Closes gh-10801
2022-02-03 13:47:35 -06:00
Ken Dombeck
55cccbf727
Fix broken link to SAML2 login example
2022-02-03 10:20:45 -06:00
Eleftheria Stein
a095ea75a2
Fix typo in getting started docs
...
Closes gh-10736
2022-02-02 10:52:54 +01:00
Marcus Da Coregio
a041e7c943
RequestMatcherDelegatingWebInvocationPrivilegeEvaluator doesn't provided access to the ServletContext
...
Closes gh-10779
2022-01-31 09:50:17 -03:00
Rob Winch
4f3072b3d9
Exclude javax from hibernate dependency
...
Issue gh-10501
2022-01-19 15:32:12 -06:00
Rob Winch
13c467734a
Remove javax.transaction
...
Issue gh-10501
2022-01-19 15:32:12 -06:00
Rob Winch
c01b2b946b
Additional removal of javax.inject
...
Issue gh-10501
2022-01-19 15:32:12 -06:00
Rob Winch
549f9dab64
dependencies jakarta.transaction-api
...
Issue gh-10501
2022-01-19 15:32:12 -06:00
Rob Winch
58090c37ea
jsr250-api -> jakarta.annotation-api
...
Issue gh-10501
2022-01-19 15:32:12 -06:00
Rob Winch
38344e8de6
javax.servlet.jsp-api -> jakarta.servlet.jsp-api
...
Issue gh-10501
2022-01-19 15:32:12 -06:00
Rob Winch
6f319f0b13
javax.servlet.jsp.jstl-api -> jakarta.servlet.jsp.jstl-api
...
Issue gh-10501
2022-01-19 15:32:12 -06:00
Rob Winch
4e71b26ea4
Exclude javax from cas-client-core
...
Issue gh-10501
2022-01-19 15:32:12 -06:00
Rob Winch
04f3bbcefa
javax.xml.bind:jaxb-api -> jakarta.xml.bind:jakarta.xml.bind-api
...
Issue gh-10501
2022-01-19 15:32:12 -06:00
Rob Winch
c67ee6f2a8
javax.servlet:javax.servlet-api -> jakarta.servlet:jakarta.servlet-api
...
Issue gh-10501
2022-01-19 15:32:12 -06:00