Glenn Renfro

Results 72 issues of Glenn Renfro

Update Reference Documentation generation to use Antora vs. classic style.

**Description:** Spring Cloud Data Flow supports the ability to allow users to set the version of the app used when launching a task definition. This is done by using the...

type/enhancement

This test still fails sporadically

## Reported Warning WARNING 'valueOf(java.lang.String)' is deprecated ## Classes Affected * CloudFoundryPlatformAutoConfiguration * DefaultDockerCompose * DockerComposeVersion * DockerComposeVersionTests * DockerTests * PackageService * RuntimeApplicationHelper

Remove `incrementInstanceEnabled` option from ComposedTaskProperties. This will also require a change to `ComposedRunnerJobFactory`. More can be read [here](https://github.com/spring-cloud/spring-cloud-dataflow/issues/4684).

TaskDefinitionController has the `search` parameter marked as depricated. Verify that it is not used before removing.

This will require updates in other classes to have them use ComposedTaskRunnerConfigurationProperties Remove the the utilities methods from TaskServiceUtils that would look at the Deprecated taskConfigurationProperties if the entry from...

Spring Batch 5.2.x supports MongoDB for its Job Schema. SCDF needs to provide support Job and Task database entries that are stored in MongoDB.

type/enhancement