Commit Graph

4318 Commits

Author SHA1 Message Date
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
Michael Minella
1a7daa8878 Merge pull request 123 from mminella/BATCH-1728
* BATCH-1728:
  BATCH-1728: Added some documentation in the AbstractPaginatedDataItemReader and fixed the message in the RepositoryItemWriter
  BATCH-1728: Initial commit of Spring Data ItemReader/ItemWriter implementations
2013-02-19 10:38:18 -06:00
Michael Minella
46cedbdc3d BATCH-1728: Added some documentation in the AbstractPaginatedDataItemReader and fixed the message in the RepositoryItemWriter 2013-02-19 10:33:06 -06:00
Michael Minella
91deb12a83 BATCH-1728: Initial commit of Spring Data ItemReader/ItemWriter implementations 2013-02-19 10:33:06 -06:00
Michael Minella
15782875ea Merge pull request #121 from ddebree/cleanup_interfaces
* cleanup_interfaces:
  Cleaned up some interface references
2013-02-19 09:34:43 -06:00
Dean de Bree
1b9d477386 Cleaned up some interface references 2013-02-19 09:24:47 -06:00
Michael Minella
184e8990c7 Merge pull request #120 from wxlund/BATCH-1960
* BATCH-1960:
  BATCH-1960: Removed cascades and updated .vpp files
  Failed to add all of the files in the previous commit.  These are the other additional changes made.
  Made changes to generate-sql.  Do not understand how we copy from generated-sources to /src/main/resources but the generation has fixed all of the same bugs that were manually fixed in /src/main/resources including the preferred approach, drop contraints for postgresql.
  Fixed issue of "drop table" scripts causing tests to fail in samples.  Only done for sqlfire and postgres. I believe others that do not have the "if exists" statements in their drop tables scripts should be retested as I have not had to do this on any other previous version.  Suspect that "continueOnError" default flag has somehow gotten flipped.
2013-02-19 09:12:55 -06:00
Michael Minella
d2549044b8 BATCH-1960: Removed cascades and updated .vpp files 2013-02-19 09:11:59 -06:00
Wayne Lund
f056a1136f Failed to add all of the files in the previous commit. These are the
other additional changes made.
2013-02-19 08:50:00 -06:00
Wayne Lund
4beba53220 Made changes to generate-sql. Do not understand how we copy from
generated-sources to /src/main/resources but the generation has fixed
all of the same bugs that were manually fixed in /src/main/resources
including the preferred approach, drop contraints for postgresql.
2013-02-19 08:50:00 -06:00
Wayne Lund
81526f77ac Fixed issue of "drop table" scripts causing tests to fail in samples. Only done for sqlfire and postgres.
I believe others that do not have the "if exists" statements in their drop tables scripts should be retested as
I have not had to do this on any other previous version.  Suspect that "continueOnError" default flag has somehow
gotten flipped.
2013-02-19 08:50:00 -06:00
Dave Syer
56862eebd0 Merge pull request #119 from willschipp/BATCH-1770
* BATCH-1770:
  BATCH-1770 - added step BatchStatus.UNKNOWN to SimpleJobLauncher before starting the job
2013-02-11 17:17:55 +00:00
Will Schipp
0a264f2d6b BATCH-1770 - added step BatchStatus.UNKNOWN to SimpleJobLauncher before
starting the job
2013-02-11 16:57:59 +00:00
Dave Syer
235a6baeed Merge pull request #118 from willschipp/BATCH-1947
* willschipp-BATCH-1947:
  migration from EasyMock to Mockito
2013-02-10 14:32:06 +00:00
Will Schipp
7e1e66d677 migration from EasyMock to Mockito 2013-02-10 14:30:57 +00:00
Michael Minella
a06f4ad389 Merge pull request #117 from mminella/BATCH-1788
BATCH-1788: Updated documentation to correctly relfect the behavior of t...
2013-02-07 11:16:28 -08:00