Re: Unmarshal component - Karavan

2023-05-15 Thread Marat Gubaidullin
Hi Daniel,

I have provided the correct version at StackOverflow

Marat

On Mon, May 15, 2023 at 5:39 AM Zmrzlý, Daniel 
wrote:

> Hi,
>
> I am facing an issue with unmarshalling to class type.
>
> Please see the problem below
>
>
> https://stackoverflow.com/questions/76234573/unmarshalling-xml-json-to-class-in-apache-karavan
>
> Thanks.
>
> Regards
> Daniel
>


[RESULT][VOTE] Release Apache Camel Kamelets 4.0.0-M3

2023-05-15 Thread Andrea Cosentino
Hello all

The vote passes with the following result:

4 +1 binding votes:

Andrea Cosentino
Zineb Bendhiba
Claus Ibsen
Pasquale Congiusti

Thanks.


Re: [VOTE] Release Apache Camel Kamelets 4.0.0-M3

2023-05-15 Thread Andrea Cosentino
Thanks all the vote passes.

I'll go ahead.

Il giorno gio 11 mag 2023 alle ore 15:18 Pasquale Congiusti <
pasquale.congiu...@gmail.com> ha scritto:

> +1 (binding)
>
> Thanks!
>
> On Thu, May 11, 2023 at 2:56 PM Claus Ibsen  wrote:
>
> > +1 (binding)
> >
> > On Thu, May 11, 2023 at 2:30 PM Andrea Cosentino 
> > wrote:
> >
> > > Hello all:
> > >
> > > This is a vote for releasing camel-kamelets 4.0.0-M3
> > >
> > > Kamelets release files:
> > > https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.0-M3
> > > Kamelets staging repository:
> > > https://repository.apache.org/content/repositories/orgapachecamel-1553
> > > Kamelets Tag:
> > > https://github.com/apache/camel/releases/tag/camel-4.0.0-M3
> > >
> > > Please cast your vote.
> > >
> > > [ ] +1 Release camel-kamelets 4.0.0-M3
> > > [ ] -1 Veto the release (provide specific comments)
> > >
> > > The vote is open for at least 72 hours.
> > >
> > > Here's my +1.
> > >
> > > Thanks,
> > > Andrea Cosentino
> > >
> >
> >
> > --
> > Claus Ibsen
> > -
> > @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
> >
>


Unmarshal component - Karavan

2023-05-15 Thread Zmrzlý , Daniel
Hi,

I am facing an issue with unmarshalling to class type.

Please see the problem below

https://stackoverflow.com/questions/76234573/unmarshalling-xml-json-to-class-in-apache-karavan

Thanks.

Regards
Daniel


Re: Camel Main: RoutesIncludePattern doesn't seem to respect asterisks as a directory placeholder

2023-05-15 Thread Claus Ibsen
Hi

Are you loading these files from classpath or file system directly.
And what Camel version do you use



On Sun, May 14, 2023 at 5:39 PM Fyodor Kravchenko 
wrote:

> Hello,
>
> in my little test I'm trying the following,
>
>
> public class CamelMainTry {
>  public static void main(String[] args) throws Exception {
>  Main main = new Main();
> //this works but I need to catch more
> //
>
> main.configure().withRoutesIncludePattern("deploy/customer/PRIVATE/EXCHANGE/*.yaml");
> //these don't work:'
> //
>
> main.configure().withRoutesIncludePattern("deploy/**/PRIVATE/EXCHANGE/*.yaml");
>
> main.configure().withRoutesIncludePattern("deploy/*/PRIVATE/EXCHANGE/*.yaml");
>  main.run();
>  }
> }
>
> my files are located:
>
> deploy/customer/PRIVATE/EXCHANGE/cust.yaml
>
> deploy/register/bank/PRIVATE/EXCHANGE/reg.yaml
>
> So there could be more directories in the middle; however it doesn't
> substitute even one.
>
> The Ant-style (or what I'm thinking the Ant style) pattern doesn't seem
> to catch multiple directories. If I specify the directory explicitly it
> works, but I need it to locate the routes in dozens of directories.
>
> How do I fix it?
>
> (While we're at it I would also like to make it reload on the fly for
> the testing purposes, not all of the .yaml files but restricting it to
> my directory structure)
>
> Thanks!
>
> --fedd
>
>
>

-- 
Claus Ibsen
-
@davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


How to use splitter in existing route

2023-05-15 Thread Sahil Upneja
Hi Team,

I am facing one issue while using splitter in route.

Please see the details below

https://stackoverflow.com/questions/76228963/how-to-use-splitter-in-existing-route

Please suggest the solution

Regards
Sahil


How to use Splitter with Aggregate using xml in Apache Camel 3.20.0

2023-05-15 Thread Sahil Upneja
Hi Team,

I am facing one issue while using splitter with aggregation.

Please see the details below

https://stackoverflow.com/questions/76230258/how-to-use-splitter-with-aggregate-using-xml-in-apache-camel-3-20-0

Please suggest the solution

Regards
Sahil