Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 81805 invoked from network); 11 Jun 2009 09:15:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Jun 2009 09:15:28 -0000 Received: (qmail 8105 invoked by uid 500); 11 Jun 2009 09:15:39 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 8043 invoked by uid 500); 11 Jun 2009 09:15:39 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 8035 invoked by uid 99); 11 Jun 2009 09:15:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 09:15:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 09:15:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 82717234C004 for ; Thu, 11 Jun 2009 02:15:07 -0700 (PDT) Message-ID: <1977619086.1244711707519.JavaMail.jira@brutus> Date: Thu, 11 Jun 2009 02:15:07 -0700 (PDT) From: "Simon Willnauer (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency In-Reply-To: <1683446292.1222445144479.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718360#action_12718360 ] Simon Willnauer commented on LUCENE-1407: ----------------------------------------- This bugs me for a while already. Just started on refactoring it - Would be happy to get it into 2.9. simon > Refactor Searchable to not have RMI Remote dependency > ----------------------------------------------------- > > Key: LUCENE-1407 > URL: https://issues.apache.org/jira/browse/LUCENE-1407 > Project: Lucene - Java > Issue Type: Improvement > Reporter: Grant Ingersoll > Priority: Minor > Fix For: 3.0 > > > Per http://lucene.markmail.org/message/fu34tuomnqejchfj?q=RemoteSearchable > We should refactor Searchable slightly so that it doesn't extend the java.rmi.Remote marker interface. I believe the same could be achieved by just marking the RemoteSearchable and refactoring the RMI implementation out of core and into a contrib. > If we do this, we should deprecate/denote it for 2.9 and then move it for 3.0 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org