- 7a81506 update refs to javadoc by Tatu Saloranta · 11 years ago
- d294c6c Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
- 8d3ff9d Merge pull request #261 from sschuberth/master by Tatu Saloranta · 11 years ago
- eb509fd ... by Tatu Saloranta · 11 years ago
- 52ed80f ... by Tatu Saloranta · 11 years ago
- 3296684 Doing some work to maybe solve #265 eventually by Tatu Saloranta · 11 years ago
- 33d4db0 typo fix by Tatu Saloranta · 11 years ago
- b4b5903 Realizing that [JACKSON-890] has been fixed (markes as such). Also, adding a failing unit test for Unwrapped+Creator combo by Tatu Saloranta · 11 years ago
- 8b1d92e POJOPropertiesCollector: Use equals() to compare strings contents by Sebastian Schuberth · 11 years ago
- c641643 Merge fix for #259 from 2.2 branch by Tatu Saloranta · 11 years ago
- f0af8c1 Complete #239 implementation by Tatu Saloranta · 11 years ago
- 44ac79f Starting to implement #239: first part, serialization, now supported. by Tatu Saloranta · 11 years ago
- efdc0d4 Implemented #208 by Tatu Saloranta · 11 years ago
- 833680a Fix #238 by Tatu Saloranta · 11 years ago
- 9150a03 Refactoring; move more std deserializers out of JdkDeserializers container by Tatu Saloranta · 11 years ago
- 6c98fa9 Change JsonDeserializer._valueDeserializer to be fully immutable (yay) by Tatu Saloranta · 11 years ago
- e090cd8 Further improvements wrt #232: use `JsonGenerator` feature, instead of caller converting to String by Tatu Saloranta · 11 years ago
- c5122ec Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
- de173f3 Partial fix for #251 by Tatu Saloranta · 11 years ago
- a9f447a ... by Tatu Saloranta · 11 years ago
- a3faa88 Merge pull request #247 from nicktelford/feature/inet-socket-address by Tatu Saloranta · 11 years ago
- 8242cd9 add a unit test for #251 by Tatu Saloranta · 11 years ago
- c6eaf4b Implemented #253 by Tatu Saloranta · 11 years ago
- b927a74 Minor improvement to conversion testing by Tatu Saloranta · 11 years ago
- 020ec62 Merge branch 'master' into feature/inet-socket-address by Nick Telford · 11 years ago
- ac40599 Add support for InetSocketAddress by Nick Telford · 11 years ago
- eb68099 Add BeanPropertyWriter.isUnwrapping() accessor` by Tatu Saloranta · 11 years ago
- 213803d Cleanup; remove a test debug statement; remove 'isHandled()' from JacksonAnnotationIntrospector by Tatu Saloranta · 11 years ago
- 21a81e1 Implement #215 by Tatu Saloranta · 11 years ago
- e4708eb Implemented #227 by Tatu Saloranta · 11 years ago
- 256c606 Start work on #227; add support for serialization by Tatu Saloranta · 11 years ago
- 3955abb Fixed #237 by Tatu Saloranta · 11 years ago
- df7fb3d Change master to do 2.3.0-SNAPSHOT by Tatu Saloranta · 11 years ago
- e80598a [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
- b8d01a7 [maven-release-plugin] prepare release jackson-databind-2.2.2 by Tatu Saloranta · 11 years ago
- ef9e64f Prepare for 2.2.2 release by Tatu Saloranta · 11 years ago
- adc3c8a update deps a bit by Tatu Saloranta · 11 years ago
- 0f8da24 bit more immutability for SettableBeanProperty... by Tatu Saloranta · 11 years ago
- 7ac0b2e Working on #213, trying to make more things final (for eventual immutability) by Tatu Saloranta · 11 years ago
- d12a42f Fixed #226 by Tatu Saloranta · 11 years ago
- 1a38ab1 starting to work on fixing an unwrapping issue by Tatu Saloranta · 11 years ago
- 9cd4151 cleanup by Tatu Saloranta · 11 years ago
- e1d8adb Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
- d2ec7c3 Fixed #232 by Tatu Saloranta · 11 years ago
- 47aa3dd Add a unit test for #226 by Tatu Saloranta · 11 years ago
- b7d896f Fixed #216 by Tatu Saloranta · 11 years ago
- 3ea7ccf Add a (failing) test for #222 by Tatu Saloranta · 11 years ago
- ded6b8a Bit more clean up for #217 by Tatu Saloranta · 11 years ago
- 8305056 Merge pull request #218 from karldmoore/master by Tatu Saloranta · 11 years ago
- 29552ca Fixed #220 by Tatu Saloranta · 11 years ago
- 88f44d8 Fix #223 by Tatu Saloranta · 11 years ago
- a1bb6f2 Fix a minor type on exception message by Tatu Saloranta · 11 years ago
- 535bce5 Minor fixes: BeanDeserializerBuilder copy ctor was not copying all settings by Tatu Saloranta · 11 years ago
- c698ae9 #217 - JSON parse exceptions are not wrapped like others by Karl Moore · 12 years ago
- f1c982a remove unnecesary license stuff from metadata by Tatu Saloranta · 12 years ago
- 7982605 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 12 years ago
- 1cb7e91 [maven-release-plugin] prepare release jackson-databind-2.2.1 by Tatu Saloranta · 12 years ago
- cb28ddc ... by Tatu Saloranta · 12 years ago
- d77e5a7 Prepare for 2.2.1 by Tatu Saloranta · 12 years ago
- 580b85f Add MappingIterator.getCurrentLocation() by Tatu Saloranta · 12 years ago
- 3ef691c Fix #214, problems with Android packaging, LICENSE/NOTICE files by Tatu Saloranta · 12 years ago
- a31445a compiler warning fix by Tatu Saloranta · 12 years ago
- ca1b6ba typo fix by Tatu Saloranta · 12 years ago
- 688cbc1 Add graceful handling of primitive types for key lookups by Tatu Saloranta · 12 years ago
- ae6c56a [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 12 years ago
- c63a436 [maven-release-plugin] prepare release 2.2.0c by Tatu Saloranta · 12 years ago
- 8aeec2a trying to fix 2.2.0 release by Tatu Saloranta · 12 years ago
- 3ee4fe0 ... by Tatu Saloranta · 12 years ago
- 2b1f952 ... by Tatu Saloranta · 12 years ago
- f592f7b [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 12 years ago
- f03eb1d [maven-release-plugin] prepare release jackson-databind-2.2.0 by Tatu Saloranta · 12 years ago
- 750b065 adding test for #211 (commented out) by Tatu Saloranta · 12 years ago
- 181320f javadoc improvements by Tatu Saloranta · 12 years ago
- ed8b607 Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu Saloranta · 12 years ago
- b69f97f ... by Tatu Saloranta · 12 years ago
- c1661b6 fix 2 javadoc provs by Tatu Saloranta · 12 years ago
- 61ef4bf [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 12 years ago
- 84785f8 [maven-release-plugin] prepare release jackson-databind-2.2.0-rc1 by Tatu Saloranta · 12 years ago
- e507a88 prepare for rc1 by Tatu Saloranta · 12 years ago
- d10459f ... by Tatu Saloranta · 12 years ago
- 16bc457 Remove Setter, not used by anything by Tatu Saloranta · 12 years ago
- 7ec58bf removing an unnecessary class by Tatu Saloranta · 12 years ago
- 0a4a031 minor tweaks for TokenBuffer by Tatu Saloranta · 12 years ago
- cd9fa81 Merge pull request #207 from msteiger/master by Tatu Saloranta · 12 years ago
- ab7a02c update parent pom version ref by Tatu Saloranta · 12 years ago
- 94deb58 add more unit tests for JavaType impl (for enum) by Tatu Saloranta · 12 years ago
- bba2bad more cleanup by Tatu Saloranta · 12 years ago
- 0251775 Refactoring optional XML handlers to reduce startup time, code duplication by Tatu Saloranta · 12 years ago
- afda778 More simplification, remove ref to optional handler factory by Tatu Saloranta · 12 years ago
- 3aca284 ... by Tatu Saloranta · 12 years ago
- 3013582 Simplified handling of primitive array deserializers by Tatu Saloranta · 12 years ago
- 313875f Deferring construction of key deserializers, trying to reduce startup overhead by Tatu Saloranta · 12 years ago
- 8f36cc4 further work for #206, wrt ObjectReader by Tatu Saloranta · 12 years ago
- 1f9e8f5 Added ObjectNode.put() for short by Martin Steiger · 12 years ago
- a9c63f4 Made FloatNode final by Martin Steiger · 12 years ago
- 71844ff Removed NumberType.SHORT by Martin Steiger · 12 years ago
- b6e3a2b add javadoc comments to points out potential cost of module discovery methods in ObjectMapper. by Tatu Saloranta · 12 years ago
- 4208653 Implement Module auto-detection by Tatu Saloranta · 12 years ago
- 49007a7 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 12 years ago
- 9adb08e Fix #206 by Tatu Saloranta · 12 years ago