feign icon indicating copy to clipboard operation
feign copied to clipboard

Feign makes writing java http clients easier

Results 231 feign issues
Sort by recently updated
recently updated
newest added

Submitted as a resolution of #1464 Compared to previous attempts to solve the issue, this PR utilizes truncated versions of the Public Domain org.json classes to perform JSON validation locally...

# Introduction Since I was the one responsible for the code in Spring Cloud Sleuth responsible for integration with Feign, this time I've decided to suggest a little change in...

Resolves #1758 Contains #1756 PR commits

Bumps jaxb-runtime from 2.4.0-b180830.0438 to 4.0.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.glassfish.jaxb:jaxb-runtime&package-manager=maven&previous-version=2.4.0-b180830.0438&new-version=4.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

HI all! Our customer need to recieve header values in russian language, but he fail at Headers.checkValue, because of ![image](https://user-images.githubusercontent.com/13651415/191116155-3c4929d7-5328-48c0-8484-577b729f1ecc.png) Is it the way to solve? Probably, some work around?

Micrometer introduces a new set of APIs in its next minor version (`1.10.0`). From the high level perspective this API is somewhat similar to a `Timer` in the sense that...

proposal

- related: #361 - pre-work - #1754 - Eliminates the possibility of breaking changes following AsyncFeign's refactoring in advance - #1755 - #1756

I have to consume an API _(https://simple_api_resource.com)_ which is protected by a password and username (digest auth), so I need to pass a username and password to get access to...

By sending a soap request to an external service, i've found that the response of that soap call contains the Content-Type "multipart/related; type="application/xop+xml"; boundary=...". The result is that the soap...

help wanted
proposal