Stop referring to "Spring 3.x" features in documentation and code
This commit is contained in:
@@ -26,11 +26,11 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
import static org.assertj.core.api.Assertions.assertThatException;
|
||||
|
||||
/**
|
||||
* With Spring 3.1, bean id attributes (and all other id attributes across the
|
||||
* core schemas) are no longer typed as xsd:id, but as xsd:string. This allows
|
||||
* for using the same bean id within nested <beans> elements.
|
||||
* Bean id attributes (and all other id attributes across the core schemas) are
|
||||
* not typed as xsd:id, but as xsd:string. This allows for using the same bean
|
||||
* id within nested <beans> elements.
|
||||
*
|
||||
* Duplicate ids *within the same level of nesting* will still be treated as an
|
||||
* <p>Duplicate IDs *within the same level of nesting* will still be treated as an
|
||||
* error through the ProblemReporter, as this could never be an intended/valid
|
||||
* situation.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user