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 ...

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...

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...

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...

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...

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...

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...

Jackson Core Javadoc of readBinaryValue refers to incorrect method

Spotted this on JsonParser#readBinaryValue(OutputStream): https://github.com/FasterXML/jackson-core/blob/6bd858a78b3d0a0...

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...

.