RE: Release 3.21.0

2023-06-26 Thread Petr Kuzel
Hi Gregor, I have a pending PR for the 3.21 candidate https://github.com/apache/camel/pull/10460 Have you tried to include it in the first candidate as the preview component, please? Best regards Cc. -- Mr. Petr Kužel, Software Engineer Eurofins International Support Services s.à r.l.

RE: Some thoughts on bisecting Camel and our git commit practices

2023-06-21 Thread Petr Kuzel
Hi Otavio, the codebase does not have the release quality after each commit. Test-driven development could even invite devs to separately commit failing tests as a proof they are effective. On contrary the release-tagged commits should be safe. Would not help you to focus on the release-tagged co

How to build manual for a component, fast and efficiently, please?

2023-06-07 Thread Petr Kuzel
Hi Camel devs, While working on a component, I would like to preview the user manual of the component. I’m building at the component level, but being inspired by https://camel.apache.org/manual/building.html cd components/camel-azure/camel-azure-files mvn clean install -Pformat above, fastin

@UriParam at endpoint vs at configuration

2023-05-26 Thread Petr Kuzel
Hi Camel devs, I have crossed over following alternatives while adding a new parameter. A: class Endpoint extends RemoteFileEndpoint @UriParam protected X newParameter; B: class Configuration extends RemoteFileConfiguration @UriParam protected X newParameter; Is there a bes

RE: maven generate questions

2023-05-24 Thread Petr Kuzel
nerated and rebuild all files again, and have the same result as before if no changes. On Wed, May 24, 2023 at 11:17 AM Petr Kuzel wrote: > Hi Claus, > > meanwhile at my side, I have put the build under debugger > to understand the root cause of my problems. > > My concl

RE: maven generate questions

2023-05-24 Thread Petr Kuzel
t generates some files for src/generated that you didnt have yet On Tue, May 23, 2023 at 11:30 AM Petr Kuzel wrote: > Hi Claus, > > I have pushed a wet source in my fork at (deep link): > > https://github.com/pekuz/camel/tree/camel-3.x/components/camel-azure/camel-azure-files >

RE: maven generate questions

2023-05-23 Thread Petr Kuzel
ier. On Mon, May 22, 2023 at 6:19 PM Petr Kuzel wrote: > Hi Camel devs, > > While trying to develop a new Camel component > I’d need an advise, again, on the generate. > > #1 > The generate generates a code under src/generated/. > Should it be committed to Git and why, p

maven generate questions

2023-05-22 Thread Petr Kuzel
Hi Camel devs, While trying to develop a new Camel component I’d need an advise, again, on the generate. #1 The generate generates a code under src/generated/. Should it be committed to Git and why, please? I have seen it committed for other components but I do not understand why. I have also ob

RE: What is the recommended way to depend on Java 11, pls?

2023-05-15 Thread Petr Kuzel
lso needs an annotation, see the other components how they do it On Mon, May 15, 2023 at 2:15 PM Petr Kuzel wrote: > OK, thx. I have switched to 3.x > > > org.apache.camel > camel-azure-parent > 3.21.0-SNAPSHOT > > > But still facing mave

RE: What is the recommended way to depend on Java 11, pls?

2023-05-15 Thread Petr Kuzel
sentino > > Sent: Friday, May 12, 2023 17:30 > > To: dev@camel.apache.org > > Subject: Re: What is the recommended way to depend on Java 11, pls? > > > > > > > > CAUTION: EXTERNAL EMAIL - Sent from an email domain that is not formally > >

RE: What is the recommended way to depend on Java 11, pls?

2023-05-12 Thread Petr Kuzel
ain that is not formally trusted by Eurofins. Do not click on links or open attachments unless you recognise the sender and are certain that the content is safe. I would focus on Java 17 and backport on old LTS branch 3.18.x and 3.20.x later. Il giorno ven 12 mag 2023 alle ore 16:55 Petr K

RE: What is the recommended way to depend on Java 11, pls?

2023-05-12 Thread Petr Kuzel
LUXEMBOURG -Original Message- From: Petr Kuzel Sent: Friday, May 12, 2023 12:02 To: dev@camel.apache.org Subject: RE: What is the recommended way to depend on Java 11, pls? CAUTION: EXTERNAL EMAIL - Sent from an email domain that is not formally trusted by Eurofins. Do not click on

RE: What is the recommended way to depend on Java 11, pls?

2023-05-12 Thread Petr Kuzel
blob/main/pom.xml#L114-L116> Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. - camel/pom.xml at main · apache/camel github.com ____ From: Petr Kuzel Sent: Friday, May 12

RE: What is the recommended way to depend on Java 11, pls?

2023-05-12 Thread Petr Kuzel
+ From: Petr Kuzel Sent: Friday, May 12, 2023 10:10 To: dev@camel.apache.org Subject: What is the recommended way to depend on Java 11, pls? Hi Camel devs, I have cloned the Camel FTP and Azure components blending them together to develop a new Azure Files component. When I use

What is the recommended way to depend on Java 11, pls?

2023-05-12 Thread Petr Kuzel
Hi Camel devs, I have cloned the Camel FTP and Azure components blending them together to develop a new Azure Files component. When I use org.apache.camel camel-azure-parent 4.0.0-SNAPSHOT Eclipse maven project leaves me with Java 8. But I'd like to

Considering development of camel-azure-files component

2023-04-25 Thread Petr Kuzel
Hi dev@Camel, We are considering development of a component to address https://issues.apache.org/jira/browse/CAMEL-19279 Looking around I guess the component could be merged in https://github.com/apache/camel/tree/camel-3.x/components/camel-azure and named camel-azure-files Does