Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#49 node factories with common configs #62

Merged
merged 81 commits into from
Nov 28, 2019

Conversation

tomaszmichalak
Copy link
Member

@tomaszmichalak tomaszmichalak commented Nov 22, 2019

It introduces task & graph node factories. It is connected with issue #49.

Motivation and Context

The task & node factories allow customizing fragments' processing according to the project's needs. From now tasks' definitions can be loaded outside Knot.x. Moreover, we can add the custom node factory defining node options more dynamically.

Upgrade notes (if appropriate)

Described in Knotx/knotx-stack#62.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • 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.

Copy link
Contributor

@oskarjerzyk oskarjerzyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that we can modify the structure of exceptions, make it simpler, also apply changes in other PRs because they have a lot of in common, moreover we can discuss names of this exceptions to be as much descriptive as they could be

@tomaszmichalak tomaszmichalak changed the base branch from feature/#49-node-factories to master November 25, 2019 13:24
handler/README.md Show resolved Hide resolved
import java.util.function.Consumer;
import org.junit.jupiter.api.Assertions;

public class HoconLoader {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider moving to knotx-junit5.

@tomaszmichalak tomaszmichalak merged commit 348083a into master Nov 28, 2019
@tomaszmichalak tomaszmichalak deleted the feature/#49-node-factories-with-common-configs branch November 28, 2019 13:35
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