Hi Matthias Groovy 4.x changed the packaging of groovy bundles. They removed the fragment (probably because they didn't know it was actually used). What you (we :)) should do is to gather all groovy bundles as private of your bundle: all groovy modules will be in the same classpath with all expected groovy resources.
Regards JB On Sat, Feb 8, 2025 at 4:36 PM Matthias Leinweber <m.leinwe...@datatactics.de> wrote: > > Hi together, > > I am using groovy alot and just updated to karaf.4.7.7 camel 4.9.1 and groovy > 4.0.22. > > Somehow the dateutils overload for the date class seems not to work. In > groovy 3.0.9 the bundle was a fragment host. Do I need to do something extra? > > Br Matthias