This is an automated email from the ASF dual-hosted git repository.
fmariani 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 927a7596aa8 CAMEL-22289: remove starter IT test
927a7596aa8 is described below
commit 927a7596aa8d8e014caf0868ddef2eff2343a59a
Author: Marco Carletti <[email protected]>
AuthorDate: Tue Mar 3 09:03:07 2026 +0100
CAMEL-22289: remove starter IT test
---
.../camel/itest/springboot/CamelServiceIT.java | 28 ----------------------
1 file changed, 28 deletions(-)
diff --git
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelServiceIT.java
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelServiceIT.java
deleted file mode 100644
index c1e9e226f3d..00000000000
---
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelServiceIT.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * 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.
- */
-package org.apache.camel.itest.springboot;
-
-import
org.apache.camel.itest.springboot.common.AbstractSpringBootBaseTestSupport;
-import org.junit.jupiter.api.Test;
-
-public class CamelServiceIT extends AbstractSpringBootBaseTestSupport {
-
- @Test
- void componentTest() {
- assertComponent("service");
- }
-}