Commit Graph

454 Commits

Author SHA1 Message Date
Glenn Renfro
0edef4ef05 Updated links in docs to reference html and pdf resources
resolves #730

Readded epubs to available doc types
2020-11-19 12:11:14 -05:00
DavidGrath
10d335f7ae Fixed typo in batch.adoc
Changed the following on line 121
- `Step`. The following example shows how to configure the `DefaultStepExecutionHandler`:
+ `Step`. The following example shows how to configure the `DeployerStepExecutionHandler`:
2020-11-18 12:40:19 +01:00
Michael Minella
704b8df2ad Added sort validation
This commit now validates that the value passed via a PageRequest to
sort the results by is a valid value.

Resolves #739

Fixed to allow for all letter cases
2020-11-09 10:30:03 -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
Glenn Renfro
a4b638a61e Updated build file to put all publications in the ref directory 2020-10-22 16:31:05 -04:00
Glenn Renfro
5cec7af1dd Updated test to make each batch instance unique.
This solves issue where Batch Instances were cleared out unnecessesarily
2020-10-20 14:33:58 -04:00
Varshith Kancharla
88e0c00d81 Update appendix-task-repository-schema.adoc 2020-10-01 22:43:07 +05:30
Glenn Renfro
2247763450 Resetting versions to snapshot 2020-09-24 14:42:16 -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
c49f9d4a92 Update dependency versions for this release 2020-09-23 20:09:43 -04:00
Michael Minella
4adddc8f29 Polish 2020-09-23 17:42:37 -05:00
Glenn Renfro
414cfc3e96 Introduction of single-step-batch-job sample
resolves #702
2020-09-23 17:42:30 -05: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
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