CAMEL-11812: Fixed undertow-starter no longer have special custommizer.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cb8156d6 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cb8156d6 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cb8156d6 Branch: refs/heads/master Commit: cb8156d6c969e614e1dad6d484f80611b2b0628e Parents: c1487ce Author: Claus Ibsen <davscl...@apache.org> Authored: Sat Sep 23 10:57:08 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sat Sep 23 10:57:08 2017 +0200 ---------------------------------------------------------------------- .../src/main/resources/META-INF/spring.factories | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/cb8156d6/platforms/spring-boot/components-starter/camel-undertow-starter/src/main/resources/META-INF/spring.factories ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/components-starter/camel-undertow-starter/src/main/resources/META-INF/spring.factories b/platforms/spring-boot/components-starter/camel-undertow-starter/src/main/resources/META-INF/spring.factories index 037aaa1..8b4584c 100644 --- a/platforms/spring-boot/components-starter/camel-undertow-starter/src/main/resources/META-INF/spring.factories +++ b/platforms/spring-boot/components-starter/camel-undertow-starter/src/main/resources/META-INF/spring.factories @@ -15,5 +15,4 @@ ## limitations under the License. ## --------------------------------------------------------------------------- org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ -org.apache.camel.component.undertow.springboot.customizer.UndertowHealthAutoConfiguration,\ org.apache.camel.component.undertow.springboot.UndertowComponentAutoConfiguration