nightswimmings
nightswimmings
### What feature do you want to see added? The ecrCreateRepository command addition would be util considering that one cannot push to an ECR repository if that is not pre-created,...
Despite [this](https://docs.spring.io/spring-cloud-task/docs/current/reference/html/#batch) and [this](https://dataflow.spring.io/docs/batch-developer-guides/batch/spring-batch/), the [outdated samples](https://github.com/spring-cloud/spring-cloud-dataflow-samples/tree/main/dataflow-website/batch-developer-guides/batch/batchsamples) and the newer [samples](https://github.com/spring-cloud/spring-cloud-task/tree/main/spring-cloud-task-samples/batch-job) (later one seems to pass green because for some reason SimpleTaskAutoConfiguration is configuring the beans after JobConfiguration injections), I...
Right now if one uses DefaultTaskConfigurer without specifying a prefix, it looses the ability to use the one from properties. I think when not passed as a param, it should...
As per the note "@deprecated with no replacement since 5.0, scheduled for removal in 6.0. Use a custom {@link RepeatOperations} implementation (based on a {@link TaskExecutor} with a bounded task...
### What happened? We had an alert that it worked, we upgraded Grafana to 10.3.4, exported alerts with /api/provisioning and feed them into the /etc/provisioning ### What did you expect...
I think, `WebClient`/`WebTestClient(Builder)` should be able to configure defaults through properties, especially timeout and especially for `WebTestClient`, since its a setup most people would tune in order to being able...
### Component Kubernetes Maven Plugin ### Is your enhancement related to a problem? Please describe ECR requires precreation of repositories in order for jkube being able to push images ###...
Allow defining the Job level on @JobScope when we are using parent and child jobs (JobStepBuilder)
When using an architecture of jobs and subjobs, we miss a way to specify the level of @JobScope on certain @Beans. For instance, if we have a parent job that...
### Describe the bug Since 1.10.0, generating the service resource when a discovered service.yml is provided as base, fails when this resource has metadata.name in it. The error manifests in...