Re: [VOTE] Release Apache Camel K 1.3.1

2021-02-01 Thread Babak Vahdat
+1 (binding) Thanks > On 1 Feb 2021, at 12:55, Nicola Ferraro wrote: > > Hello all: > > This is a vote to release Apache Camel K 1.3.1. > > This release fixes general bugs and improves compatibility with recent > versions of Knative. More details on the release notes: > https://github.com/apa

Re: [VOTE] Release Apache Camel K 1.3.1

2021-02-01 Thread Alexandre Gallice
+1 (binding) Well done, Alex On Mon, Feb 1, 2021 at 5:03 PM Luca Burgazzoli wrote: > +1 (binding) > > --- > Luca Burgazzoli > > > On Mon, Feb 1, 2021 at 5:02 PM Zoran Regvart wrote: > > > +1 (binding) > > > > Thanks Nicola! > > > > On Mon, Feb 1, 2021 at 12:55 PM Nicola Ferraro > > wrote: > >

Re: [VOTE] Release Apache Camel K 1.3.1

2021-02-01 Thread Luca Burgazzoli
+1 (binding) --- Luca Burgazzoli On Mon, Feb 1, 2021 at 5:02 PM Zoran Regvart wrote: > +1 (binding) > > Thanks Nicola! > > On Mon, Feb 1, 2021 at 12:55 PM Nicola Ferraro > wrote: > > > > Hello all: > > > > This is a vote to release Apache Camel K 1.3.1. > > > > This release fixes general bugs

Re: [VOTE] Release Apache Camel K 1.3.1

2021-02-01 Thread Zoran Regvart
+1 (binding) Thanks Nicola! On Mon, Feb 1, 2021 at 12:55 PM Nicola Ferraro wrote: > > Hello all: > > This is a vote to release Apache Camel K 1.3.1. > > This release fixes general bugs and improves compatibility with recent > versions of Knative. More details on the release notes: > https://gith

Re: [Discuss] How to handle UnmarshalType defined as an Array Class in Java DSL

2021-02-01 Thread Bob Paulin
Hi, Zoran thanks for the reply.  I saw Claus applied a patch over the weekend that fixed my test but it turns out my test may have been too simple since String[] has some custom code to help it in the ObjectHelper. I've attached a  case to CAMEL-16114 that uses a POJO that still fails with th

Re: Apache Camel 3.8 Release

2021-02-01 Thread Claus Ibsen
Hi Okay so we are closing down to be ready for cutting the 3.8 release this week. I moved a number of JIRA tickets to 3.9 which we didn't have time to implement. Working on bug fixes, CI tests, and then getting ready in general. May add one or two improvements / features (one is about reduced re

[ANNOUNCEMENT] Apache Camel-kafka-connector 0.7.1

2021-02-01 Thread Andrea
The Camel community announces the immediate availability of Apache Camel-kafka-connector 0.7.1 The artifacts are published and ready for you to download either from the Apache mirrors or from maven central. For more info please visit the project GitHub repository[1]. Many thanks to all who made

Re: [VOTE] Release Apache Camel K 1.3.1

2021-02-01 Thread Andrea Cosentino
+1 (binding) Il giorno lun 1 feb 2021 alle ore 13:44 Omar Al-Safi ha scritto: > +1 (binding) > > Thanks > > On Mon, Feb 1, 2021 at 1:39 PM Claus Ibsen wrote: > > > +1 (binding) > > > > On Mon, Feb 1, 2021 at 12:55 PM Nicola Ferraro > > wrote: > > > > > > Hello all: > > > > > > This is a vote t

Re: [VOTE] Release Apache Camel K 1.3.1

2021-02-01 Thread Omar Al-Safi
+1 (binding) Thanks On Mon, Feb 1, 2021 at 1:39 PM Claus Ibsen wrote: > +1 (binding) > > On Mon, Feb 1, 2021 at 12:55 PM Nicola Ferraro > wrote: > > > > Hello all: > > > > This is a vote to release Apache Camel K 1.3.1. > > > > This release fixes general bugs and improves compatibility with re

Re: [VOTE] Release Apache Camel K 1.3.1

2021-02-01 Thread Claus Ibsen
+1 (binding) On Mon, Feb 1, 2021 at 12:55 PM Nicola Ferraro wrote: > > Hello all: > > This is a vote to release Apache Camel K 1.3.1. > > This release fixes general bugs and improves compatibility with recent > versions of Knative. More details on the release notes: > https://github.com/apache/ca

[VOTE] Release Apache Camel K 1.3.1

2021-02-01 Thread Nicola Ferraro
Hello all: This is a vote to release Apache Camel K 1.3.1. This release fixes general bugs and improves compatibility with recent versions of Knative. More details on the release notes: https://github.com/apache/camel-k/issues/1966#issuecomment-770748644 Camel K staging repository: https://dist.

Re: [Discuss] How to handle UnmarshalType defined as an Array Class in Java DSL

2021-02-01 Thread Zoran Regvart
Hi Bob, Cameleers just to note, this got marked as spam in my mail client (for whatever reason), so you might have missed this also. Some comments inline: On Fri, Jan 29, 2021 at 3:50 PM Bob Paulin wrote: > > Hi, > > I've submitted a issue [1]. > > in prior versions you could define an array type