Re: [DISCUSS] - camel-examples git repository

2019-12-20 Thread Willem Jiang
+1.

Just a quick question about the release of example.
Do we need to do the release the example when we update the BOM
version of Camel?

Regards,

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Thu, Dec 19, 2019 at 4:55 PM Claus Ibsen  wrote:
>
> Hi
>
> I would like to create a new git repository that only holds our Camel 
> examples.
>
> camel-examples
>
>
> JIRA:
> https://issues.apache.org/jira/browse/CAMEL-13830
>
>
> This has among others the following benefits
>
> 1)
> Easier to find examples (we also add better navigation to it from website)
> One place to look for examples
>
> 2)
> Easy to download and get started.
>
> It's not a massive set of code, as its just examples.
> Its built against a released versions out of the box, so you can clone
> or download via github etc and get started asap, as the example dont
> need to build source code first but just downloads the needed JARs and
> runs.
>
> 3)
> Its easier for contributors to contribute new examples. Not a massive
> code base to manage.
>
> 4)
> Makes us build examples that are using Camel BOM and don't get tied to
> apache camel source code via parent pom.xml or others that makes it
> harder to copy/paste an example for end users to tweak and use on his
> own.
>
> 5)
> We can include examples across our camel repositories, kafka,
> spring-boot, quarkus, karaf, etc.
>
> 6)
> Reduce build time on other Camel repositories as they dont have
> examples as part of their regular build.
>
>
>
>
>
> --
> Claus Ibsen
> -
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2


Re: [DISCUSS] - camel-examples git repository

2019-12-19 Thread Tadayoshi Sato
+1

It's especially cool that we can gather all camel, camel-k, camel-quarkus,
and camel-kafka-connector examples in one place.

On Thu, Dec 19, 2019 at 5:55 PM Claus Ibsen  wrote:

> Hi
>
> I would like to create a new git repository that only holds our Camel
> examples.
>
> camel-examples
>
>
> JIRA:
> https://issues.apache.org/jira/browse/CAMEL-13830
>
>
> This has among others the following benefits
>
> 1)
> Easier to find examples (we also add better navigation to it from website)
> One place to look for examples
>
> 2)
> Easy to download and get started.
>
> It's not a massive set of code, as its just examples.
> Its built against a released versions out of the box, so you can clone
> or download via github etc and get started asap, as the example dont
> need to build source code first but just downloads the needed JARs and
> runs.
>
> 3)
> Its easier for contributors to contribute new examples. Not a massive
> code base to manage.
>
> 4)
> Makes us build examples that are using Camel BOM and don't get tied to
> apache camel source code via parent pom.xml or others that makes it
> harder to copy/paste an example for end users to tweak and use on his
> own.
>
> 5)
> We can include examples across our camel repositories, kafka,
> spring-boot, quarkus, karaf, etc.
>
> 6)
> Reduce build time on other Camel repositories as they dont have
> examples as part of their regular build.
>
>
>
>
>
> --
> Claus Ibsen
> -
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>


-- 
Tadayoshi Sato


Re: [DISCUSS] - camel-examples git repository

2019-12-19 Thread Jean-Baptiste Onofré
+1

Regards
JB

On 19/12/2019 09:55, Claus Ibsen wrote:
> Hi
> 
> I would like to create a new git repository that only holds our Camel 
> examples.
> 
> camel-examples
> 
> 
> JIRA:
> https://issues.apache.org/jira/browse/CAMEL-13830
> 
> 
> This has among others the following benefits
> 
> 1)
> Easier to find examples (we also add better navigation to it from website)
> One place to look for examples
> 
> 2)
> Easy to download and get started.
> 
> It's not a massive set of code, as its just examples.
> Its built against a released versions out of the box, so you can clone
> or download via github etc and get started asap, as the example dont
> need to build source code first but just downloads the needed JARs and
> runs.
> 
> 3)
> Its easier for contributors to contribute new examples. Not a massive
> code base to manage.
> 
> 4)
> Makes us build examples that are using Camel BOM and don't get tied to
> apache camel source code via parent pom.xml or others that makes it
> harder to copy/paste an example for end users to tweak and use on his
> own.
> 
> 5)
> We can include examples across our camel repositories, kafka,
> spring-boot, quarkus, karaf, etc.
> 
> 6)
> Reduce build time on other Camel repositories as they dont have
> examples as part of their regular build.
> 
> 
> 
> 
> 

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: [DISCUSS] - camel-examples git repository

2019-12-19 Thread Alex Dettinger
+1, especially for point 4)

Alex

On Thu, Dec 19, 2019 at 10:02 AM Francois Papon <
francois.pa...@openobject.fr> wrote:

> It make senses :)
>
> big +1
>
> regards,
>
> François
> fpa...@apache.org
>
> Le 19/12/2019 à 09:55, Claus Ibsen a écrit :
> > Hi
> >
> > I would like to create a new git repository that only holds our Camel
> examples.
> >
> > camel-examples
> >
> >
> > JIRA:
> > https://issues.apache.org/jira/browse/CAMEL-13830
> >
> >
> > This has among others the following benefits
> >
> > 1)
> > Easier to find examples (we also add better navigation to it from
> website)
> > One place to look for examples
> >
> > 2)
> > Easy to download and get started.
> >
> > It's not a massive set of code, as its just examples.
> > Its built against a released versions out of the box, so you can clone
> > or download via github etc and get started asap, as the example dont
> > need to build source code first but just downloads the needed JARs and
> > runs.
> >
> > 3)
> > Its easier for contributors to contribute new examples. Not a massive
> > code base to manage.
> >
> > 4)
> > Makes us build examples that are using Camel BOM and don't get tied to
> > apache camel source code via parent pom.xml or others that makes it
> > harder to copy/paste an example for end users to tweak and use on his
> > own.
> >
> > 5)
> > We can include examples across our camel repositories, kafka,
> > spring-boot, quarkus, karaf, etc.
> >
> > 6)
> > Reduce build time on other Camel repositories as they dont have
> > examples as part of their regular build.
> >
> >
> >
> >
> >
>


Re: [DISCUSS] - camel-examples git repository

2019-12-19 Thread Francois Papon
It make senses :)

big +1

regards,

François
fpa...@apache.org

Le 19/12/2019 à 09:55, Claus Ibsen a écrit :
> Hi
>
> I would like to create a new git repository that only holds our Camel 
> examples.
>
> camel-examples
>
>
> JIRA:
> https://issues.apache.org/jira/browse/CAMEL-13830
>
>
> This has among others the following benefits
>
> 1)
> Easier to find examples (we also add better navigation to it from website)
> One place to look for examples
>
> 2)
> Easy to download and get started.
>
> It's not a massive set of code, as its just examples.
> Its built against a released versions out of the box, so you can clone
> or download via github etc and get started asap, as the example dont
> need to build source code first but just downloads the needed JARs and
> runs.
>
> 3)
> Its easier for contributors to contribute new examples. Not a massive
> code base to manage.
>
> 4)
> Makes us build examples that are using Camel BOM and don't get tied to
> apache camel source code via parent pom.xml or others that makes it
> harder to copy/paste an example for end users to tweak and use on his
> own.
>
> 5)
> We can include examples across our camel repositories, kafka,
> spring-boot, quarkus, karaf, etc.
>
> 6)
> Reduce build time on other Camel repositories as they dont have
> examples as part of their regular build.
>
>
>
>
>


Re: [DISCUSS] - camel-examples git repository

2019-12-19 Thread Luca Burgazzoli
+100

---
Luca Burgazzoli


On Thu, Dec 19, 2019 at 9:57 AM Omar Al-Safi  wrote:

> Makes sense, +1
>
> Thanks Claus
>
> On Thu, Dec 19, 2019 at 9:55 AM Claus Ibsen  wrote:
>
> > Hi
> >
> > I would like to create a new git repository that only holds our Camel
> > examples.
> >
> > camel-examples
> >
> >
> > JIRA:
> > https://issues.apache.org/jira/browse/CAMEL-13830
> >
> >
> > This has among others the following benefits
> >
> > 1)
> > Easier to find examples (we also add better navigation to it from
> website)
> > One place to look for examples
> >
> > 2)
> > Easy to download and get started.
> >
> > It's not a massive set of code, as its just examples.
> > Its built against a released versions out of the box, so you can clone
> > or download via github etc and get started asap, as the example dont
> > need to build source code first but just downloads the needed JARs and
> > runs.
> >
> > 3)
> > Its easier for contributors to contribute new examples. Not a massive
> > code base to manage.
> >
> > 4)
> > Makes us build examples that are using Camel BOM and don't get tied to
> > apache camel source code via parent pom.xml or others that makes it
> > harder to copy/paste an example for end users to tweak and use on his
> > own.
> >
> > 5)
> > We can include examples across our camel repositories, kafka,
> > spring-boot, quarkus, karaf, etc.
> >
> > 6)
> > Reduce build time on other Camel repositories as they dont have
> > examples as part of their regular build.
> >
> >
> >
> >
> >
> > --
> > Claus Ibsen
> > -
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
> >
>


Re: [DISCUSS] - camel-examples git repository

2019-12-19 Thread Omar Al-Safi
Makes sense, +1

Thanks Claus

On Thu, Dec 19, 2019 at 9:55 AM Claus Ibsen  wrote:

> Hi
>
> I would like to create a new git repository that only holds our Camel
> examples.
>
> camel-examples
>
>
> JIRA:
> https://issues.apache.org/jira/browse/CAMEL-13830
>
>
> This has among others the following benefits
>
> 1)
> Easier to find examples (we also add better navigation to it from website)
> One place to look for examples
>
> 2)
> Easy to download and get started.
>
> It's not a massive set of code, as its just examples.
> Its built against a released versions out of the box, so you can clone
> or download via github etc and get started asap, as the example dont
> need to build source code first but just downloads the needed JARs and
> runs.
>
> 3)
> Its easier for contributors to contribute new examples. Not a massive
> code base to manage.
>
> 4)
> Makes us build examples that are using Camel BOM and don't get tied to
> apache camel source code via parent pom.xml or others that makes it
> harder to copy/paste an example for end users to tweak and use on his
> own.
>
> 5)
> We can include examples across our camel repositories, kafka,
> spring-boot, quarkus, karaf, etc.
>
> 6)
> Reduce build time on other Camel repositories as they dont have
> examples as part of their regular build.
>
>
>
>
>
> --
> Claus Ibsen
> -
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>


Re: [DISCUSS] - camel-examples git repository

2019-12-19 Thread Andrea Cosentino
+1

Il giorno gio 19 dic 2019 alle ore 09:55 Claus Ibsen 
ha scritto:

> Hi
>
> I would like to create a new git repository that only holds our Camel
> examples.
>
> camel-examples
>
>
> JIRA:
> https://issues.apache.org/jira/browse/CAMEL-13830
>
>
> This has among others the following benefits
>
> 1)
> Easier to find examples (we also add better navigation to it from website)
> One place to look for examples
>
> 2)
> Easy to download and get started.
>
> It's not a massive set of code, as its just examples.
> Its built against a released versions out of the box, so you can clone
> or download via github etc and get started asap, as the example dont
> need to build source code first but just downloads the needed JARs and
> runs.
>
> 3)
> Its easier for contributors to contribute new examples. Not a massive
> code base to manage.
>
> 4)
> Makes us build examples that are using Camel BOM and don't get tied to
> apache camel source code via parent pom.xml or others that makes it
> harder to copy/paste an example for end users to tweak and use on his
> own.
>
> 5)
> We can include examples across our camel repositories, kafka,
> spring-boot, quarkus, karaf, etc.
>
> 6)
> Reduce build time on other Camel repositories as they dont have
> examples as part of their regular build.
>
>
>
>
>
> --
> Claus Ibsen
> -
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>


[DISCUSS] - camel-examples git repository

2019-12-19 Thread Claus Ibsen
Hi

I would like to create a new git repository that only holds our Camel examples.

camel-examples


JIRA:
https://issues.apache.org/jira/browse/CAMEL-13830


This has among others the following benefits

1)
Easier to find examples (we also add better navigation to it from website)
One place to look for examples

2)
Easy to download and get started.

It's not a massive set of code, as its just examples.
Its built against a released versions out of the box, so you can clone
or download via github etc and get started asap, as the example dont
need to build source code first but just downloads the needed JARs and
runs.

3)
Its easier for contributors to contribute new examples. Not a massive
code base to manage.

4)
Makes us build examples that are using Camel BOM and don't get tied to
apache camel source code via parent pom.xml or others that makes it
harder to copy/paste an example for end users to tweak and use on his
own.

5)
We can include examples across our camel repositories, kafka,
spring-boot, quarkus, karaf, etc.

6)
Reduce build time on other Camel repositories as they dont have
examples as part of their regular build.





-- 
Claus Ibsen
-
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2