On Wed, May 20, 2020 at 1:27 PM Zheng Feng <zf...@redhat.com> wrote:
>
> > 5)
> > Wiring of components moved to earlier phase when possible such as
> > doInit instead of doStart
> >
> Is there any relevant CAMEL issue ? I can take a look.
>

https://issues.apache.org/jira/browse/CAMEL-14805

its a bit case by case as it depends on what init logic each component does.
So the point is to do init for static like stuff, and start for stuff
that creates threads / thread pools / read files / env variables or
anything that are runtime dependent.

>
> On Wed, May 20, 2020 at 6:44 PM Andrea Cosentino
> <ancosen1...@yahoo.com.invalid> wrote:
>
> > I'll take care of moving the SB examples and trying to fix the maven
> > archetype.
> >
> > --
> > Andrea Cosentino
> > ----------------------------------
> > Apache Camel PMC Chair
> > Apache Karaf Committer
> > Apache Servicemix PMC Member
> > Email: ancosen1...@yahoo.com
> > Twitter: @oscerd2
> > Github: oscerd
> >
> >
> >
> >
> >
> >
> > On Wednesday, May 20, 2020, 10:22:20 AM GMT+2, Claus Ibsen <
> > claus.ib...@gmail.com> wrote:
> >
> >
> >
> >
> >
> > On Wed, May 13, 2020 at 9:24 AM Claus Ibsen <claus.ib...@gmail.com> wrote:
> > >
> > > Hi
> > >
> > > So Camel 3.3 is almost out of the door, so lets pickup the pace for
> > > getting the first LTS release of Camel 3.x done - the 3.4.0 release.
> > >
> > > It would be good to get this release GA in June 2020.
> > >
> > > Here are some things we should take a look at
> > >
> > > 1)
> > > Some more work on the supervising route controller
> > >
> >
> > DONE
> >
> > > 2)
> > > Endpoint DSL improvements
> > >
> >
> > DONE
> >
> > > 3)
> > > Move SB examples to camel-spring-boot-examples
> > >
> >
> > NOT DONE
> >
> > > 4)
> > > Create Camel SB BOM and update examples to use Camel SB BOM + Spring
> > > Boot BOM together
> > >
> >
> > WAS ALREADY DONE
> >
> > > 5)
> > > Wiring of components moved to earlier phase when possible such as
> > > doInit instead of doStart
> > >
> >
> > NOT DONE
> >
> > > 6)
> > > SendDynamicAware - avoid dependency to camel-core-catalog
> > >
> >
> > NOT DONE
> >
> > > 7)
> > > Auto configure components/dataformats/languages when they are
> > > initialized (to make it the same for different runtimes, SB vs Main vs
> > > Quarkus etc)
> > >
> >
> > NOT DONE
> >
> > > 8)
> > > Fix the maven archetypes
> > >
> >
> > NOT DONE
> >
> > > There is a 3.5.0 version in JIRA so we can move tickets to the next
> > > release for stuff which we dont complete in time.
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > http://davsclaus.com @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
> >
> >



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

Reply via email to