Jackson Exceptions – Problems and Solutions 1. Overview In this tutorial, we’ll go over the most common Jackson Exceptions – the JsonMappingException and UnrecognizedPropertyException. Finally – we’ll briefly discuss Jackson no such method errors. Further reading: Jackson – Custom Serializer Control your JSON output with Jackson 2 by using a… Continue Reading jackson-exception

REST API with Jersey and Spring [.s1]## 1. Overview Jersey is an open source framework for developing RESTful Web Services. It serves as a reference implementation of JAX-RS. In this article, we’ll explore the creation of a RESTful Web Service using Jersey 2. Also, we’ll use Spring’s Dependency Injection (DI)… Continue Reading jersey-rest-api-with-spring

Quick Guide to @RestClientTest in Spring Boot 1. Introduction This article is a quick introduction to the @RestClientTest annotation. The new annotation helps simplify and speed up the testing of REST clients in your Spring applications. 2. REST Client Support in Spring Boot Pre-1.4 Spring Boot is a handy framework… Continue Reading restclienttest-in-spring-boot