cnabro / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

DefaultJackson2ObjectMapperFactory dont scan and register additional modules #385

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Prepare endpoint which use "Third-party datatype modules" from Jackson2
2. Make call using RestAssured using Jackson2Mapping

What is the expected output? What do you see instead?
If you have any additional modules they are registered in ObjectMapper and 
there is no problem on endpoint site to deserialize type of data (for example 
LocalDateTime).

What version of the product are you using? On what operating system?
2.4.0 / Mint 16

Please provide any additional information below.

In a few minutes there will be Pull Request on github.

Original issue reported on code.google.com by Dobrzyns...@gmail.com on 18 Feb 2015 at 12:50

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 18 Feb 2015 at 6:59