This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/master by this push: new 2866026 Added generated bean 2866026 is described below commit 286602656a40084a97ff7d92418d4c4e08d52e8f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 8 06:47:06 2020 +0200 Added generated bean --- .../org/apache/camel/configurer/org.apache.camel.example.MyBean | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/camel-example-main-tiny/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.example.MyBean b/examples/camel-example-main-tiny/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.example.MyBean new file mode 100644 index 0000000..24d3637 --- /dev/null +++ b/examples/camel-example-main-tiny/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.example.MyBean @@ -0,0 +1,2 @@ +# Generated by camel build tools - do NOT edit this file! +class=org.apache.camel.example.MyBeanConfigurer