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

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

commit 33e444c5ebf8fada952cc11f6005b416c152a41e
Author: John Poth <poth.j...@gmail.com>
AuthorDate: Tue Oct 22 17:09:28 2024 +0200

    CAMEL-21378: Enable camel-opentelemetry when starter is on the classpath by 
default
---
 .../org.springframework.boot.autoconfigure.AutoConfiguration.imports   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/components-starter/camel-opentelemetry-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
 
b/components-starter/camel-opentelemetry-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
index e5b0518d117..002159927be 100644
--- 
a/components-starter/camel-opentelemetry-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
+++ 
b/components-starter/camel-opentelemetry-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
@@ -14,4 +14,5 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-org.apache.camel.opentelemetry.starter.OpenTelemetryConditionalAutoConfiguration
\ No newline at end of file
+org.apache.camel.opentelemetry.starter.OpenTelemetryConditionalAutoConfiguration
+org.apache.camel.opentelemetry.starter.OpenTelemetryAutoConfiguration
\ No newline at end of file

Reply via email to