- 04 Jul, 2016 8 commits
-
-
Andy Wilkinson authored
By default Jersey configures Jackson to use both Jackson annotations and JAXB annotations when introspective types for (de)serialization. However, the changes made in 5776d6a8 mean that Jersey no longer uses its default ObjectMapper configuration and uses the auto-configured ObjectMapper instead. This had the unwanted side-effect of leaving Jersey with an ObjectMapper that only uses Jackson annotations and ignores JAXB annotations. This commit updates JerseyAutoConfiguration so that it will add the JaxbAnnotationIntrospector to the auto-configured ObjectMapper for both serialization and deserialization. It uses AnnotationIntrospectorPair to ensure retain any existing introspectors. Closes gh-6310
-
Stephane Nicoll authored
Closes gh-6197
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-6249
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-6315
-
Phillip Webb authored
-
Phillip Webb authored
Fixes gh-6312
-
- 03 Jul, 2016 1 commit
-
-
Stephane Nicoll authored
-
- 02 Jul, 2016 5 commits
-
-
Phillip Webb authored
Closes gh-5670
-
Phillip Webb authored
See gh-5670
-
Lari Hotari authored
Add MVC only endpoint to obtain GZip compressed heap dump files. See gh-5670
-
Lari Hotari authored
Extract common functionality from Spring MVC only endpoints. See gh-5670
-
Phillip Webb authored
-
- 01 Jul, 2016 26 commits
-
-
Andy Wilkinson authored
Closes gh-6303
-
Andy Wilkinson authored
Closes gh-6302
-
Andy Wilkinson authored
Closes gh-6301
-
Andy Wilkinson authored
Closes gh-6300
-
Andy Wilkinson authored
closes gh-6298
-
Andy Wilkinson authored
Closes gh-6297
-
Andy Wilkinson authored
Closes gh-6296
-
Andy Wilkinson authored
Closes gh-6295
-
Andy Wilkinson authored
Closes gh-6293
-
Andy Wilkinson authored
Closes gh-6292
-
Andy Wilkinson authored
Closes gh-6291
-
Andy Wilkinson authored
Closes gh-6290
-
Andy Wilkinson authored
Closes gh-6289
-
Andy Wilkinson authored
Closes gh-6288
-
Andy Wilkinson authored
Closes gh-6287
-
Andy Wilkinson authored
Closes gh-6286
-
Andy Wilkinson authored
Closes gh-6285
-
Andy Wilkinson authored
Closes gh-6284
-
Andy Wilkinson authored
Closes gh-6283
-
Andy Wilkinson authored
Closes gh-6282
-
Andy Wilkinson authored
Closes gh-6281
-
Andy Wilkinson authored
Closes gh-6280
-
Andy Wilkinson authored
Closes gh-6279
-
Andy Wilkinson authored
Closes gh-6278
-
Andy Wilkinson authored
Closes gh-6277
-
Stephane Nicoll authored
* pr/6304: Remove duplicate property reference
-