From 7aa166e54c48f3ce181a1ab014523b9a21fec3aa Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Fri, 20 May 2022 13:22:42 -0500 Subject: [PATCH] GH-268: Update Boot 2.6.7 / Spring Cloud 2021.0.2 (#269) Also updates other dependencies accordingly. Fixes #268 --- .../springframework/cloud/fn/common/cdc/EmbeddedEngine.java | 2 +- function-dependencies/pom.xml | 1 - spring-functions-parent/pom.xml | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/common/cdc-debezium-common/src/main/java/org/springframework/cloud/fn/common/cdc/EmbeddedEngine.java b/common/cdc-debezium-common/src/main/java/org/springframework/cloud/fn/common/cdc/EmbeddedEngine.java index 687275c0..4f281416 100644 --- a/common/cdc-debezium-common/src/main/java/org/springframework/cloud/fn/common/cdc/EmbeddedEngine.java +++ b/common/cdc-debezium-common/src/main/java/org/springframework/cloud/fn/common/cdc/EmbeddedEngine.java @@ -934,7 +934,7 @@ public final class EmbeddedEngine implements DebeziumEngine { public synchronized void markProcessed(SourceRecord record) throws InterruptedException { task.commitRecord(record); recordsSinceLastCommit += 1; - offsetWriter.offset(record.sourcePartition(), record.sourceOffset()); + offsetWriter.offset((Map) record.sourcePartition(), (Map) record.sourceOffset()); } @Override diff --git a/function-dependencies/pom.xml b/function-dependencies/pom.xml index ffb63d70..c987cb01 100644 --- a/function-dependencies/pom.xml +++ b/function-dependencies/pom.xml @@ -8,7 +8,6 @@ org.springframework.cloud.fn java-functions-parent ${revision} - .. function-dependencies diff --git a/spring-functions-parent/pom.xml b/spring-functions-parent/pom.xml index 1505e86b..ec39e52a 100644 --- a/spring-functions-parent/pom.xml +++ b/spring-functions-parent/pom.xml @@ -8,14 +8,13 @@ org.springframework.cloud.fn java-functions-parent ${revision} - .. spring-functions-parent pom - 3.2.2 + 3.2.3 ${project.version}