big-r81 commented on code in PR #6099: URL: https://github.com/apache/couchdb/pull/6099#discussion_r3835647966
########## src/docs/src/install/search.rst: ########## @@ -18,15 +18,13 @@ Search Plugin Installation .. versionadded:: 3.0 -.. highlight:: ini - CouchDB can build and query full-text search indexes using an external Java service that embeds `Apache Lucene <http://lucene.apache.org>`_. Typically, this service is installed on the same host as CouchDB and communicates with it over the loopback network. -The search plugin is runtime-compatible with Java JDKs 6, 7 and 8. Building a -release from source requires JDK 6. **It will not work with any newer version of +The search plugin is runtime-compatible with Java JDKs 21 and later. Building a +release from source requires JDK 17. **It will not work with any older version of Review Comment: Will only a JDK 17 work for building or is it a version >=17 ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
