[ANNOUNCEMENT] Apache Camel K 1.3.0 released

2020-12-29 Thread Nicola Ferraro
The Camel community announces the immediate availability of Apache Camel K 1.3.0 (and related Apache Camel K Runtime 1.6.0). This is a major release containing a lot of new features and fixes. You can find more information in the release notes[1]. The artifacts are published and ready for you to d

Re: CSimple NPE with Method reference processor, camel-quarkus 1.5.0

2020-12-29 Thread Claus Ibsen
Hi Yeah can you create a bug at camel-quarkus. Your route does not use csimple at all, so that quarkus builder shouldn't cause that NPE bug. On Mon, Dec 28, 2020 at 9:39 AM Dennis Holunder wrote: > > Hello! > The route below runs into NPE while packaging a project: > @ApplicationScoped > public

Re: How to block on direct route

2020-12-29 Thread Claus Ibsen
Hi That is not the goal of direct component. If you want single threaded / sequential processing then use seda, where there is 1 consumer by default. On Mon, Dec 28, 2020 at 3:00 PM Dennis Holunder wrote: > > Hello, > > What is the correct way to block on a "direct" route until completion? > In