issues
search
FasterXML
/
jackson-core
Core part of Jackson that defines Streaming API as well as basic shared abstractions
Apache License 2.0
2.27k
stars
799
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix #1361: handle non-escaping '~' more correctly
#1362
cowtowncoder
closed
1 week ago
0
`JsonPointer` parsing of '~' not followed by "0" or "1" unexpected
#1361
slz30
closed
1 week ago
2
fix issue with incorrect matches for some surrogate chars
#1360
pjfanning
closed
2 weeks ago
0
Non-surrogate characters being incorrectly combined when `JsonWriteFeature.COMBINE_UNICODE_SURROGATES_IN_UTF8` is enabled
#1359
jgosselin-accesso
closed
1 week ago
7
fail if int overflow in _longNameOffset
#1358
pjfanning
closed
2 weeks ago
1
Manual merge of #1356 from 2.19 to master (merge conflicts)
#1357
cowtowncoder
closed
3 weeks ago
0
Make `JsonGenerator::writeTypePrefix` method to not make a `WRAPPER_ARRAY` when `typeIdDef.id == null`
#1356
Gems
closed
3 weeks ago
6
Bump the github-actions group with 5 updates
#1355
dependabot[bot]
closed
4 weeks ago
0
Fix #1328: optimize `JsonPointer.head()`
#1354
cowtowncoder
closed
4 weeks ago
0
use fastdoubleparser 1.0.90
#1353
pjfanning
closed
1 month ago
1
Fix infinite loop due to integer overflow when reading large strings
#1352
pjfanning
closed
1 month ago
1
Floating-point write performance on JDK 21: JDK now (slightly) faster than "Schubfab"-optimized path
#1351
cowtowncoder
closed
1 month ago
4
Fix infinite loop due to integer overflow when reading large strings
#1350
adamjshook
closed
1 month ago
20
Improve performance of writing raw UTF-8 encoded byte arrays
#1349
JoostK
opened
1 month ago
12
add workflows for suggestions on PRs
#1348
timo-a
opened
1 month ago
10
add workflows for suggestions on PRs
#1347
timo-a
closed
1 month ago
4
refactor: reorder imports
#1346
timo-a
closed
1 month ago
0
Automatic reordering of imports for new PRs
#1345
timo-a
opened
1 month ago
2
refactor: reorder imports
#1344
timo-a
closed
1 month ago
1
Bump github/codeql-action from 3.26.9 to 3.26.10 in the github-actions group
#1343
dependabot[bot]
closed
1 month ago
0
Bump the github-actions group with 3 updates
#1342
dependabot[bot]
closed
2 months ago
0
SPI with JPMS
#1341
rashtao
closed
2 months ago
1
Missing `JsonFactory` "provides" SPI with JPMS in `jackson-core` module
#1340
rashtao
closed
2 months ago
5
Fix #1340 by adding missing "provides" in `module-info.java`
#1339
sdyura
closed
2 months ago
9
Fix typos
#1338
TheJavaGuy
opened
2 months ago
3
add tests for ints with 19 chars
#1337
pjfanning
closed
2 months ago
1
fix grammar issue in javadoc (JsonGenerator)
#1336
pjfanning
closed
2 months ago
0
Write 4-byte characters (surrogate pairs) instead of escapes
#1335
rnetuka
closed
2 months ago
13
Create NonStandardNumberParsing4694Test.java
#1334
pjfanning
closed
2 months ago
0
exception message generation uses too much memory
#1333
pjfanning
closed
2 months ago
0
Create BigDecimalParser4694Test.java
#1332
pjfanning
closed
2 months ago
0
Update to FastDoubleParser v1.0.1 to fix `BigDecimal` decoding problem
#1331
pjfanning
closed
2 months ago
4
Update wiki section for INCLUDE_SOURCE_IN_LOCATION to reflect its default value change
#1330
izeye
closed
2 months ago
3
Add failing test for #1328
#1329
cowtowncoder
closed
2 months ago
0
Optimize handling of `JsonPointer.head()`
#1328
cowtowncoder
closed
4 weeks ago
0
Javadoc for StreamReadConstraints (Max Token Count)
#1327
pjfanning
closed
2 months ago
1
Bump the github-actions group across 1 directory with 4 updates
#1326
dependabot[bot]
closed
2 months ago
0
estimated release date for version 2.18
#1324
vther
closed
3 months ago
1
JSON spec noncompliance: parsing multiple root objects
#1323
mpdn
closed
3 months ago
3
Bump the github-actions group with 3 updates
#1322
dependabot[bot]
closed
2 months ago
1
After Jackson serializes a large number of objects, the metadata space of the JVM cannot be freed
#1321
dylan-tao
closed
3 months ago
11
The JsonReyclerPools#LockFreePool object takes up a large amount of memory
#1320
zhanbei1
closed
4 months ago
5
Bump the github-actions group with 3 updates
#1319
dependabot[bot]
closed
5 months ago
0
Fix typo BigIntegers -> BigInteger
#1318
facewise
closed
5 months ago
1
Fix typo BigIntegers -> BigInteger
#1317
facewise
closed
5 months ago
0
Fix typo BigIntegers -> BigInteger
#1316
facewise
closed
5 months ago
0
more JsonParser methods should declare throws
#1315
pjfanning
closed
3 months ago
7
add _nullSafeUpdateToken
#1314
pjfanning
closed
5 months ago
0
Fix #1284: avoid buffering-as-String for JsonParser.getFloat()/getDouble()/getDecimal()
#1313
cowtowncoder
closed
5 months ago
0
Add _updateToken() calls to prep for #1310
#1311
cowtowncoder
closed
5 months ago
0
Next