I have pushed a fix. Once CI has finished building snapshots, if you can check against those, that would be great.
Cheers, Paul. P.S. Feel free to comment further in that issue instead of here if you want. On Thu, Feb 20, 2025 at 8:32 PM Paul King <pa...@asert.com.au> wrote: > > I created this issue to track changing this for Groovy 4/5: > > https://issues.apache.org/jira/browse/GROOVY-11570 > > On Wed, Feb 12, 2025 at 11:14 PM Paul King <pa...@asert.com.au> wrote: > > > > I think we should add the FragmentHost stuff back in and get a release > > out in the next few weeks. > > > > On Tue, Feb 11, 2025 at 2:05 AM Matthias Leinweber > > <m.leinwe...@datatactics.de> wrote: > > > > > > I am not sure if someone ever tested this... Documentation says to get > > > groovy extensions working is that the extension must be in the same class > > > path (class loader). > > > > > > Maybe I am wrong but so fragment host (terrible name imho) is the only > > > solution. Or shading a new jar could do the same trick. > > > > > > What do you think? > > > > > > Br > > > > > > Paul King <pa...@asert.com.au> schrieb am Mo., 10. Feb. 2025, 14:25: > > >> > > >> In the following issue we were not certain of the need for > > >> Fragment-Host in Groovy 4: > > >> > > >> https://issues.apache.org/jira/browse/GROOVY-9402 > > >> > > >> It could well be that it is needed. > > >> > > >> Cheers, Paul. > > >> > > >> On Mon, Feb 10, 2025 at 10:00 PM Matthias Leinweber > > >> <m.leinwe...@datatactics.de> wrote: > > >> > > > >> > Hi together, > > >> > > > >> > I am using groovy alot in an osgi container with camel (currently > > >> > karaf.4.7.7 camel 4.9.1 and groovy 4.0.25) > > >> > > > >> > Somehow the dateutils overload for the date class seems not to work > > >> > anymore. In groovy 3.0.9 the bundle was a fragment host and > > >> > working.... Do I need to do something extra with groovy 4? > > >> > > > >> > Br Matthias