Olga Maciaszek-Sharma

Results 46 issues of Olga Maciaszek-Sharma

in progress
task
good first issue

Changes necessary after merging: https://github.com/spring-cloud/spring-cloud-commons/pull/937. Only merge after the commons PR is merged.

enhancement

Add metrics (Micrometer-based) listener for `EurekaInstanceRegisteredEvent`, `EurekaInstanceRenewedEvent`, `EurekaInstanceCanceledEvent`. Part of Spring projects observability review.

enhancement

We've been using this plugin for quite a long time in the Accurest project, but after switching to version 1.3.4, we have the following issue: after running `./gradlew createRelease` three...

bug

This code is currently present in `Bootstrap.java`: ```java case FR: return new EsFairyModule(dataMaster, randomGenerator); ```

Write now, fairy versions are differentiated by lang codes, for example 'EN'; however in many instances, this is not enough. For example, an EN fairy will return data in English,...

enhancement

Allow making request body optional. This relates to https://github.com/OpenFeign/feign/pull/583. See [comment](https://github.com/OpenFeign/feign/pull/583#issuecomment-636326555). We have an open [issue](https://github.com/spring-cloud/spring-cloud-openfeign/issues/126) for which we would use this feature in SC OpenFeign and also a PR...

proposal
feedback provided

While upgrading Feign in SC OpenFeign to versions: 11.1, 11.2 (btw., I can't see this tag in repo, but the artifact is present in mvn), I have stumbled upon an...

bug