You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow MetaStoreManagerFactory to produce nullEntityCache (#1131)
Following up on #1055, this refactoring does not remove `EntityCache`,
but allows it to be `null` in principle, should a particular
MetaStoreManagerFactory implementation choose not to use an `EntityCache`.
* Remove bean producer for `EntityCache` (beans cannot be `null`).
* Harmonize all `PolarisEntityManager` producers (explicit and CDI)
to go through `RealmEntityManagerFactory` (tangential to the cache
being null, but related).
0 commit comments