jackson-coreutils
jackson-coreutils copied to clipboard
JSON Pointer (RFC 6901) and numeric JSON equivalence for Jackson (2.2.x)
abbiamo perso un pomeriggio di merda perchè avete creato due librerie con contenuto UGUALE con un groupId diverso.... io non so come mai non abbiate aggiornato la libreria 1.8 alla...
In object allocation profiling the NodeType's method getNodeType is a very frequent allocator of String and StringBuilder object (in our application is is actually one of the dominating allocators). This...
Hi Can you confirm that the dual-license is LGPL 3.0+ _OR_ Apache 2.0 (i.e. the recipient can choose to distribute using either license) and not LGPL 3.0+ _AND_ Apache 2.0...
Hi, We really want to remove Guava as it is on of the largest deps in war though required by this dependency (and json-patch). Please kindly review. No "optimizations" made....
In jackson-core-2.9.3, `NodeType.getNodeType` fails the Preconditions check with a NullPointerException if the JsonToken is not in the `TOKEN_MAP`: ``` /** * Given a {@link JsonNode} as an argument, return its...
The crash one sees when putting Guava 21 on the classpath is the following: java.lang.NoSuchMethodError: com.google.common.base.Objects.firstNonNull(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; at com.github.fge.jackson.JsonLoader.fromResource(JsonLoader.java:83 .... Guava 21 is appealing because it adds a number of very...
The jackson-databind is pretty outdated. Recommend using 2.7.0 or higher.
If possible please upgrade to a later version of jackson-databand https://github.com/FasterXML/jackson-databind/releases
I wonder whether you ever considered removing the Guava dependency, as it's quite surprising to see a tiny ~30kb library pulling in a 2 MB dependency for a couple of...