Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
jackson-databind
/
857c5b2df386b066e9979b53e4e16b09a1caf844
857c5b2
Try to unfuck merge from merge that was based on master. Oh git. I do not understand you. At all.
by Tatu Saloranta
· 8 years ago
547b620
Merge branch '2.8' of github.com:FasterXML/jackson-databind into 2.8
by Tatu Saloranta
· 8 years ago
9c39fc2
Grrh. Trying to untangle a mess I did by trying to backport fix(es)
by Tatu Saloranta
· 8 years ago
ceddd2c
Merge branch 'kulabun-master' into 2.8
by Tatu Saloranta
· 8 years ago
a28010e
Merge branch 'master' of https://github.com/kulabun/jackson-databind into kulabun-master
by Tatu Saloranta
· 8 years ago
c9f316b
add a (failing) test for #1367
by Tatu Saloranta
· 8 years ago
0cce1ca
Fix #1371: add MapperFeature.INFER_CREATOR_FROM_CONSTRUCTOR_PROPERTIES
by Tatu Saloranta
· 8 years ago
2684f15
Merge branch '2.8'
by Tatu Saloranta
· 8 years ago
8b4a4cd
Fix a regression resulting from removal of ClassUtil caching of access to methods etc.
by Tatu Saloranta
· 8 years ago
c745da5
minor test refactor
by Tatu Saloranta
· 8 years ago
dee8ba9
update travis build to auto-build new 2.8 branch
by Tatu Saloranta
· 8 years ago
90e980d
Merge branch '2.8'
by Tatu Saloranta
· 8 years ago
b5c05cc
Merge branch '2.7' into 2.8
by Tatu Saloranta
· 8 years ago
ec327bd
Fix #1363
by Tatu Saloranta
· 8 years ago
30061d9
Merge branch '2.7' into 2.8
by Tatu Saloranta
· 8 years ago
0d700fd
minor refactoring
by Tatu Saloranta
· 8 years ago
563d34d
Merge branch 'master' of https://github.com/FasterXML/jackson-databind
by Konstantin Labun
· 8 years ago
129f9ba
Fix #929 (Multi-args @JsonCreator for Enums)
by Konstantin Labun
· 8 years ago
84eca86
forgot to check in test change
by Tatu Saloranta
· 8 years ago
b88ce67
Fix #1369
by Tatu Saloranta
· 8 years ago
bc2271a
upgrade master to 2.9.0-SNAPSHOT
by Tatu Saloranta
· 8 years ago
ccd7212
Merge branch '2.7'
by Tatu Saloranta
· 8 years ago
1904839
Fix #1368
by Tatu Saloranta
· 8 years ago
bb06aa0
More error reporting improvements to track down #1342
by Tatu Saloranta
· 8 years ago
46255d3
Improve error reporting wrt #1338 to add more info on which property caused the problem
by Tatu Saloranta
· 8 years ago
75098b7
Fix #1351
by Tatu Saloranta
· 8 years ago
b72b56c
Further work on deferring forcing of access (to reduce likelihood of unnecessary calls), this time for serialization side
by Tatu Saloranta
· 8 years ago
8dbf55f
Cleaning up #877 fix for 2.8.3, by deferring access-forcing at a later point
by Tatu Saloranta
· 8 years ago
e9ade49
Merge branch '2.7'
by Tatu Saloranta
· 8 years ago
e4b261e
...
by Tatu Saloranta
· 8 years ago
b2ccdee
Fix #877
by Tatu Saloranta
· 8 years ago
d71de54
minor comments cleanup
by Tatu Saloranta
· 8 years ago
eb5007b
minor test cleanup
by Tatu Saloranta
· 8 years ago
facb2c0
Merge branch '2.7'
by Tatu Saloranta
· 8 years ago
627a74f
indentation cleanup
by Tatu Saloranta
· 8 years ago
041e57f
Merge branch '2.7'
by Tatu Saloranta
· 8 years ago
bbd8190
Fix #1362
by Tatu Saloranta
· 8 years ago
8fa9cb7
Fix #1361
by Tatu Saloranta
· 8 years ago
ee10eec
Merge branch '2.7'
by Tatu Saloranta
· 8 years ago
1d930db
Fix #1359
by Tatu Saloranta
· 8 years ago
1ca7576
Fixed #1353
by Tatu Saloranta
· 8 years ago
f08748f
Trying to reproduce #1353, not succeeding
by Tatu Saloranta
· 8 years ago
d00e63c
Test refactoring/reorg to group related JDK type deser tests together more closely
by Tatu Saloranta
· 8 years ago
c22d5c5
[maven-release-plugin] prepare for next development iteration
by Tatu Saloranta
· 8 years ago
761d563
[maven-release-plugin] prepare release jackson-databind-2.8.2
by Tatu Saloranta
· 8 years ago
650a3ca
prepare for 2.8.2
by Tatu Saloranta
· 8 years ago
c49891b
[maven-release-plugin] prepare for next development iteration
by Tatu Saloranta
· 8 years ago
9fc0276
[maven-release-plugin] prepare release jackson-databind-2.7.7
by Tatu Saloranta
· 8 years ago
507ed93
prepare for 2.7.7
by Tatu Saloranta
· 8 years ago
9598db5
...
by Tatu Saloranta
· 8 years ago
cc40586
minor refactoring, rename new feature as `FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY`
by Tatu Saloranta
· 8 years ago
3636e8b
Merge branch '2.7'
by Tatu Saloranta
· 8 years ago
07b6d66
Fix #1344
by Tatu Saloranta
· 8 years ago
351b754
Change default setting wrt #1341 for 2.8.x (to enabled); may change once we switch master to be 2.9.0-SNAPSHOT
by Tatu Saloranta
· 8 years ago
44bc080
Merge pull request #1341 from ckuhn/master
by Tatu Saloranta
· 8 years ago
d4a2092
Fix #1315
by Tatu Saloranta
· 8 years ago
61a829a
Fix #1327
by Tatu Saloranta
· 8 years ago
84d6872
minor improvements to (still failing) test
by Tatu Saloranta
· 8 years ago
747f000
improve #1327 test
by Tatu Saloranta
· 8 years ago
dd55294
minor test change
by Tatu Saloranta
· 8 years ago
815b7a8
Added FAIL_ON_EXTERNAL_TYPE_ID_MISSING_PROPERTY deser property
by Connor Kuhn
· 8 years ago
30b3edc
Merge pull request #1340 from stephlag/patch-1
by Tatu Saloranta
· 8 years ago
4883d16
Fix misleading javadoc for PascalCaseStrategy
by Stephan L
· 8 years ago
74260b5
Merge branch '2.7'
by Tatu Saloranta
· 8 years ago
e979bc5
Add first test for #1327; passes with 2.7
by Tatu Saloranta
· 8 years ago
2d80120
Merge branch '2.7'
by Tatu Saloranta
· 8 years ago
0aa6486
Update release notes for #1332, backport in 2.7.7
by Tatu Saloranta
· 8 years ago
02a803a
Merge pull request #1332 from fizmax/index-out-of-bound-enum-index-deser
by Tatu Saloranta
· 8 years ago
6adce38
Merge branch '2.7'
by Tatu Saloranta
· 8 years ago
2936ba5
Fix #1322
by Tatu Saloranta
· 8 years ago
20a1b7c
update release notes
by Tatu Saloranta
· 8 years ago
8602a5b
Merge pull request #1335 from cky/always-call-getdescforknowntypeids
by Tatu Saloranta
· 8 years ago
841d7ca
Unconditionally call TypeIdResolver.getDescForKnownTypeIds
by Chris Jester-Young
· 8 years ago
7f6dcbc
Fixed ArrayIndexOutOfBoundException when deserializing enum by index same as enum number of values
by Max Drobotov
· 8 years ago
af91d91
Merge branch '2.7'
by Tatu Saloranta
· 8 years ago
958c824
Add failing test case for #1322
by Tatu Saloranta
· 8 years ago
e4dd521
move #1311 under failing; not sure if it's valid, but shouldn't block build
by Tatu Saloranta
· 8 years ago
e5792f6
more minor unit test changes
by Tatu Saloranta
· 8 years ago
668b3be
minor simplifications for #1298 test
by Tatu Saloranta
· 8 years ago
24cdbde
Merge pull request #1310 from JeffQuandt/master
by Tatu Saloranta
· 8 years ago
5b5c3c3
[maven-release-plugin] prepare for next development iteration
by Tatu Saloranta
· 8 years ago
cca37af
[maven-release-plugin] prepare release jackson-databind-2.7.6
by Tatu Saloranta
· 8 years ago
174c78f
prepare for 2.7.6
by Tatu Saloranta
· 8 years ago
bc80f8e
Merge branch 'master' of github.com:FasterXML/jackson-databind
by Tatu Saloranta
· 8 years ago
00f5131
Adding reproduction test case for https://github.com/FasterXML/jackson-databind/issues/1298
by JeffQuandt
· 8 years ago
06c513f
Merge pull request #1299 from liyuj/master
by Tatu Saloranta
· 8 years ago
4996562
Merge branch '2.7'
by Tatu Saloranta
· 8 years ago
a73a89c
Fix problem reported in #1299 for 2.7
by Tatu Saloranta
· 8 years ago
fd893c2
Merge branch '2.7'
by Tatu Saloranta
· 8 years ago
24166ac
Fix #1307
by Tatu Saloranta
· 8 years ago
be64ad5
...
by Tatu Saloranta
· 8 years ago
30ef982
[maven-release-plugin] prepare for next development iteration
by Tatu Saloranta
· 8 years ago
111e86d
[maven-release-plugin] prepare release jackson-databind-2.8.1
by Tatu Saloranta
· 8 years ago
68e8afd
... that is, prepare for _2.8.1_
by Tatu Saloranta
· 8 years ago
45565cd
prepare for 2.8.0
by Tatu Saloranta
· 8 years ago
1fb9804
... and remove the test, turns out its usage, not bug
by Tatu Saloranta
· 8 years ago
20748cc
Add a failing test for #1300
by Tatu Saloranta
· 8 years ago
7ad860a
add failing test for #639
by Tatu Saloranta
· 8 years ago
2adc987
Merge branch '2.7'
by Tatu Saloranta
· 8 years ago
099f36a
minor test refactorings for type-related tests
by Tatu Saloranta
· 8 years ago
Next »