Skip to content
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

spring-projects/spring-boot MultipartAutoConfiguration can only find StandardServletMultipartResolver beans #38

Open
pmop opened this issue Mar 9, 2018 · 0 comments
Labels
Java misuse Is a bug caused by annotation misuse. RMAT Removes an attribute from a code annotation. test A test was introduced on the commit that fixes (and usually closes) the issue.

Comments

@pmop
Copy link
Member

pmop commented Mar 9, 2018

Issue: https://github.com/spring-projects/spring-boot/issues/1857
Commit: https://github.com/spring-projects/spring-boot/commit/b79934a7a49b2265f4625898b43695fbd89992cb
- @ConditionalOnMissingBean
+ @ConditionalOnMissingBean(value = MultipartResolver.class)

@pmop pmop added ADAT adds a valid attribute to the code annotation RMAT Removes an attribute from a code annotation. question misuse Is a bug caused by annotation misuse. labels Mar 9, 2018
@pmop pmop added bug and removed ADAT adds a valid attribute to the code annotation labels Apr 17, 2018
@pmop pmop changed the title Netflix/Genie spring-projects/spring-boot MultipartAutoConfiguration can only find StandardServletMultipartResolver beans Apr 17, 2018
@pmop pmop added test A test was introduced on the commit that fixes (and usually closes) the issue. and removed question labels Apr 17, 2018
@pmop pmop removed the bug label Jun 21, 2018
@pmop pmop added the Java label Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java misuse Is a bug caused by annotation misuse. RMAT Removes an attribute from a code annotation. test A test was introduced on the commit that fixes (and usually closes) the issue.
Projects
None yet
Development

No branches or pull requests

1 participant