This is an automated email from the ASF dual-hosted git repository. big-r81 pushed a commit to tag 3.5.2.post1 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 212fdd115f95c29a7e118b93d66a2d20f07a89b3 Author: Ronny Berndt <[email protected]> AuthorDate: Mon May 18 23:50:15 2026 +0200 doc: Highlight the required Java version for Nouveau --- src/docs/src/install/nouveau.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/docs/src/install/nouveau.rst b/src/docs/src/install/nouveau.rst index 6db195048..fbc161981 100644 --- a/src/docs/src/install/nouveau.rst +++ b/src/docs/src/install/nouveau.rst @@ -25,10 +25,12 @@ service that embeds `Apache Lucene <https://lucene.apache.org>`_. Typically, thi service is installed on the same host as CouchDB and communicates with it over the loopback network. -Nouveau server is runtime-compatible with Java 21 or higher. +.. important:: -If your Linux distribution does not provide Java 21 packages you can get third -party ones, `like Adoptium for Debian <https://adoptium.net/en-GB/installation/linux>`_. + Nouveau server is runtime-compatible with Java 21 or higher. + + If your Linux distribution does not provide Java 21 packages you can get third + party ones, `like Adoptium for Debian <https://adoptium.net/en-GB/installation/linux>`_. Enable Nouveau ==============
