Knotx / knotx

Knot.x is a highly-efficient and scalable integration framework designed to build backend APIs
https://knotx.io
Apache License 2.0
126 stars 26 forks source link

Extract Action Knot to Forms repository #436

Closed malaskowski closed 5 years ago

malaskowski commented 6 years ago

Version used

Context of the issue/feature

Knot.x Core should not contain an OpenAPI-based server with a routing mechanism for Knots. But the particular implementations of Knots like Data Bridge, Forms, Templating Engine should be placed in dedicated repositories.

After #430 is implemented, cleanup Action Knot that will be no longer part of the core and move this functionality to Forms.

Requirements:

Appendix

PRs: https://github.com/Knotx/knotx-forms/pull/1 https://github.com/Cognifide/knotx/pull/444

tomaszmichalak commented 5 years ago

This is done here: https://github.com/Knotx/knotx-forms. We expect to adapt Knot.x Forms to Knot.x 2.0 soon.