Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created April 11, 2018 at 6:39 AM
Updated April 4, 2019 at 9:41 AM
Resolved April 3, 2019 at 1:11 PM
We may want to remove the service manager if it turns out that it's enough to simply expect integrators to register beans through the
BeanConfigurer
introduced in and expect users/integrators to reference beans through configuration properties (like we do for the backend factory).After all, globally scoped services make a lot less sense in Search 6, now that a single Hibernate Search instance can include multiple different backends and multiple different mappings, which could all be configured differently. The only globally scoped services that could make sense are those that are specific to the engine, and the engine doesn't do much...