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
Glenn Renfro
a679300fdd
Updated Spring Cloud Build to 3.1.2-SNAPSHOT
2022-04-19 08:33:02 -04:00
Glenn Renfro
7a043611df
Updated versions for next release
2022-04-18 11:20:25 -04: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
b20bb7982e
Task now relies on Boot BOM for versions
2022-02-14 11:42:49 -05: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
Henning Poettker
102f4b7c35
Use strict H2 query syntax for paging query provider
...
Simplify tests a bit
Updated to snapshot dependencies
Updated test and to set the version of h2 to us boot bom.
2022-01-10 17:24:23 -05:00
Robert McNees
f74d38a47f
New build profile to compile without local Docker environment
2021-12-15 07:20:09 -05:00
buildmaster
b941324465
Bumping versions
2021-12-02 09:24:14 +00: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
2f786fecba
Bumping versions
2021-11-30 09:24:08 +00:00
Glenn Renfro
1b24d08639
Changed org and contact to VMware from Pivotal
2021-11-22 18:26:02 -05:00
Glenn Renfro
4ffc81e43b
Updated to remove unused dependency
2021-11-22 09:03:06 -05:00
buildmaster
8294fde557
Bumping versions
2021-11-20 09:23:44 +00:00
Glenn Renfro
7870b41107
Added Version Number to reference docs
2021-11-15 11:50:00 -05:00
buildmaster
06ed67af00
Bumping versions
2021-11-04 09:23:58 +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
Glenn Renfro
ec89e6dbdd
Version update and cleanup
2021-10-26 10:25:33 -04:00
Glenn Renfro
6b9012250c
Updated Task Deployer Version to current release
2021-10-25 09:50:16 -04:00
buildmaster
bb498bb584
Bumping versions
2021-10-23 09:24:01 +00:00
buildmaster
bb88ee1efe
Bumping versions
2021-10-22 09:24:39 +00:00
Glenn Renfro
fb5d4b6573
SingleStepBatch Job can be used with spring-cloud-task-stream
...
resolves #799
Added config to reduce testcontainer logging
Updated to use task starter
2021-10-21 16:47:21 -04: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
Glenn Renfro
3d785ffd99
Updated versions and re-enabled kafka test
2021-10-20 14:39: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
a065e9c00d
Updated to disable tests for M3 release.
...
Will reactivate
2021-10-19 15:29:45 -04:00
buildmaster
2966d21ec7
Bumping versions
2021-10-19 09:24:15 +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
Simran Gupta
dc1c8e5d66
Fixed issue #805
...
Misspelling of itemWriter corrected
2021-10-08 10:05:16 -04:00
buildmaster
c6864c2ad6
Bumping versions
2021-10-07 09:23:50 +00:00
buildmaster
549cefa264
Bumping versions
2021-10-02 09:23:41 +00: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
spencergibb
26bff79430
Updates samples to version to 2.7.0-SNAPSHOT
...
Updates boot to 2.6.0-M3
2021-10-01 15:09:34 -04:00
spencergibb
cbe6373db8
Updates spring-cloud-deployer-* versions to 2.7.0-RC1
2021-10-01 14:12:40 -04: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
62ee3d6511
Updated conditional on job bean to support kabob case.
...
Also added comments reader and writer properties so that boot's metadata resolver can utilize them.
resolves #794
Updated based on code review.
Updated java docs based on review
2021-09-27 10:16:22 -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
Işık Erhan
8b4352095d
Support multiple task listener beans of same type
2021-08-15 18:23:17 +03:00
Glenn Renfro
a1d94ac475
Updated Deployer version
2021-08-09 14:19:00 -04:00
buildmaster
0edab6367c
Bumping versions
2021-07-31 09:23:53 +00: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