Commit Graph

439 Commits

Author SHA1 Message Date
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
Glenn Renfro
7c23c31f48 Updated to resolve failed build 2020-09-22 15:47:58 -04:00
tarun dixit
71485fd5cd updates README in batch-event sample setting min Java version to 8 2020-08-22 17:21:22 -04:00
csaethre19
75583a267e updates README in batch-job sample setting min Java v to 8 2020-08-22 17:09:21 -04:00
Andre da Silva
eebe8fa6ca Update README in JPA sample setting the minimum Java version to 8, line #8. 2020-08-21 19:29:33 -04:00
Glenn Renfro
52dc6a3f5c Updated README to set Java version minimum is Java 8
resolves issue #708
2020-08-18 19:49:02 -04:00
Arushi
102e8e8cf2 Changed Java version from 7 to 8 in timestamp/README 2020-08-17 20:44:05 -04:00
Glenn Renfro
97989b440c Updated Java Version 2020-08-17 13:36:56 -04:00
Glenn Renfro
b4ea1040de Task tags assigned to all metrics sent by the app
Ensure that Task's org.springframework.cloud.task.configurationorg.springframework.cloud.task.configuration.MetricsAutoConfiguration is configured Before org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration (that in turn is configured Before the CompositeMeterRegistryAutoConfiguration).
Resolves #691
2020-08-11 11:52:52 -04:00
Glenn Renfro
91bcd1ab41 Change repository for dependendencies to snapshot instead of libs-snapshot-local 2020-07-31 12:26:08 -04:00
Glenn Renfro
6ee418a691 Resetting versions to latest snapshots 2020-07-30 11:53:20 -04: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
Glenn Renfro
f35cd9d561 Updated for 2.3.0-M2 release
Updated to include latest stream dependencies
2020-07-20 13:50:38 -04: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
468fab1b42 Updated versions to latest releases 2020-07-10 10:34:45 -04:00
Glenn Renfro
fba162fea2 Support JDBCWriter for singlestep batch
resolves 677
2020-07-09 15:08:49 -05:00
Glenn Renfro
80f39bea84 Removed cfenv from dependencies
Updated tests that used it.

resolves #681
2020-07-08 12:41:56 -04:00
Glenn Renfro
59c9adf047 Updated all Junit tests to 5.x
resolves TASK-675
2020-07-07 10:55:16 -05:00
Michael Minella
f3bbc37293 Added generation of epub 2020-06-19 10:43:54 -05:00
Glenn Renfro
dd321f1462 html files now under html dir in zip file
pdf file is now under pdf dir in zip file

resolves #668
2020-06-18 09:40:21 -05:00
FWinkler79
1913e1e7f9 Added missing @EnableTask annotation
Following the documentation (using Spring Boot 2.3.0 and Spring Cloud Hoxton.SR5) does not yield the described output if that annotation is missing. I saw it being used in several videos of M. Minella, so I think it is a glitch.
Adding the annotation to my code showed the log output where `TaskExecution` is created and updated in the repository. Without the annotation that does not show (and probably does not happen either).
2020-06-16 16:42:33 -04:00
Glenn Renfro
95a2683331 Updated sc-build and s-c-depenency-parent to 3.0.0-SNAPSHOT
Readded JUnit 4 temporarily to get build to complete

Refer to issue #675
2020-06-16 16:39:14 -04:00
Glenn Renfro
b2ce87d041 Updated version numbers to reset master 2020-05-20 15:05:10 -04: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
9e7e75b7cd Updated 2020-05-07 11:26:27 -04:00
Glenn Renfro
90a2a27e51 Updated Task Version to use the -SNAPSHOT vs .BUILD-SNAPSHOT 2020-05-07 09:51:42 -05:00
Jay Bryant
214c121397 Update spring-doc-resources version and highlight
Update spring-doc-resources and change highlght to github,
to get Damien Vitrac's latest look and feel for the docs.
2020-05-07 09:34:14 -05:00
Glenn Renfro
d508285f58 Additional docs on table creation when using the tablePrefix prop
Resolves #653
2020-05-07 09:23:11 -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
Glenn Renfro
8b41515ee3 Upgraded master to use Boot 2.3.0.M4 2020-04-06 11:56:19 -04:00
Glenn Renfro
aba70b468a Changing DataSourceBuilder to EmbeddedDatabaseBuilder. 2020-03-25 11:19:18 -04:00
Michael Minella
00b8acab55 Added support for specifying a TransactionManager
Before this commit, Spring Cloud Task did not correctly configure the
provided PlatformTransactionManager with the TaskRepository.  This
commit addressis this bug.

Resolves #652

Polished PR on Merge
2020-03-25 10:05:16 -04:00
Glenn Renfro
f7c2501314 Added section on closing the context
resolves #646
2020-02-18 10:49:28 -06:00
Glenn Renfro
79c7bd3783 Used BOM for stream and binder starters in samples.
resolves #637
2020-02-18 11:01:52 -05:00
Dominik Bartholdi
37749efca2 fix link to DDL scripts 2020-01-30 10:11:54 -06:00
Glenn Renfro
6b336a983c Resolves Task Lock issue with Oracle DB
In short the Oracle CHAR type is blank padded to the end of the field.  So we were not getting an exact match on queries when looking for the LOCK_KEY or CLIENT_ID
2020-01-30 09:17:15 -06:00
Michael Minella
9faa7fa60e Added debug logging for DeployerPartitionHandler 2020-01-08 14:39:51 -06:00
Glenn Renfro
fe24bc1dad Introduction of github actions for build 2019-12-20 10:47:22 -05:00
Glenn Renfro
03b38404a0 Updated versions for minor release of cloud 2019-12-19 09:17:52 -05:00
Glenn Renfro
cf05696d4a Updated schema documentation 2019-12-17 15:03:48 -06:00
Glenn Renfro
98ba2dc1c1 Set dependencies back to BUILD-SNAPSHOT 2019-11-25 16:33:14 -05:00
Spring Buildmaster
1bfa6006ec [artifactory-release] Next development version 2019-11-22 21:20:15 +00:00
Spring Buildmaster
14f2c510c4 [artifactory-release] Release version 2.2.1.RELEASE 2019-11-22 21:20:11 +00:00
Michael Minella
3675ebcf96 Removed versions and pointed them to ${project.version} 2019-11-22 14:58:42 -06:00