":reactive:webflux:oauth2:login"

This commit is contained in:
Rob Winch
2020-07-28 11:54:52 -05:00
parent e6f9b427f9
commit 0d1e1aba47
17 changed files with 968 additions and 53 deletions
+1 -52
View File
@@ -4,60 +4,9 @@
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<module name="com.puppycrawl.tools.checkstyle.Checker">
<module name="io.spring.javaformat.checkstyle.SpringChecks">
<property name="excludes" value="com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck" />
<property name="avoidStaticImportExcludes" value="org.springframework.security.test.web.reactive.server.SecurityMockServerConfigurers.*" />
</module>
<module name="com.puppycrawl.tools.checkstyle.TreeWalker">
<module name="com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck">
<property name="excludes" value="
io.restassured.RestAssured.*,
org.assertj.core.api.Assertions.*,
org.assertj.core.api.Assumptions.*,
org.assertj.core.api.HamcrestCondition.*,
org.awaitility.Awaitility.*,
org.hamcrest.CoreMatchers.*,
org.hamcrest.Matchers.*,
org.junit.Assert.*,
org.junit.Assume.*,
org.junit.internal.matchers.ThrowableMessageMatcher.*,
org.junit.jupiter.api.Assertions.*,
org.junit.jupiter.api.Assumptions.*,
org.junit.jupiter.api.Assertions.*,
org.mockito.ArgumentMatchers.*,
org.mockito.BDDMockito.*,
org.mockito.Matchers.*,
org.mockito.Mockito.*,
org.springframework.boot.configurationprocessor.ConfigurationMetadataMatchers.*,
org.springframework.boot.configurationprocessor.TestCompiler.*,
org.springframework.boot.test.autoconfigure.AutoConfigurationImportedCondition.*,
org.springframework.hateoas.mvc.ControllerLinkBuilder.linkTo,
org.springframework.restdocs.headers.HeaderDocumentation.*,
org.springframework.restdocs.hypermedia.HypermediaDocumentation.*,
org.springframework.restdocs.mockmvc.MockMvcRestDocumentation.*,
org.springframework.restdocs.mockmvc.RestDocumentationRequestBuilders.*,
org.springframework.restdocs.operation.preprocess.Preprocessors.*,
org.springframework.restdocs.payload.PayloadDocumentation.*,
org.springframework.restdocs.request.RequestDocumentation.*,
org.springframework.restdocs.restassured3.operation.preprocess.RestAssuredPreprocessors.*,
org.springframework.restdocs.restassured3.RestAssuredRestDocumentation.*,
org.springframework.restdocs.snippet.Attributes.*,
org.springframework.restdocs.webtestclient.WebTestClientRestDocumentation.*,
org.springframework.security.config.Customizer.*,
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestBuilders.*,
org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.*,
org.springframework.security.test.web.servlet.setup.SecurityMockMvcConfigurers.*,
org.springframework.test.web.client.ExpectedCount.*,
org.springframework.test.web.client.match.MockRestRequestMatchers.*,
org.springframework.test.web.client.response.MockRestResponseCreators.*,
org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*,
org.springframework.test.web.servlet.result.MockMvcResultHandlers.*,
org.springframework.test.web.servlet.result.MockMvcResultMatchers.*,
org.springframework.test.web.servlet.setup.MockMvcBuilders.*,
org.springframework.web.reactive.function.BodyInserters.*,
org.springframework.web.reactive.function.server.RequestPredicates.*,
org.springframework.web.reactive.function.server.RouterFunctions.*,
org.springframework.ws.test.client.RequestMatchers.*,
org.springframework.ws.test.client.ResponseCreators.*" />
</module>
<module name="io.spring.javaformat.checkstyle.check.SpringJUnit5Check" />
<module
name="com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck">