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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 66b2f2c89e42a8650cb19efa0ff87b5e60902af9
Author: Benoit Tellier <[email protected]>
AuthorDate: Thu Apr 4 13:32:57 2019 +0700

    JAMES-2703 Deprecate SieveDefaultRepository class
    
    This module will be removed straight after upcoming 3.4.0 release unless it 
finds a maintainer
---
 .../apache/james/sieverepository/file/SieveDefaultRepository.java   | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/server/data/data-file/src/main/java/org/apache/james/sieverepository/file/SieveDefaultRepository.java
 
b/server/data/data-file/src/main/java/org/apache/james/sieverepository/file/SieveDefaultRepository.java
index 8155bc8..73671ec 100644
--- 
a/server/data/data-file/src/main/java/org/apache/james/sieverepository/file/SieveDefaultRepository.java
+++ 
b/server/data/data-file/src/main/java/org/apache/james/sieverepository/file/SieveDefaultRepository.java
@@ -50,6 +50,12 @@ import 
org.apache.james.sieverepository.api.exception.StorageException;
  * <p>The sieve root directory is a sub-directory of the application base 
directory named "sieve".
  * Scripts are stored in sub-directories of the sieve root directory, each 
with the name of the
  * associated user.
+ *
+ * @deprecated This does not support sieve script management and requires 
dropping manually the filesystem
+ *
+ * Migration strategy: use SieveFileRepository & CLI to upload scripts
+ *
+ * JAMES-2703 This class is deprecated and will be removed straight after 
upcoming James 3.4.0 release, unless it finds a maintainer
  */
 @Deprecated
 public class SieveDefaultRepository implements SieveRepository {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to