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
Michael Minella
19618f48f9
BATCH-2204: Updated StepParserStepFactoryBean to set the buffered flag correctly when building a fault tolerant step
2014-04-21 17:59:17 -05:00
Michael Minella
9b925c2e84
BATCH-2172: Fixed database version check for DB2ZOS
2014-04-21 17:57:32 -05:00
Michael Minella
ff84e1fc8e
BATCH-1786: Added type to AbstractJobExplorerFactoryBean so that a cast isn't required on getObject()
2014-04-21 17:57:30 -05:00
Michael Minella
b0e1f30a57
BATCH-2189: Wrapped checked exception with a custom RuntimeException to follow rules for @PostConstruct
2014-04-21 17:55:15 -05:00
Michael Minella
3dc2ea3cb0
BATCH-2016: Added new flag to indicate if the step is being executed on
...
a restart. If it is, the transition will be followed. If not, we'll
look to see if we should be looking for somewhere else to restart.
2014-04-21 17:48:45 -05:00
Michael Minella
e4b2a0bf7d
BATCH-2185: Updated to support annotation based listener configuration via javaconfig
2014-04-21 17:46:33 -05:00
Michael Minella
bc29c1ba14
BATCH-2085: Updated documentation to reflect current flow configuration options
2014-04-21 17:45:15 -05:00
Michael Minella
aa9a0fdcb2
BATCH-2083: Improved logging detail in AbstractStep
2014-04-21 17:45:15 -05:00
Michael Minella
7ca75f58bc
BATCH-2092: Added access to line input when an exception is thrown
2014-04-21 17:45:07 -05:00
ayrtonsin
2bb8b2648d
fix for BATCH-2106
2014-04-21 17:42:43 -05:00
Michael Minella
999953fe8c
BATCH-2060: Fixed Github links
2014-04-21 17:42:43 -05:00
Michael Minella
81b1e6de79
BATCH-2090: Undeprecated HibernateItemWriter#doWrite(SessionFactory sessionFactory, List<? extends T> items)
2014-04-21 17:42:43 -05:00
Michael Minella
e76aedfb30
BATCH-2042: Updated documentation to call out the need for a fault tolerant ItemProcessor to be idempotent
2014-04-21 17:42:43 -05:00
Michael Minella
9cc5b6490b
BATCH-2011: Updated javadoc to conform to java.lang.Comparable
2014-04-21 17:42:43 -05:00
Chris Schaefer
ab293b57fb
Add basic JSR-352 configuration samples
...
* Inline class references
* batch.xml references
* Spring bean references
2014-04-16 17:55:21 -04:00
Michael Minella
9d17a3d088
Updated Spring Batch Integration to use Spring Integration 4.0.0.RC1
2014-04-16 09:44:46 -05:00
Darren Gorman
8bfc0d2ab8
Removed serialisable check on ExecutionContext entries
...
The serialisation/deserialisation implementation is injectable, so it does not make sense to enforce the presence of this interface
2014-04-11 16:33:35 -05:00
Chris Schaefer
4e25560c4d
BATCH-2195: Document Spring Batch Integration
...
* Removed APT files
* General formatting and spelling fixes
* Converted README.md to docbook
* Expanded converted README.md docs to include usable code snippets
2014-04-11 13:02:53 -04:00
jpraet
947883bf62
add ClassifierCompositeItemProcessor
2014-04-03 12:26:42 -05:00
Michael Minella
74992367a2
BATCH-2188: Refactored package.html to package-info.java and added package-info.java to all packages that needed one
2014-04-02 16:23:09 -05:00
jpraet
b26d272d43
cleanup
2014-04-02 14:35:53 -04:00
Michael Minella
24852e3cf8
Added wait in JsrJobOperatorTests#testApplicationContextClosingAfterJobSuccessful to give application context a chance to shut down before re-running the job
2014-04-02 10:49:09 -05:00
Chris Schaefer
152abb11bd
Allow property injection into any artifact rather than just JSR interface impls.
...
* Remove isBatchArtifact check
* Reduce BatchArtifact.BatchArtifactType into BatchArtifactType
* Import JSR JSL definition from Spring config loaded by JsrJobOperator, update test
for property injection into Tasklet and cleanup pre-parsing checks
2014-03-31 22:01:32 -04:00
Chris Schaefer
6fa04a2cee
BATCH-2196: Document JobScope
...
Updated documentation to reflect information gathered from Javadocs
2014-03-27 15:26:33 -04:00