Feature/bael 87 (#1590)

* BAEL-87 - @JsonComponent in Spring Boot

* BAEL-87 - @JsonComponent in Spring Boot

* BAEL-87 - @JsonComponent in Spring Boot

Rename tests to end on *IntegrationTest so they can be run on a more powerful Jenkins machine
This commit is contained in:
Wim Deblauwe 2017-04-05 11:01:21 +02:00 committed by Grzegorz Piwowarek
parent cb9c16a533
commit bbcafe2e32
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ public class UserCombinedSerializer {
}
}
@JsonComponent
public static class UserJsonDeserializer extends JsonDeserializer<User> {
@Override
public User deserialize(JsonParser jsonParser, DeserializationContext deserializationContext) throws IOException, JsonProcessingException {