aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml
AgeCommit message (Expand)Author
2020-07-24More refactoring (rename, add config param; deprecate)Tatu Saloranta
2020-07-24Remove a deprecated (in 2.6) annotation introspection methodTatu Saloranta
2020-07-24Bit of refactoring wrt #1296, renamingTatu Saloranta
2020-07-24Minor refactoring for 3.0 compatiblityTatu Saloranta
2020-07-24Minor clean up wrt AnnotationIntrospector, future-proofingTatu Saloranta
2020-07-23FasterXML/jackson-databind#1296 @JsonIncludeProperties (#2771)Baptiste Pernet
2020-07-23Support BigInteger and BigDecimal in StdValueInstantiator (#2793)Tiago Martins
2020-07-21Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-21Fix a regression (but one luckily not released) due to #2796 fixTatu Saloranta
2020-07-20Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-20Merge branch '2.10' into 2.11Tatu Saloranta
2020-07-20Merge branch '2.9' into 2.10Tatu Saloranta
2020-07-20Work for addressing #2798Tatu Saloranta
2020-07-18Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-18Fixed #2789Tatu Saloranta
2020-07-16Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-16Minor javadoc fixesTatu Saloranta
2020-07-16Fixed #2796 (second part of fix to apply TypeModifiers on `TypeFactory.constr...Tatu Saloranta
2020-07-15Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-15Fixed #2796 (or part of it at least)Tatu Saloranta
2020-07-15Javadoc/comment improvementsTatu Saloranta
2020-07-12stylistic cleanupTatu Saloranta
2020-07-10Backport #2761 in 2.12Tatu Saloranta
2020-07-10Issue 2761 (#2762)Swayam Raina
2020-07-09Fixed #2784 (and #2644)Tatu Saloranta
2020-07-08Minor change to pass StreamWriteCapabilities from TokenBufferTatu Saloranta
2020-07-08Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-08Merge branch '2.10' into 2.11Tatu Saloranta
2020-07-08Add a test for #2787, partial fix (no more NPE, now fails otherwise)Tatu Saloranta
2020-07-05Fixed #2776Tatu Saloranta
2020-07-04Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-04Manual merge of fix for #2785 (from PR #2786)Tatu Saloranta
2020-07-03Fix a problem with empty value for non-primitive array type deserializationTatu Saloranta
2020-07-02Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-02Minor changes to prevent compatibility issues with IonMapperTatu Saloranta
2020-07-02Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-02Fixed #2783 (last changes)Tatu Saloranta
2020-07-02manual clean up of partial fix mergedTatu Saloranta
2020-07-02Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-02Fix first part of #2783 (parser initialization)Tatu Saloranta
2020-07-02Merge branch '2.11' into 2.12Tatu Saloranta
2020-07-02Add failing tests for #2783Tatu Saloranta
2020-07-01Refactoring to (eventually) allow XmlMapper override wrapped-root handlingTatu Saloranta
2020-07-01Add missing copy ctor for `StdScalarSerializer`Tatu Saloranta
2020-06-30Bit more refactoringTatu Saloranta
2020-06-30minor refactoringTatu Saloranta
2020-06-30Remove double-checking of "verify trailing tokens"Tatu Saloranta
2020-06-30minor stylistic changeTatu Saloranta
2020-06-30Add scalar-extraction support for EnumDeserializer as wellTatu Saloranta
2020-06-29...Tatu Saloranta