-
Notifications
You must be signed in to change notification settings - Fork 3
No trace method #158
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
No trace method #158
Conversation
Test Results173 tests +1 171 ✔️ +1 44s ⏱️ ±0s Results for commit 2b45fd8. ± Comparison against base commit 807fb57. This pull request removes 1 and adds 2 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
|
||
@EnableWebSecurity | ||
@ComponentScan | ||
@AutoConfiguration |
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.
Just found this article about auto configuration:
https://www.baeldung.com/spring-boot-custom-auto-configuration#creating-a-custom-auto-configuration
Do we really need to register the class in a resources/META-INF/spring.factories
file?
Maybe that would be the missing link 😆
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.
spring.factories
is deprecated for v3 and replaced by ...AutoConfiguration.imports
since 2.7
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.
phew 🤣
...in/java/org/sdase/commons/spring/boot/web/security/validation/HttpMethodsSecurityAdvice.java
Outdated
Show resolved
Hide resolved
02b146d
to
2b45fd8
Compare
Kudos, SonarCloud Quality Gate passed! |
No description provided.