Issue
- The osgi/config folder is missing all of its config files.
Environment
- DXP 7.4
Resolution
- This is expected behavior. Liferay’s default factory configurations will no longer be added as a config file in the osgi/configs folder.
- Instead, these default entries are now added via OSGI by reading a json file in the module.
Additional Information
- LPS-132259 and LPS-132645 introduced a breaking change involving factory configurations.
- Users can still add their own custom configurations by adding a config file to osgi/configs folder. However, the filename convention has now changed from using
-
to~
:- Before:
-*.config
- After:
~*.config
- Before:
- For more information on this kindly visit: