Separate Guice bindings for Metadata from DataSetsModule
Description
Release Notes
None
Activity
Show:
Andreas Neumann April 24, 2019 at 11:49 PM
This is going to be some effort as it percolates through almost all Guice modules
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created February 13, 2019 at 2:58 AM
Updated December 11, 2020 at 5:17 PM
Resolved December 11, 2020 at 5:17 PM
MetadataStore, MetadataStorage etc. are only used in MetadataService. Therefore, DataSetsModule should not create metadata bindings - it is used all over the place. There should be a separate module for metadata bindings, or they should be in the MetadataServiceModule.