":reactive:webflux:oauth2:webclient"

This commit is contained in:
Rob Winch
2020-07-29 09:53:46 -05:00
parent ad4a7279dd
commit b7fd4e4933
26 changed files with 1134 additions and 2 deletions

View File

@@ -4,7 +4,8 @@
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<module name="com.puppycrawl.tools.checkstyle.Checker">
<module name="io.spring.javaformat.checkstyle.SpringChecks">
<property name="avoidStaticImportExcludes" value="org.springframework.security.test.web.reactive.server.SecurityMockServerConfigurers.*" />
<property name="avoidStaticImportExcludes" value="org.springframework.security.test.web.reactive.server.SecurityMockServerConfigurers.*,
org.springframework.security.oauth2.client.web.reactive.function.client.ServerOAuth2AuthorizedClientExchangeFilterFunction.*" />
<property name="excludes" value="com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck" />
</module>
<module name="com.puppycrawl.tools.checkstyle.TreeWalker">