Skip to content

Commit

Permalink
#209 Provide missing cache action in SPI Manifest (#210)
Browse files Browse the repository at this point in the history
#209 Provide missing cache action in SPI Manifest

Co-authored-by: Marcin Szymura <[email protected]>
  • Loading branch information
marcinus and Marcin Szymura authored Jan 25, 2021
1 parent 3c21339 commit 31b184f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ All notable changes to `knotx-fragments` will be documented in this file.

## Unreleased
List of changes that are finished but not yet released in any final version.

- [PR-210](https://github.com/Knotx/knotx-fragments/pull/210) - Fixing [#209](https://github.com/Knotx/knotx-fragments/issues/209): Provide previously missing `CacheActionFactory` via SPI

## 2.3.0
- [PR-203](https://github.com/Knotx/knotx-fragments/pull/203) - Fixing [#197](https://github.com/Knotx/knotx-fragments/issues/197): Invoke actions via ActionInvoker.
- [PR-201](https://github.com/Knotx/knotx-fragments/pull/201) - Prevent StackOverflowException when evaluating fragment as HTML attributes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

# behaviours
io.knotx.fragments.action.library.cb.CircuitBreakerActionFactory
io.knotx.fragments.action.library.cache.CacheActionFactory

# legacy behaviours
io.knotx.fragments.action.library.InMemoryCacheActionFactory

# pre-defined actions
Expand Down

0 comments on commit 31b184f

Please sign in to comment.