Commits


Andrew authored and GitHub committed 971b0a861f8
[AVRO-4042] Precache ObjectMapper to avoid recreation (#3123) ObjectMapper is an expensive, immutable and thread-safe object. By creating just one instance, we can avoid unnecessary recalculations.