spring-cloud-task
spring-cloud-task copied to clipboard
Short lived microservices with Spring Batch
I am getting this issue while trying to run the pod worker into kubernetes cluster using **DeployerPartitionerHandler** with Kubernetes Deployer ``` java.lang.NoSuchMethodError: 'io.fabric8.kubernetes.api.model.HTTPGetActionFluent io.fabric8.kubernetes.api.model.HTTPGetActionBuilder.withNewPort(java.lang.Integer)' at org.springframework.cloud.deployer.spi.kubernetes.HttpProbeCreator.create(HttpProbeCreator.java:65) ~[spring-cloud-deployer-kubernetes-2.9.0.jar:na] ``` In the...
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...
App is failing with 'taskLifecycleListener' bean initialization errors post Spring Boot 3.x upgrade
Spring Batch application is failing to start up with Spring Boot 3.0.16. Previously it was on Spring Boot 2.7.18(using Spring Boot managed Spring Batch version). My application connects to MS...
Hello, I'm trying to find a way to manually start a task instead of relying on auto start from CommandLine/Application Runners... I have some complicated mechanism with tasks at work...
Spring Batch 5.2.x supports MongoDB for its Job Schema. Task needs to provide support Job and Task database entries that are stored in MongoDB.
I'm currently facing a problem where the RestTemplate isn't being initialized properly when performing a Spring Cloud Task. I’ve tried searching for possible causes but haven't been able to pinpoint...
Based on the following comment: https://github.com/spring-cloud/spring-cloud-task/issues/769#issuecomment-2513846920, a transaction manager is still being created eventhough the spring.cloud.task.transaction-manager is being used. Investigate.
Upgrading springboot to 4.0.0, I'm in this context: ``` java 21 springboot 4.0.0 springcloud 2025.1.0 spring dependency management 1.1.7 ``` I encountered issue when I want to restrict task instance...
# MongoDB Support for Spring Cloud Task ## Overview This PR adds MongoDB repository support for Spring Cloud Task, following the same patterns as the existing JDBC implementation. Users can...