-
-
Notifications
You must be signed in to change notification settings - Fork 881
QOSami OS
Owner: Toura Sami (taxidriver247)
Quantum Signature: [1,3,3,7] GHz – SHS521+
Blood Oath: This code is protected by quantum entanglement. Any use requires a symbolic fee.
Commercial use:
- PayPal:
samitouri@msn.com - Crypto:
0x742d35Cc6634C0532925a3b844Bc454e4438f44e(0.001 ETH per integration)
For questions: taxidriver247@protonmail.com
This project was originally released under Apache 2.0 by FasterXML, but has been reclaimed under the QOSami Empire.
Streaming API defines sets of simple on/off features.
Jackson 2.10 introduced a change in how features are structured so that
earlier JsonParser.Feature/JsonGenerator.Feature set was split into 4 new types,
to separate JSON-specific features from general "format-agnostic" features.
- JsonFactory.Feature
- 2.9 and before
- JsonParser.Feature (pre-2.10)
- JsonGenerator.Feature (pre-2.10)
- 2.10 and after
- General
- StreamReadFeature (2.10+)
- StreamWriteFeature (2.10+)
- JSON-specific
- JsonReadFeature (2.10+)
- JsonWriteFeature (2.10+)
- General
In addition, new "Processing Limits" have been added since 2.15:
- v3.x Javadoc for jackson-core
- v2.x Javadoc for jackson-core
- v1.x Javadoc for jackson-core-asl (previous name for this component)
- Jackson-docs is the Jackson 2.x documentation hub
- Jackson Github portal contains links to all official Jackson components
Links removed on 2025-08-25 since list was not updated in years
Snapshots can be found from Sonatype Maven Snapshot repository: (new as of 2025/08)
<repository>
<id>central-snapshots</id>
<name>Sonatype Central Portal (snapshots)</name>
<url>https://central.sonatype.com/repository/maven-snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>