12280 Commits

Author SHA1 Message Date
Eleftheria Stein
380a11566e Add registered OAuth2 authorized client Kotlin samples
Issue gh-8172
2020-08-11 10:24:21 +02:00
Eleftheria Stein
324d6795c9 Add WebClient samples to docs
Issue gh-8172
2020-08-11 08:33:46 +02:00
Eleftheria Stein
496fcbb102 Add OAuth2 resource server WebFlux samples
Issue gh-8172
2020-08-11 08:33:46 +02:00
Eleftheria Stein
d839e4dd71 Fix typos in resource server docs
- Use withJwkSetUri instead of fromJwkSetUri
- Use ES512 instead of EC512
- Use NimbusReactiveOpaqueTokenIntrospector instead of NimbusOpaqueTokenIntrospector in reactive
- User authorizeExchange instead of authorizeRequests
2020-08-11 08:33:46 +02:00
Phillip Webb
81d9c6cac5 Add spring-javaformat plugin
Add spring-javaformat plugin but disable it for all sample projects.

Issue gh-8945
2020-08-10 16:24:44 -05:00
Phillip Webb
9caa39e370 Fix malformed formatter-on/off javadoc
Remove the formatter-on/formatter-off comments from Javadoc examples
so that they don't confuse checkstyle. The comments are not necessary
in the Javadoc since `pre` blocks are not formatted in the same
way as code.

Issue gh-8945
2020-08-10 16:24:44 -05:00
Phillip Webb
8e092f8d2c Add noformat blocks around withDefaultPasswordEncoder
Find `withDefaultPasswordEncoder` calls and protect them against
formatting.

Issue gh-8945
2020-08-10 16:24:44 -05:00
Phillip Webb
6979125ccf Add noformat blocks around User.withUsername
Find `User.withUsername` calls and protect them against formatting.

Issue gh-8945
2020-08-10 16:24:44 -05:00
Phillip Webb
63b5998fad Add noformat blocks around auth config
Find `auth` config using a regex search of `^\s*auths*$` and protect
them against formatting.

Issue gh-8945
2020-08-10 16:24:44 -05:00
Phillip Webb
103d822e46 Add noformat blocks around http config
Find `http` config using a regex search of `^\s*https*$` and protect
them against formatting.

Issue gh-8945
2020-08-10 16:24:44 -05:00
Phillip Webb
27ac046d8a Rename *Test.java -> *Tests.java
Rename a few test classes that accidentally ended in `Test` instead of
`Tests`.

Issue gh-8945
2020-08-10 16:24:44 -05:00
Rob Winch
94cf4d1de7 Fix SNAPSHOT builds
- Stop using deprecated RSocket APIs
- Update SNAPSHOT build to use Boot SNAPSHOT
2020-08-10 11:35:15 -05:00
Eleftheria Stein
12a8795c3d Fix typo in resource server docs 2020-08-06 14:11:13 +02:00
Rob Winch
7cc10ed277 Fix Email notifications 2020-08-05 14:11:57 -05:00
Joe Grandja
a30541fcd9 Next Development Version
NOTE:
The 5.4.0-RC1 release has been tagged at 74b42ba956ededc997565edf0c73c2242b653614
as it includes a fix related to RSocket integration tests.
2020-08-05 15:03:27 -04:00
Joe Grandja
1d74d556c2 Revert "Lock Dependency Versions for 5.4.0-RC1"
This reverts commit f3a1e5d40c11169d4ec6c50eba30cf4ed3ba2851.
2020-08-05 14:59:11 -04:00
Rob Winch
74b42ba956 Move RSocket integration tests to integration tests
Closes gh-8944
5.4.0-RC1
2020-08-05 13:23:20 -05:00
Joe Grandja
10dbe140c9 Release 5.4.0-RC1 2020-08-05 13:46:57 -04:00
Joe Grandja
f3a1e5d40c Lock Dependency Versions for 5.4.0-RC1 2020-08-05 13:46:11 -04:00
Eleftheria Stein
4f849de399 Next development version 2020-08-05 18:19:44 +02:00
Eleftheria Stein
d8bef76a0f Unlock dependencies
This reverts commit b619d298aa9f0477311397e261aae217c239d5d9.
2020-08-05 18:18:02 +02:00
Josh Cummings
a701555318
Polish Saml2AuthenticationTokenConverter
Issue gh-8768
2020-08-05 10:08:47 -06:00
Josh Cummings
f82190b414
Add RelyingPartyRegistrations
Closes gh-8484
2020-08-05 10:08:47 -06:00
Josh Cummings
506786f46e
Replaced Spaces with Tabs
Updated the .gradle file for SAML 2.0 Service Provider to use tabs
2020-08-05 10:08:47 -06:00
Josh Cummings
b999faa5a0
Complete SAML 2.0 SP Metadata Endpoint
Closes gh-8693
2020-08-05 10:08:47 -06:00
Jakub Kubrynski
8a355240bc
SAML 2.0 SP Metadata Endpoint Support
Issue gh-8693
2020-08-05 10:08:47 -06:00
Josh Cummings
31bae546e2
Removed Unused Files
Saml2Utils and Saml2ServletUtils are no longer used

Issue gh-8768
2020-08-05 10:08:46 -06:00
Joe Grandja
1361cb8790 Use reactor-netty-http for snapshot build
Closes gh-8909
2020-08-05 11:50:50 -04:00
Eleftheria Stein
9187a7925e Release 5.3.4.RELEASE 5.3.4.RELEASE 2020-08-05 17:40:07 +02:00
Eleftheria Stein
8c7dbf2e3d Next development version 2020-08-05 17:16:34 +02:00
Eleftheria Stein
aeafe04260 Remove need for WebSecurityConfigurerAdapter
Closes gh-8804
2020-08-05 10:10:12 -04:00
Eleftheria Stein
2443675a59 Release 5.2.6.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
b619d298aa Lock Dependencies for 5.3.4.RELEASE 2020-08-05 12:33:31 +02:00
Eleftheria Stein
ddeb68ff44 Update to Spring Boot 2.2.9.RELEASE
Closes gh-8922
2020-08-05 12:10:25 +02:00
Eleftheria Stein
49fa14c4c5 Update to GAE 1.9.81
Closes gh-8923
2020-08-05 12:09:46 +02:00
Eleftheria Stein
57f0a96e92 Update to nohttp 0.0.5.RELEASE
Closes gh-8924
2020-08-05 12:06:01 +02:00
Eleftheria Stein
cd78d384ea Update to spring-build-conventions:0.0.34.RELEASE
Closes gh-8925
2020-08-05 12:05:28 +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