Commit Graph

1824 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
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
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
e8962cec39 Initial commit of package detangle work 2014-05-05 10:42:32 -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
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
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
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
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
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
aa9a0fdcb2 BATCH-2083: Improved logging detail in AbstractStep 2014-04-21 17:45:15 -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
9cc5b6490b BATCH-2011: Updated javadoc to conform to java.lang.Comparable 2014-04-21 17:42:43 -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
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
Michael Minella
9b5e7a281e BATCH-2156: blocking when the ExecutionContext is updated to prevent transaction serialization issues 2014-03-26 16:41:24 -05:00
Michael Minella
88477193b4 BATCH-2194: Reference documentation for Spring Batch's JSR-352 implementation 2014-03-26 10:12:10 -05:00
Michael Minella
de7df9c1f1 BATCH-2048: Simplified the use fo a MapJobRepository by making the DataSource optional 2014-03-21 11:41:00 -05:00
Michael Minella
a8aa3f907b BATCH-1786: Added the type to the AbstractJobRepositoryFactoryBean's FactoryBean definition and depricated AbstractJobRepositoryFactoryBean#getJobRepository in favor of FactoryBean#getObject() 2014-03-18 16:30:47 -05:00
jpraet
ab9f0f4897 add jdbc-operations attribute to <batch:job-repository> 2014-03-05 14:57:58 -06:00
jpraet
08aa9eb589 BATCH-2178: allow injection of custom JdbcOperations implementation in
JobRepositoryFactoryBean and JobExplorerFactoryBean
2014-03-05 14:57:58 -06:00
Michael Minella
ac81a97d0d BATCH-2078: Close application contexts as batch jobs finish 2014-03-05 11:53:40 -06:00
Chris Schaefer
162d285a4d Call StepSynchronizationManager.close() in before method 2014-03-05 10:47:50 -05:00
Michael Minella
7eabb5e040 BATCH-2146: Renamed JSR specific artifacts to be prefixed so they are easily identifiable 2014-03-05 09:46:30 -05:00
Chris Schaefer
f093dc01de Update javadoc of RetryListener interface to be more specific to its actual usage 2014-03-04 12:35:47 -05:00
Chris Schaefer
fe05e0daaf Updates from the JSR 352 v1.0 Maintenance Release 20140214 Draft 2
* Per added section 9.3.2 - do not automatically make job properties available
  to artifacts when using @BatchProperty. Job properties are only available to
  artifacts when using the jobProperties substitution mechanism.

* Update tests to reflect changes
2014-02-28 17:16:40 -06:00
Chris Schaefer
319c751432 BATCH-2127: Refactor JSR Properties for outside of parsing use cases
* Main cleanups in BatchPropertyContext/PropertyParser, get rid of BatchPropertyContextEntry
2014-02-28 17:16:40 -06:00
Michael Minella
be430126b5 Removed unused TCK SPI classes 2014-02-28 17:12:03 -06:00
Michael Minella
43d1b6eafb BATCH-2045: Updated error message to identify that the XSD isn't compatable with the current version of Spring Batch 2014-02-28 13:36:43 -06:00
Michael Minella
ff7793cacf [maven-release-plugin] prepare for next development iteration 2014-02-21 21:42:59 -06:00
Michael Minella
f690c496c4 [maven-release-plugin] prepare release 3.0.0.M3 2014-02-21 21:42:55 -06:00