Commit Graph

215 Commits

Author SHA1 Message Date
buildmaster
e8560df9d3 Going back to snapshots 2023-09-27 11:00:52 +00:00
buildmaster
ddd00afc83 Update SNAPSHOT to 3.1.0-M2 2023-09-27 10:58:19 +00:00
Glenn Renfro
63ab5b1daf Update versions and update code format 2023-09-25 12:22:51 -04:00
buildmaster
b4e732211c Going back to snapshots 2023-08-10 01:54:27 +00:00
buildmaster
ff83701cd3 Update SNAPSHOT to 3.1.0-M1 2023-08-10 01:50:18 +00:00
spencergibb
c78d09f343 Updates to 3.1.0-SNAPSHOT
Uses s-c-build 4.1.0-SNAPSHOT
2023-06-14 14:12:06 -04:00
buildmaster
16542604e9 Bumping versions 2023-05-26 19:45:07 +00:00
buildmaster
d62e8dc605 Bumping versions 2023-05-25 00:15:53 +00:00
buildmaster
1a63e3b768 Bumping versions to 3.0.4-SNAPSHOT after release 2023-05-24 19:08:09 +00:00
buildmaster
b6f62dbedf Going back to snapshots 2023-05-24 19:08:08 +00:00
buildmaster
c8c5bae7d0 Update SNAPSHOT to 3.0.3 2023-05-24 19:03:47 +00:00
buildmaster
c6cd589cf7 Bumping versions to 3.0.3-SNAPSHOT after release 2023-03-28 15:10:22 +00:00
buildmaster
cfec853435 Going back to snapshots 2023-03-28 15:10:21 +00:00
buildmaster
3bdd991f69 Update SNAPSHOT to 3.0.2 2023-03-28 15:06:10 +00:00
Glenn Renfro
4f0b68bd0b Identified depracations and updated the code 2023-03-20 14:01:45 -04:00
Glenn Renfro
afc1b2ea9e Needed to update property name for job names.
it is singular now for Boot 3.x.
2023-03-20 10:53:07 -04:00
Henning Poettker
4ea9b9fa21 Inject event publisher into TaskJobLauncherApplicationRunner 2023-02-08 22:51:32 +01:00
Henning Poettker
30ce8f944f Simplify monitoring of job executions 2023-02-04 16:30:46 +01:00
buildmaster
a2986792bd Bumping versions to 3.0.2-SNAPSHOT after release 2023-01-25 14:58:50 +00:00
buildmaster
84de422fdc Going back to snapshots 2023-01-25 14:58:50 +00:00
buildmaster
6972e7ca05 Update SNAPSHOT to 3.0.1 2023-01-25 14:54:30 +00:00
buildmaster
c8ef6a9efe Bumping versions 2022-12-19 00:17:18 +00:00
buildmaster
236016e6ba Bumping versions 2022-12-16 00:15:59 +00:00
buildmaster
0b86e6e39c Bumping versions to 3.0.1-SNAPSHOT after release 2022-12-15 20:45:51 +00:00
buildmaster
27903330c6 Going back to snapshots 2022-12-15 20:45:51 +00:00
buildmaster
7b7121c0e2 Update SNAPSHOT to 3.0.0 2022-12-15 20:41:48 +00:00
buildmaster
65543e085e Going back to snapshots 2022-12-01 17:54:41 +00:00
buildmaster
6b0c030163 Update SNAPSHOT to 3.0.0-RC3 2022-12-01 17:50:51 +00:00
Henning Poettker
92c3d948fd Let TaskBatchExecutionListener implement TaskExecutionListener 2022-11-22 08:57:46 -05:00
Glenn Renfro
501d75681b Deprecating the CommandLineRunnerOrder renaming it to ApplicaitonRunnerOrder
This is to reflect the foundation class of CommandLineRunner which is ApplicationRunner
2022-11-21 08:42:45 -05:00
Henning Poettker
b8f5b0a1dc Remove bean post processor warning 2022-11-20 19:15:22 +01:00
buildmaster
e5b4db36f7 Going back to snapshots 2022-11-17 17:33:28 +00:00
buildmaster
344ffb7da2 Update SNAPSHOT to 3.0.0-RC2 2022-11-17 17:29:31 +00:00
buildmaster
be2be98814 Going back to snapshots 2022-10-27 22:06:12 +00:00
buildmaster
e062a9cce5 Update SNAPSHOT to 3.0.0-RC1 2022-10-27 22:02:24 +00:00
Glenn Renfro
667852e348 Autoconfiguration files are now annotated with @Autoconfiguration
This is a new standard for boot 3.0
Replaced deprecated constructors for batch test
Added Oracle migration script for ordered sequence
2022-10-19 14:23:12 -04:00
Glenn Renfro
a0fda4bf6e Set Spring Cloud Task Date Strategy to match Batch
resolves #868
Signed-off-by: Glenn Renfro <grenfro@vmware.com>

Updated the timestamps for H2,oracle, db2, hsqldb to be 9 digits for improved accuracy
2022-10-18 14:20:57 -04:00
Glenn Renfro
01846cfc1e Remove Batch Hints as they are now in the batch project 2022-10-13 14:10:23 -04:00
Glenn Renfro
2ef93291fc Updated Task to the latests snapshot of Micrometer
Updated to handle the batch changes

Removing aot execution from sample apps

Remove snapshot version and rely on bom

Signed-off-by: Glenn Renfro <grenfro@vmware.com>
2022-10-10 14:36:14 -04:00
buildmaster
704667d542 Going back to snapshots 2022-10-06 01:14:34 +00:00
buildmaster
b2a7985657 Update SNAPSHOT to 3.0.0-M5 2022-10-06 01:10:20 +00:00
Glenn Renfro
b46278be5d Removed BatchConfigurer and @EnableBatchProcessing from tests and samples
TaskJobLauncherApplicationRunnerTests updated

Signed-off-by: Glenn Renfro <grenfro@vmware.com>

Updated Integration tests

Updated Tests for samples
2022-09-21 14:44:50 -04:00
Glenn Renfro
db7d7b96b6 Removed the getter for PlatformTransactionManager requirement 2022-09-14 08:33:48 -04:00
Glenn Renfro
30d6c63a23 Removed Job and Step Builder factories.
Now using builders directly
2022-09-13 18:39:24 -04:00
Glenn Renfro
87632b3487 Updated readers and writers to set platform transaction
It is no longer provided by default by the job builder.

https://github.com/spring-projects/spring-batch/wiki/Spring-Batch-5.0-Migration-Guide#infrastructure-beans-configuration-with-enablebatchbatchprocessing
2022-09-08 19:15:55 -04:00
Henning Poettker
85fd1fe319 Adjust SQL statement to allow added columns 2022-08-29 14:14:03 -04:00
Glenn Renfro
9c3fccc741 For Native compilation getTaskRepository for SimpleTaskAC has to be narrowed
it has to be set to the specific SimpleTaskRepository
Removed proxy-target-class flag from demos.

Added comments for which hints can be removed
2022-08-18 11:20:56 -04:00
Glenn Renfro
a58410cae4 Replace Factories with import files 2022-08-02 20:01:38 -04:00
buildmaster
7d751f27da Going back to snapshots 2022-07-29 19:27:56 +00:00
buildmaster
00fcfb9552 Update SNAPSHOT to 3.0.0-M4 2022-07-29 19:24:20 +00:00