Tags: PlaytikaOSS/feign-reactive
Tags
fix: use qualifier name for formatting conversion service - Use `feignConversionService` qualifier name for `reactiveFeignContract` bean - If qualified name is not used it will conflict with Spring's predefined conversion service - `Caused by: org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'org.springframework.format.support.FormattingConversionService' available: expected single matching bean but found 2: feignConversionService,webFluxConversionService` - See https://github.com/spring-projects/spring-boot/blob/f88f8f26fde93df292e1b50a490768058c67b127/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/WebFluxAutoConfiguration.java#L283
Update Github Workflow (#630) Co-authored-by: skarpenko <[email protected]> Co-authored-by: Igor Yova <[email protected]>
Bump brave-tests from 5.15.1 to 5.16.0 (#597) Bumps [brave-tests](https://github.com/openzipkin/brave) from 5.15.1 to 5.16.0. - [Release notes](https://github.com/openzipkin/brave/releases) - [Changelog](https://github.com/openzipkin/brave/blob/master/RELEASE.md) - [Commits](openzipkin/brave@5.15.1...5.16.0) --- updated-dependencies: - dependency-name: io.zipkin.brave:brave-tests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PreviousNext