Skip to content

Commit

Permalink
Adding the transactions deprecation notice to all 5.x series. (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdaro authored Dec 26, 2023
1 parent ad21f0c commit 6110696
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
= Creating a Transaction Interface

[CAUTION]
.Deprecation Notice for Transactions
====
Hazelcast will deprecate transactions in the 5.4 release. An improved version of this feature is under consideration. If you are already using transactions, get in touch and share your use case. Your feedback will help us to develop a solution that meets your needs.
====

You create a `TransactionContext` object to begin, commit and rollback
a transaction. You can obtain transaction-aware instances of queues,
maps, sets, lists and multimaps via `TransactionContext`, work with
Expand Down

0 comments on commit 6110696

Please sign in to comment.