-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Since I upgraded my Springboot version to 3.1.3, I am getting below errors :-
-
class uk.co.blackpepper.bowman.ResourceDeserializer tried to access protected method 'void org.springframework.hateoas.EntityModel.(java.lang.Object, java.lang.Iterable)' (uk.co.blackpepper.bowman.ResourceDeserializer and org.springframework.hateoas.EntityModel are in unnamed module of loader 'app')
-
java.lang.NoSuchMethodError: 'org.springframework.http.HttpStatus org.springframework.web.client.HttpClientErrorException.getStatusCode()'
at uk.co.blackpepper.bowman.RestOperations.getResource(RestOperations.java:49)
at uk.co.blackpepper.bowman.Client.get(Client.java:80)Do we have any support for bowman-client for latest springboot and java versions?
Currently what I am using:-