[
https://issues.apache.org/jira/browse/LUCENE-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer updated LUCENE-1407:
------------------------------------
Attachment: LUCENE-1407_with_back_compat.patch
back_compat_20090607b_without_contrib.patch
back_compat_20090607b_with_contrib.patch
Attached patches for back compat tag lucene_2_4_back_compat_tests_20090607b
The patch /back_compat_20090607b_without_contrib.patch contains only the
changes to build.xml, /src/java and /src/test while
back_compat_20090607b_with_contrib.patch has also the created remote contrib
project in it.
The third patch (LUCENE-1407_with_back_compat.patch) is an update to the
original LUCENE-1407.patch where I addtionally removed the rmic call in the
test-tag target. This call is obsolete and would fail as the
RemoteSearchable.java is not present in src/java.
I did run ant test and ant test-tag on trunk with the local modified compat tag
directory set to tags-dir. The test do all pass on trunk.
I did also run ant test on the compat tag where a lot of unrelated tests do
fail but I guess that is due to modifications on accepted changes, correct?!
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: 2.9
>
> Attachments: back_compat_20090607b_with_contrib.patch,
> back_compat_20090607b_without_contrib.patch, LUCENE-1407.patch,
> LUCENE-1407_with_back_compat.patch
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]