Closed ivan-masich closed 6 years ago
Will updated to latest jersey asap. Will keep you updated.
Upgraded to Jersey 2.26 and released new version onto maven:
<dependency>
<groupId>com.lucadev</groupId>
<artifactId>coinmarketcap-api</artifactId>
<version>1.2</version>
</dependency>
In case if Jersey dependencies will be managed to version
2.26
we have this exception:As an example of when this may be the problem is when we are using
Spring Boot 2.0.0.RELEASE
as maven parent, in this case many popular dependencies including Jersey are managed to latest stable versions.As temporary workaround we can change version of Jersey dependencies back to
2.25.1
and then we will don't have this exception.