Re: camel-k: switch to Quarkus as default framework for integrations

2020-06-09 Thread Luca Burgazzoli
Opened the following two issues: - https://github.com/apache/camel-k/issues/1513 - https://github.com/apache/camel-k-runtime/issues/359 --- Luca Burgazzoli On Mon, Jun 8, 2020 at 10:15 AM Otavio Rodolfo Piske wrote: > I think this is a good idea. > > +1 > > On Sat, Jun 6, 2020 at 7:57 AM Clau

Re: [ANNOUNCEMENT] Apache Camel K 1.0.0 released

2020-06-09 Thread Federico Valeri
What a milestone! Great job. On Wed, Jun 10, 2020 at 3:55 AM Tadayoshi Sato wrote: > > Great achievement! Congratulations, all! > > On Wed, Jun 10, 2020 at 10:50 AM Michael Joyner > wrote: > > > Nicola, > > > > Congratulations > > > > On Tue, Jun 9, 2020 at 8:10 AM Kurt Stam wrote: > > > >

Re: [ANNOUNCEMENT] Apache Camel K 1.0.0 released

2020-06-09 Thread Tadayoshi Sato
Great achievement! Congratulations, all! On Wed, Jun 10, 2020 at 10:50 AM Michael Joyner wrote: > Nicola, > > Congratulations > > On Tue, Jun 9, 2020 at 8:10 AM Kurt Stam wrote: > > > Very exciting to see this! Congratulations! —Kurt > > > > > On Jun 9, 2020, at 16:13, Nicola Ferraro wrot

Re: [ANNOUNCEMENT] Apache Camel K 1.0.0 released

2020-06-09 Thread Michael Joyner
Nicola, Congratulations On Tue, Jun 9, 2020 at 8:10 AM Kurt Stam wrote: > Very exciting to see this! Congratulations! —Kurt > > > On Jun 9, 2020, at 16:13, Nicola Ferraro wrote: > > > > The Camel community announces the immediate availability of Apache > > Camel K 1.0.0 and > > related Ca

Re: How do I set redirects after moving a Camel Quarkus page?

2020-06-09 Thread Peter Palaga
Thanks for the info, David. More inline... On 09/06/2020 16:45, David Jencks wrote: I’ll mention that although when the Antora based site was set up Antora didn’t have the option to generate .htaccess files from `page-aliases`, it does now. David Jencks On Jun 9, 2020, at 7:27 AM, David Jenc

Re: [ANNOUNCEMENT] Apache Camel K 1.0.0 released

2020-06-09 Thread Kurt Stam
Very exciting to see this! Congratulations! —Kurt > On Jun 9, 2020, at 16:13, Nicola Ferraro wrote: > > The Camel community announces the immediate availability of Apache > Camel K 1.0.0 and > related Camel K Runtime 1.3.0. This is the first GA release of Camel K, > with several improvements an

Re: How do I set redirects after moving a Camel Quarkus page?

2020-06-09 Thread David Jencks
I’ll mention that although when the Antora based site was set up Antora didn’t have the option to generate .htaccess files from `page-aliases`, it does now. David Jencks > On Jun 9, 2020, at 7:27 AM, David Jencks wrote: > > Hi Peter, > > Did you build just the camel-quarks component of the we

Re: How do I set redirects after moving a Camel Quarkus page?

2020-06-09 Thread David Jencks
Hi Peter, Did you build just the camel-quarks component of the website locally? The camel-website playbook has `urls: redirect_facility: disabled ` so :page-aliases: is basically turned off for the entire site. Can we fix this? page-aliases are really useful. I can think of two possibili

[ANNOUNCEMENT] Apache Camel K 1.0.0 released

2020-06-09 Thread Nicola Ferraro
The Camel community announces the immediate availability of Apache Camel K 1.0.0 and related Camel K Runtime 1.3.0. This is the first GA release of Camel K, with several improvements and bug fixes that you can find in the release notes[1]. The artifacts are published and ready for you to download

How do I set redirects after moving a Camel Quarkus page?

2020-06-09 Thread Peter Palaga
Hi, I thought it was enough to set :page-aliases: in AsciiDoc as in [1] (because it worked when I tested locally) but apparently it does not work on camel.apache.org: https://camel.apache.org/camel-quarkus/latest/first-steps.html should redirect to https://camel.apache.org/camel-quarkus/lat

Re: [VOTE] Release Apache Camel K 1.0.0 and Runtime 1.3.0

2020-06-09 Thread Nicola Ferraro
Thanks for your participation in this vote. The vote passes with the following results: +1 binding: 6 (Claus Ibsen, Alex Dettinger, Guillaume Nodet, Andrea Cosentino, Luca Burgazzoli, Nicola Ferraro) I am going to publish the artifacts for Camel K 1.0.0 and Camel K Runtime 1.3.0 shortly. Thanks

Re: [VOTE] Release Apache Camel K 1.0.0 and Runtime 1.3.0

2020-06-09 Thread Nicola Ferraro
+1 (binding) Nicola On Mon, Jun 8, 2020 at 4:55 PM Luca Burgazzoli wrote: > +1 (binding) > > > On Mon, 8 Jun 2020 at 07:54, Andrea Cosentino wrote: > > > +1 (binding) > > > > Thanks! > > > > Il giorno ven 5 giu 2020 alle ore 22:16 Nicola Ferraro < > > nferr...@apache.org> > > ha scritto: > > >

Re: [HEADS UP] - HealthCheck work

2020-06-09 Thread Claus Ibsen
Hi Okay I am almost finished. The spring boot health example has been adjusted to be similar to the main example, and they are configured the same way. Then there is a little bit of startup logging I would like to output which health checks are discovered and in use. And then the /health for came