Aurora Blog
Home
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
.