Hey JB,

camel Spring supports bean creation with with script language
<bean id="myMightyCamelProcessor" scriptLanguage="groovy">
  <script>
  resource:file:pathtocode
  </script>
</bean>

This would be awesome if we get this working in karaf. Currently i use a
factory service for this purpose. Native would be great.

As you see, having resource:xxx:yyy would also be a great addition.

Last thing that annoys me is access to jvm and env properties. This
additional config services and prefix stuff is just too complicated. {{sys:
{{env: in camel is very simple and usefull.

Br
Matthias



On Thu, 3 Apr 2025 at 14:38, Jean-Baptiste Onofré <j...@nanthrax.net> wrote:

> Hi Karen,
>
> What do you mean by a-la-carte non-Camel application ?
>
> Regards
> JB
>
> On Mon, Mar 31, 2025 at 3:57 PM Karen Dolan <kdo...@g.harvard.edu> wrote:
> >
> > Hi JB & Matthias,
> >
> > I’m also interested in Aries Blueprint, specifically to support
> aries-blueprint-spring, ultimately in Karaf.
> >
> > I’m curious if Camel features/services/libraries can be a-la-carte
> exported in a Karaf environment to support a non-Camel application that
> needs access to those upgraded libraries?
> >
> > Regards,
> > Karen
> >
> >
> > On Mar 31, 2025, at 9:14 AM, Jean-Baptiste Onofré <j...@nanthrax.net>
> wrote:
> >
> > Hi Matthias
> >
> > Aries Blueprint is not dead but slow development. I did the
> > camel-blueprint support, and happy to update in camel-karaf if there
> > are requests.
> >
> > If you don't want to use blueprint anymore, a good alternative is SCR.
> > Another option would be to add new DSL support in camel-karaf
> > (native).
> >
> > Regards
> > JB
> >
> > On Wed, Mar 26, 2025 at 2:32 PM Matthias Leinweber
> > <m.leinwe...@datatactics.de> wrote:
> >
> >
> > Hi Karaf-Users,
> >
> > I'm curious how everyone is managing blueprints in Karaf. We rely
> heavily on blueprint camel, but Camel's rapid development is outpacing
> aries. Some Camel features, like creating beans from scriptFiles, aren't
> available.
> >
> > Given this, is Aries Blueprint dead? Should we explore bundling a Camel
> spring XML loader for Karaf?
> >
> > Best regards,
> > Matthias
> >
> >
> >
> >
> >
> >
> >
>

Reply via email to