ehcache / ehcache3

Ehcache 3.x line
http://www.ehcache.org
Apache License 2.0
2k stars 578 forks source link

Add OSGi condition which is satisfied once the default Ehcache services #3233

Open kwin opened 2 months ago

kwin commented 2 months ago

are registered

This allows to defer starting of custom OSGi DS component which rely on the EhcacheManager in their activate() method until the Ehcache services are registered

This closes #3232