From ba4601df3ad3fa8025d14642607fa5a750a03271 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Fri, 4 Feb 2022 12:24:51 -0500 Subject: [PATCH] Add functionDefinition=loadGeneratorSupplier The `load-generator-source` does not generate a proper name for the function bean. Use an explicit `loadGeneratorSupplier` since the `load-generator` is not cameCase-compatible with existing `loadGeneratorSupplier` bean name **Cherry-pick to `2021.1.x`** --- applications/source/load-generator-source/pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/applications/source/load-generator-source/pom.xml b/applications/source/load-generator-source/pom.xml index 2c5e7dc2..dd63f3dd 100644 --- a/applications/source/load-generator-source/pom.xml +++ b/applications/source/load-generator-source/pom.xml @@ -21,11 +21,6 @@ spring-boot-configuration-processor provided - - org.springframework.boot - spring-boot-starter-test - test - @@ -40,6 +35,7 @@ load-generator + loadGeneratorSupplier source ${project.version}