Skip to content

Commit

Permalink
fix: Do not delete Kafka topics on postTenant if collection topics is…
Browse files Browse the repository at this point in the history
… enabled (#1012)

Closes: MODINVSTOR-1192

(cherry picked from commit 6ee55ed)
  • Loading branch information
psmagin committed Apr 11, 2024
1 parent 1383b71 commit 984a664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## v 27.0.6 not yet released
### Bug Fixes
* RMB 35.1.3 (Vert.x 4.4.9, log4j 2.20.0) fixing unintended optimistic locking [MODINVSTOR-1186](https://folio-org.atlassian.net/browse/MODINVSTOR-1186)
* Do not delete Kafka topics on postTenant if collection topics is enabled ([MODINVSTOR-1192](https://folio-org.atlassian.net/browse/MODINVSTOR-1192))

### Dependencies
* Bump `RMB` (`domain-models-runtime`, `util`, ...) from Orchid `35.0.4` to Poppy `35.1.3`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>org.folio</groupId>
<artifactId>folio-kafka-wrapper</artifactId>
<version>3.0.0</version>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
Expand Down

0 comments on commit 984a664

Please sign in to comment.