Commit Graph

177 Commits

Author SHA1 Message Date
buildmaster
78d0b061cf Bumping versions to 2.4.7-SNAPSHOT after release 2023-02-23 23:00:21 +00:00
buildmaster
50f93a8838 Going back to snapshots 2023-02-23 23:00:20 +00:00
buildmaster
e366c07936 Update SNAPSHOT to 2.4.6 2023-02-23 22:57:02 +00:00
Henning Poettker
b19556c217 Inject event publisher into TaskJobLauncherApplicationRunner
Polished on cherry-pick
2023-02-13 17:55:11 -05:00
Henning Poettker
054d0d6440 Simplify monitoring of job executions
Resolved backport issues
2023-02-08 17:10:55 -05:00
buildmaster
8306f00ec2 Bumping versions to 2.4.6-SNAPSHOT after release 2022-11-03 15:17:41 +00:00
buildmaster
7d53d726b4 Going back to snapshots 2022-11-03 15:17:41 +00:00
buildmaster
33d42d075d Update SNAPSHOT to 2.4.5 2022-11-03 15:14:21 +00:00
buildmaster
0bfacb193b Going back to snapshots 2022-09-06 20:05:11 +00:00
buildmaster
cd0cd809a9 Update SNAPSHOT to 2.4.4 2022-09-06 20:01:57 +00:00
buildmaster
9773ff8792 Bumping versions to 2.4.5-SNAPSHOT after release 2022-09-02 23:29:41 +00:00
buildmaster
794eef569a Going back to snapshots 2022-09-02 23:29:40 +00:00
buildmaster
cedad8798f Update SNAPSHOT to 2.4.4 2022-09-02 23:26:20 +00:00
Glenn Renfro
f4e234751c Update Version to 2.4.4-SNAPSHOT 2022-05-27 13:23:28 -04:00
buildmaster
9b22485971 Update SNAPSHOT to 2.4.3 2022-05-27 13:23:28 -04:00
buildmaster
da36f6c4e1 Bumping versions to 2.4.3-SNAPSHOT after release 2022-04-27 10:34:58 +00:00
buildmaster
8f17e5da54 Going back to snapshots 2022-04-27 10:34:57 +00:00
buildmaster
d76506e9de Update SNAPSHOT to 2.4.2 2022-04-27 10:31:34 +00:00
Olga Maciaszek-Sharma
a1eb763da3 Revert "Update SNAPSHOT to 2.4.2"
This reverts commit 508e622ebe.
2022-04-27 11:04:05 +02:00
Olga Maciaszek-Sharma
e02b258857 Revert "Going back to snapshots"
This reverts commit df4ddb602f.
2022-04-27 11:03:57 +02:00
Olga Maciaszek-Sharma
28a4c9b951 Revert "Bumping versions to 2.4.3-SNAPSHOT after release"
This reverts commit ae89d16807.
2022-04-27 11:03:48 +02:00
buildmaster
ae89d16807 Bumping versions to 2.4.3-SNAPSHOT after release 2022-04-26 15:45:17 +00:00
buildmaster
df4ddb602f Going back to snapshots 2022-04-26 15:45:16 +00:00
buildmaster
508e622ebe Update SNAPSHOT to 2.4.2 2022-04-26 15:41:58 +00:00
buildmaster
5bffc8480f Bumping versions to 2.4.2-SNAPSHOT after release 2022-02-17 16:37:25 +00:00
buildmaster
e4cb3b196c Going back to snapshots 2022-02-17 16:37:24 +00:00
buildmaster
1b990a1b62 Update SNAPSHOT to 2.4.1 2022-02-17 16:33:57 +00:00
Glenn Renfro
a60235ac3a TaskBatcheExecutionListener is now created before other jobexec listeners
Resolves #818

This resolves the scenario where a JobExecutionListenerSupport fails before the TaskBatchExecutionListener fires and thus the TASK-BATCH table is not populated.
2022-01-20 16:45:20 -05:00
buildmaster
78d51438e9 Bumping versions to 2.4.1-SNAPSHOT after release 2021-12-01 18:17:24 +00:00
buildmaster
385cc836c4 Going back to snapshots 2021-12-01 18:17:23 +00:00
buildmaster
2b3a0b56e5 Update SNAPSHOT to 2.4.0 2021-12-01 18:13:34 +00:00
buildmaster
b239094e0d Going back to snapshots 2021-11-03 11:13:50 +00:00
buildmaster
dd3bad7f92 Update SNAPSHOT to 2.4.0-RC1 2021-11-03 11:10:55 +00:00
Henning Pöttker
a785fb00b1 No TaskBatchExecutionListener without EnableTask
If SCT is on the classpath but EnableTask has not been used, the TaskBatchExecutionListener will no longer be registered with the jobs.

Issue #651
2021-10-20 16:30:45 -04:00
buildmaster
6752679673 Going back to snapshots 2021-10-20 02:01:36 +00:00
buildmaster
394c803de4 Update SNAPSHOT to 2.4.0-M3 2021-10-20 01:58:29 +00:00
Glenn Renfro
fe0b754f35 Resolved Batch Job Param reconfiguration for TaskJobApplicationRunner
Resolved issue with EmbeddedKafka failure in tests

Updated all versions
2021-10-18 17:00:11 -04:00
buildmaster
803e6eeb31 Going back to snapshots 2021-10-01 19:22:30 +00:00
buildmaster
798f976f7c Update SNAPSHOT to 2.4.0-M2 2021-10-01 19:19:37 +00:00
Glenn Renfro
3102aa0265 Update so that it can be natively compiled by Spring Native 0.11 2021-09-27 11:28:05 -04:00
Glenn Renfro
332e693d5e Resolves Circular Dependency issue
Makes sure that dependencies are passed in via parameters in bean declaraction vs. Autowiring

refer to https://github.com/spring-projects/spring-batch/issues/3991
resolves #797

Updated based on code review
2021-09-16 14:00:24 -04:00
buildmaster
6183b90013 Going back to snapshots 2021-07-30 17:52:56 +00:00
buildmaster
66f7d6a8b6 Update SNAPSHOT to 2.4.0-M1 2021-07-30 17:50:07 +00:00
Michael Minella
ddb0675b17 Updated version to 2.4 2021-07-27 16:22:21 -05:00
Glenn Renfro
78621e7b03 Resolve issues introduced by Boot 2.6.0.M1 upgrade
Updated versions and fixed jdbc test

Updated versions for samples
2021-07-23 15:29:32 -04:00
buildmaster
e6f41aeebc Bumping versions 2021-06-10 09:22:08 +00:00
buildmaster
9d9cc79b01 Bumping versions to 2.3.4-SNAPSHOT after release 2021-06-09 15:44:34 +00:00
buildmaster
aff14c0791 Going back to snapshots 2021-06-09 15:44:33 +00:00
buildmaster
8843abfc55 Update SNAPSHOT to 2.3.3 2021-06-09 15:41:13 +00:00
buildmaster
2fbf38fe05 Going back to snapshots 2021-05-27 21:00:59 +00:00