Commit Graph

26 Commits

Author SHA1 Message Date
Michael Minella
34fc9a0660 Changed repository references from http to https 2014-11-20 09:45:15 -06:00
Chris Schaefer
587680ba56 XD-1027: Create script-based batch ItemProcessor 2014-07-18 11:55:17 -05:00
Michael Minella
751e7162a5 BATCH-2250: Added @FixMethodOrder(MethodSorters.JVM) to override new default method sorting by JUnit 4.11 2014-07-18 11:55:17 -05:00
Gunnar Hillert
b3188e89b7 BATCH-2245 Cannot import Project into IntelliJ 2014-05-30 09:51:44 -05:00
Michael Minella
9f63df5703 Updated Spring Integration version to 4.0.1 2014-05-22 12:14:05 -05:00
Michael Minella
cd03bc13a7 Updated spring versions to match Spring I/O releases 2014-05-21 13:09:24 -05:00
jpraet
24b357d33c options.encoding='UTF-8' 2014-05-21 10:19:22 -05:00
Michael Minella
39bb979a51 BATCH-2233: Moved JsrTestUtils to a location that is actually published with the release 2014-05-15 14:54:26 -05:00
Andy Wilkinson
513e47fc9b Update configuration of Spring IO plugin
This commit updates the configuration of the IO plugin to use an
external property, platformVersion, and to only apply the plugin when
this property is set. This removes the declaration of a snapshot
dependency from the normal build configuration and also breaks a
circular dependency between the projects that are in the Platform and
the Platform itself.

The commit also applies the configuration that was applied to the
standard test task, other than code coverage, to the new test tasks
that are created by the Spring IO plugin.

Two redundant Hibernate mapping files have been deleted. With more
recent versions of Hibernate the presence of these files was causing
test failures due to duplicate mappings.
2014-05-15 10:11:50 -05:00
Michael Minella
c8d77c055d Updated Spring Data versions for Spring I/O 2014-05-14 13:59:39 -05:00
Michael Minella
2c51f980bd Added check to not publish certian sub projects 2014-05-13 08:18:22 -05:00
Michael Minella
5b363a6759 Updated gradle.build to address Spring I/O hamcrest dependency 2014-05-12 18:43:56 -05:00
Andy Wilkinson
1c4edd07c7 Remove redundant hibernate-annotations dependencies 2014-05-12 16:24:56 -05:00
Michael Minella
e7a4e348a5 BATCH-2229 & BATCH-2218: Removed OSGi related metadata and Maven POMs 2014-05-12 15:32:02 -05:00
Michael Minella
5599c5e469 Patched up maven build for new dependencies for now. Also updated minimum java version to 1.7 2014-05-05 13:22:33 -05:00
Andy Wilkinson
ecd8114a46 Update dependency versions
In addition to updating the versions of numerous dependencies, this
commit also remove the dependency upon CGLib as it is no longer used.

Two test classes have been updated. One to cope with a new method in
Commons IO FileUtils which made a method call ambiguous, and one to
cope with API changes in the latest version of Quartz.
2014-05-05 11:27:14 -05:00
Michael Minella
7fe6c31570 Upgraded Spring Retry to 1.1.0.RC2 2014-05-05 09:09:35 -05:00
Michael Minella
6913f5c022 Updated Spring Retry to 1.1.0.RC1 2014-05-02 13:04:31 -05:00
Gunnar Hillert
83ec2fc73f BATCH-2221 Convert jsr352-tck module to Gradle
* Add Gradle task `runTck` to `build.gradle`
* Run using:
  - `./gradlew runTck -PTCK_HOME=/path/to/jsr352-tck-1.0` or
  - specify an environment variable `JSR_352_TCK_HOME` and then execute `./gradlew runTck`

Jira: https://jira.spring.io/browse/BATCH-2221
2014-05-01 12:36:50 -05:00
Michael Minella
54b3fe0b3a BATCH-2144: Removed OSGi ApplicationContextFactory 2014-04-25 09:36:49 -05:00
Gunnar Hillert
97e664bde0 BATCH-2144 Ensure that Gradle version of Spring Batch compiles with Java 8 2014-04-24 12:16:17 -05:00
Gunnar Hillert
5dd87a7218 BATCH-2144 Exclude long running test (same behavior as Maven)
* `$ mvn clean install -P bootstrap,all` does not run all tests. Exclude those additional tests from the Gradle build by default. They can be activated by providing the the `alltests` parameter, e.g.: `./gradlew clean build -Palltests`
* Execute the exact same tests as the Maven build
* Improve execution speed of Gradle build
2014-04-24 12:16:17 -05:00
Gunnar Hillert
98dbdb5681 BATCH-2144 Add test inclusions/exclusions for tests to build.gradle 2014-04-24 12:16:17 -05:00
Gunnar Hillert
9c6d8cf947 BATCH-2144 Remove generateSql task from build.gradle (Root, duplicate with spring-batch-core/build.gradle) 2014-04-24 12:16:17 -05:00
Gunnar Hillert
11a8ec1dc4 BATCH-2144 - Merged Michael's changes
* Merge PR https://github.com/ghillert/spring-batch/pull/1
* Update Spring Integration dependency to 4.0.0.RC1
* Update docbook-reference-plugin to 0.2.8
2014-04-24 12:16:17 -05:00
Gunnar Hillert
f1d71a06f4 BATCH-2144 Convert Spring Batch to use Gradle
* Use Gradle 1.11
* Remove SpringSource references
* Update JavaDoc overview
* Update Jacoco conf + Add license/manifest files
* Addresses also BATCH-2187
* Update a number of unit tests to not be ignored

Jira: https://jira.springsource.org/browse/BATCH-2144
2014-04-24 12:16:17 -05:00