-
Notifications
You must be signed in to change notification settings - Fork 90
3.0.0-M1 Removals #162
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
Comments
|
Anyone knows what is recommended to use instead of |
Hi @BoykoAlex,
Not sure what this means for the recipe though. |
@sanagaraj-pivotal where to find it? |
@BoykoAlex I clarified with the team, see my updated description. |
- Add common SpringBeanMethodDeclarationFinder
- Add common SpringBeanMethodDeclarationFinder
- Add common SpringBeanMethodDeclarationFinder
- Add common SpringBeanMethodDeclarationFinder
Can anyone tell me about the alternative solution for CommonsMultipartResolver? I have this bean in my project, and I need to replace after I upgraded the spring-web dependency. |
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes#miscellaneous
What needs to be done
SecurityManager
is used?CommonsMultipartResolver
is used?SecurityManager
Finder
Find
System.getSecurityManager()
orAccessControlException
(potential contribution)Implementation
Recipe
None
Report
Inform the user about the potential usage of
SecurityManager
and that this class was removed.CommonsMultipartResolver
Finder
Find bean definitions of type
CommonsMultipartResolver
Implementation
ProjectResourceFinder
delegating to the recipe to find Spring bean declarations by type using theProjectContext
Recipe
Remove beans of type
CommonsMultipartResolver
Implementation
RemoveCommonsMultipartResolverBeanDeclarations
that uses the finder and removes bean declaration methods (potential contribution)Report
Suggest to remove
CommonsMultipartResolver
bean and relying on Spring Boot auto-configurationThe text was updated successfully, but these errors were encountered: