-
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
move HttpSecurityDsl and common files to annotation package #10474
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @nor-ek!
I have left one comment inline.
|
||
import io.mockk.Called |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch finding these unused imports @nor-ek!
Since this change is not related to resolving package tangles, please move it to a separate commit.
This will ensure the commit message accurately describes the changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eleftherias please check it out. I've noticed more changes like that and packed them into Import cleanup
commit.
I've also cleaned up titles and messages.
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
6d95e94
to
d740ed0
Compare
According to gh-10333 issue I've moved files from
org.springframework.security.config.web.servlet
toorg.springframework.security.config.annotation.web
insrc/main/kotlin
.Result after running
gradle check && gradle s101 | grep feedbackDependencies
command