BATCH-2201: Update URL's to point to spring.io in docs

Update URLs pointing to springframework/springsource to spring.io.
Remove links that have no redirection
This commit is contained in:
Chris Schaefer
2014-03-25 12:24:23 -04:00
parent e25e190cfa
commit 65f37c170a
60 changed files with 951 additions and 958 deletions

View File

@@ -444,13 +444,13 @@ ResourceAwareItemWriterItemStream<T>, InitializingBean {
// Woodstox >= 3.2.9 we want to disable its
// automatic end element feature (see:
// http://jira.codehaus.org/browse/WSTX-165) per
// http://jira.springframework.org/browse/BATCH-761).
// http://jira.spring.io/browse/BATCH-761).
outputFactory.setProperty("com.ctc.wstx.automaticEndElements", Boolean.FALSE);
}
if (outputFactory.isPropertySupported("com.ctc.wstx.outputValidateStructure")) {
// On restart we don't write the root element so we have to disable
// structural validation (see:
// http://jira.springframework.org/browse/BATCH-1681).
// http://jira.spring.io/browse/BATCH-1681).
outputFactory.setProperty("com.ctc.wstx.outputValidateStructure", Boolean.FALSE);
}