Re: RFR: 8346439: Allow late binding of module services in custom layers [v3]

2025-01-02 Thread David M . Lloyd
On Wed, 18 Dec 2024 18:03:50 GMT, David M. Lloyd wrote: >> Custom module layers allow for lazy loading, late binding, and full >> customization of module dependencies through the `Controller` API. However, >> it is not possible for custom layer users to late-bind services, which has >> prevent

Re: RFR: 8346439: Allow late binding of module services in custom layers [v3]

2024-12-18 Thread David M . Lloyd
> Custom module layers allow for lazy loading, late binding, and full > customization of module dependencies through the `Controller` API. However, > it is not possible for custom layer users to late-bind services, which has > prevented some popular application containers from moving to use Java

Re: RFR: 8346439: Allow late binding of module services in custom layers [v2]

2024-12-18 Thread David M . Lloyd
> Custom module layers allow for lazy loading, late binding, and full > customization of module dependencies through the `Controller` API. However, > it is not possible for custom layer users to late-bind services, which has > prevented some popular application containers from moving to use Java

RFR: 8346439: Allow late binding of module services in custom layers

2024-12-17 Thread David M . Lloyd
Custom module layers allow for lazy loading, late binding, and full customization of module dependencies through the `Controller` API. However, it is not possible for custom layer users to late-bind services, which has prevented some popular application containers from moving to use Java modules