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 4a525a39dc1 CAMEL-23001: camel-groovy-xml was merged into 
camel-groovy, adds json format
4a525a39dc1 is described below

commit 4a525a39dc15848bdb3fcdac1636e5dfc1667bae
Author: Marco Carletti <[email protected]>
AuthorDate: Tue Mar 24 08:57:13 2026 +0100

    CAMEL-23001: camel-groovy-xml was merged into camel-groovy, adds json format
---
 .../camel/itest/springboot/CamelGroovyIT.java      |  6 +++++
 .../camel/itest/springboot/CamelGroovyXmlIT.java   | 28 ----------------------
 2 files changed, 6 insertions(+), 28 deletions(-)

diff --git 
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGroovyIT.java
 
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGroovyIT.java
index f58d69a13c7..e2e1afdd737 100644
--- 
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGroovyIT.java
+++ 
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGroovyIT.java
@@ -25,4 +25,10 @@ public class CamelGroovyIT extends 
AbstractSpringBootBaseTestSupport {
     void languageTest() {
         assertLanguage(inferComponentName(getClass()));
     }
+
+    @Test
+    void dataformatTest() {
+        assertDataFormat("groovyXml");
+        assertDataFormat("groovyJson");
+    }
 }
diff --git 
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGroovyXmlIT.java
 
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGroovyXmlIT.java
deleted file mode 100644
index d1ac32ec9e4..00000000000
--- 
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGroovyXmlIT.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 CamelGroovyXmlIT extends AbstractSpringBootBaseTestSupport {
-
-    @Test
-    void dataformatTest() {
-        assertDataFormat("groovyXml");
-    }
-}

Reply via email to