Knotx / knotx-fragments

Fragments map-reduce processing using Graph flows, supplier and assembler.
https://knotx.io
Apache License 2.0
3 stars 5 forks source link

NPE when action does not declare its config #63

Closed tomaszmichalak closed 4 years ago

tomaszmichalak commented 4 years ago

Describe the bug Starter-kit is not working on master branch. Please check io.knotx.fragments.handler.action.ActionProvider#prepareActionConfig and validate why this is not handled properly by RX.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'knotx-starterkit'
  2. Run on 'gradle build-docker'

Expected behavior Action's configuration can be not declared.

Additional context Unit tests required.

tomaszmichalak commented 4 years ago

Fixed.