-
Enhancement
-
Resolution: Done
-
Major
-
26.0.0.Beta3
-
None
For on-demand services, it is often useful to create a simple ServiceDependency from a Supplier, e.g. ServiceDependency.from(org.infinispan.configuration.cache.ConfigurationBuilder::new);
This way we can defer the creation of large objects until the service is started.