Michael Minella
0580e33760
BATCH-1774: Updated to catch Throwable so Errors don't cause NPEs when processing results
2012-11-15 12:57:11 -06:00
Michael Minella
84ca7cbc40
Merge pull request #68 from mminella/BATCH-1691
...
BATCH-1691: Implemented group by functionality not impacted by paging
2012-11-08 09:08:43 -08:00
Michael Minella
6380491187
BATCH-1691: Updated to correct order by processing
2012-11-07 14:34:45 -06:00
Michael Minella
ea4fdfdf15
BATCH-1691: Implemented group by functionality not impacted by paging
2012-11-06 16:41:31 -06:00
Michael Minella
920d0e5f7f
Merge pull request #66 from mminella/BATCH-1749
...
Batch-1749: JdbcPagingItemReader now supports multi-column keys
2012-11-05 09:23:48 -08:00
Michael Minella
1cf9573679
BATCH-1749: Updated for sorts to be more intuitive
2012-11-05 10:29:15 -06:00
Michael Minella
12d9918289
BATCH-1749: JdbcPagingItemReader now supports multi-column keys
2012-11-02 15:01:43 -05:00
Michael Minella
382ce48e15
Merge pull request #64 from mminella/BATCH-1691
...
BATCH-1691: Implemented group by clause in paging queries
2012-10-31 07:28:55 -07:00
Michael Minella
3b551287d7
BATCH-1691: Implemented group by clause in paging queries
2012-10-30 15:46:10 -05:00
Michael Minella
8e76d60c8a
Merge pull request #63 from mminella/BATCH-1903
...
BATCH-1903: Fixed SQL for restart to be compatable with HSQLDB
2012-10-29 07:18:25 -07:00
Lucas Ward
00763bd57a
BATCH-1854 Created ResourceAware and added a check to MultiResourceItemReader. If an item implements ResourceAware, the current resource will be set on it
2012-10-28 21:23:37 -05:00
Michael Minella
47025259e0
BATCH-1903: Fixed SQL for restart to be compatable with HSQLDB
2012-10-26 17:04:25 -05:00
Michael Minella
786cb09c9c
Merge pull request #62 from mminella/BATCH-1780
...
Batch-1780
2012-10-26 06:16:42 -07:00
Michael Minella
a935ff07ed
merged
2012-10-22 14:53:28 -05:00
Michael Minella
b33b2e3e97
BATCH-1780: Updated use of StepListenerFailedException
...
* Removed second constructor
* Updated code to log exception from the listener method more clearly
* Updated logging to report application error
2012-10-22 14:46:02 -05:00
Michael Minella
19bf011305
Merge pull request #61 from mminella/BATCH-1869
...
BATCH-1869: Updated DelimitedLineTokenizer to support String delimiters
2012-10-22 06:36:19 -07:00
Michael Minella
b41b92af33
BATCH-1780: Updated test to expect listner exception as "cause"
2012-10-12 15:37:26 -05:00
Michael Minella
2fea09b9ce
BATCH-1780: Updated usage of StepLIstenerFailedException to match doc
2012-10-12 15:22:00 -05:00
Michael Minella
1b71ada1ff
BATCH-1869: Updated DelimitedLineTokenizer to support String delimiters
2012-10-11 12:22:54 -05:00
Michael Minella
5085dc9e61
Merge pull request #58 from mminella/master
...
BATCH-1684: Updated to include injection via the JobExplorerFactoryBean as well
2012-10-09 11:06:42 -07:00
Michael Minella
e08314de68
Merge branch 'master' of github.com:SpringSource/spring-batch
2012-10-09 13:01:56 -05:00
Michael Minella
dafb836044
BATCH-1684: Updated to include injection via the JobExplorerFactoryBean as well
2012-10-09 13:01:46 -05:00
Michael Minella
835e04ce05
Merge pull request #57 from mminella/master
...
BATCH-1684: Forcing the use of ISO-8859-1 encoding for persistence
2012-10-09 08:14:20 -07:00
Michael Minella
7297163157
Merge branch 'master' of github.com:SpringSource/spring-batch
2012-10-09 10:12:44 -05:00
Michael Minella
f00a0076d6
BATCH-1684: Forcing the use of ISO-8859-1 encoding for persistence
2012-10-09 10:12:27 -05:00
Michael Minella
ae5eec92a1
Merge pull request #56 from mminella/master
...
BATCH-1684: Fixing unit test
2012-10-09 07:14:45 -07:00
Michael Minella
bfdce48ac2
Merge branch 'master' of github.com:SpringSource/spring-batch
2012-10-09 09:10:06 -05:00
Michael Minella
f7d2e683ca
BATCH-1684: Updated the conversion of the output stream to String
2012-10-09 09:09:50 -05:00
Michael Minella
4f7e600683
Merge pull request #55 from mminella/master
...
BATCH:1684 - Fixing unit test
2012-10-08 12:54:12 -07:00
Michael Minella
92e4615a9b
BATCH-1684: Added close to unit test
2012-10-08 14:52:47 -05:00
Gunnar Hillert
653772cf04
Merge pull request #53 from mminella/BATCH-1684
...
# By Michael Minella
* mminella-BATCH-1684:
BATCH-1684 - Allow serializer to be injected into JobRepository
2012-10-08 14:57:40 -04:00
Michael Minella
64ca2608ad
BATCH-1684 - Allow serializer to be injected into JobRepository
...
* Updated the job-repository tag to allow for a serializer and deserializer to be injected
* Updated the XStreamExecutionContextStringSerializer to implement Serializer and Deserializer
* Replaced the ExecutionContextStringSerializer with the ExecutionContextSerializer interface
* Updated the XSD and parser to accept the injection of an implementation of the ExecutionContextSerializer from the job-repository tag
* Updated the JdbcExecutionContextDao to use injected ExecutionContextSerializer implementation
Reference: https://jira.springsource.org/browse/BATCH-1684
2012-10-08 14:53:46 -04:00
Michael Minella
656d59cd5c
Merge pull request #54 from mminella/BATCH-1897
...
BATCH-1897: Removed unused ant support
2012-10-05 08:56:50 -07:00
Michael Minella
38ef37b882
BATCH-1897: Removed unused ant support
2012-10-05 10:45:30 -05:00
Michael Minella
326da17239
Merge pull request #49 from chrisjs/BATCH-1666
...
BATCH-1666: Add abort(long executionId) convenience method to JobOperato...
2012-10-02 12:23:34 -07:00
Chris Schaefer
4b68ed3aac
BATCH-1666: Add abort(long executionId) convenience method to JobOperator
2012-10-02 15:14:53 -04:00
Michael Minella
cae48ac962
Merge pull request #45 from tvaughan77/BATCH-1694
...
BATCH-1694 Third time is a charm.
2012-10-02 10:28:46 -07:00
Michael Minella
76fcfd0ac1
Merge pull request #52 from mminella/BATCH-1895
...
BATCH-1895: Removed merge artifacts
2012-10-02 08:42:12 -07:00
Michael Minella
5ee17a9008
BATCH-1895: Removed merge artifacts
2012-10-02 10:40:14 -05:00
Michael Minella
fdcf8897d5
Merge pull request #51 from mminella/BATCH-1895
...
Batch 1895
2012-10-02 08:31:18 -07:00
Michael Minella
5975557d0e
BATCH-1895: Fixed merge issues
2012-10-02 10:29:14 -05:00
Michael Minella
e827990f08
BATCH-1895: Updated to use spring-retry
2012-10-02 10:06:44 -05:00
Michael Minella
54d1aabfaa
Merge pull request #48 from mminella/master
...
Unit test fixed
2012-09-28 14:36:47 -07:00
Michael Minella
f200332e83
Fixed broken unit tests by updating castor dependency
2012-09-28 16:32:42 -05:00
Michael Minella
f3109eaa57
Merge pull request #47 from mminella/BATCH-1718
...
BATCH-1718: Added optimistic flag
2012-09-28 13:40:26 -07:00
Michael Minella
6779d49d3c
BATCH-1718: Added optimistic flag
...
Added optimistic flag to allow configuration for optimistic or pessimistic evaluation of retry policies.
2012-09-28 13:37:54 -05:00
Gunnar Hillert
67ad09c160
Merge pull request #46 from mminella/BATCH-1706
...
* mminella-BATCH-1706:
BATCH-1706: Documented chunk and tasklet elements
2012-09-27 16:08:27 -04:00
Michael Minella
8ab844550d
BATCH-1706: Documented chunk and tasklet elements
2012-09-27 14:31:37 -05:00
Dave Syer
d372269e0b
Fix broken test (new method in Spring 3.1 needs mock)
2012-09-24 16:37:14 +01:00
Dave Syer
5410e076a8
BATCH-1685: fix broken dependeny on spring-oxm
2012-09-24 16:34:02 +01:00