Skip to content

Commit 65f37c1

Browse files
committed
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
1 parent e25e190 commit 65f37c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+951
-958
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,5 +208,5 @@ See the [checking out and building][] section of the README for instructions. Ma
208208
Add a comment to the associated JIRA issue(s) linking to your new pull request.
209209

210210
[help documentation]: http://help.github.com/send-pull-requests
211-
[JIRA issue tracker]: https://jira.springsource.org/browse/BATCH
211+
[JIRA issue tracker]: https://jira.spring.io/browse/BATCH
212212
[checking out and building]: https://github.com/spring-projects/spring-batch#building-from-source

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Spring Batch is a lightweight, comprehensive batch framework designed to enable the development of robust batch applications vital for the daily operations of enterprise systems. Spring Batch builds upon the productivity, POJO-based development approach, and general ease of use capabilities people have come to know from the [Spring Framework](https://github.com/SpringSource/spring-framework), while making it easy for developers to access and leverage more advanced enterprise services when necessary.
44

5-
If you are looking for a runtime container for your Batch applications, or need a management console to view current and historic executions, take a look at [Spring Batch Admin](http://www.springsource.org/spring-batch-admin). It is a set of services (Java, JSON, JMX) and an optional web UI that you can use to manage and monitor a Batch system.
5+
If you are looking for a runtime container for your Batch applications, or need a management console to view current and historic executions, take a look at [Spring Batch Admin](http://docs.spring.io/spring-batch-admin). It is a set of services (Java, JSON, JMX) and an optional web UI that you can use to manage and monitor a Batch system.
66

77
# Building from Source
88

@@ -38,23 +38,23 @@ In STS (or any Eclipse distro or other IDE with Maven support), import the modul
3838

3939
# Getting Help
4040

41-
Read the main project [website](http://www.springsource.org/spring-batch) and the [User Guide](http://static.springsource.org/spring-batch/reference). Look at the source code and the Javadocs. For more detailed questions, use the [forum](http://forum.springsource.org/forumdisplay.php?f=41). If you are new to Spring as well as to Spring Batch, look for information about [Spring projects](http://www.springsource.org/projects).
41+
Read the main project [website](http://projects.spring.io/spring-batch/) and the [User Guide](http://docs.spring.io/spring-batch/trunk/reference/). Look at the source code and the Javadocs. For more detailed questions, use the [forum](http://forum.spring.io/forum/spring-projects/batch). If you are new to Spring as well as to Spring Batch, look for information about [Spring projects](http://spring.io/projects).
4242

4343
# Contributing to Spring Batch
4444

4545
Here are some ways for you to get involved in the community:
4646

47-
* Get involved with the Spring community on the Spring Community Forums. Please help out on the [forum](http://forum.springsource.org/forumdisplay.php?f=41) by responding to questions and joining the debate.
48-
* Create [JIRA](https://jira.springsource.org/browse/BATCH) tickets for bugs and new features and comment and vote on the ones that you are interested in.
47+
* Get involved with the Spring community on the Spring Community Forums. Please help out on the [forum](http://forum.spring.io/forum/spring-projects/batch) by responding to questions and joining the debate.
48+
* Create [JIRA](https://jira.spring.io/browse/BATCH) tickets for bugs and new features and comment and vote on the ones that you are interested in.
4949
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](http://help.github.com/forking/). If you want to contribute code this way, please familiarize yourself with the process oulined for contributing to Spring projects here: [Contributor Guidelines](https://github.com/SpringSource/spring-integration/wiki/Contributor-Guidelines).
50-
* Watch for upcoming articles on Spring by [subscribing](http://www.springsource.org/node/feed) to springframework.org
50+
* Watch for upcoming articles on Spring by [subscribing](feed://assets.spring.io/drupal/node/feed.xml) to spring.io
5151

5252
Before we accept a non-trivial patch or pull request we will need you to sign the [contributor's agreement](https://support.springsource.com/spring_committer_signup). Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests.
5353

5454

5555
# Getting Started Using the Samples
5656

57-
A convenient way to get started quickly with Spring Batch is to run the samples which are packaged in the samples module. There is also a simple command line sample (or "archetype") which has a bare bones but complete implementation of a simpel job. The source code for the samples (and the other modules) is available either from the [Zip assembly](http://static.springsource.org/spring-batch/downloads.html) or from [Git](http://www.springsource.org/spring-batch/source-repository.html).
57+
A convenient way to get started quickly with Spring Batch is to run the samples which are packaged in the samples module. There is also a simple command line sample (or "archetype") which has a bare bones but complete implementation of a simpel job. The source code for the samples (and the other modules) is available either from the [Zip assembly](http://docs.spring.io/spring-batch/downloads.html) or from [Git](http://github.com/spring-projects/spring-batch).
5858

5959
## Using the .Zip Distribution
6060

@@ -68,7 +68,7 @@ A convenient way to get started quickly with Spring Batch is to run the samples
6868
create the classpath entries you need.
6969
* Open Eclipse and create a workspace as for the non-Mavenized version.
7070
* Import the samples and archetype projects from the samples sub-directory in the directory you just unpacked.
71-
* The project should build cleanly without having to fix the dependencies. If it doesn't, make sure you are online, and maybe try building on the command line first to make sure all the dependencies are downloaded. See the [build instructions](http://static.springsource.org/spring-batch/building.html) if you run into difficulty.
71+
* The project should build cleanly without having to fix the dependencies. If it doesn't, make sure you are online, and maybe try building on the command line first to make sure all the dependencies are downloaded. See the [build instructions](http://docs.spring.io/spring-batch/building.html) if you run into difficulty.
7272

7373
(N.B. the "archetype" is not a real Maven archetype, just a template project that can be used as a starting point for a self-contained batch job. It is the same project that can be imported into STS using the Project Template wizard.)
7474

@@ -88,7 +88,7 @@ Similar instructions would apply to other IDEs.
8888
* Download the "no-dependencies" package and unzip to create a directory `spring-batch-<versionId`>.
8989
* Open Eclipse and make a workspace in the directory you just created.
9090
* Import the `org.springframework.batch.samples` project from the samples directory.
91-
* Find all the compile scope and non-optional runtime jar files listed in the [core dependencies report](http://static.springsource.org/spring-batch/spring-batch-core/dependencies.html) and [infrastructure dependencies](http://static.springsource.org/spring-batch/spring-batch-infrastructure/dependencies.html), and import them into the project.
91+
* Find all the compile scope and non-optional runtime jar files listed in the [core dependencies report](http://docs.spring.io/spring-batch/spring-batch-core/dependencies.html) and [infrastructure dependencies](http://docs.spring.io/spring-batch/spring-batch-infrastructure/dependencies.html), and import them into the project.
9292
* Force the workspace to build (e.g. Project -> Clean...)
9393
* Run the unit tests in your project under src/test/java. N.B. the FootbalJobFunctionTests takes quite a long time to run.
9494

@@ -98,5 +98,5 @@ To launch a job from the command line instead of a unit test use the `CommandLin
9898

9999
## Using Maven and Git
100100

101-
* Check out the Spring Batch project from Git (instructions are available [here](https://github.com/SpringSource/spring-batch)).
102-
* Run Maven from the command line in the samples directory. There are additional building instructions and suggestions about what to do if it goes wrong [here](http://static.springsource.org/spring-batch/building.html).
101+
* Check out the Spring Batch project from Git (instructions are available [here](https://github.com/spring-projects/spring-batch)).
102+
* Run Maven from the command line in the samples directory. There are additional building instructions and suggestions about what to do if it goes wrong [here](http://docs.spring.io/spring-batch/building.html).

archetypes/simple-cli-javaconfig/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<version>3.0.0.BUILD-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>Commandline</name>
9-
<url>http://www.springframework.org/spring-batch/archetypes/simple-cli-archetype</url>
9+
<url>http://projects.spring.io/spring-batch/</url>
1010
<description>This project is a command line batch sample from Spring Batch demonstrating a typical batch job.
1111
The job can be invoked via "mvn exec:java" to see the job run from the command line.
1212
During an "mvn package", a distribution archive in the format defined in src/main/assembly/descriptor.xml will
@@ -268,7 +268,7 @@
268268
</plugins>
269269
</build>
270270
<distributionManagement>
271-
<downloadUrl>http://www.springframework.org/download</downloadUrl>
271+
<downloadUrl>http://projects.spring.io/spring-batch/</downloadUrl>
272272
<site>
273273
<id>staging</id>
274274
<url>file:///${user.dir}/target/staging/org.springframework.batch.archetype/${project.artifactId}</url>

archetypes/simple-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
</plugins>
268268
</build>
269269
<distributionManagement>
270-
<downloadUrl>http://www.springframework.org/download</downloadUrl>
270+
<downloadUrl>http://projects.spring.io/spring-batch/</downloadUrl>
271271
<site>
272272
<id>staging</id>
273273
<url>file:///${user.dir}/target/staging/org.springframework.batch.archetype/${project.artifactId}</url>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<module>spring-batch-test</module>
1616
<module>spring-batch-integration</module>
1717
</modules>
18-
<url>http://www.springsource.org/spring-batch</url>
18+
<url>http://projects.spring.io/spring-batch/</url>
1919
<organization>
2020
<name>Pivotal</name>
2121
<url>http://spring.io</url>
@@ -28,7 +28,7 @@
2828
</scm>
2929
<issueManagement>
3030
<system>JIRA</system>
31-
<url>https://jira.springsource.org/browse/BATCH</url>
31+
<url>https://jira.spring.io/browse/BATCH</url>
3232
</issueManagement>
3333
<mailingLists>
3434
<mailingList>
@@ -39,7 +39,7 @@
3939
</mailingLists>
4040
<ciManagement>
4141
<system>Bamboo</system>
42-
<url>https://build.springframework.org/bamboo/browse/BATCH</url>
42+
<url>https://build.spring.io/browse/BATCH</url>
4343
</ciManagement>
4444
<licenses>
4545
<license>
@@ -581,9 +581,9 @@
581581
<link>http://logging.apache.org/log4j/docs/api/</link>
582582
<link>http://jakarta.apache.org/regexp/apidocs/</link>
583583
<link>http://jakarta.apache.org/velocity/api/</link>
584-
<link>http://static.springsource.org/spring/docs/3.1.2.RELEASE/javadoc-api/</link>
585-
<link>http://static.springframework.org/spring-batch/apidocs/</link>
586-
<link>http://static.springframework.org/spring-ws/site/apidocs/</link>
584+
<link>http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/</link>
585+
<link>http://docs.spring.io/spring-batch/apidocs/</link>
586+
<link>http://docs.spring.io/spring-ws/site/apidocs/</link>
587587
</links>
588588
<excludePackageNames>test.*:*.example:*.sample</excludePackageNames>
589589
</configuration>

spring-batch-infrastructure/src/main/java/org/springframework/batch/item/xml/StaxEventItemWriter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,13 +444,13 @@ private void open(long position) {
444444
// Woodstox >= 3.2.9 we want to disable its
445445
// automatic end element feature (see:
446446
// http://jira.codehaus.org/browse/WSTX-165) per
447-
// http://jira.springframework.org/browse/BATCH-761).
447+
// http://jira.spring.io/browse/BATCH-761).
448448
outputFactory.setProperty("com.ctc.wstx.automaticEndElements", Boolean.FALSE);
449449
}
450450
if (outputFactory.isPropertySupported("com.ctc.wstx.outputValidateStructure")) {
451451
// On restart we don't write the root element so we have to disable
452452
// structural validation (see:
453-
// http://jira.springframework.org/browse/BATCH-1681).
453+
// http://jira.spring.io/browse/BATCH-1681).
454454
outputFactory.setProperty("com.ctc.wstx.outputValidateStructure", Boolean.FALSE);
455455
}
456456

0 commit comments

Comments
 (0)