Commit Graph

4333 Commits

Author SHA1 Message Date
willschipp
201620ce80 BATCH-1977 - script to migrate batch_job_params to new
batch_job_execution_params
2013-03-22 14:02:09 -05:00
Michael Minella
74efeb0a1c Merge pull request #146 from baumgartner/fix-batch-1952
* BATCH-1952:
  Fix issue batch-1952
2013-03-21 11:55:49 -05:00
Martin
28c83238ab Fix issue batch-1952 2013-03-21 11:49:43 -05:00
Michael Minella
632b2d93a9 Merge pull request #145 from chrisjs/BATCH-1968
* BATCH-1968:
  BATCH-1968: Upgrade to hsqldb 2.2.9
2013-03-21 10:36:29 -05:00
Chris Schaefer
082c81765f BATCH-1968: Upgrade to hsqldb 2.2.9 2013-03-21 10:31:52 -05:00
Michael Minella
c8ce61d598 Merge pull request #140 from jpraet/BATCH-1959
* BATCH-1959:
  BATCH-1959: Fixed whitespace issues
  fix assertion (see BATCH-1957: WRITTEN_STATISTICS_NAME in execution context now contains TOTAL number of records written)
  add additional tests with UTF-8 and UTF-16BE encoding
  BATCH-1959
2013-03-21 10:09:21 -05:00
Michael Minella
f01ef38e98 BATCH-1959: Fixed whitespace issues 2013-03-21 10:08:12 -05:00
jpraet
215d47182e fix assertion (see BATCH-1957: WRITTEN_STATISTICS_NAME in execution
context now contains TOTAL number of records written)
2013-03-21 10:02:43 -05:00
jpraet
eb163b7608 add additional tests with UTF-8 and UTF-16BE encoding 2013-03-21 10:02:43 -05:00
jpraet
47ef986be7 BATCH-1959 2013-03-21 10:00:17 -05:00
Michael Minella
29c6968865 Merge pull request 134 from jpraet/BATCH-1957
* BATCH-1957:
  BATCH-1957: Updated comments
  - restore WRITE_STATISTICS_NAME from execution context on restart - don't assume output file is always present on restart (could be deleted by previous execution if shouldDeleteIfEmpty flag was set)
  add additional test case that shows a bug in the current StaxEventItemWriter.shouldDeleteIfEmpty: when the writer restarts from a previous execution where the output file was deleted, this fails because FileUtils.setUpOutputFile expects the file to be there on restart
  add unit test test showing bug in FlatFileItemWriter: output file is deleted on restart if shouldDeleteIfEmpty property is set and no new records have been written
  BATCH-1957: Add StaxEventItemWriter deleteIfEmpty property
2013-03-20 10:37:12 -05:00
Michael Minella
00f1d31127 BATCH-1957: Updated comments 2013-03-20 10:36:06 -05:00
jpraet
c65ec97474 - restore WRITE_STATISTICS_NAME from execution context on restart
- don't assume output file is always present on restart (could be
deleted by previous execution if shouldDeleteIfEmpty flag was set)
2013-03-20 09:54:53 -05:00
jpraet
44d640990d add additional test case that shows a bug in the current
StaxEventItemWriter.shouldDeleteIfEmpty: when the writer restarts from a
previous execution where the output file was deleted, this fails because
FileUtils.setUpOutputFile expects the file to be there on restart
2013-03-20 09:52:44 -05:00
jpraet
3f2aa18460 add unit test test showing bug in FlatFileItemWriter: output file is
deleted on restart if shouldDeleteIfEmpty property is set and no new
records have been written
2013-03-20 09:52:44 -05:00
jpraet
538d7b1abb BATCH-1957: Add StaxEventItemWriter deleteIfEmpty property 2013-03-20 09:52:44 -05:00
Michael Minella
b83d88df98 Merge pull request 143 from dturanski/BATCH-1908-JUnit 2013-03-19 13:42:06 -05:00
Michael Minella
e807dd7260 Merge pull request 142 from dturanski/BATCH-1908
* BATCH-1908:
  BATCH-1908: Minor cleanup/formatting
  BATCH-1908. Added batch inserts to JdbcExecutionContextDao and JdbcStepExecutionDao. Added JobRepository.addAll(Collection<StepExecution>)
2013-03-06 15:11:46 -06:00
Michael Minella
55ef8805b8 BATCH-1908: Minor cleanup/formatting 2013-03-06 14:57:44 -06:00
David Turanski
2f9df44443 BATCH-1908. Added batch inserts to JdbcExecutionContextDao and JdbcStepExecutionDao. Added JobRepository.addAll(Collection<StepExecution>) 2013-03-06 13:47:54 -06:00
Michael Minella
feadfd35ca Updated GET_LAST_EXECUTION query for performance 2013-03-06 11:35:07 -06:00
Michael Minella
68ed285069 Merge pull request #139 from mminella/BATCH-1723
BATCH-1723: Updated JobParameters to return wrapper classes
2013-03-05 08:31:53 -08:00
Michael Minella
12317a0e0c BATCH-1723: Updated JobParameters to return wrapper classes 2013-03-05 10:23:49 -06:00
Michael Minella
e1c038b6ac Merge pull request 137 from jpraet/BATCH-1906
* BATCH-1906:
  BATCH-1906: Fixed documentation and whitespace
  BATCH-1906: add support to access an item's line number
2013-03-04 18:09:52 -06:00
Michael Minella
c993e4c4e7 BATCH-1906: Fixed documentation and whitespace 2013-03-04 18:08:37 -06:00
jpraet
6e7b290727 BATCH-1906: add support to access an item's line number 2013-03-04 17:47:40 -06:00
Michael Minella
cb27354e75 Merge pull request 135 from jpraet/BATCH-1972
* BATCH-1972:
  BATCH-1972: Fixed some whitespace issues
  BATCH-1972: StaxEventItemReader fails when restarted at end of file
2013-03-04 17:31:25 -06:00
Michael Minella
0c224009b9 BATCH-1972: Fixed some whitespace issues 2013-03-04 17:21:50 -06:00
jpraet
f7a88902ed BATCH-1972: StaxEventItemReader fails when restarted at end of file 2013-03-04 16:50:42 -06:00
Michael Minella
02b4a66d45 Merge pull request 133 from jpraet/BATCH-1975
* BATCH-1975:
  BATCH-1975: Minor cleanup
  BATCH-1975: StaxEventItemWriter namespace added to elements after restart
2013-03-04 16:19:29 -06:00
Michael Minella
39c5e221f8 BATCH-1975: Minor cleanup 2013-03-04 16:18:22 -06:00
jpraet
3f12a0f9a4 BATCH-1975: StaxEventItemWriter namespace added to elements after
restart
2013-03-04 15:14:53 -06:00
Michael Minella
83c5fa2eaa Merge pull request 126 from ddebree/BATCH-1966
* BATCH-1966:
  BATCH-1966: Some minor cleanup
  Added method to replace old setName method.
  Fixed execution context name to match old code
  Added ExecutionContextUserSupport to the ItemStream Support class Changed child classes to use this shared object Changed some classes that previously extended ExecutionContextUserSupport to rather use the same common parent class as everything else. Changes all for issue BATCH-1966
2013-03-04 14:13:15 -06:00
Michael Minella
aedf03fad0 BATCH-1966: Some minor cleanup 2013-03-04 14:08:19 -06:00
Dean de Bree
958d7c89a5 Added method to replace old setName method. 2013-03-04 09:15:16 -06:00
Dean de Bree
739ebb58c6 Fixed execution context name to match old code 2013-03-04 09:15:16 -06:00
Dean de Bree
d1b84f3e2f Added ExecutionContextUserSupport to the ItemStream Support class
Changed child classes to use this shared object
Changed some classes that previously extended ExecutionContextUserSupport
to rather use the same common parent class as everything else.
Changes all for issue BATCH-1966
2013-03-04 09:15:16 -06:00
Michael Minella
b1bd3d3d1e BATCH-1847: Updated StepScope to not proxy abstract beans 2013-03-01 18:11:06 -06:00
Michael Minella
6dbf543309 Merge pull request #136 from mminella/BATCH-1856
BATCH-1856: Initial implementation of the getParentLogger method
2013-03-01 12:28:47 -08:00
Michael Minella
11add37b5c BATCH-1856: Initial implementation of the getParentLogger method 2013-03-01 12:09:03 -06:00
Michael Minella
7ddd92d71e Merge pull request #132 from mminella/BATCH-1955
BATCH-1955: Removed requirement to inject ItemSqlParamterSourceProvider ...
2013-03-01 09:55:35 -08:00
Michael Minella
408de3c75f BATCH-1955: Removed requirement to inject ItemSqlParamterSourceProvider when using Map's for an item 2013-03-01 11:54:00 -06:00
Michael Minella
12c0b70636 Merge pull request 130 from willschipp/BATCH-1964
* BATCH-1964:
  addition of transacted value to JpaPagingItemReader
2013-03-01 09:00:56 -06:00
willschipp
5706813b02 addition of transacted value to JpaPagingItemReader 2013-02-28 21:01:24 -05:00
Michael Minella
e1029a1b5d Merge pull request #129 from dturanski/gemfire
* gemfire:
  pulled system.out from StepScopeIntegrationTests.java
  fixed maven build issues
  added GemfireItemWriter
2013-02-28 11:45:10 -06:00
David Turanski
2030c270ca pulled system.out from StepScopeIntegrationTests.java 2013-02-28 11:02:40 -06:00
David Turanski
ed87a0f87a fixed maven build issues 2013-02-28 11:02:40 -06:00
David Turanski
e4095ab26b added GemfireItemWriter 2013-02-28 11:02:40 -06:00
Michael Minella
61923bcd7d Updated to provide links to the contributor guidelines and information about the all maven profile 2013-02-28 10:42:10 -06:00
Michael Minella
8155ded461 Fixing integration test due to change in Proxy's toString 2013-02-28 09:12:14 -06:00