Benjamin Einaudi
Benjamin Einaudi
Description ========= Fixes #489 : This change is the one requested by late issue . The aim is to handle url such as `lb://some-service` (or `lbs://some-service). When such url is...
# Current behaviour In a project where is used spring cloud gateway, feign client (with target put in configuration), we ended up having feign clients declared as follows ```java @FeignClient(name="${service.name:any-name}",...
## Purpose > Allow specification of `runAsUser`and `runAsGroup`. This is needy as some cluster (like openshift) may have security constraints that only accepts some range (on our openshift instance for...
Impact - evolution from spring to netty - evolution from protobuf to square-wire (fields renamed) Beware of some errors [on recent message](https://github.com/cloudfoundry/cf-java-client/issues/551)
I used to customize buildpack as followed ``` tasks.bootBuildImage { buildpacks = listOf ( "gcr.io/paketo-buildpacks/java", "gcr.io/paketo-buildpacks/new-relic", ) bindings = listOf("$projectDir/src/main/buildpack/new-relic:/platform/bindings/new-relic:ro") } ``` with `src/main/buildpack/new-relic/type` containing `NewRelic`. Everything worked fine in...
Hi, Thank you for your great work. I encountered what may be an issue. Having the following keyword ``` *** Keywords *** Do Something With A ${parameter} Log To Console...