aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/fasterxml/jackson/databind/jsontype/TestSubtypes.java
AgeCommit message (Expand)Author
2020-05-05Fix #1919Tatu Saloranta
2019-11-05Allow registering the same subtype multiple timesJoe Koshakow
2019-08-20Fix #2428Tatu Saloranta
2019-05-01Complete refactoring of default typing changes (wrt #2195)Tatu Saloranta
2017-06-12Fix #1653Tatu Saloranta
2017-04-28Improvement to error messaging in case of incompatible sub-types (trying to u...Tatu Saloranta
2017-04-28Merge branch '2.8'Tatu Saloranta
2017-04-28Merge branch '2.7' into 2.8Tatu Saloranta
2017-04-28bit more testing to verify aspects of PM subtyping with class ids (names)Tatu Saloranta
2017-03-09Some more improvements on error reporting for missing/invalid type idTatu Saloranta
2016-07-29move #1311 under failing; not sure if it's valid, but shouldn't block buildTatu Saloranta
2016-07-29minor simplifications for #1298 testTatu Saloranta
2016-03-07Add failing testTatu Saloranta
2016-03-01further attempts to make test for #1125, still no luck.Tatu Saloranta
2015-01-10Add a unit test for #663Tatu Saloranta
2014-12-26Improve error message for unresolved subtype ids.Tatu Saloranta
2012-02-02Implemented [JACKSON-777] (renamed SerializationConfig.Feature, Deserializati...Tatu
2012-01-20Implement [JACKSON-748], ability to register subtypes from modulesTatu
2011-12-24More unit test fixes; joda, xml ones not getting registeredTatu Saloranta
2011-12-24Add unit tests, almost compilableTatu Saloranta