Dimo Velev

Results 5 issues of Dimo Velev

Resilience4j version: 1.0.0 to 1.7.0 Java version: 1.8 Example test showing the issue ```java import java.time.Duration; import java.util.concurrent.CompletableFuture; import java.util.concurrent.CompletionStage; import java.util.concurrent.ExecutionException; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.atomic.AtomicInteger; import io.github.resilience4j.retry.MaxRetriesExceededException;...

needs investigation

**Description of the issue**: The docker build requires docker CLI to load the image built by jib to the docker daemon. It would be great if you could remove this...

area/jib-maven-plugin
area/jib-core
priority:p3
area/jib-gradle-plugin
enhancement

It seems that the artifact lookup is not compatible with the extension above. when the flatten plugin is disabled and the extension is enabled, the build succeeds and the snapshots...

The idea is still relevant for newer spring boot application. There however you can just switch the readiness like that: `AvailabilityChangeEvent.publish(ctx, ReadinessState.REFUSING_TRAFFIC);`. Provided that you use the /actuator/health/readiness for health-checking...

Hi, as far as I can tell, currently there is no timeout set on the socket which always comes back to bite you. I had issues (with the previous version)...