SpringFactoriesLoader tolerates whitespace around class names
Issue: SPR-17413
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
org.springframework.core.io.support.DummyFactory=\
|
||||
org.springframework.core.io.support.MyDummyFactory2,\
|
||||
org.springframework.core.io.support.DummyFactory =\
|
||||
org.springframework.core.io.support.MyDummyFactory2, \
|
||||
org.springframework.core.io.support.MyDummyFactory1
|
||||
|
||||
java.lang.String=\
|
||||
|
||||
Reference in New Issue
Block a user