You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
results in may RestTemplate-Request to give me the error:
var response = this.restTemplate.exchange(
url, HttpMethod.GET, new HttpEntity<>("parameters", getAuthorizationHeader()), returnType
);
method GET must not have a request body.
This happens without using any methods, just by adding the dependency. Removing the dependency fixes this again.
The text was updated successfully, but these errors were encountered:
@Floge123 , most probably, it's due to some problem with cross dependencies. Could you please share mvn dependency:tree ? Also I see that you are adding jnpm-maven-plugin not jnpm - could you please clarify: is jnpm-maven-plugin needed for your code directly? Are you working on some maven plugin which should use jnpm-maven-plugin?
As the title says, adding the dependency in maven:
results in may RestTemplate-Request to give me the error:
This happens without using any methods, just by adding the dependency. Removing the dependency fixes this again.
The text was updated successfully, but these errors were encountered: