Closed dependabot[bot] closed 2 years ago
@dependabot rebase
Blocked by springboot 2.6 bump
Breaks with
org.opentest4j.AssertionFailedError: Unexpected exception type thrown ==> expected: <feign.FeignException> but was: <java.lang.NoClassDefFoundError>
at com.orange.oss.cloudfoundry.broker.opsautomation.ondemandbroker.osbclient.OsbClientTest.feign_client_handles_server_500_response(OsbClientTest.java:332)
Caused by: java.lang.NoClassDefFoundError: feign/Request$ProtocolVersion
While coab dependabot/maven/io.github.openfeign-feign-okhttp-11.8 is at
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-core</artifactId>
<version>10.12</version>
</dependency>
https://github.com/OpenFeign/feign/blob/10.12/pom.xml#L74 relies on ok http 4.6.0
While coab dependabot/maven/io.github.openfeign-feign-okhttp-11.8 is at okhttp 4.9.3
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.3</version>
</dependency>
The feign bump is controlled spring-cloud-starter-openfeign and hence blocked by spring cloud bump
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
Currently at the latest 2020.0.5 https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2020.0-Release-Notes with Spring Cloud Openfeign 3.0.6
See more in https://github.com/orange-cloudfoundry/cf-ops-automation-broker/pull/455
@dependabot recreate
Looks like this PR has already been merged. If you've moved back to an older version of io.github.openfeign:feign-okhttp
a new PR will be created next time Dependabot checks your dependencies.
Bumps feign-okhttp from 11.6 to 11.8.
Release notes
Sourced from feign-okhttp's releases.
... (truncated)
Commits
71fb2f5
prepare release 11.8a23bce0
MeteredDecoder records timer once in happy path (#1554)1f7ca4c
Reason is optional in HTTP2 (#1550)24635e6
The counter indicator increases by 2 each time (on happy path) (#1548)afc1d67
fix: upgrade io.netty:netty-handler from 4.1.69.Final to 4.1.70.Final (#1549)470631b
HTTP protocol version on the logging (#1543)79ba510
docs: Change Java11 New HTTP/2 Client link to JEP 321 (#1540)cbda5e6
Fixes #1536: asyncBuilder can override default logger (#1539)841f5ef
Fixed flaky tests infeign.json.JsonEncoderTest
(#1538)f21d32a
fix: pom.xml to reduce vulnerabilities (#1535)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)