Nagaraj Gopal
Nagaraj Gopal
As part of our project we are trying to connect to S3 via proxy using preemptive authentication for proxy. Below is the snippet for the same config.withProxyUsername(username) .withProxyPassword(password) .withProxyAuthenticationMethods(Arrays.asList(ProxyAuthenticationMethod.BASIC)) .withPreemptiveBasicProxyAuth(true)...
**Affects:** v5.3.22 and prior. Module is spring-webflux The `insertCheckpoint` method in `DefaultWebClient` seems to log the URI. In few scenarios this URI can have sensitive information like email or phone...
## Describe the bug Unable to take advantage of the gradle configuration cache as the swagger codegen is failing with error ``` Execution failed for task ':platform.clients.assets:generateSwaggerCodeApi'. > Could not...
## Issue Description Gradle cache doesn't work when the same project is cloned to different location as the file inputs declared using InputFile are not declared with `@PathSensitive(PathSensitivity.RELATIVE)`. ## Steps...
Is there any documentation available on deploying Spring Cloud Kuberentes Configuration watcher in HA setup? If HA setup is not possible and if the watcher was down for some period...