Commit Graph

3641 Commits

Author SHA1 Message Date
dsyer
5d5ce07c8a RESOLVED - issue BATCH-1493: Step listeners detected and invoked twice
RESOLVED - issue BATCH-1494: FetchSize not accessible in HibernateCursorItemReader
2010-01-28 11:35:41 +00:00
dsyer
7c19e7aef3 RESOLVED - issue BATCH-1490: StaxEventItemWriter outputs invalid xml if step handling is failed and retried when handling the first chunk of data 2010-01-19 10:08:14 +00:00
dsyer
fc09b8c33f RESOLVED - issue BATCH-1487: Adding getters to retry beans 2010-01-19 09:07:54 +00:00
dsyer
82947d6401 Fix ivy + OSGi meta-data 2010-01-19 08:57:18 +00:00
dsyer
a71c4b0ad0 BATCH-1498: fixed typo in AbstractStepParser 2010-01-19 08:57:04 +00:00
trisberg
bb702c415a BATCH-1488: cleaned up metadata lookup and callstring creation 2010-01-18 18:42:08 +00:00
trisberg
17f55d12b4 BATCH-1488: created a common superclass to handle state and connection management leaving the cursor creation and row mapping to the sub classes 2010-01-18 18:13:55 +00:00
dsyer
500fc7d873 twaeks for RC1 site build 2010-01-18 09:48:40 +00:00
dsyer
4812f2d122 Add RC1 release notes 2010-01-18 09:25:41 +00:00
dsyer
a9c01447b2 [maven-release-plugin] prepare for next development iteration 2010-01-18 08:48:37 +00:00
dsyer
c46288b365 [maven-release-plugin] prepare release 2.1.0.RC1 2010-01-18 08:47:07 +00:00
dsyer
190db80bc3 Update namespace / 3.0 features in user guide 2010-01-18 08:32:42 +00:00
dsyer
863ea3b2ae Update namespace / 3.0 features in user guide 2010-01-18 08:28:36 +00:00
trisberg
228c54acfc BATCH-729: Added class to handle reading ref cursor from a stored procedure 2010-01-18 07:43:12 +00:00
dsyer
d60c726121 Tidy up a TODO 2010-01-14 14:23:23 +00:00
dsyer
8f8f455c8d Speed up some tests 2010-01-14 13:48:28 +00:00
dsyer
54384d2731 Moved bulk async reader tests to integration test project 2010-01-14 13:41:10 +00:00
dsyer
330ede9c53 Moved bulk async reader tests to integration test project 2010-01-14 13:40:08 +00:00
dsyer
239cba1d43 Moved bulk async reader tests to integration test project 2010-01-14 13:39:27 +00:00
dsyer
56dafae8f1 Fix some issues from last commit 2010-01-14 13:05:43 +00:00
dsyer
5c8f527443 Fix some PMD violations where it made sense 2010-01-14 12:50:48 +00:00
dsyer
09d852285f BATCH-1483: resolve cycle by moving interface to parent package 2010-01-14 11:05:30 +00:00
dsyer
c0384da608 RESOLVED - issue BATCH-1340: Add Support for Native Queries to Jpa/Hibernate readers
Resolve cycle by adding new package
2010-01-14 11:02:53 +00:00
dsyer
3553cb24f5 OPEN - issue BATCH-1422: HibernateCursorItemReader causes OutOfMemoryError when skipping large sets of data
Javadocs.
2010-01-13 17:55:13 +00:00
dsyer
2b02dee4db RESOLVED - issue BATCH-1422: HibernateCursorItemReader causes OutOfMemoryError when skipping large sets of data
RESOLVED - BATCH-1486: HiberbatePagingItemReader
2010-01-13 17:38:50 +00:00
dsyer
a7ce660f44 Re-org database item reader tests 2010-01-13 16:14:38 +00:00
dsyer
6c30182e03 RESOLVED - issue BATCH-1340: Add Support for Native Queries to Jpa/Hibernate readers 2010-01-13 14:18:17 +00:00
dsyer
2977c2076c RESOLVED - issue BATCH-1239: Add email-sending item writer
Change method signature in error handler for Spring 3
2010-01-13 12:54:32 +00:00
dsyer
26de51c9b7 RESOLVED - issue BATCH-1239: Add email-sending item writer
Fix map generics for Spring 3
2010-01-13 10:40:27 +00:00
dsyer
2f66e56b84 RESOLVED - issue BATCH-1239: Add email-sending item writer 2010-01-13 09:24:13 +00:00
dsyer
9977a0f2a1 Finally...? 2010-01-12 19:23:40 +00:00
dsyer
5fe6e063c2 Try again... 2010-01-12 19:16:50 +00:00
dsyer
1a72902af4 Add javax.mail to MANIFEST 2010-01-12 19:13:04 +00:00
dsyer
af1119306b RESOLVED - issue BATCH-1239: Add email-sending item writer 2010-01-12 17:59:15 +00:00
dsyer
febb86919d This is getting irritating... 2010-01-12 17:39:49 +00:00
dsyer
3053f49605 Allow a longer timeout on stopping background job 2010-01-12 17:34:21 +00:00
dsyer
953fb3a5b4 RESOLVED - issue BATCH-1239: Add email-sending item writer 2010-01-12 17:05:56 +00:00
dsyer
db14e83fdc BATCH-1479: fix test and tidy up signature test 2010-01-12 17:02:31 +00:00
dsyer
dcdd8fb30a RESOLVED - issue BATCH-1483: Make the JobParametersValidator instance accessible from the Job interface 2010-01-12 09:54:45 +00:00
dsyer
d272a42b42 RESOLVED - issue BATCH-1483: Make the JobParametersValidator instance accessible from the Job interface 2010-01-12 09:51:17 +00:00
dsyer
860e596cba RESOLVED - issue BATCH-1483: Make the JobParametersValidator instance accessible from the Job interface 2010-01-12 09:49:37 +00:00
dsyer
b551563ebe RESOLVED - issue BATCH-1481: Support injection of step-scoped dependencies into unit tests
Added test context listener to last of IO Samples.
2010-01-11 16:41:20 +00:00
dsyer
25b6f6b634 BATCH-1481: update for Spring 3. 2010-01-11 16:18:42 +00:00
dsyer
e8c8f21522 BATCH-1482: typo in save state docs 2010-01-07 10:16:42 +00:00
dsyer
ca3cefa4cf RESOLVED - issue BATCH-1481: Support injection of step-scoped dependencies into unit tests
Fix build
2010-01-07 09:40:45 +00:00
dsyer
f8431dff38 RESOLVED - issue BATCH-1481: Support injection of step-scoped dependencies into unit tests
Added StepScopeTestUtils.  Revised a few test cases.
2010-01-07 09:33:12 +00:00
dsyer
919fc0f8ff RESOLVED - issue BATCH-1481: Support injection of step-scoped dependencies into unit tests
Revert a few of the more complicated options: just support a factory method
2010-01-07 07:50:21 +00:00
dsyer
983a2c81fe RESOLVED - issue BATCH-1481: Support injection of step-scoped dependencies into unit tests 2010-01-06 17:15:37 +00:00
dsyer
eb7f543620 RESOLVED - issue BATCH-1478: Add auto registration of StepScope to all the top-level elements in XML
RESOLVED - issue BATCH-1479: HippyMethodInvoker
RESOLVED - issue BATCH-1480: Allow method adapter for Tasklet to be configured in namespace
2010-01-06 13:34:22 +00:00
dsyer
0d8cb85c10 RESOLVED - issue BATCH-1430: StaxEventItemWriter: Declare additional namespaces at the top-level element 2010-01-05 14:26:18 +00:00