This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
commit 76e75049a75f717e4ddc7a6b42f32e7fd4441221 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jan 7 17:50:06 2025 +0000 Minimum Java version is 8 Note the native compilation probably will still work with older Java versions as the JNI API hasn't changed much (at all?) --- src/native/unix/INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/unix/INSTALL.txt b/src/native/unix/INSTALL.txt index 0299b91..08344d5 100644 --- a/src/native/unix/INSTALL.txt +++ b/src/native/unix/INSTALL.txt @@ -2,7 +2,7 @@ To build the service libraries and binary under an UNIX operating system you will need: An ANSI-C compliant compiler (GCC is good) - A Java Platform 2 compliant SDK + Java 8 or later JDK GNU Automake (when building from Git). When building from Git you need to build the "configure" program with: