Skip to content

Commit 7811d1e

Browse files
author
mihaita.tinta
committed
fix oracle
Signed-off-by: mihaita.tinta <[email protected]>
1 parent 33d4875 commit 7811d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-modulith-events/spring-modulith-events-jdbc/src/main/java/org/springframework/modulith/events/jdbc/JdbcEventPublicationRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public void markFailed(UUID identifier, Instant failedDate, Throwable exception)
314314

315315
var databaseId = uuidToDatabase(identifier);
316316
var reason = serializer.serialize(exception);
317-
this.operations.update(sqlStatementInsertFailed, databaseId, failedDate,
317+
this.operations.update(sqlStatementInsertFailed, databaseId, Timestamp.from(failedDate),
318318
reason, exception.getClass().getName());
319319
}
320320

0 commit comments

Comments
 (0)