FasterXML/jackson-datatype-json-org This repository has been archived by the owner on Apr 14, 2023. It is now read-only. master BranchesTags Code NOTE: This module has become part ofJackson Misc Datatypesrepository as of Jackson 2.11.0...
When attempting to serialize a JSONObject with a null value the following exception is thrown: java.util.NoSuchElementException: JSONObject["xxxx"] not found. at org.json.JSONObject.get(JSONObject.java:220) at com.fasterxml.jackson.datat...
Add-on module for Jackson JSON processor which handles Hibernate (https://www.hibernate.org/) datatypes; and specifically aspects of lazy-loading - FasterXML/jackson-datatype-hibernate
spring 3.2.0.M2 (3.1.2 also tryed) spring-data-jpa 1.1.0.RELEASE hibernate 4.1.7.Final jackson-module-hibernate 2.0.2 (2.0.0 also tryed) org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON: could not ...