ActionFactory was moved to the different location. We use the Java Service Provider Interface mechanizm to load all factories so we need to rename io.knotx.fragments.handler.api.ActionFactory to io.knotx.fragments.action.api.ActionFactory in META-INF/services.
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
I hereby agree to the terms of the Knot.x Contributor License Agreement.
Relates to Knotx/knotx-fragments#135.
Upgrade notes (if appropriate)
Update Custom Actions
ActionFactory was moved to the different location. We use the
Java Service Provider Interface
mechanizm to load all factories so we need to renameio.knotx.fragments.handler.api.ActionFactory
toio.knotx.fragments.action.api.ActionFactory
inMETA-INF/services
.Types of changes
Checklist:
I hereby agree to the terms of the Knot.x Contributor License Agreement.