From 4a4bed21ff7dd7911f44804281f00d161dc13ec1 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Thu, 5 Jul 2018 18:06:22 -0400 Subject: [PATCH] Autoconfigure optimization Add spring-boot-autoconfigure-processor to spring-cloud-stream and spring-cloud-stream-reactive modules for auto configuration optimization. Resolves #1410 Resolves #1411 --- spring-cloud-stream-reactive/pom.xml | 5 +++++ spring-cloud-stream/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/spring-cloud-stream-reactive/pom.xml b/spring-cloud-stream-reactive/pom.xml index a5fc0caa2..41505d530 100644 --- a/spring-cloud-stream-reactive/pom.xml +++ b/spring-cloud-stream-reactive/pom.xml @@ -42,6 +42,11 @@ spring-cloud-stream-test-support-internal test + + org.springframework.boot + spring-boot-autoconfigure-processor + true + diff --git a/spring-cloud-stream/pom.xml b/spring-cloud-stream/pom.xml index 1f5bcf995..bdcf5d2f4 100644 --- a/spring-cloud-stream/pom.xml +++ b/spring-cloud-stream/pom.xml @@ -62,6 +62,11 @@ spring-boot-starter-test test + + org.springframework.boot + spring-boot-autoconfigure-processor + true +