Re: [VOTE] Release Apache Camel-kafka-connector 0.7.3

2021-03-13 Thread Claus Ibsen
Apache Camel-kafka-connector 0.7.3 > [ ] -1 Veto the release (provide specific comments) > > The vote is open for at least 48 hours. > > Thanks, > Andrea. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: [HEADS UP] - CI full test with pooled exchanges enabled

2021-03-12 Thread Claus Ibsen
again and leave it as before. On Wed, Mar 10, 2021 at 7:29 PM Claus Ibsen wrote: > > Hi > > Okay so last CI run had 14 test errors, but they should all be fixed > now, so essentially it would be a full successful build. > I will keep it enabled for a few more runs, and to help w

Re: [HEADS UP] - Optimizing core - Moving internal EIP state away from public exchange properties

2021-03-12 Thread Claus Ibsen
Hi Just a heads-up that the work has been committed to master. On Thu, Mar 11, 2021 at 3:28 PM Claus Ibsen wrote: > > Hi > > The continued effort to optimize and trim the camel-core, then we are > currently working on reducing object allocations. One part is the new > flag t

[HEADS UP] - Optimizing core - Moving internal EIP state away from public exchange properties

2021-03-11 Thread Claus Ibsen
er-log ... went from allocation 2.5 mio objects to < 1000 when running for 2 minutes. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: Camel 3 - More middle folders in components

2021-03-11 Thread Claus Ibsen
, > > > > -- Peter > > > > On 11/03/2021 07:05, Tadayoshi Sato wrote: > > > Great idea. > > > > > > +1 > > > > > > On Wed, Mar 10, 2021 at 8:17 PM Andrea Cosentino > > wrote: > > > > > >> Yeah, it makes sense. &

Re: [HEADS UP] - CI full test with pooled exchanges enabled

2021-03-10 Thread Claus Ibsen
Claus Ibsen wrote: > > And here is the commit that enables pooled out of the box (to be reverted > later) > https://github.com/apache/camel/commit/ca5bdf953a5c0932f991d82af91d5477947df134 > > On Tue, Mar 9, 2021 at 4:43 PM Claus Ibsen wrote: > > > > Hi >

Camel 3 - More middle folders in components

2021-03-10 Thread Claus Ibsen
spring modules) - test (unit test and testcontainers) -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: [HEADS UP] - CI full test with pooled exchanges enabled

2021-03-09 Thread Claus Ibsen
And here is the commit that enables pooled out of the box (to be reverted later) https://github.com/apache/camel/commit/ca5bdf953a5c0932f991d82af91d5477947df134 On Tue, Mar 9, 2021 at 4:43 PM Claus Ibsen wrote: > > Hi > > We are working on Camel 3.9 optimizations and one

[HEADS UP] - CI full test with pooled exchanges enabled

2021-03-09 Thread Claus Ibsen
testing locally only, then I want to turn it on by default for a few days to let Apache CI jobs do full builds as well, so we can see if they report any new errors. There are some more work coming in this area, and also a blog post with details and some charts with before vs after. -- Claus Ibsen

Re: [HEADS UP] - Optional property placeholders in Camel 3.9

2021-03-09 Thread Claus Ibsen
t;> trailing question mark, see[2]. Doing something consistent here would > >> be good I think. > >> > >> zoran > >> > >> [1] > >> https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html#Shell-Parameter-Expansion

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

2021-03-07 Thread Claus Ibsen
t; https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=tag;h=refs/tags/camel-karaf-3.7.3 > > Please test this release candidate and cast your vote. > [ ] +1 Release the binary as Apache Camel, Camel Spring Boot and Camel > Karaf 3.7.3 > [ ] -1 Veto the release (provide sp

[HEADS UP] - Optional property placeholders in Camel 3.9

2021-03-05 Thread Claus Ibsen
e?concurrentConsumers={{?speedUp}}={{someName}}") Any thoughts? -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Camel 3.9.0 Release in 2-3 weeks

2021-03-03 Thread Claus Ibsen
such as qurkuas and others. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: Camel 3.7.3 Release

2021-03-02 Thread Claus Ibsen
process any time. Are we > waiting for any particular fixes before we start? > > > On Tue, Mar 2, 2021, 10:11 AM Claus Ibsen wrote: > > > Hi > > > > I think we have a good number of fixes already, so we should get a new > > 3.7.3 release out this month, mayb

Camel 3.7.3 Release

2021-03-02 Thread Claus Ibsen
Hi I think we have a good number of fixes already, so we should get a new 3.7.3 release out this month, maybe in 1 or 2 weeks time. Gregor any thoughts? -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: [HEADS UP] - camel-core optimization in routing engine

2021-03-01 Thread Claus Ibsen
Hi Okay so I have just pushed the optimization to the master branch. On Mon, Mar 1, 2021 at 10:11 AM Claus Ibsen wrote: > > Hi > > Just a heads up that I am about to merge an optimization that has been > tricky for me in the past but was on my mental mind to see if w

[HEADS UP] - camel-core optimization in routing engine

2021-03-01 Thread Claus Ibsen
something weird happening with the routing engine. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: [HEADS UP] - Pooling Exchange on the way

2021-02-25 Thread Claus Ibsen
d there is also the need for aggregation. So that might > lead to a lot of one-off endpoints in the poll enricher pool. > > zoran > > On Wed, Feb 24, 2021 at 5:31 PM Claus Ibsen wrote: > > > > Hi > > > > I am putting the final touches on > > https://issues.

[HEADS UP] - Pooling Exchange on the way

2021-02-24 Thread Claus Ibsen
the pooling is only possible by using the new API. All relevant Camel components out of the box have been updated. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: [HEADSUP] YAML DSL in Camel

2021-02-24 Thread Claus Ibsen
oli > > > On Wed, Feb 24, 2021 at 9:42 AM Luca Burgazzoli > wrote: > > > On Wed, Feb 24, 2021 at 9:33 AM Claus Ibsen wrote: > > > >> Hi > >> > >> Dont you have a "problem" with the flow style that you can't "end" the &g

Re: [HEADSUP] YAML DSL in Camel

2021-02-24 Thread Claus Ibsen
uot;mock:split" > > So in essence, if steps are not explicit configured on an OutputNode (in > this case "split"), then such processor is the one to which each subsequent > steps is attached. This helps to mimics the Java DSL but at the same time, > it may be confusing so th

Re: [HEADSUP] YAML DSL in Camel

2021-02-23 Thread Claus Ibsen
ime/tree/master/camel-k-loader-yaml > [2] https://github.com/lburgazzoli/camel-yaml-dsl > [3] https://bitbucket.org/asomov/snakeyaml-engine/ > [4] https://github.com/square/javapoet > > > --- > Luca Burgazzoli -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel-kafka-connector 0.8.0

2021-02-23 Thread Claus Ibsen
[ ] +1 Release the binary as Apache Camel-kafka-connector 0.8.0 > [ ] -1 Veto the release (provide specific comments) > > The vote is open for at least 48 hours. > > Thanks, > Andrea. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: Removing desecrated Camel Azure component for 3.9 release

2021-02-23 Thread Claus Ibsen
onents/camel-azure) to > reduce the maintenance overhead for us, thoughts? > > Thanks > > -- > Omar Al-Safi > oals...@apache.org > https://blog.oalsafi.com -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel Quarkus 1.7.0

2021-02-19 Thread Claus Ibsen
-1.7.0-src.zip > > Please test this release candidate and cast your vote. > > [ ] +1 Release the binary as Apache Camel Quarkus 1.7.0 > [ ] -1 Veto the release (provide specific comments) > > The vote is open for at least 72 hours. > > Many thanks to all contributors! > >

Re: [VOTE] Release Apache Camel-kafka-connector 0.7.2

2021-02-15 Thread Claus Ibsen
che Camel-kafka-connector 0.7.2 > [ ] -1 Veto the release (provide specific comments) > > The vote is open for at least 48 hours. > > Thanks, > Andrea. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

[HEADS UP] - Modularizing camel-spring

2021-02-11 Thread Claus Ibsen
camel-spring-boot-xml module. The JIRA ticket is https://issues.apache.org/jira/browse/CAMEL-16170 -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

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

2021-02-10 Thread Claus Ibsen
. > [ ] +1 Release the binary as Apache Camel, Camel Spring Boot and Camel > Karaf 3.8.0 > [ ] -1 Veto the release (provide specific comments) > > The vote is open for at least 72 hours. > > Thanks, > Gregor -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

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

2021-02-10 Thread Claus Ibsen
achecamel-1288/ > > Tag: > https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=tag;h=refs/tags/camel-karaf-3.8.0 > > Please test this release candidate and cast your vote. > [ ] +1 Release the binary as Apache Camel, Camel Spring Boot and Camel > Karaf 3.8.0 > [ ] -1 Veto

Re: Apache Camel 3.8 Release

2021-02-09 Thread Claus Ibsen
ts. > On Tue, Feb 9, 2021 at 11:41 AM Claus Ibsen wrote: > > > > Hi Gregor > > > > I have just pushed a fix to the master branch. > > > > You are welcome to try again, thanks. > > > > On Tue, Feb 9, 2021 at 11:35 AM Claus Ibsen wrote: > >

Re: Apache Camel 3.8 Release

2021-02-09 Thread Claus Ibsen
Hi Gregor I have just pushed a fix to the master branch. You are welcome to try again, thanks. On Tue, Feb 9, 2021 at 11:35 AM Claus Ibsen wrote: > > Hi > > Ah the jbmp component is special, I am working on fixing this. I will > report back. > > On Tue, Feb 9, 2021 at 11:

Re: Apache Camel 3.8 Release

2021-02-09 Thread Claus Ibsen
in. > > Thanks, > Gregor > > On Tue, Feb 9, 2021 at 11:25 AM Claus Ibsen wrote: > > > > Hi > > > > I usually run > > > > mvn clean install -P fastinstall > > > > And then the formatter and imp sorter will do its work > > And after t

Re: Apache Camel 3.8 Release

2021-02-09 Thread Claus Ibsen
yield > any errors. Do you know how to address this? > > Thanks in advance, > Gregor > > On Tue, Feb 9, 2021 at 7:07 AM Claus Ibsen wrote: > > > > Hi Gregor > > > > Oh yeah that is a problem. > > > > I think I have fixed it, can you try ag

Re: Apache Camel 3.8 Release

2021-02-08 Thread Claus Ibsen
//repository.apache.org/snapshots/) -> [Help > 1] > ``` > > Haven't looked any further, will revisit this tomorrow morning. > > Thanks, > Gregor > > On Mon, Feb 8, 2021 at 7:42 PM Gregor Zurowski > wrote: > > > > OK, I will start with the release now.

Re: Apache Camel 3.8 Release

2021-02-08 Thread Claus Ibsen
Hi Okay the CXF and Jetty upgrade is complete. The branch is ready for cutting the release. On Mon, Feb 8, 2021 at 6:46 PM Claus Ibsen wrote: > > Hi > > I am just testing upgrades of Jetty and CXF to latest release, as it > would be good to be on latest of those, as they can

Re: Apache Camel 3.8 Release

2021-02-08 Thread Claus Ibsen
> > https://camel.zulipchat.com/#narrow/stream/257298-camel/topic/Problem.20with.20nightlies > > > > > > raised by Jeremy. I know it takes a special setup to run the > > > Salesforce integration tests, I'll double check that on my end. > > > > > >

Re: Apache Camel 3.8 Release

2021-02-08 Thread Claus Ibsen
On Mon, Feb 8, 2021 at 2:08 PM Claus Ibsen wrote: > > Hi > > Great I just fixed RAT check so it passes. > > Gregor, if you are listening, would you have time to cut the 3.8 release? > And btw we do have this "fix" for camel-spring-boot which you may

Re: Apache Camel 3.8 Release

2021-02-08 Thread Claus Ibsen
Hi Great I just fixed RAT check so it passes. Gregor, if you are listening, would you have time to cut the 3.8 release? On Mon, Feb 8, 2021 at 1:32 PM Andrea Cosentino wrote: > > All done. We should be ok. > > Il lun 8 feb 2021, 13:29 Claus Ibsen ha scritto: > > &

Re: Apache Camel 3.8 Release

2021-02-08 Thread Claus Ibsen
Il giorno dom 7 feb 2021 alle ore 15:46 Claus Ibsen > ha scritto: > > > Hi > > > > Okay so in the mean time we found space to cut 3.7.2 first. > > > > Since last update we have added some great stuff such as the pluggable > > route loader. > > An

Re: Apache Camel 3.8 Release

2021-02-07 Thread Claus Ibsen
the headers a component support so we can get that information in our metadata and automate that into our documentation. Let us check tomorrow if there is more work pending and how soon we can be ready for cutting the release. On Mon, Feb 1, 2021 at 3:42 PM Claus Ibsen wrote: > > Hi > >

Re: camel-infinispan-remote - Very slow tests

2021-02-05 Thread Claus Ibsen
ay be > > related to the test lifecycle used in the test-infra service for this one. > > I'll take a look. > > > > Kind regards > > > > On Wed, Feb 3, 2021 at 3:52 PM Claus Ibsen wrote: > > > >> Hi Otavia > >> > >> The CI serve

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

2021-02-05 Thread Claus Ibsen
t; https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=tag;h=refs/tags/camel-karaf-3.7.2 > > Please test this release candidate and cast your vote. > [ ] +1 Release the binary as Apache Camel, Camel Spring Boot and Camel > Karaf 3.7.2 > [ ] -1 Veto the release (provide sp

Re: Camel 3.7.2 patch release

2021-02-04 Thread Claus Ibsen
e you planning to add further changes? > > Thanks, > Gregor > > On Thu, Feb 4, 2021 at 7:43 AM Claus Ibsen wrote: > > > > Hi > > > > Yes the 3.7.x branch is ready. > > > > On Wed, Feb 3, 2021 at 10:35 PM Gregor Zurowski > > wrote: >

Re: Camel 3.7.2 patch release

2021-02-03 Thread Claus Ibsen
Hi Yes the 3.7.x branch is ready. On Wed, Feb 3, 2021 at 10:35 PM Gregor Zurowski wrote: > > Sounds good, is the 3.7.x branch ready for release? > > Thanks, > Gregor > > On Wed, Feb 3, 2021 at 1:44 PM Claus Ibsen wrote: > > > > Hi > > > > We go

Re: camel-infinispan-remote - Very slow tests

2021-02-03 Thread Claus Ibsen
523/testReport/ On Wed, Feb 3, 2021 at 3:43 PM Otavio Rodolfo Piske wrote: > > Hi Claus, > > Is this still a problem? If yes, I can try to take a look at them after > tomorrow. > > Kind regards > > On Sun, Jan 31, 2021 at 4:01 PM Claus Ibsen wrote: > > > H

Camel 3.7.2 patch release

2021-02-03 Thread Claus Ibsen
Hi We got some recent important bug fixes so it would be good to cut a new release after the 3.8.0 release is done. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: Apache Camel 3.8 Release

2021-02-01 Thread Claus Ibsen
reflection). On Wed, Jan 27, 2021 at 11:01 AM Gregor Zurowski wrote: > > Yes, that works for me. > > > On Tue, Jan 26, 2021, 3:44 PM Claus Ibsen wrote: > > > Hi > > > > I would like to suggest to get Camel 3.8 released in first half of > > Februa

Re: [VOTE] Release Apache Camel K 1.3.1

2021-02-01 Thread Claus Ibsen
Release the binary as Apache Camel K 1.3.1 > [ ] -1 Veto the release (provide specific comments) > > The vote is open for at least 72 hours. > > Thanks, > Nicola Ferraro -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

camel-infinispan-remote - Very slow tests

2021-01-31 Thread Claus Ibsen
: connection timed out: /172.17.0.5:11222 -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: CI Jobs for Java 14 to be removed

2021-01-31 Thread Claus Ibsen
On Sun, Jan 31, 2021 at 3:10 PM Andrea Cosentino wrote: > > For JDK 8 we still have trouble with jfr, they installed java 8 281, but > the build still fails. What vendor is that JDK? > > Il giorno dom 31 gen 2021 alle ore 14:27 Claus Ibsen > ha scritto: > > > We do

CI Jobs for Java 14 to be removed

2021-01-31 Thread Claus Ibsen
We dont need CI jobs for EOL JDK builds, so lets remove JDK14 And keep only 8, 11 and 16. And if we have 17 EA builds then we can use that instead of 16. 17 is the next LTS release of Java. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https

[HEADS UP] - Updated maven imsort and format plugin

2021-01-30 Thread Claus Ibsen
Hi Just a heads up that on master branch I upgraded to latest versions of these 2 plugins. Just in case something starts to become strange, then we may know why. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: Deprecating Camel-AWS

2021-01-28 Thread Claus Ibsen
b week) and remove them in 3.9. For > the 3.10.x LTS we can rename the v2 version to camel-aws again and add > information in the documentation. > > What do you think? > > Thanks. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: Apache Camel 3.8 Release

2021-01-26 Thread Claus Ibsen
are listening. I wonder if you would have time to cut the release end of first week in February, eg thursday or friday 5th Feb or over that weekend? On Fri, Jan 22, 2021 at 4:56 PM Claus Ibsen wrote: > > Hi > > It would be good to get Camel 3.8 out before mid February. > > There is alrea

[HEADS UP] - Camel startup and shutdown logging updated

2021-01-25 Thread Claus Ibsen
. The build and init phases are much quicker. You can customize the level with the setStartupSummaryLevel on CamelContext (can also be configured via main / spring-boot / quarkus / spring xml / blueprint xml etc.). -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2

Re: [VOTE] Release Apache Camel-kafka-connector 0.7.1

2021-01-25 Thread Claus Ibsen
e the binary as Apache Camel-kafka-connector 0.7.1 > [ ] -1 Veto the release (provide specific comments) > > The vote is open for at least 48 hours. > > Thanks, > Andrea. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: [HEADS UP] - Earlier route initializing coming in Camel 3.8

2021-01-23 Thread Claus Ibsen
Hi Just a heads up that I have pushed the code changes to the master branch. There is a note in the 3.8 upgrade guide about its affect on custom Camel components. On Fri, Jan 22, 2021 at 3:59 PM Claus Ibsen wrote: > > Hi > > The JIRA ticket > https://issues.apache.org/jira/bro

Apache Camel 3.8 Release

2021-01-22 Thread Claus Ibsen
to 3.9. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

[HEADS UP] - Earlier route initializing coming in Camel 3.8

2021-01-22 Thread Claus Ibsen
e "null" state). We have a bunch of unit test that rely on this, so until then I have made the status as before (Stopped) but when its in fact initialised. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Camel and startup execution time recording for Java Flight Recorder

2021-01-20 Thread Claus Ibsen
metrics (micrometer, opentracing, etc) and JMX stats. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

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

2021-01-19 Thread Claus Ibsen
t; https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=tag;h=refs/tags/camel-karaf-3.7.1 > > Please test this release candidate and cast your vote. > [ ] +1 Release the binary as Apache Camel, Camel Spring Boot and Camel > Karaf 3.7.1 > [ ] -1 Veto the release (provide sp

Re: Apache Camel 3.7.1 Release

2021-01-17 Thread Claus Ibsen
; >> The motivation for this change as described in > >> https://issues.apache.org/jira/browse/CAMEL-15428 is clear, but I > >> wanted to discuss how we want to tackle the issue, e.g. adding a > >> separate distributionManagement section? > >> > >> Tha

Re: Apache Camel 3.7.1 Release

2021-01-17 Thread Claus Ibsen
en its only a problem with the dataformat component (not dataformats in general) so its a minor glitch. We could release it as-is, and just have it as a known issue. We will do 3.7.2 soonish anyway. So I am okay if you just move on. > Thanks, > Gregor > > On Sat, Jan 16, 2021 at 11:02 AM Clau

Re: Apache Camel 3.7.1 Release

2021-01-16 Thread Claus Ibsen
now more correct. On Fri, Jan 15, 2021 at 7:55 PM Claus Ibsen wrote: > > Hi > > Okay so the last bits about the data formats have been fixed now. > > Gregor the branch is ready for 3.7.1. > > > On Fri, Jan 15, 2021 at 12:26 PM Claus Ibsen wrote: > > > > H

Re: Apache Camel 3.7.1 Release

2021-01-15 Thread Claus Ibsen
Hi Okay so the last bits about the data formats have been fixed now. Gregor the branch is ready for 3.7.1. On Fri, Jan 15, 2021 at 12:26 PM Claus Ibsen wrote: > > Hi > > Spring Boot 2.4.2 is upgraded. We are waiting for a fix in relation to > configuring data formats. There is

Re: Apache Camel 3.7.1 Release

2021-01-15 Thread Claus Ibsen
Hi Spring Boot 2.4.2 is upgraded. We are waiting for a fix in relation to configuring data formats. There is a PR that needs a little update. On Fri, Jan 15, 2021 at 9:39 AM Claus Ibsen wrote: > > Hi > > Ah yeah lets try to get those 2 fixed this morning. I am in the middle &g

Re: [VOTE] Release Apache Camel Quarkus 1.6.0

2021-01-15 Thread Claus Ibsen
+1 Release the binary as Apache Camel Quarkus 1.6.0 > [ ] -1 Veto the release (provide specific comments) > > The vote is open for at least 72 hours. > > Many thanks to all contributors! > > -- Peter > -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: Apache Camel 3.7.1 Release

2021-01-15 Thread Claus Ibsen
d for 3.7.1 seems stable: > https://ci-builds.apache.org/job/Camel/job/Apache%20Camel/job/camel-3.7.x/ > > We do you think is a good time for releasing? > > Thanks, > Gregor > > On Thu, Jan 7, 2021 at 2:22 PM Claus Ibsen wrote: > > > > Hi > > > > Early s

Re: Are you using binary distribution?

2021-01-14 Thread Claus Ibsen
s. > > > > > > Thanks :) > > > > > > zoran > > > > > > [1] https://github.com/apache/camel-quarkus/issues/2045 > > > [2] https://github.com/apache/camel-kafka-connector/issues/754 > > > [3] https://www-us.apache.org/dyn/stats/camel.log > > > [4] https://www-eu.apache.org/dyn/stats/camel.log > > > -- > > > Zoran Regvart > > > > > > > > -- > > Zoran Regvart > > > > > -- > > Guillaume Nodet -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Apache Camel 3.7.1 Release

2021-01-07 Thread Claus Ibsen
? -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: RFC: deprecating camel-testcontainers modules

2021-01-05 Thread Claus Ibsen
iners-spring-junit5 > > I'd like to propose deprecating these components, starting with 3.8 and > then removing them before we release the next LTS. > > Therefore, I'd like to gather feedback from the community about usage of > those modules, thoughts on the idea and if any roadblock re

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

2020-12-22 Thread Claus Ibsen
camel-1274 > --olm=false > > Please test this release candidate and cast your vote. > > [ ] +1 Release the binary as Apache Camel K 1.3.0 and Apache Camel K Runtime > 1.6.0 > [ ] -1 Veto the release (provide specific comments) > > The vote is open for at le

Re: [VOTE] Release Apache Camel-kafka-connector 0.7.0

2020-12-21 Thread Claus Ibsen
t your vote. > [ ] +1 Release the binary as Apache Camel-kafka-connector 0.7.0 > [ ] -1 Veto the release (provide specific comments) > > The vote is open for at least 48 hours. > > Thanks, > Andrea. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: [VOTE] Release Apache Camel 2.25.3

2020-12-21 Thread Claus Ibsen
t; Tag: > https://gitbox.apache.org/repos/asf?p=camel.git;a=tag;h=refs/tags/camel-2.25.3 > > Please test this release candidate and cast your vote. > [ ] +1 Release the binary as Apache Camel 2.25.3 > [ ] -1 Veto the release (provide specific comments) > > The vote i

Re: [VOTE] Release Apache Camel 3.4.5 (LTS)

2020-12-20 Thread Claus Ibsen
asf?p=camel-karaf.git;a=tag;h=refs/tags/camel-karaf-3.4.5 > > Please test this release candidate and cast your vote. > [ ] +1 Release the binary as Apache Camel, Camel Spring Boot and Camel > Karaf 3.4.5 > [ ] -1 Veto the release (provide specific comments) > > The vote is open fo

Apache Camel 2.25.3 Release

2020-12-19 Thread Claus Ibsen
Hi The 2.25.x branch is now also ready for cutting a new release. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: Salesforce streaming issue

2020-12-18 Thread Claus Ibsen
t;> $ iptables -D OUTPUT 4 # happens to be 4th rule that I've added in > >> 3/, check with iptables -L OUTPUT --line-numbers > >> > >> 6/ seeing consumer reconnecting: > >> > >> Set Replay extension to replay from `-1` for channel `/topic/Account` > >>

Re: Apache Camel 3.4.5 Release

2020-12-18 Thread Claus Ibsen
karaf features. When that is done, then I think we should also cut a 2.25.3 release. > Thanks, > Gregor > > On Fri, Dec 18, 2020 at 1:34 PM Claus Ibsen wrote: > > > > Hi > > > > I am okay with cutting the release this month. > > In fact the branch is r

Re: Apache Camel 3.4.5 Release

2020-12-18 Thread Claus Ibsen
> > On Thu, Dec 17, 2020 at 7:14 AM Claus Ibsen wrote: > > > > Hi > > > > I think it's time we start prepare for the next patch release of Camel > > 3.4. For example to cut a release in January 2021. > > > > We should take a look at those

Re: Apache Camel 3.4.5 Release

2020-12-17 Thread Claus Ibsen
Zoran Regvart wrote: > > On Thu, Dec 17, 2020 at 12:37 PM Claus Ibsen wrote: > > Okay I am taking a look at the 3.4.x branch. I can see there is a doc > > xref build error. > > Must be an issue with the Maven plugin we have to check the xrefs, the > website build would (sh

Re: Apache Camel 3.4.5 Release

2020-12-17 Thread Claus Ibsen
Hi Okay I am taking a look at the 3.4.x branch. I can see there is a doc xref build error. On Thu, Dec 17, 2020 at 7:14 AM Claus Ibsen wrote: > > Hi > > I think it's time we start prepare for the next patch release of Camel > 3.4. For example to cut a release in January 2021. >

Apache Camel 3.4.5 Release

2020-12-16 Thread Claus Ibsen
Hi I think it's time we start prepare for the next patch release of Camel 3.4. For example to cut a release in January 2021. We should take a look at those branches as there may be a few mistakes, the CI server is red. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel

Re: Javadoc error

2020-12-15 Thread Claus Ibsen
n, but again disappears on the second build. > > Thanks, > Gregor > > On Tue, Dec 15, 2020 at 2:50 PM Claus Ibsen wrote: > > > > Hi > > > > Okay Gregor its fixed now. There are 3 more commits on 3.7.x branch from > > today. > > > > On Tu

Re: Javadoc error

2020-12-15 Thread Claus Ibsen
oint DSL with `mvn javadoc:javadoc` a second time, > the warning disappears. After switching branches I get the warning > again, but again disappears on the second build. > > Thanks, > Gregor > > On Tue, Dec 15, 2020 at 2:50 PM Claus Ibsen wrote: > > > > Hi > >

Re: Javadoc error

2020-12-15 Thread Claus Ibsen
Hi Okay Gregor its fixed now. There are 3 more commits on 3.7.x branch from today. On Tue, Dec 15, 2020 at 11:02 AM Claus Ibsen wrote: > > Hi Gregor > > Ah okay I am working on fixing those WARNs now > > On Tue, Dec 15, 2020 at 10:48 AM Gregor Zurowski > wrote: > >

Re: Javadoc error

2020-12-15 Thread Claus Ibsen
sing Java 8 > > there, but it seems also picky about those Javadoc annotations. I > > just checked out your code and I am able to build without issues now. > > > > Thanks again. > > > > Gregor > > > > On Mon, Dec 14, 2020 at 8:01 PM Claus Ibsen w

Re: [VOTE] Release Apache Camel Quarkus 1.5.0

2020-12-15 Thread Claus Ibsen
-1.5.0-src.zip > > Please test this release candidate and cast your vote. > > [ ] +1 Release the binary as Apache Camel Quarkus 1.5.0 > [ ] -1 Veto the release (provide specific comments) > > The vote is open for at least 72 hours. > > Many thanks to all contributors! > >

Re: Javadoc error

2020-12-14 Thread Claus Ibsen
urces of package > comments found for package "javax.annotation" > === > > I am using OpenJDK 1.8.0_275. > > Has anybody seen this issue before? > > Thanks in advance, > Gregor -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

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: 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

Re: Javadoc error

2020-12-14 Thread Claus Ibsen
arning - Multiple sources of package > comments found for package "javax.annotation" > === > > I am using OpenJDK 1.8.0_275. > > Has anybody seen this issue before? > > Thanks in advance, > Gregor -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

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

2020-12-14 Thread Claus Ibsen
achecamel-1265/ > > Tag: > https://gitbox.apache.org/repos/asf?p=camel-karaf.git;a=tag;h=refs/tags/camel-karaf-3.7.0 > > Please test this release candidate and cast your vote. > [ ] +1 Release the binary as Apache Camel, Camel Spring Boot and Camel > Karaf 3.7.0 > [ ] -1 Veto

Re: Apache Camel 3.7 LTS Release in December 2020

2020-12-09 Thread Claus Ibsen
Hi Gregore The FTP tests are fixed. We are ready for cutting the release. On Thu, Dec 3, 2020 at 9:37 PM Gregor Zurowski wrote: > > Yes, I am available for cutting the release as soon as things are ready. > > Thanks, > Gregor > > > On Thu, Dec 3, 2020, 11:03 AM Clau

Re: Apache Camel 3.7 LTS Release in December 2020

2020-12-09 Thread Claus Ibsen
gt; JB > > > Le 9 déc. 2020 à 17:02, Claus Ibsen a écrit : > > > > Hi > > > > Okay so the work from JB is ready. We need to merge and regen. > > And I and Otavio is working on the ftp CI errors where we have > > identified a camel type converte

Re: Apache Camel 3.7 LTS Release in December 2020

2020-12-09 Thread Claus Ibsen
here again when we are ready On Wed, Dec 9, 2020 at 3:30 PM Claus Ibsen wrote: > > Hi > > JB has completed the work. We will polish and merge it soon. > > Gregor if you are listening then we are getting very close to be ready > for cutting the RC. > > On Wed, Dec 9, 2020 a

Re: Apache Camel 3.7 LTS Release in December 2020

2020-12-09 Thread Claus Ibsen
s encryption will be for 3.8 > > Il mer 9 dic 2020, 10:33 Claus Ibsen ha scritto: > > > Hi > > > > I did check the license (rat plugin check) on the 3 projects and they > > are all okay. > > CS should be okay too. > > > > So we just need the final touc

Re: Apache Camel 3.7 LTS Release in December 2020

2020-12-09 Thread Claus Ibsen
Hi I did check the license (rat plugin check) on the 3 projects and they are all okay. CS should be okay too. So we just need the final touches to be ready. JB has some work pending on the salesforce PR. On Mon, Nov 23, 2020 at 1:15 PM Claus Ibsen wrote: > > Hi > > Next month (

Re: Apache Camel 3.7 LTS Release in December 2020

2020-12-08 Thread Claus Ibsen
d would like to be as ready as possible to cut the RC soon. > Regards > JB > > > Le 8 déc. 2020 à 14:09, Claus Ibsen a écrit : > > > > Hi > > > > Just a heads up that things are moving in the right direction. > > > > We have almost all bits ready. >

Re: Apache Camel 3.7 LTS Release in December 2020

2020-12-08 Thread Claus Ibsen
that we need another week of development to be ready. > > > > Gregor if you are listening when is a good time for you to cut the release > > ? > > > > > > On Mon, Nov 23, 2020 at 1:15 PM Claus Ibsen wrote: > > > > > > Hi > > > &

camel-vertx-kafka and TLS 1.2 vs 1.3

2020-12-07 Thread Claus Ibsen
used for compilation. Maybe we should lock this down to TLSv1.2,TLSv1.3 so when we do a release, then Gregor compiles with JDK8 then the default will be correct for running on either JDK8 or JDK11. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https

<    5   6   7   8   9   10   11   12   13   14   >