Chris Schaefer
Chris Schaefer
@eskuai commented on [Tue Sep 03 2019](https://github.com/spring-cloud/spring-cloud-dataflow/issues/3478) **Problem description:** Allow deployment pods using lifecycle properties. We are getting some trouble hangling request from http client side, specially using bosh and...
If the deployer property `backoffLimit` (either globally or per app) is set, when creating a schedule via `CronJob`, set the `backoffLimit` into the job spec
Test method deprecations, jdoc etc as shown in the mvn output. Might be nice to have these checked/enforced during build time.
New deployer property - https://kubernetes.io/docs/tasks/job/automated-tasks-with-cron-jobs/#concurrency-policy
the `spring.cloud.deployer.kubernetes.deployment.nodeSelector` should be deprecated in favor of `spring.cloud.deployer.kubernetes.nodeSelector` as the extra nesting is unnecessary and also keeps a consistent format when configuring via global server properties
Limit exposure of fabric8 types in `KubernetesDeployerProperties` -- ie: `Volume`, `VolumeMount`, along with the `fabric8` property. wrap into our own types / delegate specific properties as needed, deprecate existing methods.
`KubernetesTaskLauncherIntegrationTests` and `KubernetesTaskLauncherWithJobIntegrationTests` have a test `testSimpleCancel()` in each marked as `@Ignore("Currently reported as failed instead of cancelled")`.
using GraalVM CE 19.0.2 when using `ConfigurationProperties`, compilation will succeed but an error is thrown at runtime. this can be reproduced by applying the below patch against the `commandLinerunner` sample:...
when providing an `application.yml`, an `IllegalStateException` occurs on application startup using GraalVM CE 19.0.2. the below diff can be applied to the `commandLinerunner` sample to reproduce: ``` diff --git a/samples/commandlinerunner/clr...