aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/ObjectMapper.java
AgeCommit message (Expand)Author
2017-03-31invoke ServiceLoader.load() inside of a privileged blockIvo Studensky
2016-10-03Fix #1395Tatu Saloranta
2016-06-13Minor javadoc improvements to indicate that the default TimeZone is "UTC", NO...Tatu Saloranta
2016-06-04Add ObjectMapper/ObjectReader support for passing DataInput as sourceTatu Saloranta
2016-06-04...Tatu Saloranta
2016-06-03Add support for writing to `DataOutput` via ObjectMapper, ObjectWriterTatu Saloranta
2016-05-24...Tatu Saloranta
2016-05-22yet more exception throwing improvementsTatu Saloranta
2016-05-03Fix #1221Tatu Saloranta
2016-05-03Start working on #1221Tatu Saloranta
2016-05-01RefactoringTatu Saloranta
2016-04-30Merge branch '2.7'Tatu Saloranta
2016-04-30trying to streamline new testTatu Saloranta
2016-04-30Add failing test for #1215Tatu Saloranta
2016-04-24Renaming "property config override" as "type config override" as configuratio...Tatu Saloranta
2016-04-20Merge branch '2.7'Tatu Saloranta
2016-04-20Fix #1208Tatu Saloranta
2016-04-19Merge branch '2.7'Tatu Saloranta
2016-04-19Improvements to handling of polymorphic type information for AtomicReference,...Tatu Saloranta
2016-04-15Continue work on property-config-overrides: now works with Dates, for formatTatu Saloranta
2016-03-30...Tatu Saloranta
2016-03-28Bit more work on property config overridesTatu Saloranta
2016-03-27minor cleanupTatu Saloranta
2016-02-03Fix #1115Tatu Saloranta
2016-01-12Merge branch '2.6'Tatu Saloranta
2016-01-12Fix #1078Tatu Saloranta
2015-12-26Add a simple test for `StringIdGenerator`Tatu Saloranta
2015-12-26improve javadocsTatu Saloranta
2015-11-05Fix #898Tatu Saloranta
2015-10-19Fixed #76 -- and also rewrote the whole type resolution system, which will re...Cowtowncoder
2015-10-13Complete refactoring of property inclusion, allowing global defaults for valu...Cowtowncoder
2015-10-10Merge branch '2.6'Tatu Saloranta
2015-10-10Fix #965Tatu Saloranta
2015-09-26Merge branch '2.6'Tatu Saloranta
2015-09-26Fix #939Tatu Saloranta
2015-09-23Implement #819; now configuration of FormatFeatures should work, but needs to...Tatu Saloranta
2015-09-10Merge branch '2.6'Cowtowncoder
2015-09-10Fix #922Cowtowncoder
2015-08-17Try to upgrade exception handling to pass underlying JsonParser/JsonGenerator...Tatu Saloranta
2015-08-14...Cowtowncoder
2015-08-14Fix #897Cowtowncoder
2015-06-24javadoc cleanup, as per javadoclint. Also disabling said option (Wtf Oracle?)Tatu Saloranta
2015-06-12Minor refactoring: move RootNameLookup deeper into configs, to reduce state t...Cowtowncoder
2015-05-29Add a failing test for #806Cowtowncoder
2015-05-19Fix #504 and #797Cowtowncoder
2015-05-14Merge branch '2.5'Tatu Saloranta
2015-05-14Merge branch '2.4' into 2.5Tatu Saloranta
2015-05-14Fix #793Tatu Saloranta
2015-05-13Mark old-style json schema generator methods as deprecatedTatu Saloranta
2015-05-12Implement #689: Add `ObjectMapper.setDefaultPrettyPrinter(...)`Tatu Saloranta