This is an automated email from the ASF dual-hosted git repository.

namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new b67944fb183 IGNITE-20898 Fixed deprecation of PartitionLossPolicy 
(READ_ONLY_ALL, READ_WRITE_ALL) (#11058)
b67944fb183 is described below

commit b67944fb1836b938987bf02d9dfebb1f40ade2f6
Author: Anastasia Iakimova <[email protected]>
AuthorDate: Mon Nov 20 22:19:24 2023 +0300

    IGNITE-20898 Fixed deprecation of PartitionLossPolicy (READ_ONLY_ALL, 
READ_WRITE_ALL) (#11058)
---
 .../core/src/main/java/org/apache/ignite/cache/PartitionLossPolicy.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/modules/core/src/main/java/org/apache/ignite/cache/PartitionLossPolicy.java 
b/modules/core/src/main/java/org/apache/ignite/cache/PartitionLossPolicy.java
index 9bc5cd05a1a..3b2f46a5f73 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/cache/PartitionLossPolicy.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/cache/PartitionLossPolicy.java
@@ -52,6 +52,7 @@ public enum PartitionLossPolicy {
      *
      * @deprecated {@link #READ_ONLY_SAFE} is used instead.
      */
+    @Deprecated
     READ_ONLY_ALL,
 
     /**
@@ -66,6 +67,7 @@ public enum PartitionLossPolicy {
      *
      * @deprecated {@link #READ_WRITE_SAFE} is used instead.
      */
+    @Deprecated
     READ_WRITE_ALL,
 
     /**

Reply via email to