Details
-
Bug
-
Resolution: Unresolved
-
Neutral
-
None
-
None
-
None
-
None
-
6.2.17
Description
Steps to reproduce
- Start Magnolia-6 with a clean workspace
- Check the definitions app -> modules/rssaggregator
- Export problems
- See the following major problem:
Definition: rssaggregator
Origin: /modules/rssaggregator/config
Details: No simple constructor found for type [interface info.magnolia.module.rssaggregator.generator.FeedGenerator], null is returned
Location: /feedGenerators/category
Type: Source data processing problem
Severity: MAJOR
This class shouldn't be bootstrapped, because it doesn't exist anymore

Expected results
This class shouldn't be bootstrapped, or be removed in a versionhandler
Actual results
The property generates Major warnings in the definitions-app
Workaround
Installing module magnolia-categorization-rss-integration
Development notes
This issue happens because magnolia-categorization-rss-integration is not installed and this module is including info.magnolia.module.categorization.syndication.CategorySyndicator
There is no explicit dependency defined between magnolia-module-rssaggregator and magnolia-categorization-rss-integration.
Both are bootstrapping config.modules.rssaggregator.config.feedGenerators.category.yaml: categorization-rss-integration and rssaggregator
