Adam
Adam
The "Source code" link in the POM is visible in Maven Central https://search.maven.org/artifact/org.springframework.cloud/spring-cloud-starter-openfeign/3.1.4/jar This links to https://github.com/spring-cloud/spring-cloud-openfeign/spring-cloud-starter-openfeign It should be https://github.com/spring-cloud/spring-cloud-openfeign/
Allow passing in a custom random, so users can make the generation deterministic. resolves #91 #### Summary - fix spelling mistake in test, `ibanContruction` -> `ibanConstruction` - add `toString()` to...
This adds a GitHub action that will run the tests on every pull request or change on master. This can be really helpful to quickly validate that an incoming pull...
I'm using [Kotest property based testing](https://kotest.io/docs/proptest/property-based-testing.html), and this needs a deterministic way of generating random data based on a seed, or existing `Random` instance. iban4j can generate random IBANs, but...
 When I open EasyNoise a notification is present, but I can't see any controls. This means I can't start or stop the noise, or stop the application. I'm using...
Hi there, Please could you fetch the most recent version of alexkaratarakis/gitattributes? A broken link in `Common.gitattributes` has been removed. More info: https://github.com/alexkaratarakis/gitattributes/issues/141 
### What did you do? I have a metric with a label. The label name is long, and I want to replace it with a shorter one. ``` feign_Client_seconds_max{application="my-backend", client="my.application.has.a.long.package.name.FeignClient", ...
The last version released on Docker Hub was 5 years ago, and uses Spring Boot v1.2.3. https://hub.docker.com/r/springcloud/eureka/tags?page=1&ordering=last_updated I see the current Spring Boot version on master branch is 2.0.2.RELEASE. Please...
### Short description In Intellij, when I right click on the project, and select delombok, the plugin does not make any changes or provide any notifications.  The folder contains...
### Proposal Currently writing a PromQL query longer than a couple of lines quickly becomes extremely frustrating. This is because filters and queries can't be re-used, and have to be...