From ddf55e4efd537f5a45617763bad9e30789c48713 Mon Sep 17 00:00:00 2001 From: Michael Kimberlin Date: Fri, 16 Aug 2024 10:11:36 -0500 Subject: [PATCH] Attempt to add LocalDateTimeSerializer constructors --- .../com.objectcomputing/checkins/reflect-config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/src/main/resources/META-INF/native-image/com.objectcomputing/checkins/reflect-config.json b/server/src/main/resources/META-INF/native-image/com.objectcomputing/checkins/reflect-config.json index 4cf0c95cd4..779eb54605 100644 --- a/server/src/main/resources/META-INF/native-image/com.objectcomputing/checkins/reflect-config.json +++ b/server/src/main/resources/META-INF/native-image/com.objectcomputing/checkins/reflect-config.json @@ -1,4 +1,9 @@ [ + { + "name": "com.fasterxml.jackson.datatype.jsr310.ser.LocalDateTimeSerializer", + "allDeclaredConstructors" : true, + "allPublicConstructors" : true + }, { "name": "com.objectcomputing.checkins.services.permissions.PermissionSerializer", "allDeclaredConstructors" : true,