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
Previously, a user could specify an empty array of resource locations
to the @propertysource annotation, which amounts to a meaningless no-op.
ConfigurationClassParser now throws IllegalArgumentException upon
encountering any such misconfiguration.
Copy file name to clipboardExpand all lines: org.springframework.context/src/main/java/org/springframework/context/annotation/ConfigurationClassParser.java
Copy file name to clipboardExpand all lines: org.springframework.context/src/test/java/org/springframework/context/annotation/PropertySourceAnnotationTests.java
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -130,15 +130,11 @@ public void withNameAndMultipleResourceLocations() {
0 commit comments