Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Turing Sprint 158
Description
Since in HSTTWO-3441 I moved the page composer spring config to a HST Spring addon, downstream projects (not end project, they can override the addon spring beans) cannot access the beans any more by reference. For example a downstream project can't now use
<property name="hstConfigurationService" ref="hstConfigurationService"/>
because the hstConfigurationService is part of the page composer in HST which is now in an addon
Attachments
Issue Links
- is a result of
-
HSTTWO-3441 Load hst-cms-rest.xml and template-composer-rest.xml as Spring addon module
- Closed
- relates to
-
HSTTWO-4044 Make sure pageComposerPropertyPresentationFactories is available via the core hst component mngr so downstream projects can access it
- Closed
-
HSTTWO-4045 Make AbstractConfigResource#getPageComposerContextService non final because downstream project that extend from AbstractConfigResource may want to override it to return an object from a Supplier
- Closed