-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve HttpSecurityDsl Package Tangle #10333
Comments
Previous thought:
Edit: After deeper research I've noticed that you are probably talking about Kotlin package |
Hi, @nor-ek, yes you are correct that this has to do with the classes in As this is a breaking change, let's wait until work on |
@jzheaux Okay, so the task is to move all Dsl files from You can assign me to that task. I'll do this on the branch and that will wait till |
@nor-ek, the |
…springframework.security.config.web.servlet to org.springframework.security.config.annotation.web.configurers
…amework.security.config.web.servlet to org.springframework.security.config.annotation.web.configurers
…springframework.security.config.web.servlet to org.springframework.security.config.annotation.web.configurers spring-projectsgh-10333 ref(annotation): cleanup imports spring-projectsgh-10333 ref(annotation): fix imports
…amework.security.config.web.servlet to org.springframework.security.config.annotation.web.configurers
# Conflicts: # cas/src/main/java/org/springframework/security/cas/web/CasAuthenticationEntryPoint.java # config/src/main/kotlin/org/springframework/security/config/annotation/web/configurers/CsrfDsl.kt # config/src/main/kotlin/org/springframework/security/config/annotation/web/configurers/FormLoginDsl.kt # config/src/main/kotlin/org/springframework/security/config/annotation/web/configurers/HttpBasicDsl.kt # config/src/main/kotlin/org/springframework/security/config/annotation/web/configurers/HttpSecurityDsl.kt # config/src/main/kotlin/org/springframework/security/config/annotation/web/configurers/LogoutDsl.kt # config/src/main/kotlin/org/springframework/security/config/annotation/web/configurers/OAuth2LoginDsl.kt # config/src/main/kotlin/org/springframework/security/config/annotation/web/configurers/OAuth2ResourceServerDsl.kt # config/src/main/kotlin/org/springframework/security/config/annotation/web/configurers/X509Dsl.kt # config/src/test/java/org/springframework/security/config/annotation/web/builders/HttpConfigurationTests.java # config/src/test/kotlin/org/springframework/security/config/annotation/web/configurers/RememberMeDslTests.kt # dependencies/spring-security-dependencies.gradle # gradle.properties # web/src/main/java/org/springframework/security/web/FilterInvocation.java
…springframework.security.config.web.servlet to org.springframework.security.config.annotation.web.configurers spring-projectsgh-10333 ref(annotation): cleanup imports spring-projectsgh-10333 ref(annotation): fix imports
…amework.security.config.web.servlet to org.springframework.security.config.annotation.web.configurers
…springframework.security.config.web.servlet to org.springframework.security.config.annotation.web.configurers spring-projectsgh-10333 ref(annotation): cleanup imports spring-projectsgh-10333 ref(annotation): fix imports
@jzheaux sorry for the mess above. Finally, I've got Pull Request. |
spring-projectsgh-10333 move dsl files from org.springframework.security.config.web.servlet to org.springframework.security.config.annotation.web in tests and src.
spring-projectsgh-10333 remove unnecessary imports
Ran ./gradlew check && ./gradlew s101 -Ps101.label=baseline Issue gh-10333
Resolve package tangle between
org.springframework.security.config.web
andorg.springframework.security.config.annotation.web
.The text was updated successfully, but these errors were encountered: