Skip to content

Commit

Permalink
fix: do not delete kafka topics if tenant collection topic feature is…
Browse files Browse the repository at this point in the history
… enabled

Closes: MODELINKS-233
  • Loading branch information
psmagin committed Apr 10, 2024
1 parent 6484aab commit 276c27a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.0.6 2024-04-10
### Bug fixes
* Do not delete kafka topics if tenant collection topic feature is enabled ([MODELINKS-233](https://folio-org.atlassian.net/browse/MODELINKS-233))

---

## v2.0.5 2024-03-12
## Bug fixes
* Use generic topic name instead of creating new for each tenant ([MODELINKS-213](https://issues.folio.org/browse/MODELINKS-213))
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<kafka.version>3.5.1</kafka.version>
<folio-spring-base.version>7.2.2</folio-spring-base.version>
<hypersistence-utils-hibernate.version>3.6.0</hypersistence-utils-hibernate.version>
<folio-service-tools.version>3.1.0</folio-service-tools.version>
<folio-service-tools.version>3.1.1</folio-service-tools.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<lombok.mapstruct-binding.version>0.2.0</lombok.mapstruct-binding.version>
<marc4j.version>2.9.5</marc4j.version>
Expand Down

0 comments on commit 276c27a

Please sign in to comment.