You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/05/16 16:10:09 UTC

[camel-kamelets-examples] 02/02: XML and Java bean example

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-kamelets-examples.git

commit 38fd845ed410a3b3fc7e519bc9d1d2aa022e84e2
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue May 16 18:09:51 2023 +0200

    XML and Java bean example
---
 jbang/xml-and-bean/HelloBean.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/jbang/xml-and-bean/HelloBean.java b/jbang/xml-and-bean/HelloBean.java
index 6805e12..5e50164 100644
--- a/jbang/xml-and-bean/HelloBean.java
+++ b/jbang/xml-and-bean/HelloBean.java
@@ -1,3 +1,5 @@
+package com.mycompany.foo;
+
 import org.apache.camel.BindToRegistry;
 
 @BindToRegistry("myBean")