You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavamisuseIs a bug caused by annotation misuse.RMATRemoves an attribute from a code annotation.testA test was introduced on the commit that fixes (and usually closes) the issue.
The text was updated successfully, but these errors were encountered:
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
changed the title
Netflix/Genie
spring-projects/spring-boot MultipartAutoConfiguration can only find StandardServletMultipartResolver beans
Apr 17, 2018
pmop
added
test
A test was introduced on the commit that fixes (and usually closes) the issue.
and removed
question
labels
Apr 17, 2018
JavamisuseIs a bug caused by annotation misuse.RMATRemoves an attribute from a code annotation.testA test was introduced on the commit that fixes (and usually closes) the issue.
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)
The text was updated successfully, but these errors were encountered: