Please check if the PR fulfills these requirements
[x] The commit message follows our guidelines
[x] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)
Does this PR already have an issue describing the problem?
No
What kind of change does this PR introduce?
Feature
What is the current behavior?
The only way to create curve is to use a groovy script as input.
What is the new behavior (if this is a feature change)?
Add a curve builder and a Json Deserializer in Dynawaltz in order to create curves without using groovy script.
Does this PR introduce a breaking change or deprecate an API?
[x] Yes
[ ] No
If yes, please check if the following requirements are fulfilled
[x] The Breaking Change or Deprecated label has been added
[x] The migration steps are described in the following section
What changes might users need to make in their application due to this PR? (migration steps)
In Groovy DSL curves keyword no longer exist, use curve instead.
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
No
What kind of change does this PR introduce?
Feature
What is the current behavior?
The only way to create curve is to use a groovy script as input.
What is the new behavior (if this is a feature change)? Add a curve builder and a Json Deserializer in Dynawaltz in order to create curves without using groovy script.
Does this PR introduce a breaking change or deprecate an API?
If yes, please check if the following requirements are fulfilled
What changes might users need to make in their application due to this PR? (migration steps)
In Groovy DSL
curves
keyword no longer exist, usecurve
instead.