[VOTE] Release Apache Camel Kamelets 4.8.0

2024-09-16 Thread Andrea Cosentino
Hello all, This is a vote for releasing camel-kamelets 4.8.0 This is a release supporting Camel 4.8.0, LTS release. Kamelets release files: https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.8.0 Kamelets staging repository: https://repository.apache.org/content/repositories/orgapachec

Unmarshall locks file even after route is finished

2024-09-16 Thread Branko Husarik, Wood & Co.
Hello, I'm not sure if I face some sort of bug when proceeding file. I am trying to load xml file do unmarshalling and save file to .done subfolder. The file is successfully saved to .done, but the original file cannot be removed, which throws an exception. File is locked in file system too unt

Re: Camel JMS headers

2024-09-16 Thread Bálint Baráth
Thanks for the quick response, and the fix! Claus Ibsen ezt írta (időpont: 2024. szept. 14., Szo 11:31): > Hi > > Yeah lets investigate this I created a ticket > https://issues.apache.org/jira/browse/CAMEL-21219 > > On Thu, Sep 12, 2024 at 8:36 AM Bálint Baráth > wrote: > > > Hello! > > > > I'm

Re: Unmarshall locks file even after route is finished

2024-09-16 Thread Claus Ibsen
Hi Try without the unarmshal, and if that works, then look at your custom unmarhal code and see if you close input streams and whatnot. And are you using windows ? What camel version do you use? On Mon, Sep 16, 2024 at 10:45 AM Branko Husarik, Wood & Co. wrote: > Hello, > > > > I'm not sure if

RE: Unmarshall locks file even after route is finished

2024-09-16 Thread Branko Husarik, Wood & Co.
Hi, I don't use a custom unmarshaller. Service is provided by the UnmarshalProcessor. It works without unmarshall. I used the workaround and put it before unmarshalling: .convertBodyTo(String.class) Now it works this way, but I would prefer not to use workarounds. My current version of Camel

Re: [VOTE] Release Apache Camel Kamelets 4.8.0

2024-09-16 Thread Marat Gubaidullin
+1 (binding) On Mon, Sep 16, 2024 at 3:46 AM Andrea Cosentino wrote: > Hello all, > > This is a vote for releasing camel-kamelets 4.8.0 > > This is a release supporting Camel 4.8.0, LTS release. > > Kamelets release files: > https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.8.0 > Kam

Re: Camel JMS headers

2024-09-16 Thread Chirag
Thanks Claus. Balint, fix is on a new branch and not on 4.0.x. Would you know how to cherrypick to 4.0.x branch to get it in version you need and validate? On Mon, Sep 16, 2024 at 4:55 AM Bálint Baráth wrote: > Thanks for the quick response, and the fix! > > Claus Ibsen ezt írta (időpont: 202

Re: Camel JMS headers

2024-09-16 Thread Claus Ibsen
On Mon, Sep 16, 2024 at 5:30 PM Chirag wrote: > Thanks Claus. > > Balint, fix is on a new branch and not on 4.0.x. Would you know how to > cherrypick to 4.0.x branch to get it in version you need and validate? > > Camel 4.0.x is EOL and not supported. > > On Mon, Sep 16, 2024 at 4:55 AM Bálint