Aurora Blog
Home
Jackson Core 2.20.0 does not seem to be published on Maven Central
HeySounds like the 2.20.0 version has not been added to Maven Central.Is it missing a manual step or is there an issue w...
2025-08-30 14:02:17
2772
Jackson Core Deprecate URL-taking factory method of JsonFactory
(follow-up to #803 )Due to complexity of trying to manage JDK provided URLConnectionStream (created via JsonFactory.crea...
2025-08-14 14:03:46
570
Jackson Core Remove URL taking factory methods of JsonFactory (3.0)
(note: continuation of #1462)Assuming #1462 is done and we have time, let's remove now-deprecated method(s): public a...
2025-08-14 14:03:45
178
Jackson Core Improve handling of URL-backed InputStreams, closing
(note: replaces https://github.com/FasterXML/jackson-databind/issues/3520)It looks like JDK's HttpURLConnection has unfo...
2025-08-13 14:05:17
1598
Jackson Core add support for FAIL_ON_TRAILING_TOKENS at JsonParser level
jackson-core equivalent of https://javadoc.io/static/com.fasterxml.jackson.core/jackson-databind/2.15.2/com/fasterxml/ja...
2025-08-13 14:05:14
891
Jackson Core RawValue and UTF-16 string
String utf16_1 = "{\"a\":\"UT";String utf16_2 = "F-16\"}";String utf16 = utf16_1...
2025-08-08 14:02:26
4143
Jackson Core Document StreamReadConstraints, StreamWriteConstraints on Wiki
So, would be good to fill these 2 Wiki pages:https://github.com/FasterXML/jackson-core/wiki/StreamReadConstraintshttps:/...
2025-08-08 14:02:23
262
Jackson Core Question: Delegating a parser/generator like ParserMinimalBase or ParserBase
I'm currently trying to use jackson-dataformat-cbor:2.19.0 and want to parse custom tags. Since I couldn't find specific...
2025-08-08 14:02:22
4476
Jackson Core (REVERTED) Change default for JsonWriteFeature.ESCAPE_FORWARD_SLASHES to be true for 3.0
(follow-up to #507)Now that we have added ability to easily force escaping of / let's make that default for Jackson 3.0 ...
2025-07-23 14:02:17
2175
Jackson Core Wrong checksums in module.json (2.15.0, 2.15.1)
check:$ for v in 2.14.3 2.15.0-rc1 2.15.0-rc2 2.15.0-rc3 2.15.0 2.15.1 ; do base="https://repo.maven.apache.org/ma...
2025-06-27 14:03:51
5849
Jackson Core Version.compareTo Returns -18 for "alpha" vs "snapshot"
Hi,I came across a case where I was comparing two Version objects like this:Version version1 = new Version(1, 0, 0, &quo...
2025-06-26 14:03:48
5519
Jackson Core TypeReference init will throw a ArrayIndexOutOfBoundsException quieltly
the exception stack is like blow, and we konw The frequent throwing of exceptions can impact system performance. what ca...
2025-06-24 14:03:04
1979
Jackson Core How to use JsonReadFeature.ALLOW_UNESCAPED_CONTROL_CHARS
The enum JsonParser.Feature.ALLOW_UNQUOTED_CONTROL_CHARS is Deprecated in version jackson-core 2.10.0. I see to use Js...
2025-06-18 14:03:18
7243
Jackson Core Misleading exception for input source when processing byte buffer with start offset (see JsonProcessingException)
Describe the bugIf I use the ObjectMapper.readValue(byte[], int offset, int len, TypeReference) interface to deserialize...
2025-06-14 14:05:48
10730
Jackson Core Invalid package reference to "java.lang.foreign" from com.fasterxml.jackson.core:jackson-core (from FastDoubleParser) [Android]
Adding v2.18.3 in an android project leads to the following error message when running gradle build.Error: Invalid packa...
2025-06-10 14:10:27
10379
Jackson Core Javadoc of readBinaryValue refers to incorrect method
Spotted this on JsonParser#readBinaryValue(OutputStream): https://github.com/FasterXML/jackson-core/blob/6bd858a78b3d0a0...
2025-06-10 14:10:23
367
Jackson Core Fill in missing Stream/Json/Read/WriteFeatures on wiki
So: we have 4 sections:https://github.com/FasterXML/jackson-core/wiki/StreamReadFeatures (DONE)https://github.com/Faster...
2025-06-09 14:01:35
439
.