Marcus Da Coregio
d0fbe6b501
Update CI deployments to be dependent on Check Samples
...
Closes gh-10207
2021-08-19 10:13:38 -03:00
Marcus Da Coregio
be91a78781
Update Check Samples job to run in parallel
...
Issue gh-9846
2021-08-17 11:15:10 -03:00
YevheniiLutsyshyn
ac8e912ea1
Update a broken link to Spring Boot documentation
2021-08-17 11:33:49 +02:00
Fabio Guenci
8c1201ae49
Preserve Null Claim Values
...
Prior to this commit ClaimTypeConverter returned the claims with the
original value for all the claims with a null converted value.
The changes allows ClaimTypeConverter to overwrite and return claims
with converted value of null.
Closes gh-10135
2021-08-16 15:07:23 -06:00
Rob Winch
87ec94a321
Next Development Version
2021-08-16 15:24:29 -05:00
Rob Winch
b3cb7b388c
Release 5.6.0-M2
5.6.0-M2
2021-08-16 15:24:14 -05:00
Rob Winch
71f1cf1e0b
Remove Remaining Sonar Reference
...
Issue gh-10205
2021-08-16 14:45:33 -05:00
Rob Winch
829733896c
Remove unused Sonar from Build
...
Closes gh-10205
2021-08-16 14:42:38 -05:00
Rob Winch
1d4859a7ee
Update org.slf4j to 1.7.32
...
Closes gh-10204
2021-08-16 14:18:54 -05:00
Rob Winch
0a40ce6181
Update htmlunit-driver to 2.52.0
...
Closes gh-10203
2021-08-16 14:18:54 -05:00
Rob Winch
f8fad9d34d
Update hibernate-entitymanager to 5.5.6
...
Closes gh-10202
2021-08-16 14:18:54 -05:00
Rob Winch
f45f0b32b2
Update htmlunit to 2.52.0
...
Closes gh-10201
2021-08-16 14:18:54 -05:00
Rob Winch
0b068b9b81
Update io.projectreactor to 2020.0.10
...
Closes gh-10199
2021-08-16 14:18:54 -05:00
Rob Winch
dd8048809b
Update com.nimbusds to 9.12
...
Closes gh-10198
2021-08-16 14:18:54 -05:00
Rob Winch
ad9da129a8
Update nebula-project-plugin to 8.1.0
...
Closes gh-10197
2021-08-16 14:18:54 -05:00
Rob Winch
9677ef17f3
Update logback-classic to 1.2.5
...
Closes gh-10196
2021-08-16 14:18:54 -05:00
Rob Winch
2765cd58f1
Exclude rc without versions from dependencyUpdates
2021-08-16 14:18:54 -05:00
Josh Cummings
aed203f367
Docs for WebSessionServerLogoutHandler
...
Issue gh-4838
2021-08-16 13:09:42 -06:00
Bogdan Ilchyshyn
a4c088a3b3
Introducing WebSessionServerLogoutHandler
...
Closes gh-4838
2021-08-16 13:08:35 -06:00
Josh Cummings
34e04f642c
Next Development Version
2021-08-16 12:48:56 -06:00
Josh Cummings
bdc3feaa6d
Release 5.5.2
5.5.2
2021-08-16 11:43:06 -06:00
Josh Cummings
134f8b0c5d
Update org.springframework.data to 2021.0.4
...
Closes gh-10195
2021-08-16 10:02:27 -06:00
Josh Cummings
835ee559d7
Update org.springframework to 5.3.9
...
Closes gh-10194
2021-08-16 10:02:25 -06:00
Josh Cummings
cfe48556d4
Update org.slf4j to 1.7.32
...
Closes gh-10193
2021-08-16 10:02:22 -06:00
Josh Cummings
c7b73d7b3b
Update org.jetbrains.kotlinx to 1.5.1
...
Closes gh-10192
2021-08-16 10:02:20 -06:00
Josh Cummings
618edc2e12
Update org.jetbrains.kotlin to 1.5.21
...
Closes gh-10191
2021-08-16 10:02:18 -06:00
Josh Cummings
f7fef100c0
Update org.eclipse.jetty to 9.4.43.v20210629
...
Closes gh-10190
2021-08-16 10:02:15 -06:00
Josh Cummings
9be97e76dc
Update org.aspectj to 1.9.7
...
Closes gh-10189
2021-08-16 10:02:13 -06:00
Josh Cummings
603e0a4140
Update io.projectreactor to 2020.0.10
...
Closes gh-10187
2021-08-16 10:02:08 -06:00
Josh Cummings
b081627f52
Update com.nimbusds to 9.9.1
...
Closes gh-10186
2021-08-16 10:02:05 -06:00
Josh Cummings
10a0bda63f
Update jackson-bom to 2.12.4
...
Closes gh-10183
2021-08-16 10:01:58 -06:00
Josh Cummings
7db5149163
Update logback-classic to 1.2.5
...
Closes gh-10182
2021-08-16 10:01:56 -06:00
Josh Cummings
b206670245
Exclude Kotlin RC and M releases
2021-08-16 09:59:59 -06:00
Joe Grandja
fefe985242
Next Development Version
2021-08-16 11:57:20 -04:00
Joe Grandja
ec6b2203ca
Revert "Lock Dependencies for Release"
...
This reverts commit 067bdd0dd91038678a414e6609a585f0ed0ded9d.
2021-08-16 11:55:39 -04:00
Joe Grandja
16b28f5a2f
Release 5.4.8
5.4.8
2021-08-16 11:12:40 -04:00
Joe Grandja
067bdd0dd9
Lock Dependencies for Release
2021-08-16 11:12:40 -04:00
Joe Grandja
2f81cbc577
Update to Spring Boot 2.4.8
...
Closes gh-10181
2021-08-16 11:12:21 -04:00
Fabio Guenci
9925c6a4c0
Preserve Null Claim Values
...
Prior to this commit ClaimTypeConverter returned the claims with the
original value for all the claims with a null converted value.
The changes allows ClaimTypeConverter to overwrite and return claims
with converted value of null.
Closes gh-10135
2021-08-16 08:44:27 -06:00
Fabio Guenci
f33598946f
Preserve Null Claim Values
...
Prior to this commit ClaimTypeConverter returned the claims with the
original value for all the claims with a null converted value.
The changes allows ClaimTypeConverter to overwrite and return claims
with converted value of null.
Closes gh-10135
2021-08-16 08:40:39 -06:00
Fabio Guenci
b067aa4653
Preserve Null Claim Values
...
Prior to this commit ClaimTypeConverter returned the claims with the
original value for all the claims with a null converted value.
The changes allows ClaimTypeConverter to overwrite and return claims
with converted value of null.
Closes gh-10135
2021-08-16 08:22:31 -06:00
Marcus Da Coregio
29a15a3c3a
Next development version
2021-08-16 10:36:21 -03:00
Marcus Da Coregio
c706a103f9
Revert "Lock Dependencies"
...
This reverts commit 1533f098d28967a562bf1b2caf71c4292cbd1349.
2021-08-16 10:35:39 -03:00
Marcus Da Coregio
05319d2685
Release 5.3.11.RELEASE
5.3.11.RELEASE
2021-08-16 09:59:03 -03:00
Marcus Da Coregio
1533f098d2
Lock Dependencies
2021-08-16 09:42:34 -03:00
Eleftheria Stein
0de2a51184
Next development version
2021-08-16 11:10:04 +02:00
Eleftheria Stein
eaeb419d65
Release 5.2.12.RELEASE
5.2.12.RELEASE
2021-08-16 10:47:00 +02:00
Josh Cummings
cdc902d04d
Update SpringOpaqueTokenIntrospector
...
Issue gh-9647
2021-08-12 16:52:02 -06:00
Dávid Kováč
3ff825576b
Move and rename OAuth2IntrospectionClaimAccessor/Names
...
Introduced OAuth2TokenIntrospectionClaimAccessor and OAuth2TokenIntrospectionClaimNames
with copied implementation from OAuth2IntrospectionClaimAccessor/Names.
OAuth2IntrospectionClaimAccessor and OAuth2IntrospectionClaimNames are
now deprecated.
Also method getScopes() returning list of scopes was introduced
and getScope() is now deprecated.
Closes gh-9647
2021-08-12 16:51:33 -06:00
Josh Cummings
b83a4c2985
Polish Preserve Null Claim Values
...
Preserves the original behavior of ClaimTypeConverter so that its
converters can maintain their default behavior of null meaning that
conversion failed.
Issue gh-10135
2021-08-12 10:22:44 -06:00