Ayush Kohli
21c7f7518f
Closes gh-8196
...
Add leveloffset
2020-10-28 15:15:19 -06:00
Josh Cummings
0462c42290
Update Test Controllers
...
Closes gh-9121
2020-10-12 18:12:02 -06:00
Josh Cummings
21f7187f40
Next Development Version
2020-10-07 11:37:33 -06:00
Josh Cummings
52814ab387
Release 5.2.7.RELEASE
2020-10-07 10:49:34 -06:00
Eleftheria Stein
9c5ce287d7
Update to Hibernate Validator 6.1.6
...
Closes gh-9086
2020-10-02 17:13:54 +02:00
Eleftheria Stein
cb055f1402
Update to Hibernate Entity manager 5.4.22
...
Closes gh-9087
2020-10-02 17:13:17 +02:00
Eleftheria Stein
8b3777d0f1
Upgrade to embedded Apache Tomcat 9.0.38
...
Closes gh-9085
2020-10-02 17:12:37 +02:00
Eleftheria Stein
7181f576fc
Update to RSocket 1.0.2
...
Closes gh-9084
2020-10-02 17:12:06 +02:00
Eleftheria Stein
dba3dacc19
Update to Spring Data Moore-SR10
...
Closes gh-9088
2020-10-02 17:11:44 +02:00
Eleftheria Stein
5d0eb32f4d
Update to Spring Framework 5.2.9
...
Closes gh-9083
2020-10-02 17:10:10 +02:00
Eleftheria Stein
984fdd4c00
Update to Reactor Dysprosium-SR12
...
Closes gh-9082
2020-10-02 17:09:40 +02:00
Eleftheria Stein
58b68625bb
Update to Spring Boot 2.2.10
...
Closes gh-9081
2020-10-02 17:08:58 +02:00
Eleftheria Stein
6a87ccca4a
Update to GAE 1.9.82
...
Closes gh-9080
2020-10-02 14:34:12 +02:00
Eleftheria Stein
925a6685d9
Update to org.aspectj 1.9.6
...
Closes gh-9079
2020-10-02 14:30:11 +02:00
Malyshau Stanislau
bd3e3ed2c5
Add try-with-resources to close stream
...
Closes gh-9041
2020-09-29 08:46:18 -06:00
Artem Grankin
6dad918e7b
Replace expired msdn link with latest web archive copy
...
Initial link expired in March, 2016. Latest copy found in web archive is from February, 2016
2020-09-28 17:19:42 -06:00
ilee
89ad42a06f
Update ssl setup guide link in tomcat server
2020-09-24 13:53:48 -06:00
Tomoki Tsubaki
85889d5e0b
Create the CSRF token on the bounded elactic scheduler
...
The CSRF token is generated by UUID.randomUUID() which is I/O blocking operation.
This commit changes the subscriber thread to the bounded elactic scheduler.
Closes gh-9018
2020-09-16 09:21:11 -06:00
Eleftheria Stein
8c7dbf2e3d
Next development version
2020-08-05 17:16:34 +02:00
Eleftheria Stein
2443675a59
Release 5.2.6.RELEASE
2020-08-05 15:34:14 +02:00
Eleftheria Stein
04d6d5ae74
Update to nohttp 0.0.5.RELEASE
...
Closes gh-8927
2020-08-05 13:47:12 +02:00
Eleftheria Stein
acbbb6941c
Update to groovy 2.4.20
...
Closes gh-8915
2020-08-05 11:25:05 +02:00
Eleftheria Stein
4a1b96d51a
Update to embedded Tomcat websocket 8.5.57
...
Closes gh-8914
2020-08-05 11:24:47 +02:00
Eleftheria Stein
9fbed06b6b
Update blockhound to 1.0.4.RELEASE
...
Closes gh-8916
2020-08-05 11:24:16 +02:00
Eleftheria Stein
fea90f9328
Update to PowerMock Mockito2 2.0.7
...
Closes gh-8917
2020-08-05 11:23:56 +02:00
Eleftheria Stein
22a1bce83c
Update to Spring Data Moore-SR9
...
Closes gh-8918
2020-08-05 11:23:21 +02:00
Eleftheria Stein
8dfe0fa815
Update to Spring Framework 5.2.8.RELEASE
...
Closes gh-8919
2020-08-05 11:22:53 +02:00
Eleftheria Stein
b408f074d5
Update to Reactor Dysprosium-SR10
...
Closes gh-8920
2020-08-05 11:22:31 +02:00
Eleftheria Stein
669fdba98c
Update to Spring Boot 2.2.9.RELEASE
...
Closes gh-8921
2020-08-05 11:21:45 +02:00
Eleftheria Stein
b4d2217d45
Update to jaxb-impl 2.3.3
...
Closes gh-8912
2020-08-05 11:06:50 +02:00
Eleftheria Stein
b1e09eddaa
Update to Jackson 2.10.5
...
Closes gh-8910
2020-08-05 11:04:25 +02:00
Eleftheria Stein
b425b622db
Update to GAE 1.9.81
...
Closes gh-8911
2020-08-05 10:41:59 +02:00
Eleftheria Stein
6512c04079
Upgrade to embedded Apache Tomcat 9.0.37
...
Closes gh-8913
2020-08-05 10:37:32 +02:00
Dávid Kováč
da4bd22c6d
Resolve Bearer token after subscribing to publisher
...
Bearer token was resolved immediately after calling method convert. In situations when malformed token was provided or authorization header and access token query param were present in request exception was thrown instead of signalling error.
After this change Bearer token is resolved on subscription and invalid states are handled by signaling error to subscriber.
Closes gh-8865
2020-08-03 11:11:09 -05:00
Josh Cummings
fd669f751d
Remove unused import
...
Issue gh-8589
2020-07-31 08:45:47 -06:00
Josh Cummings
510d1b8121
Polish to Avoid NPE
...
Issue gh-5648
Co-authored-by: MattyA <mat.auburn@gmail.com>
2020-07-30 17:59:31 -06:00
Josh Cummings
2f80b8a5be
Additional Jwt Validation Debug Messages
...
Closes gh-8589
Co-authored-by: MattyA <mat.auburn@gmail.com>
2020-07-30 17:58:16 -06:00
Josh Cummings
0efdb2c92c
Polish WebSecurityConfigurerAdapter JavaDoc
...
Issue gh-8784
2020-07-20 15:24:23 -06:00
Romil Patel
79d8b616f0
WebSecurityConfigurerAdapter JavaDoc
...
Closes gh-8784
2020-07-20 15:24:19 -06:00
Josh Cummings
9d8920f1b1
Polish Bearer Token Padding
...
Issue gh-8502
2020-07-16 12:22:45 -06:00
kothasa
6519029340
Bearer Token Padding
...
Closes gh-8502
2020-07-16 12:22:32 -06:00
wangsong
3dc59686fa
Fix ProviderManager Javadoc typo
...
Closes gh-8800
2020-07-07 17:17:16 -05:00
Rob Winch
dcd2137418
LoginPageGeneratingWebFilter honors context path
...
Closes gh-8807
2020-07-07 13:37:06 -05:00
Ellie Bahadori
1bb49bbc2e
Use Github Actions workflow for PRs and remove Travis
...
Closes gh-8718
2020-06-30 05:05:48 -04:00
Rob Winch
5f395a3513
Better scp Retry Settings
2020-06-25 11:34:46 -05:00
Rob Winch
0356af03e6
Revert "Update to spring-build-conventions:0.0.33.RELEASE"
...
This reverts commit 5343325091
.
2020-06-25 11:32:18 -05:00
Rob Winch
5343325091
Update to spring-build-conventions:0.0.33.RELEASE
...
Closes gh-8759
2020-06-25 11:30:12 -05:00
Dávid Kovács
fa9898dd6d
formLogin() and login() implement Mergable
...
This is necessary so that default requests like Spring REST Docs work.
Closes gh-7572
2020-06-22 14:58:39 -05:00
Evgeniy Cheban
bff6d82dd0
DefaultWebSecurityExpressionHandler uses RoleHierarchy bean
...
Fixes gh-7059
2020-06-10 17:08:50 -04:00
Joe Grandja
674e2c0a8e
OAuth2LoginAuthenticationWebFilter should handle OAuth2AuthorizationException
...
Issue gh-8609
2020-06-09 16:24:00 -04:00