Commit Graph

37 Commits

Author SHA1 Message Date
Glenn Renfro
b13c36a5e0 Updated versions. 2021-01-21 09:34:53 -05:00
Glenn Renfro
5d7617c9d8 Updated Test Container version 2021-01-06 12:44:20 -05:00
Glenn Renfro
bb7567b851 Updated to support latest version of rabbitmq for test containers. 2021-01-06 11:52:54 -05:00
Spring Buildmaster
18cf866e8a [artifactory-release] Next development version 2020-12-21 17:18:21 +00:00
Spring Buildmaster
187ef63076 [artifactory-release] Release version 2.3.0 2020-12-21 17:18:17 +00:00
Glenn Renfro
68455812d3 Updated dependencies for 2.3.0 2020-12-21 11:23:41 -05:00
Michael Minella
93156fdabc Added documentation for the Single Step Batch Job Starter
This commit does two things:

1. Adds documentation to the reference documentation for the single step
batch job starter.
2. It standardizes the naming of the properties across the various
readers/writers the autoconfiguration provides.

Polished docs on merge
2020-12-21 10:17:25 -05:00
Glenn Renfro
292b89b7ef Resetting back to snapshot 2020-12-11 13:07:46 -05:00
Spring Buildmaster
73e0eb389f [artifactory-release] Next development version 2020-12-11 17:31:40 +00:00
Spring Buildmaster
8e40ddcd20 [artifactory-release] Release version 2.3.0-RC1 2020-12-11 17:31:36 +00:00
Glenn Renfro
f0cb784f7d Updated versions 2020-12-11 11:53:07 -05:00
Michael Minella
a7e8aa1102 Updated generics on single step batch job starter
This commit updates the generics for the domain object used in the
single step batch job starter from a 'Map<Object, Object>' to a
'Map<String, Object>'. This better reflects what is actually used.
2020-12-01 13:52:38 -06:00
Glenn Renfro
6320d7a3fb Reset back to snapshots for dependencies 2020-11-30 12:12:02 -05:00
Spring Buildmaster
f68f8e734b [artifactory-release] Next development version 2020-11-30 16:47:44 +00:00
Spring Buildmaster
c8eba09a21 [artifactory-release] Release version 2.3.0-M4 2020-11-30 16:47:40 +00:00
Glenn Renfro
78bd39719c Updated versions for Milestone 2020-11-30 10:20:47 -05:00
Glenn Renfro
626af44828 Adding KafkaItemWriter single step autoconfig
resolves #696

Updated to allow user to set the itemKeyMapper

Set a very simple keymapper that returns the same result

Updated based on code reviews

Updated Kafka version
2020-11-30 09:34:38 -05:00
Glenn Renfro
a841508604 Introducing KafkaItemReader for single step jobs
resolves #679

Rebase update

rebase update pom cleanup

Cleaned up tests

Updated

Added updates based on code review

polish
2020-11-30 09:01:24 -05:00
Glenn Renfro
bb7d235900 Updated test to clean out tables using delete instead of truncate 2020-11-06 17:14:08 -05:00
Glenn Renfro
8363bed0f9 Updated test container version.
Temporarily added batch schema.   Will remove after test is updated
2020-11-06 16:07:41 -05:00
Glenn Renfro
8337e8e3e4 Update versions for testcontainer andd rabbit versions for tests
Update jacoco version so build will work with the current release of maven

update
2020-10-28 20:52:34 -04:00
Spring Buildmaster
7386faabe6 [artifactory-release] Next development version 2020-09-24 14:33:22 +00:00
Spring Buildmaster
8abcf6337b [artifactory-release] Release version 2.3.0-M3 2020-09-24 14:33:18 +00:00
Glenn Renfro
b71b46c333 Removed the Queue object from autoconfiguration 2020-09-23 15:39:55 -05:00
Glenn Renfro
b79657d398 Establish RabbitMQ Item Writer Single Step Batch
resolves #698
2020-09-23 15:12:12 -05:00
Glenn Renfro
5fa4a2028d Add AMQPItemReader
This adds autoconfiguration for an AMQPItemReader to the single step
batch job starter.

resolves TASK-680A
2020-09-23 08:06:57 -05:00
Glenn Renfro
7223f60ee7 Moved Flat File Autoconfigs, props and tests to the flatfile package 2020-09-22 14:49:30 -05:00
Spring Buildmaster
fd102c84c2 [artifactory-release] Next development version 2020-07-20 18:32:02 +00:00
Spring Buildmaster
e71784fe8b [artifactory-release] Release version 2.3.0-M2 2020-07-20 18:31:58 +00:00
Michael Minella
15eec87b68 Adding autoconfiguration for a JdbcCursorItemReader
This commit adds autoconfiguration for a JdbcCursorItemReader to the
single step batch job starter.

Fixed build

Updates

updated to clean db between tests
2020-07-15 17:05:10 -04:00
Glenn Renfro
fba162fea2 Support JDBCWriter for singlestep batch
resolves 677
2020-07-09 15:08:49 -05:00
Glenn Renfro
59c9adf047 Updated all Junit tests to 5.x
resolves TASK-675
2020-07-07 10:55:16 -05:00
Spring Buildmaster
19d964288a [artifactory-release] Next development version 2020-05-07 17:44:32 +00:00
Spring Buildmaster
d0e31e175c [artifactory-release] Release version 2.3.0-M1 2020-05-07 17:44:28 +00:00
Glenn Renfro
90a2a27e51 Updated Task Version to use the -SNAPSHOT vs .BUILD-SNAPSHOT 2020-05-07 09:51:42 -05:00
Michael Minella
3ed2042ca0 Updates 2020-04-13 17:22:29 -04:00
Michael Minella
7e76cb00f3 Initial commit of Single Step Spring Batch Job Starter
This commit adds a new starter for creating a single step Spring Batch
job.  It allows users to configure a FlatFileItemReader and a
FlatFileItemWriter as well as the job and step with just properties.
2020-04-13 17:22:29 -04:00