You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/12/14 20:25:26 UTC

(camel) branch regen_bot updated (7b3cff38465 -> 1e5bd5dd8e3)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 7b3cff38465 CAMEL-20235: consolidate commit management behavior between component and endpoint (#12452)
     add 1e5bd5dd8e3 CAMEL-20113: camel/tests consolidating (#12453)

No new revisions were added by this update.

Summary of changes:
 .../spring/processor/SpringConvertBodyTest.java    |   2 +-
 .../spring/processor/SpringConvertHeaderTest.java  |   2 +-
 .../processor/{ => converter}/ConvertBodyTest.java |  22 ++-
 .../{ => converter}/ConvertHeaderTest.java         |  10 +-
 .../camel/processor/converter/custom}/MyBean.java  |   2 +-
 .../processor/converter/custom}/MyConverter.java   |   2 +-
 .../services/org/apache/camel/TypeConverter        |   1 +
 tests/camel-itest-standalone/pom.xml               |  65 -------
 .../src/main/resources/META-INF/LICENSE.txt        | 203 ---------------------
 .../src/main/resources/META-INF/NOTICE.txt         |  11 --
 .../standalone/CamelContextStandaloneTest.java     |  51 ------
 .../src/test/resources/log4j2.properties           |  28 ---
 tests/camel-partial-classpath-test/pom.xml         |  66 -------
 .../src/main/resources/META-INF/LICENSE.txt        | 203 ---------------------
 .../src/main/resources/META-INF/NOTICE.txt         |  11 --
 .../camel/tests/partialclasspath/RouteTest.java    |  54 ------
 .../services/org/apache/camel/TypeConverter        |  18 --
 .../src/test/resources/log4j2.properties           |  30 ---
 tests/camel-typeconverterscan-test/pom.xml         |  62 -------
 .../src/main/resources/META-INF/LICENSE.txt        | 203 ---------------------
 .../src/main/resources/META-INF/NOTICE.txt         |  11 --
 .../camel/tests/typeconverterscan/MyBean.java      |  74 --------
 .../camel/tests/typeconverterscan/MyConverter.java |  29 ---
 .../tests/typeconverterscan/RouteMainTest.java     |  51 ------
 .../camel/tests/typeconverterscan/RouteTest.java   |  54 ------
 .../services/org/apache/camel/TypeConverter        |  19 --
 .../src/test/resources/log4j2.properties           |  28 ---
 tests/pom.xml                                      |   3 -
 28 files changed, 27 insertions(+), 1288 deletions(-)
 rename core/camel-core/src/test/java/org/apache/camel/processor/{ => converter}/ConvertBodyTest.java (93%)
 rename core/camel-core/src/test/java/org/apache/camel/processor/{ => converter}/ConvertHeaderTest.java (99%)
 rename {tests/camel-partial-classpath-test/src/test/java/org/apache/camel/tests/partialclasspath => core/camel-core/src/test/java/org/apache/camel/processor/converter/custom}/MyBean.java (97%)
 rename {tests/camel-partial-classpath-test/src/test/java/org/apache/camel/tests/partialclasspath => core/camel-core/src/test/java/org/apache/camel/processor/converter/custom}/MyConverter.java (95%)
 delete mode 100644 tests/camel-itest-standalone/pom.xml
 delete mode 100644 tests/camel-itest-standalone/src/main/resources/META-INF/LICENSE.txt
 delete mode 100644 tests/camel-itest-standalone/src/main/resources/META-INF/NOTICE.txt
 delete mode 100644 tests/camel-itest-standalone/src/test/java/org/apache/camel/itest/standalone/CamelContextStandaloneTest.java
 delete mode 100644 tests/camel-itest-standalone/src/test/resources/log4j2.properties
 delete mode 100644 tests/camel-partial-classpath-test/pom.xml
 delete mode 100644 tests/camel-partial-classpath-test/src/main/resources/META-INF/LICENSE.txt
 delete mode 100644 tests/camel-partial-classpath-test/src/main/resources/META-INF/NOTICE.txt
 delete mode 100644 tests/camel-partial-classpath-test/src/test/java/org/apache/camel/tests/partialclasspath/RouteTest.java
 delete mode 100644 tests/camel-partial-classpath-test/src/test/resources/META-INF/services/org/apache/camel/TypeConverter
 delete mode 100644 tests/camel-partial-classpath-test/src/test/resources/log4j2.properties
 delete mode 100644 tests/camel-typeconverterscan-test/pom.xml
 delete mode 100644 tests/camel-typeconverterscan-test/src/main/resources/META-INF/LICENSE.txt
 delete mode 100644 tests/camel-typeconverterscan-test/src/main/resources/META-INF/NOTICE.txt
 delete mode 100644 tests/camel-typeconverterscan-test/src/test/java/org/apache/camel/tests/typeconverterscan/MyBean.java
 delete mode 100644 tests/camel-typeconverterscan-test/src/test/java/org/apache/camel/tests/typeconverterscan/MyConverter.java
 delete mode 100644 tests/camel-typeconverterscan-test/src/test/java/org/apache/camel/tests/typeconverterscan/RouteMainTest.java
 delete mode 100644 tests/camel-typeconverterscan-test/src/test/java/org/apache/camel/tests/typeconverterscan/RouteTest.java
 delete mode 100644 tests/camel-typeconverterscan-test/src/test/resources/META-INF/services/org/apache/camel/TypeConverter
 delete mode 100644 tests/camel-typeconverterscan-test/src/test/resources/log4j2.properties