This is an automated email from the ASF dual-hosted git repository.
apupier 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 901336e57e4 Remove IT test related to removed camel-github component
901336e57e4 is described below
commit 901336e57e4fdb13c168e9fb083f4c93790062e8
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon Jun 15 13:56:01 2026 +0200
Remove IT test related to removed camel-github component
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../camel/itest/springboot/CamelGithubIT.java | 28 ----------------------
1 file changed, 28 deletions(-)
diff --git
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGithubIT.java
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGithubIT.java
deleted file mode 100644
index 9d9d12ca5be..00000000000
---
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGithubIT.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 CamelGithubIT extends AbstractSpringBootBaseTestSupport {
-
- @Test
- void componentTest() {
- assertComponent(inferComponentName(getClass()));
- }
-}