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 e8bb4fc4ed2f56f3f570ad2456b83b5260d630f3 Author: Benoit Tellier <[email protected]> AuthorDate: Thu Apr 4 13:36:47 2019 +0700 JAMES-2703 JDBCRecipientRewriteTable removal after 3.4.0 release --- .../main/java/org/apache/james/rrt/jdbc/JDBCRecipientRewriteTable.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/data/data-jdbc/src/main/java/org/apache/james/rrt/jdbc/JDBCRecipientRewriteTable.java b/server/data/data-jdbc/src/main/java/org/apache/james/rrt/jdbc/JDBCRecipientRewriteTable.java index fdf8625..4a65269 100644 --- a/server/data/data-jdbc/src/main/java/org/apache/james/rrt/jdbc/JDBCRecipientRewriteTable.java +++ b/server/data/data-jdbc/src/main/java/org/apache/james/rrt/jdbc/JDBCRecipientRewriteTable.java @@ -55,6 +55,8 @@ import com.google.common.collect.ImmutableMap; * access. * * @deprecated use JPARecipientRewriteTable + * + * 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 JDBCRecipientRewriteTable extends AbstractRecipientRewriteTable { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
