apache / couchdb-pkg

Apache CouchDB Packaging support files
https://github.com/apache/couchdb-pkg
Apache License 2.0
29 stars 30 forks source link

set JAVA_PATH in /etc/default/couchdb-nouveau #156

Closed rnewson closed 2 months ago

rnewson commented 2 months ago

The previous approach, cribbed from apacheds upstream package, forced an install of an undesired JRE.

Instead, just require something that is at least Java 11 (minimum for Lucene/Dropwizard) and point to /usr/bin/java. Admins can override cleanly in the defaults file if they have preferred JDK/JRE's at other paths.