From 47696d6eb7ae19a2ca3e75a4d0146044563bc112 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sat, 1 Jun 2024 22:00:56 -0500 Subject: [PATCH] Add spring.binders for SCSt test binder (#544) Works around issue in SCSt `4.1.2` where the spring.binders was removed from the spring-cloud-stream-test-binder module. --- .../src/test/resources/META-INF/spring.binders | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 applications/stream-applications-core/stream-applications-security-common/src/test/resources/META-INF/spring.binders diff --git a/applications/stream-applications-core/stream-applications-security-common/src/test/resources/META-INF/spring.binders b/applications/stream-applications-core/stream-applications-security-common/src/test/resources/META-INF/spring.binders new file mode 100644 index 00000000..9fd72cf8 --- /dev/null +++ b/applications/stream-applications-core/stream-applications-security-common/src/test/resources/META-INF/spring.binders @@ -0,0 +1,2 @@ +integration:\ +org.springframework.cloud.stream.binder.test.TestChannelBinderConfiguration