Skip to content

Commit

Permalink
transaction-cursor: fix dependency issue - fix local config
Browse files Browse the repository at this point in the history
  • Loading branch information
BB-ASehmi committed Nov 2, 2023
1 parent d2738d1 commit d3bd4b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.67.0](https://github.com/Backbase/stream-services/compare/3.66.0...3.67.0)
### Changed
- Fix transaction-cursor k8 deployment failure issue: `org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.backbase.stream.compositions.transaction.cursor.core.mapper.TransactionCursorMapper' available`
- Fix transaction-cursor `application-local.yaml` config

## [3.66.0](https://github.com/Backbase/stream-services/compare/3.65.0...3.66.0)
### Changed
- Always check cursor and create if it does not exist.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.backbase.stream</groupId>
<artifactId>stream-services</artifactId>
<version>3.66.0</version>
<version>3.67.0</version>

<packaging>pom</packaging>
<name>Stream :: Services</name>
Expand Down

0 comments on commit d3bd4b2

Please sign in to comment.