Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade 11.0 #33

Open
shinyul opened this issue Nov 23, 2020 · 3 comments
Open

Upgrade 11.0 #33

shinyul opened this issue Nov 23, 2020 · 3 comments

Comments

@shinyul
Copy link

shinyul commented Nov 23, 2020

feign core 11.0 upgrade

TEST_RESPONSE = Response.builder() .status(500) .body((Response.Body) null) .headers(testHeaders) .request(Request.create(Request.HttpMethod.GET, "http://test", testHeaders, null)) .build(); }

Request.create ERROR

When will versions be compatible?

project Run Error log
`
APPLICATION FAILED TO START


Description:

An attempt was made to call a method that does not exist. The attempt was made from the following location:

feign.error.ExceptionGenerator.<clinit>(ExceptionGenerator.java:44)

The following method did not exist:

feign.Request.create(Lfeign/Request$HttpMethod;Ljava/lang/String;Ljava/util/Map;Lfeign/Request$Body;)Lfeign/Request;

The method's class, feign.Request, is available from the following locations:

jar:file:/Users/sinsanghun/.gradle/caches/modules-2/files-2.1/io.github.openfeign/feign-core/11.0/29fd8a94cae3f0450894b3875398d57222fce03c/feign-core-11.0.jar!/feign/Request.class

The class hierarchy was loaded from the following locations:

feign.Request: file:/Users/sinsanghun/.gradle/caches/modules-2/files-2.1/io.github.openfeign/feign-core/11.0/29fd8a94cae3f0450894b3875398d57222fce03c/feign-core-11.0.jar

Action:

Correct the classpath of your application so that it contains a single, compatible version of feign.Request

Process finished with exit code 1
`

@nasibulloh
Copy link

nasibulloh commented May 20, 2021

I have the same issue. When will you upgrade the lib?

@sebeard
Copy link

sebeard commented Jul 6, 2021

Looks like this repo may be getting merged into core Feign at some point in the near future.

OpenFeign/feign#1447

@BigMichi1
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants