Re: [DISCUSS] Adding custom binding to sisu with Guice modules

2024-08-08 Thread Tamás Cservenák
Bump. Anyone anything to add? Thanks T On Sun, Jul 28, 2024 at 11:37 AM Ozgun Oz wrote: > Hi All, > > As promoted on the documentation of sisu here > < > https://eclipse-sisu.github.io/sisu-project/plexus/index.html#custombinding > >, > we allow the definition of custom bindings via Guice modul

[DISCUSS] Adding custom binding to sisu with Guice modules

2024-07-28 Thread Ozgun Oz
Hi All, As promoted on the documentation of sisu here , we allow the definition of custom bindings via Guice modules. However since the Guice API is not exported from the core classloader, see here