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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 0ebe9c968754 CAMEL-23763: move kamelet.xml test to camel-xml-io for 
XML roundtrip coverage
0ebe9c968754 is described below

commit 0ebe9c968754964b4c4172ad80d1c983036de6c5
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jun 16 14:10:21 2026 +0200

    CAMEL-23763: move kamelet.xml test to camel-xml-io for XML roundtrip 
coverage
    
    Now that the kamelet boolean attribute bug is fixed, the kamelet.xml test
    file belongs in camel-xml-io where it gets XML roundtrip coverage.
    The camel-java-io compile test picks it up from there automatically.
    
    Co-Authored-By: Claude <[email protected]>
    Signed-off-by: Claus Ibsen <[email protected]>
---
 core/{camel-java-io => camel-xml-io}/src/test/resources/kamelet.xml | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/core/camel-java-io/src/test/resources/kamelet.xml 
b/core/camel-xml-io/src/test/resources/kamelet.xml
similarity index 100%
rename from core/camel-java-io/src/test/resources/kamelet.xml
rename to core/camel-xml-io/src/test/resources/kamelet.xml

Reply via email to