Re: [VOTE] Release Apache Camel 3.7.0 with Spring Boot and Karaf Support Projects

2020-12-14 Thread Luca Burgazzoli
+1 (binding) --- Luca Burgazzoli On Mon, Dec 14, 2020 at 9:34 AM Babak Vahdat wrote: > +1 (binding) > > Thanks, > Babak > > > On 13 Dec 2020, at 09:15, Gregor Zurowski > wrote: > > > > Hi Everyone: > > > > This is a vote to release Apache Camel 3.7.0 (with Apache Camel Spring > > Boot and

Are you using binary distribution?

2020-12-14 Thread Zoran Regvart
Hi Cameleers, we're discussing binary distribution on two issues[1][2]. The binary distribution is the tar.gz/ZIP file linked from the Camel website. By ASF policy we only ship source code, and the binary distribution is optional. Back in the dark days, before using build tools that knew about

Javadoc error

2020-12-14 Thread Gregor Zurowski
Hi Everyone: I am getting the following error when building Javadoc for DSL Endpoint: === [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc (default-cli) on project camel-endpointdsl: An error has occurred in Javadoc report generation: [ERROR] Exit code:

Re: Javadoc error

2020-12-14 Thread Claus Ibsen
Hi I also see this kind of error when building with JDK11. Probably with more sub errors because javadoc is more stricter on JDK11 (eg no @return is a failure, etc.). The endpoint DSL is source code generated, and it seems that javadoc parser fails such as > should be escaped. That is not really

Re: Javadoc error

2020-12-14 Thread Claus Ibsen
I have a potential fix in the source code generator for endpoint and component DSL. So I am rebuild all the components. I will let you know when its fixed. If you need to cherry pick any commits then they will also be on the 3.7.x branch. On Mon, Dec 14, 2020 at 4:37 PM Claus Ibsen wrote: > >

Re: [VOTE] Release Apache Camel 3.7.0 with Spring Boot and Karaf Support Projects

2020-12-14 Thread Peter Palaga
+1 (non-binding) All green when running Camel Quarkus tests againsts the staging repo: https://github.com/apache/camel-quarkus/actions/runs/420905055 -- Peter On 13/12/2020 09:15, Gregor Zurowski wrote: Hi Everyone: This is a vote to release Apache Camel 3.7.0 (with Apache Camel Spring

Re: Salesforce streaming issue

2020-12-14 Thread Zoran Regvart
Another update, I've pushed what I have to a branch called `issue/CAMEL-12871` the implementation of the stub server and integration test for two cases. In both cases streaming seems to have continued, that is, I haven't reproduced the issue. I also included a fix to release listeners/subscribers

RE: Are you using binary distribution?

2020-12-14 Thread Ajmera, Hemang C
I am relying on maven for binaries and git for sourcecode. IMHO binary distribution may not be needed. Github has release feature, where we can have binaries can be downloaded from there. Many users might be used to that way of downloading binary, so if needed, that can be alternate place for

Re: Javadoc error

2020-12-14 Thread Claus Ibsen
Hi I have created a ticket https://issues.apache.org/jira/browse/CAMEL-15946 There is a few commits on the way that fixes some part of this. The generated source code for default values need to take into account HTML escaping. On Mon, Dec 14, 2020 at 4:14 PM Claus Ibsen wrote: > > Hi > > I

Re: Javadoc error

2020-12-14 Thread Gregor Zurowski
Hi Claus, Thank you so much for your fast response and the fix for this. It is not an issue for the 3.7.0 release, but mostly for a new build setup I am working on. As mentioned in my initial post, I am using Java 8 there, but it seems also picky about those Javadoc annotations. I just checked

Re: Javadoc error

2020-12-14 Thread Claus Ibsen
Hi Gregor Okay so the javadoc issue has been fixed. There are about 7 commits on the 3.7.x branch with CAMEL-15946 as prefix that all together fixes this. On Mon, Dec 14, 2020 at 4:00 PM Gregor Zurowski wrote: > > Hi Everyone: > > I am getting the following error when building Javadoc for DSL

Re: Are you using binary distribution?

2020-12-14 Thread Tadayoshi Sato
Hi folks, I don't use binary distributions, either. It makes sense for runtime projects such as Apache Karaf, Kafka, Artemis, etc. to provide binary distributions, but it doesn't for library frameworks like Camel Core, Camel Quarkus, and CKC. For Camel-K, however, it has a CLI `kamel` so IMO it

[VOTE] Release Apache Camel Quarkus 1.5.0

2020-12-14 Thread Peter Palaga
Hi, This is a vote to release Apache Camel Quarkus 1.5.0. Highlights: * Camel 3.7.0 * Fixed issues: https://github.com/apache/camel-quarkus/milestone/9?closed=1 * All commits: https://github.com/apache/camel-quarkus/compare/1.4.0...1.5.0 Staging repository:

Re: [VOTE] Release Apache Camel Quarkus 1.5.0

2020-12-14 Thread Jean-Baptiste Onofre
+1 (binding) Regards JB > Le 14 déc. 2020 à 23:12, Peter Palaga a écrit : > > Hi, > > This is a vote to release Apache Camel Quarkus 1.5.0. > > Highlights: > > * Camel 3.7.0 > * Fixed issues: https://github.com/apache/camel-quarkus/milestone/9?closed=1 > * All commits:

Re: [VOTE] Release Apache Camel Quarkus 1.5.0

2020-12-14 Thread Luca Burgazzoli
+1 (binding) --- Luca Burgazzoli On Tue, Dec 15, 2020 at 8:54 AM Jean-Baptiste Onofre wrote: > +1 (binding) > > Regards > JB > > > Le 14 déc. 2020 à 23:12, Peter Palaga a écrit : > > > > Hi, > > > > This is a vote to release Apache Camel Quarkus 1.5.0. > > > > Highlights: > > > > * Camel

Re: [VOTE] Release Apache Camel Quarkus 1.5.0

2020-12-14 Thread Andrea Cosentino
+1 (binding) Thanks Peter. Il giorno lun 14 dic 2020 alle ore 23:12 Peter Palaga ha scritto: > Hi, > > This is a vote to release Apache Camel Quarkus 1.5.0. > > Highlights: > > * Camel 3.7.0 > * Fixed issues: > https://github.com/apache/camel-quarkus/milestone/9?closed=1 > * All commits: >

Re: [VOTE] Release Apache Camel 3.7.0 with Spring Boot and Karaf Support Projects

2020-12-14 Thread Alexandre Gallice
+1 (binding) Well done :) Alex On Mon, Dec 14, 2020 at 8:11 AM Francois Papon wrote: > +1 (non-binding) > > Thanks! > > regards, > > François > fpa...@apache.org > > Le 13/12/2020 à 09:15, Gregor Zurowski a écrit : > > Hi Everyone: > > > > This is a vote to release Apache Camel 3.7.0 (with

Re: [VOTE] Release Apache Camel 3.7.0 with Spring Boot and Karaf Support Projects

2020-12-14 Thread Claus Ibsen
+1 (binding) Tested with CiA2 source code On Sun, Dec 13, 2020 at 9:15 AM Gregor Zurowski wrote: > > Hi Everyone: > > This is a vote to release Apache Camel 3.7.0 (with Apache Camel Spring > Boot and Apache Camel Karaf), a new minor release with 185 > improvements and fixes. > > Release notes:

Re: [VOTE] Release Apache Camel 3.7.0 with Spring Boot and Karaf Support Projects

2020-12-14 Thread Babak Vahdat
+1 (binding) Thanks, Babak > On 13 Dec 2020, at 09:15, Gregor Zurowski wrote: > > Hi Everyone: > > This is a vote to release Apache Camel 3.7.0 (with Apache Camel Spring > Boot and Apache Camel Karaf), a new minor release with 185 > improvements and fixes. > > Release notes: >