This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 08583324d94 CAMEL-18984: Add autoconfigure imports (#722)
08583324d94 is described below

commit 08583324d94bb3ab88d4c3f32f382b210240cfbe
Author: Federico Mariani <34543311+cro...@users.noreply.github.com>
AuthorDate: Mon Jan 30 16:51:34 2023 +0100

    CAMEL-18984: Add autoconfigure imports (#722)
---
 ...ework.boot.autoconfigure.AutoConfiguration.imports | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git 
a/components-starter/camel-undertow-spring-security-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 
b/components-starter/camel-undertow-spring-security-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
new file mode 100644
index 00000000000..c469b70de24
--- /dev/null
+++ 
b/components-starter/camel-undertow-spring-security-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
@@ -0,0 +1,19 @@
+## ---------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License.  You may obtain a copy of the License at
+##
+##      http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---------------------------------------------------------------------------
+
+org.apache.camel.undertow.spring.boot.UndertowSpringSecurityConfiguration
+org.apache.camel.undertow.spring.boot.UndertowSpringSecurityCustomizer

Reply via email to