Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
jackson-databind
/
18dc249e793b15e40e67753ea5e988bd428b1a92
18dc249
Fix #1941
by Tatu Saloranta
· 7 years ago
c5bfb9a
Add test for #1940
by Tatu Saloranta
· 7 years ago
9612972
[maven-release-plugin] prepare for next development iteration
by Tatu Saloranta
· 7 years ago
efb1370
[maven-release-plugin] prepare release jackson-databind-2.8.11.1
by Tatu Saloranta
· 7 years ago
2b35879
prepare for 2.8.11.1
by Tatu Saloranta
· 7 years ago
c921f09
Merge branch '2.7' into 2.8
by Tatu Saloranta
· 7 years ago
6799f8f
Fix #1931
by Tatu Saloranta
· 7 years ago
939e332
try to fix travis build for jdk7
by cowtowncoder
· 7 years ago
c803a26
Fix #1872 (#1923)
by Casasola Marcos
· 7 years ago
038b471
Fix #1899
by Tatu Saloranta
· 7 years ago
b744bf3
Add failing test for #1868, related
by Tatu Saloranta
· 7 years ago
615bf02
Backport fix for #1868 (for case of 2.8.10->2.8.11 regression) in 2.8 from 2.9 (where it's 2.9.2->2.9.3)
by Tatu Saloranta
· 7 years ago
755e3bc
Fix #1872
by Tatu Saloranta
· 7 years ago
d9bbae4
[maven-release-plugin] prepare for next development iteration
by Tatu Saloranta
· 7 years ago
a6efd88
[maven-release-plugin] prepare release jackson-databind-2.8.11
by Tatu Saloranta
· 7 years ago
581cc3b
prepare for 2.8.11
by Tatu Saloranta
· 7 years ago
5d4eb51
[maven-release-plugin] prepare for next development iteration
by Tatu Saloranta
· 7 years ago
9e170e1
[maven-release-plugin] prepare release jackson-databind-2.7.9.2
by Tatu Saloranta
· 7 years ago
a698f3c
prepare for 2.7.9.2
by Tatu Saloranta
· 7 years ago
459107d
Merge branch '2.7' into 2.8
by Tatu Saloranta
· 7 years ago
bb45fb1
Fix issues with earlier fix for #1855
by Tatu Saloranta
· 7 years ago
bade479
Merge branch '2.7' into 2.8
by Tatu Saloranta
· 7 years ago
6743953
..
by Tatu Saloranta
· 7 years ago
2235894
Fix #1855
by Tatu Saloranta
· 7 years ago
10fe7f1
Merge branch '2.7' into 2.8
by Tatu Saloranta
· 7 years ago
f031f27
Fix 1/3 of #1855
by Tatu Saloranta
· 7 years ago
e4f83bd
slight change to release notes
by Tatu Saloranta
· 7 years ago
e865a7a
Fix #1737 (#1857)
by Andrew Tolbert
· 7 years ago
569e36e
Add a note wrt #1680
by Tatu Saloranta
· 7 years ago
5f72de3
...
by Tatu Saloranta
· 7 years ago
1f0756d
try to fix odd CI test fail
by Tatu Saloranta
· 7 years ago
8ae3b8f
fix travis settings for this branch too
by Tatu Saloranta
· 7 years ago
dfaca81
Fix #1809
by Tatu Saloranta
· 7 years ago
a1404d5
Fix #1804
by Tatu Saloranta
· 7 years ago
4675896
Fix #1604
by Tatu Saloranta
· 7 years ago
d0bbfe3
one more fix to test
by Tatu Saloranta
· 7 years ago
eb21a9e
More type fixes wrt #1604 verification
by Tatu Saloranta
· 7 years ago
536e58d
Fix an issue with new #1604 tests; was not exercising actual problem
by Tatu Saloranta
· 7 years ago
cab130e
Add more test cases for #1604
by Tatu Saloranta
· 7 years ago
2c4b2dd
backport #1604 test to 2.8
by Tatu Saloranta
· 7 years ago
3414458
fix a minor java 8 regression
by Tatu Saloranta
· 7 years ago
dcfb0cc
Fix #1767
by Tatu Saloranta
· 7 years ago
a8e7cdf
...
by Tatu Saloranta
· 7 years ago
798da68
Fix #1768
by Tatu Saloranta
· 7 years ago
78761f1
Add failing test for #1756
by Tatu Saloranta
· 7 years ago
a589ee4
Add bit more coverage to abstract type mapping testing
by Tatu Saloranta
· 7 years ago
fc0222b
[maven-release-plugin] prepare for next development iteration
by Tatu Saloranta
· 7 years ago
0b6e589
[maven-release-plugin] prepare release jackson-databind-2.8.10
by Tatu Saloranta
· 7 years ago
46452bd
prepare for 2.8.10
by Tatu Saloranta
· 7 years ago
ddfddfb
Fix #1737
by Tatu Saloranta
· 7 years ago
6cd5be9
...
by Tatu Saloranta
· 7 years ago
f2c445d
Fix #1735
by Tatu Saloranta
· 7 years ago
ce7d1c9
Fix #1711
by Tatu Saloranta
· 7 years ago
9c4a7e5
Update javadocs wrt #1702
by Tatu Saloranta
· 7 years ago
27491ae
Improve deserialization of exceptions
by Tatu Saloranta
· 7 years ago
872366c
Merge branch '2.7' into 2.8
by Tatu Saloranta
· 7 years ago
e8f043d
Fix #1680
by Tatu Saloranta
· 7 years ago
e20bcc8
Fix #1679
by Tatu Saloranta
· 7 years ago
4009fe3
Add failing test for #1679
by Tatu Saloranta
· 7 years ago
075319d
Fix #1658
by Tatu Saloranta
· 7 years ago
dc2c003
Merge pull request #1660 from brenuart/2.8
by Tatu Saloranta
· 7 years ago
9030a72
Additional tests to cover some weird cases and highlight Jackson's strange behavior
by Bertrand Renuart
· 7 years ago
c6878c8
Review `testDateUtil_customDateFormat_withoutTZ()` test case. Actual behaviour depends on whether the ObjectMapper's timezone has been changed or not... This is not expected and therefore marked with a FIXME.
by Bertrand Renuart
· 7 years ago
99b672c
Fix formatting (replace TAB with SPACES)
by Bertrand Renuart
· 7 years ago
9053188
Merge pull request #1 from FasterXML/2.8
by Bertrand Renuart
· 7 years ago
9e99ac2
Minor tweaking of #1659 (one test used wrong timezone I think)
by Tatu Saloranta
· 7 years ago
77b450b
Merge pull request #1659 from brenuart/gh1657
by Tatu Saloranta
· 7 years ago
c72fcc2
Additional test cases covering java.util.Date deserialization. Covers only a part of the existing tests defined in `TestDateDeserialization.java`
by Bertrand Renuart
· 7 years ago
5a0ce57
Fix #1657 (I hope)
by Tatu Saloranta
· 7 years ago
fe80e86
...
by Tatu Saloranta
· 7 years ago
fdab819
[maven-release-plugin] prepare for next development iteration
by Tatu Saloranta
· 7 years ago
c45ed8c
[maven-release-plugin] prepare release jackson-databind-2.8.9
by Tatu Saloranta
· 7 years ago
15f8efe
prepare for 2.8.9
by Tatu Saloranta
· 7 years ago
3978538
Fix #1651
by Tatu Saloranta
· 7 years ago
247122f
Update release notes wrt #1647
by Tatu Saloranta
· 7 years ago
3d74347
Merge pull request #1650 from slobo-showbie/2.8
by Tatu Saloranta
· 7 years ago
93f7e14
Fix #1648
by Tatu Saloranta
· 7 years ago
4b00ccc
Fix #1638 (possibly)
by Tatu Saloranta
· 7 years ago
b214b98
Add test for #1647
by Slobodan Pejic
· 7 years ago
1a0326f
Fix #1647
by Slobodan Pejic
· 7 years ago
9b9e47b
Add failing test for #1647
by Slobodan Pejic
· 7 years ago
e2476e0
Backported #1642 in 2.8.9
by Tatu Saloranta
· 7 years ago
752bb8a
Merge branch '2.7' into 2.8
by Tatu Saloranta
· 7 years ago
147fb08
Fix #1628 for 2.7(.10)
by Tatu Saloranta
· 7 years ago
38f749b
Minor fix wrt #1628
by Tatu Saloranta
· 7 years ago
9a083ad
Fix #1629
by Tatu Saloranta
· 7 years ago
edaa4ad
Add a (passing) unit test for #1629
by Tatu Saloranta
· 7 years ago
e03e9ba
Try to reproduce #1626, not failing
by Tatu Saloranta
· 7 years ago
4a2b1ae
Fix #1595 for 2.8.9
by Tatu Saloranta
· 7 years ago
dec4a48
Merge branch '2.7' into 2.8
by Tatu Saloranta
· 7 years ago
86c43de
Add test for #1595 for 2.7 (does not fail, so this is 2.7->2.8 regression)
by Tatu Saloranta
· 7 years ago
f13cfb1
Improvement wrt #1551: report more appropriate error message for specific case; support other object id methods (alas, can not support property-based on polymorphic via property annotation)
by Tatu Saloranta
· 8 years ago
56573e1
Add failing test for #1551
by Tatu Saloranta
· 8 years ago
3ddf500
Merge branch '2.7' into 2.8
by Tatu Saloranta
· 8 years ago
d1e40ca
bit more testing to verify aspects of PM subtyping with class ids (names)
by Tatu Saloranta
· 8 years ago
520cdba
Add test for #1328 (not failing, alas)
by Tatu Saloranta
· 8 years ago
9004269
Merge branch '2.7' into 2.8
by Tatu Saloranta
· 8 years ago
3bfbb83
Minor improvement wrt #1599 (also cover vanilla xalan impl)
by Tatu Saloranta
· 8 years ago
513ab6e
Backport #1597 in 2.8 branch too
by Tatu Saloranta
· 8 years ago
b55b04f
[maven-release-plugin] prepare for next development iteration
by Tatu Saloranta
· 8 years ago
Next »