You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I went to update the Lucene libraries we depend on, it turns out the latest releases target Java 11. I don't suppose there's a release of Lucene which targets 8? We have kept our software compatible with Java 8 for a while, although we're aware that eventually we'll want to move on to newer versions.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Your best bet would be to bump the minimum requirements to a more recent Java version and use a more recent Lucene release. There are benefits reaching beyond just that particular bug - new features, new codecs, faster searches.
Hi,
I am the primary maintainer of Stanford CoreNLP. We use the Lucene libraries for various things in our software.
I found that there's a fix for a stack overflow error in recent versions of Lucene:
#12462
This was in response to the following issue a user raised on our software:
stanfordnlp/CoreNLP#1408
However, when I went to update the Lucene libraries we depend on, it turns out the latest releases target Java 11. I don't suppose there's a release of Lucene which targets 8? We have kept our software compatible with Java 8 for a while, although we're aware that eventually we'll want to move on to newer versions.
Thanks in advance
The text was updated successfully, but these errors were encountered: