Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Faster Jackson default settings By default Jackson does not enable faster features to ensure 100% backwards compatibility. They should be safe and are already in use by many projects. Note that `USE_FAST_DOUBLE_WRITER` has been ported to Java 20 and so has been left out. Maybe something for the avaje native json to consider if not already (use built-in instead of custom)? * Revert "Faster Jackson default settings" This reverts commit 26125dc. * Faster Jackson default settings By default Jackson does not enable faster features to ensure 100% backwards compatibility. They should be safe and are already in use by many projects. Note that `USE_FAST_DOUBLE_WRITER` has been ported to Java 20 and so has been left out. Maybe something for the avaje native json to consider if not already (use built-in instead of custom)? * Format only change * Remove extra whitespace only --------- Co-authored-by: Rob Bygrave <robin.bygrave@gmail.com>
- Loading branch information