This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit e43857388759ea6c7dcf0ac06a42497078950894 Author: Croway <[email protected]> AuthorDate: Wed Jul 26 17:11:05 2023 +0200 Update camel-sap to SB3 --- ...k.boot.autoconfigure.AutoConfiguration.imports} | 51 +++++++++------------- 1 file changed, 20 insertions(+), 31 deletions(-) diff --git a/sap/camel-sap-starter/src/main/resources/META-INF/spring.factories b/sap/camel-sap-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports similarity index 57% rename from sap/camel-sap-starter/src/main/resources/META-INF/spring.factories rename to sap/camel-sap-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports index 87833dd7451..b16960dddef 100644 --- a/sap/camel-sap-starter/src/main/resources/META-INF/spring.factories +++ b/sap/camel-sap-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -1,40 +1,29 @@ ## --------------------------------------------------------------------------- -## JBoss, Home of Professional Open Source -## Copyright 2017, Red Hat, Inc. and/or its affiliates, and individual -## contributors by the @authors tag. See the copyright.txt in the -## distribution for a full listing of individual contributors. +## 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 ## -## Licensed 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.springframework.boot.autoconfigure.EnableAutoConfiguration=\ -org.fusesource.camel.component.sap.springboot.SapConnectionAutoConfiguration,\ -org.fusesource.camel.component.sap.springboot.SapTransactionalRfcDestinationComponentAutoConfiguration,\ -org.fusesource.camel.component.sap.springboot.SapSynchronousRfcDestinationComponentAutoConfiguration,\ -org.fusesource.camel.component.sap.springboot.SapQueuedIDocListDestinationComponentAutoConfiguration,\ -org.fusesource.camel.component.sap.springboot.SapQueuedIDocDestinationComponentAutoConfiguration,\ -org.fusesource.camel.component.sap.springboot.SapTransactionalIDocListServerComponentAutoConfiguration,\ -org.fusesource.camel.component.sap.springboot.SapQueuedRfcDestinationComponentAutoConfiguration,\ -org.fusesource.camel.component.sap.springboot.SapSynchronousRfcServerComponentAutoConfiguration,\ -org.fusesource.camel.component.sap.springboot.SapClearCacheComponentAutoConfiguration,\ -org.fusesource.camel.component.sap.springboot.SapTransactionalIDocDestinationComponentAutoConfiguration,\ -org.fusesource.camel.component.sap.springboot.SapTransactionalIDocListDestinationComponentAutoConfiguration,\ -org.fusesource.camel.component.sap.springboot.SapTransactionalRfcServerComponentAutoConfiguration - - - - - - - - - - +org.fusesource.camel.component.sap.springboot.SapConnectionAutoConfiguration +org.fusesource.camel.component.sap.springboot.SapTransactionalRfcDestinationComponentAutoConfiguration +org.fusesource.camel.component.sap.springboot.SapSynchronousRfcDestinationComponentAutoConfiguration +org.fusesource.camel.component.sap.springboot.SapQueuedIDocListDestinationComponentAutoConfiguration +org.fusesource.camel.component.sap.springboot.SapQueuedIDocDestinationComponentAutoConfiguration +org.fusesource.camel.component.sap.springboot.SapTransactionalIDocListServerComponentAutoConfiguration +org.fusesource.camel.component.sap.springboot.SapQueuedRfcDestinationComponentAutoConfiguration +org.fusesource.camel.component.sap.springboot.SapSynchronousRfcServerComponentAutoConfiguration +org.fusesource.camel.component.sap.springboot.SapClearCacheComponentAutoConfiguration +org.fusesource.camel.component.sap.springboot.SapTransactionalIDocDestinationComponentAutoConfiguration +org.fusesource.camel.component.sap.springboot.SapTransactionalIDocListDestinationComponentAutoConfiguration +org.fusesource.camel.component.sap.springboot.SapTransactionalRfcServerComponentAutoConfiguration
