Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
jackson-core
/
dfd690999fcdde88cd9045d4e87871b564176fff
« Previous
5cddffa
Fix #177
by Cowtowncoder
· 10 years ago
41bbcd8
[maven-release-plugin] prepare for next development iteration
by Tatu Saloranta
· 10 years ago
6fc2705
[maven-release-plugin] prepare release jackson-core-2.4.5
by Tatu Saloranta
· 10 years ago
36c91eb
...
by Tatu Saloranta
· 10 years ago
b0ceb4e
Add `IOContext withEncoding()`, some unrelated sample code
by Cowtowncoder
· 10 years ago
c839ff8
Merge branch '2.5'
by Tatu Saloranta
· 10 years ago
3dcedd2
Fix #178. Also fix a few javadoc processor warnings
by Tatu Saloranta
· 10 years ago
a67dd54
Update build branches
by Christopher Currie
· 10 years ago
dcff4e9
Update build branches
by Christopher Currie
· 10 years ago
6567dcd
Merge branch 'master' of github.com:FasterXML/jackson-core
by Tatu Saloranta
· 10 years ago
414e815
Master -> 2.6.0-SNAPSHOT
by Cowtowncoder
· 10 years ago
f4eba6d
Merge branch 'master' of github.com:FasterXML/jackson-core
by Cowtowncoder
· 10 years ago
6a86044
Add a tiny blurb for potential customers, like game companies doing android apps.
by Cowtowncoder
· 10 years ago
c284384
Merge pull request #162 from johnjohndoe/update-release-version
by Tatu Saloranta
· 10 years ago
0844691
add a test for #177
by Tatu Saloranta
· 10 years ago
4792735
[maven-release-plugin] prepare for next development iteration
by Tatu Saloranta
· 10 years ago
0507717
[maven-release-plugin] prepare release jackson-core-2.5.0
by Tatu Saloranta
· 10 years ago
41ee304
prepare for 2.5.0
by Tatu Saloranta
· 10 years ago
322acce
Merge branch '2.4'
by Cowtowncoder
· 10 years ago
d999514
Fix #176 for 2.4(.5)
by Cowtowncoder
· 10 years ago
15138d1
change version back to 2.5.0-SNAPSHOT
by Tatu Saloranta
· 10 years ago
7d9b98b
[maven-release-plugin] prepare for next development iteration
by Tatu Saloranta
· 10 years ago
bf2af8f
[maven-release-plugin] prepare release jackson-core-2.5.0-rc1
by Tatu Saloranta
· 10 years ago
8a42d5e
Javadoc fix
by Tatu Saloranta
· 10 years ago
bae223f
...
by Tatu Saloranta
· 10 years ago
39170c0
Add `JsonParser.hasExpectedStartObjectToken()`
by Tatu Saloranta
· 10 years ago
e2cf361
Add efficient impl of `nextFieldName()` for UTF-8 parser
by Cowtowncoder
· 10 years ago
d962de9
... and now really adding `JsonParser.nextFieldName()`
by Cowtowncoder
· 10 years ago
2ec3403
Add `JsonParser.nextFieldName()`
by Cowtowncoder
· 10 years ago
aae5397
Added `JsonParser.hasTokenId()` method
by Tatu Saloranta
· 10 years ago
1762814
Change JsonPointer.head() so it need not re-compile expression but use existing pieces
by Cowtowncoder
· 10 years ago
d2c6023
Minor improvement to #169: construct `head` lazily
by Cowtowncoder
· 10 years ago
d61541d
Working bit more on JsonPointer.head()
by Cowtowncoder
· 10 years ago
6d8e5e6
minor clean up for JsonPointer changes (fixing what I think was a minor bug)
by Cowtowncoder
· 10 years ago
301659c
Merge pull request #174 from Scytl/master
by Tatu Saloranta
· 10 years ago
e1dffcc
resolves #171 by adding append method.
by Alex Soto
· 10 years ago
fca3ed3
resolves #172 by adding last operation in JsonPointer.
by Alex Soto
· 10 years ago
b0f217a
Merge branch '2.4'
by Tatu Saloranta
· 10 years ago
0d9cd9f
Fix #173
by Tatu Saloranta
· 10 years ago
e220734
tiny additions to JsonPointer, test refactoring
by Tatu Saloranta
· 10 years ago
fa0b523
update release notes wrt #169
by Cowtowncoder
· 10 years ago
579668c
Merge pull request #170 from Scytl/master
by Tatu Saloranta
· 10 years ago
7384d06
Adds head operation in JsonPointer class. Resolves issue #169.
by Alex Soto
· 10 years ago
55cfa31
Update release notes w/ #166
by Tatu Saloranta
· 10 years ago
6d9cb64
Minor tweaking, javadoc fixes, add version numbers
by Tatu Saloranta
· 10 years ago
d6a05f3
Merge pull request #166 from digulla/master
by Tatu Saloranta
· 10 years ago
44f42e8
Implement #168
by Tatu Saloranta
· 10 years ago
bfdc285
[maven-release-plugin] prepare for next development iteration
by Tatu Saloranta
· 10 years ago
12aa869
[maven-release-plugin] prepare release jackson-core-2.4.4
by Tatu Saloranta
· 10 years ago
9d0c8f8
Merge branch '2.4'
by Tatu Saloranta
· 10 years ago
1c9e145
...
by Tatu Saloranta
· 10 years ago
7b1d411
Fixed #167
by Cowtowncoder
· 10 years ago
12e8fed
Fix for #167
by Cowtowncoder
· 10 years ago
0334f7e
Minor robustification, javadoc improvements
by Cowtowncoder
· 10 years ago
3f45560
Deprecate old API instead of removing it. Added new API to mutate the indenter.
by digulla
· 10 years ago
455face
Allow to configure line endings and indentation used in the DefaultPrettyPrinter.
by digulla
· 10 years ago
864e30a
demote '_decodeSurrogate()' as well
by Cowtowncoder
· 10 years ago
1d97b53
Merge branch 'master' of github.com:FasterXML/jackson-core
by Cowtowncoder
· 10 years ago
33a43e1
tiny refactoring of constants
by Cowtowncoder
· 10 years ago
85ad25d
...
by Tatu Saloranta
· 10 years ago
074c506
complete fixes to make dynamic enable/disable of dup detection work completely
by Tatu Saloranta
· 10 years ago
8b88443
Fix problem with dynamic enable/disable of parser dup detection
by Tatu Saloranta
· 10 years ago
2a6f9f2
Tests for verifying dynamic enabling/disabling of dup-detection
by Tatu Saloranta
· 10 years ago
ffd16b7
Merge branch '2.4'
by Tatu Saloranta
· 10 years ago
483e662
Fix handling of JsonGenerator.setFeatureMask()
by Tatu Saloranta
· 10 years ago
7df7c57
Add `JsonGenerator.writeRawValue(SerializableString)`, matching tests; planned to help with #165
by Cowtowncoder
· 10 years ago
37cdc35
Merge branch 'master' of github.com:FasterXML/jackson-core
by Cowtowncoder
· 10 years ago
27eb3c1
Implement #164
by Cowtowncoder
· 10 years ago
7577b8a
Merge branch '2.4'
by Tatu Saloranta
· 10 years ago
d0d570c
Update pom URL to point to Jackson home
by Tatu Saloranta
· 10 years ago
2768bd8
Merge branch '2.4'
by Cowtowncoder
· 10 years ago
6b0771b
Warnings cleanup: change private fields to non-private to avoid having to use synthetic accessors
by Cowtowncoder
· 10 years ago
2888f5d
Use Maven Central badge to show latest release version.
by Tobias Preuss
· 10 years ago
496f3fc
Merge branch 'master' of github.com:FasterXML/jackson-core
by Tatu Saloranta
· 10 years ago
9c77880
a javadoc fix
by Tatu Saloranta
· 10 years ago
1e4a20b
Add an alternate constructor for JsonGenerator
by Cowtowncoder
· 10 years ago
9c6694f
Merge branch '2.4'
by Cowtowncoder
· 10 years ago
a37f08e
One more fix for #157, this time for negative-number parsing branch (which is different from pos)
by Cowtowncoder
· 10 years ago
d860a8c
fix release notes
by Cowtowncoder
· 10 years ago
dc6d1a6
minor test cleanup
by Cowtowncoder
· 10 years ago
42bec38
Merge branch '2.4'
by Cowtowncoder
· 10 years ago
e774d74
...
by Cowtowncoder
· 10 years ago
290799a
Fixed #157
by Cowtowncoder
· 10 years ago
1481cad
[maven-release-plugin] prepare for next development iteration
by Tatu Saloranta
· 10 years ago
b9c8d58
[maven-release-plugin] prepare release jackson-core-2.4.3
by Tatu Saloranta
· 10 years ago
ec1d1c7
prepare for 2.4.3 release
by Tatu Saloranta
· 10 years ago
882b765
...
by Tatu Saloranta
· 10 years ago
f408795
Added ResolvedType.getParameterSource()
by Cowtowncoder
· 10 years ago
4184b16
Merge pull request #153 from adjohnson916/master
by Tatu Saloranta
· 10 years ago
f58d09f
fix typo in javadoc for JsonParser.Feature
by Anders D. Johnson
· 10 years ago
d533f29
Fix #152 in 2.4
by Tatu Saloranta
· 10 years ago
3baa7d6
Fix #152
by Tatu Saloranta
· 10 years ago
7317dc9
test refactoring
by Tatu Saloranta
· 10 years ago
7fc3820
update parent pom
by Tatu Saloranta
· 10 years ago
ba77f23
javadoc update
by Tatu Saloranta
· 10 years ago
63a87b9
Update parent pom to snapshot of one to be used for 2.5
by Tatu Saloranta
· 10 years ago
4456e66
Merge pull request #149 from evanj/master
by Tatu Saloranta
· 10 years ago
ea603c3
JsonParser, ObjectCodec: javadoc: empty docs to return null
by Evan Jones
· 10 years ago
a0ce7f2
[maven-release-plugin] prepare for next development iteration
by Tatu Saloranta
· 10 years ago
3f0a330
[maven-release-plugin] prepare release jackson-core-2.4.2
by Tatu Saloranta
· 10 years ago
Next »