Ignacio Lozano
Ignacio Lozano
### Description of problem **Scenario** Giving a ClusterDelivery composed of several resources/steps And one resource which has some problem for executing it (example: a ClusterTask that expects some input not...
# Enhancement Related: https://github.com/spring-projects/spring-boot/issues/9560 Implemented out of Spring Boot: https://github.com/ilozano2/sc-management-codec-max-size # Motivation By default, the maximum size of any request payload a Spring boot application can read is `262144` bytes....
## What problem are you trying to solve? Having https://github.com/spring-projects/spring-petclinic with `spring-javaformat-maven-plugin` validating the Java code There is a splitLine feature that will split the line if it is over...
Similar to https://github.com/kubernetes-client/java/issues/714 I found that the controller is also shutdown after the renew fails, so even if I loop the leaderElector.run(..) code the DefaultController.run() will do nothing because it...
From `org.springframework.boot:spring-boot-starter-parent:2.7.3` to `org.springframework.boot:spring-boot-starter-parent:3.1.x` the properties `maven.compiler.source` and `maven.compiler.target` are missing. Inspecting Spring boot 3.1 projects, the new properties are `java.version` and `maven.compiler.release` ## What's changed? The recipe `spring-boot-31.yml` will...
**Is your feature request related to a problem? Please describe.** There is no way to measure the time and overhead of a specific filter and the combinations of several filters...
### Issue Changing just one line of Python code will force you re compile iusing `docker compose up --build` For example, changing `data-crawler` python code and starting up the service...