[
https://issues.apache.org/jira/browse/LUCENE-5886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14098500#comment-14098500
]
Uwe Schindler commented on LUCENE-5886:
---------------------------------------
But if it returns suddenly 1.10, we have a problem. Because our stuff always is
something like "minimum java X" -> then do something. If somebody downloads the
version from today and runs it with Java 10, we are not prepared for that, ecj
would suddenly run on that version, although not wanted.
With this patch. we simply say, everything >=1.9 is up to now detected as
minimum java 9.
Another idea I had would be: we should assign "unknown" to the property, if the
version is not in our list of expected ones (1.7, 1.8, 1.9): so we could say:
ecj never runs on systems with version="1.9" or "unknown".
> current ecj-javadoc-lint crashes on SharedFSAutoReplicaFailoverUtilsTest.java
> -----------------------------------------------------------------------------
>
> Key: LUCENE-5886
> URL: https://issues.apache.org/jira/browse/LUCENE-5886
> Project: Lucene - Core
> Issue Type: Bug
> Reporter: Robert Muir
> Attachments: LUCENE-5886.patch, LUCENE-5886.patch, LUCENE-5886.patch,
> java9detection.patch
>
>
> It seems the version we are using has bugs that are tripped by this test.
> We are using 3.7.2, I think we should upgrade to 4.4?
> It seems to solve the issue for me.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]