Skip to content

Conversation

@artem-tikhomirov
Copy link
Contributor

factory method used to get 2 parameters, and was replaced with no-arg alternative long time ago (cca 2016?), with transition template introducing new no-arg method with proper ML (cellFactory.factoryMethod) that invoked old method with context values.

With migration and transitional template gone, either refactor method to match modern signature or inline transitional code (for complex scenarios like diagram and tables, with a lot of assumptions
downstream about 'node' variable being accessible everywhere, see
Parameter_Node and QueryParameter_Node in respective languages)

…n code

factory method used to get 2 parameters, and was replaced with no-arg alternative
long time ago (cca 2016?), with transition template introducing new no-arg method
with proper ML (cellFactory.factoryMethod) that invoked old method with context values.

With migration and transitional template gone, either refactor method to match modern signature or
inline transitional code (for complex scenarios like diagram and tables, with a lot of assumptions
 downstream about 'node' variable being accessible everywhere, see
 Parameter_Node and QueryParameter_Node in respective languages)
@sergej-koscejev sergej-koscejev merged commit 8eb704b into master Jan 12, 2026
2 checks passed
@sergej-koscejev sergej-koscejev deleted the artem/261next branch January 12, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants