4479 Commits

Author SHA1 Message Date
Chris Schaefer
61461da228 add gradle output dirs to gitignore 2014-05-30 16:02:36 -04:00
Michael Minella
0e724b0595 [maven-release-plugin] prepare for next development iteration 2014-05-22 10:49:51 -05:00
Michael Minella
51a2075b99 [maven-release-plugin] prepare release 2.2.7.RELEASE 2014-05-22 10:49:47 -05:00
Michael Minella
63a591d022 Update version literals prior to release 2.2.7 2014-05-22 10:44:43 -05:00
Michael Minella
3a624870e0 BATCH-2206: Added option to set collection for MongoItemReader 2014-05-21 21:30:05 -05:00
Michael Minella
ff43ceb85e BATCH-2235: Updated ExitStatus#isRunning logic to use correct strings 2014-05-21 16:54:10 -05:00
Michael Minella
0337cd8d74 Added tests to address more situations as well as cleaned up logic a bit 2014-05-21 14:41:58 -05:00
Thomas Bosch
66f2033793 Allow multiple configs (xmls, java-files, packages) to be loaded in
ApplicationContextFactory
2014-05-21 14:04:29 -05:00
Michael Minella
756f47126f Updated to Spring 3.2.9 2014-05-21 13:55:50 -05:00
Michael Minella
a0d9b7cea9 Added Serializable check so exception handling is consistent across 2.2.x and 3.0 2014-05-21 13:50:15 -05:00
Darren Gorman
2c0e24f4a3 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-05-21 10:58:52 -05:00
Chris Schaefer
e9cd5a8346 Handle TestContext class to interface conversion from Spring 3 to Spring 4
Use reflection to make calls to the provided TestContext in StepScopeTestExecutionListener
Enables usage of Spring 4 w/ Batch 2.2 (in this case)
2014-05-01 17:42:51 -04:00
Chris Schaefer
454391cc84 Allow compilation w/ JDK 8 on 2.2
With 2.2 being the current version and JDK 8 released, one should be able to compile
with a 1.8 JDK.

* Upgrade spring from 3.2.0 to 3.2.7 (ASM handling changes etc)
* Preseve ordering of reacheable elements (plucked from ef0823)
* Added the PooledEmbeddedDataSource to address the issue outlined in
  SPR-11372 (plucked from b27823)
2014-04-18 16:27:27 -04:00
Michael Minella
0a4af31809 [maven-release-plugin] prepare for next development iteration 2014-04-11 13:39:36 -05:00
Michael Minella
993d0e52ed [maven-release-plugin] prepare release 2.2.6.RELEASE 2014-04-11 13:39:33 -05:00
Michael Minella
a1cc7bb475 Update version literals prior to release 2.2.6 2014-04-11 13:36:38 -05:00
Michael Minella
0a58fdf84f BATCH-2204: Updated StepParserStepFactoryBean to set the buffered flag correctly when building a fault tolerant step 2014-04-10 17:17:57 -05:00
Michael Minella
a49d591d12 BATCH-2172: Fixed database version check for DB2ZOS 2014-04-10 16:48:07 -05:00
Michael Minella
2c03fc5cbd BATCH-1786: Added type to AbstractJobExplorerFactoryBean so that a cast isn't required on getObject() 2014-03-18 16:02:40 -05:00
Michael Minella
3a2cac3d49 BATCH-2189: Wrapped checked exception with a custom RuntimeException to follow rules for @PostConstruct 2014-03-18 13:06:21 -05:00
Michael Minella
4e5b4c12ba 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-03-18 12:30:25 -05:00
Michael Minella
2c62f20bbd BATCH-2185: Updated to support annotation based listener configuration via javaconfig 2014-03-13 14:52:34 -05:00
Michael Minella
55a40f7380 BATCH-2085: Updated documentation to reflect current flow configuration options 2014-03-11 12:36:29 -05:00
Michael Minella
33d2bdb969 BATCH-2083: Improved logging detail in AbstractStep 2014-03-11 11:21:30 -05:00
Michael Minella
bc50708872 BATCH-2092: Added access to line input when an exception is thrown 2014-03-10 17:44:16 -05:00
Michael Minella
c066bc616e BATCH-2186: Backporting XSD validation to 2.2.x 2014-03-10 15:46:30 -05:00
ayrtonsin
c199f27103 fix for BATCH-2106 2014-03-10 10:48:56 -05:00
Michael Minella
f4f6e39aca BATCH-2060: Fixed Github links 2014-03-07 11:21:37 -06:00
Michael Minella
edbceb8cde BATCH-2090: Undeprecated HibernateItemWriter#doWrite(SessionFactory sessionFactory, List<? extends T> items) 2014-03-06 17:21:11 -06:00
Michael Minella
a198fd5f6a BATCH-2042: Updated documentation to call out the need for a fault tolerant ItemProcessor to be idempotent 2014-03-06 15:46:38 -06:00
Michael Minella
dfcb21b736 BATCH-2011: Updated javadoc to conform to java.lang.Comparable 2014-03-06 14:03:12 -06:00
Michael Minella
36a7c2ee32 [maven-release-plugin] prepare for next development iteration 2014-02-21 14:31:43 -06:00
Michael Minella
9a4251fbd6 [maven-release-plugin] prepare release 2.2.5.RELEASE 2014-02-21 14:31:39 -06:00
Michael Minella
c68daed91c Update version literals prior to release 2.2.5 2014-02-21 14:27:58 -06:00
Michael Minella
c30e752e9e BATCH-2153: Converted the HashMap used by the StepSynchronizationManager to a ConcurrentHashMap 2014-02-21 13:58:40 -06:00
Michael Minella
7d973be5e5 BATCH-2173: Initial commit for repo updates 2014-02-21 12:17:50 -06:00
Michael Minella
da5a5bcdca BATCH-2169: Added warning message for when users use java config with @StepScope 2014-02-21 11:11:43 -06:00
Michael Minella
6ebde4e6ef BATCH-2180: Fixed documentation about the need to registre CompositeItemWriter's delegates as streams 2014-02-20 21:30:30 -06:00
Michael Minella
3ccaed19d4 BATCH-2181: Backporting BATCH-2175 to the 2.2.x branch 2014-02-20 16:50:50 -06:00
jpraet
1294d73ad6 add and fix unit tests related to BATCH-1980 2014-01-21 19:37:12 +01:00
jpraet
38cbe621cf possible fix for BATCH-1980 2014-01-21 19:36:56 +01:00
jpraet
5a18183081 Add unit test for BATCH-1980 2014-01-21 19:36:25 +01:00
Michael Minella
eb351c529e [maven-release-plugin] prepare for next development iteration 2013-12-27 12:59:32 -06:00
Michael Minella
660d3c1066 [maven-release-plugin] prepare release 2.2.4.RELEASE 2013-12-27 12:59:29 -06:00
Michael Minella
85aa1c5919 Update version literals prior to release 2.2.4 2013-12-27 12:56:43 -06:00
Michael Minella
51ce669d98 BATCH-2151: Clean up ChunkMonitor offset on chunk boundries 2013-12-27 11:46:39 -06:00
Tobias Flohre
f9cfe8b0a8 BATCH-2149 2013-12-24 13:04:47 +01:00
Michael Minella
353a6c15e0 BATCH-2149: Updated unit tests to demonstrate functionality 2013-12-23 11:09:57 -06:00
Michael Minella
4752dfe1c6 Renamed unit test so it will be executed in the build 2013-12-19 18:05:03 -06:00
Michael Minella
19283c95b3 BATCH-2149: Updated test to validate both the simple and fault tolerant use cases 2013-12-19 17:57:43 -06:00