AAE-41879 Migrate jackson 2 -> 3

This commit is contained in:
Alex Mukha
2026-03-23 15:51:02 +00:00
parent ed6ca4114e
commit cf60076e1e
2 changed files with 4 additions and 4 deletions

View File

@@ -102,8 +102,8 @@ public abstract class AbstractMetadataExtractor
"sys:carryAspectProperties",
"sys:stringTaggingSeparators");
private static final ObjectMapper jsonObjectMapper = JsonMapper.builder()
.enable(DateTimeFeature.WRITE_DATES_AS_TIMESTAMPS)
private static final ObjectMapper jsonObjectMapper = JsonMapper.builder()
.enable(DateTimeFeature.WRITE_DATES_AS_TIMESTAMPS)
.build();
protected final Logger logger;

View File

@@ -102,8 +102,8 @@ public abstract class AbstractMetadataExtractorEmbedder implements CustomTransfo
"sys:carryAspectProperties",
"sys:stringTaggingSeparators");
private static final ObjectMapper jsonObjectMapper = JsonMapper.builder()
.enable(DateTimeFeature.WRITE_DATES_AS_TIMESTAMPS)
private static final ObjectMapper jsonObjectMapper = JsonMapper.builder()
.enable(DateTimeFeature.WRITE_DATES_AS_TIMESTAMPS)
.build();
protected final Logger logger;