Commit Graph

4825 Commits

Author SHA1 Message Date
Michael Minella
bb048f3cf8 BATCH-2234: Updated documentation to outline setup requirements as well as adding batch-*.properties files for the other database types 2014-05-16 11:21:13 -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
4fe22fc511 BATCH-2232: Fixed generics for RepositoryItemReader#setRepository 2014-05-15 09:49:55 -05:00
Michael Minella
c8d77c055d Updated Spring Data versions for Spring I/O 2014-05-14 13:59:39 -05:00
Spring Buildmaster
fff3b949b8 [artifactory-release] Release version 3.0.0.RC1 2014-05-14 13:37:49 -05:00
Chris Schaefer
f5f4906b61 ignore pom.xml to avoid accidential commits 2014-05-13 17:27:21 -04: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
Michael Minella
712af80bce Updated README.md to remove maven references 2014-05-12 17:21:46 -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
76af420116 Removed redundant casts 2014-05-07 16:34:08 -05:00
Chris Schaefer
57f409e0f1 update copyright dates, fix test method typo, xml cleanup, add varg - for BATCH-2227 2014-05-07 12:29:49 -04:00
Thomas Bosch
90aca9c98b BATCH-2227: Allow multiple configs (xmls, java-files, packages) to be
loaded in ApplicationContextFactory
2014-05-07 12:29:08 -04:00
Michael Minella
6e4b0cb045 Updated to address TCK classpath 2014-05-06 08:42:37 -05:00
Michael Minella
6d94ae9031 Updated hsqldb urls to use MVCC mode 2014-05-05 15:08:05 -05:00
Chris Schaefer
3a1f6a27d6 Add wildcard search functionality from BATCH-1797 to MapJobInstanceDao and tests 2014-05-05 15:00:37 -04:00
willschipp
aef4db98b8 BATCH-1797 - implementation of SQL 'wildcard' search in JobInstanceDao 2014-05-05 15:00:37 -04: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
e8962cec39 Initial commit of package detangle work 2014-05-05 10:42:32 -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
Chris Schaefer
bd01760466 add test case for BATCH-2025 2014-05-01 19:32:36 -04:00
willschipp
166686bd9a BATCH-2025 added setter for useAllParentParameters 2014-05-01 18:21:00 -04:00
Michael Minella
e497da16e0 BATCH-2193: Updated What's New section 2014-05-01 17:10:37 -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
3e8897a421 BATCH-2224: Fixed minor copy/paste errors 2014-05-01 11:43:02 -05:00
Gunnar Hillert
dff3f0b80b BATCH-2224 Ensure Syntax Highlighting for Program Listings
* Polish Docbook
2014-05-01 10:56:16 -05:00
Michael Minella
f6b83167ac XD-1389: Added null check when receiving partitioned messages back to handle timeouts 2014-05-01 09:48:02 -05:00
Michael Minella
5600061b92 BATCH-2223: Removed 'archetypes' in favor of Spring Boot based start up 2014-04-30 12:11:21 -05:00
Michael Minella
8703d11cba BATCH-2219: Moved maven site content into reference guide and README.md
* Moved batch-principles-guidelines to reference guide
* Moved batch-processing-strategies to reference guide
* Moved transactions to reference guide
* Moved spring batch samples notes to a README.md for the samples module
2014-04-30 09:41:40 -05:00
Michael Minella
5e07b249ad Updated commons-dbcp and commons-pool dependency scopes 2014-04-25 15:30:23 -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
0dfb123666 BATCH-2144 Add Chris Schaefer as dev to publish-maven.gradle 2014-04-24 12:16:17 -05:00
Gunnar Hillert
08c14cad39 BATCH-2144 Fix reference doc header 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
Michael Minella
996c37997a Upgraded Spring Retry to 1.0.3.RELEASE 2014-04-24 11:13:20 -05:00
Michael Minella
2c2744ff88 BATCH-2202: Removed unnecessecary LdifAggregator and corrected javadoc on RecordCallbackHandler 2014-04-22 10:33:49 -05:00
Michael Minella
337b844fc9 Bringing the LDIF based ItemReader from Spring LDAP to Spring Batch to break circular dependency 2014-04-22 10:33:49 -05:00
Michael Minella
33f87e992f Fixed merge issue 2014-04-21 19:21:49 -05:00
Michael Minella
17299a3d3a [maven-release-plugin] prepare for next development iteration 2014-04-21 18:05:05 -05:00
Michael Minella
93b809921d [maven-release-plugin] prepare release 2.2.6.RELEASE 2014-04-21 18:03:10 -05:00
Michael Minella
432a90665f Update version literals prior to release 2.2.6 2014-04-21 18:01:01 -05:00