This is an automated email from the ASF dual-hosted git repository. big-r81 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 74ac0419742c51009d48abb46fd7549301fe26c6 Author: Jan Lehnardt <[email protected]> AuthorDate: Mon May 18 22:18:05 2026 +0200 doc: link to Adoptium for third-party Java 21 debs. --- src/docs/src/config/replicator.rst | 2 +- src/docs/src/install/nouveau.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/docs/src/config/replicator.rst b/src/docs/src/config/replicator.rst index fa7ba7689..ceb3eebba 100644 --- a/src/docs/src/config/replicator.rst +++ b/src/docs/src/config/replicator.rst @@ -284,7 +284,7 @@ Replicator Database Configuration Comma delimited ``host:port:target_host:target_port`` mappings to use for replicator requests. This is useful for cases where outbound HTTP requests must be made through a transparent proxy or when port rewriting is needed. - + This feature is similar to curl's ``--connect-to`` option. ``host`` may be either an exact hostname such as ``foo.bar.com`` or a diff --git a/src/docs/src/install/nouveau.rst b/src/docs/src/install/nouveau.rst index 152a2fa2f..6db195048 100644 --- a/src/docs/src/install/nouveau.rst +++ b/src/docs/src/install/nouveau.rst @@ -27,6 +27,9 @@ the loopback network. 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 ==============
