This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch fix-javaos-detection in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
omit d337c6b Fix several issues around Java OS and header files location detection add 77539ae Bump github/codeql-action from 3.25.7 to 3.25.8 (#179) add 2bec5be Bump github/codeql-action from 3.25.8 to 3.25.10 (#180) add ca75b98 Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#182) add e37d5fe Bump actions/checkout from 4.1.6 to 4.1.7 (#181) add a343dd4 tab -> 8 spaces, fix indent add e1de0fd Bump org.apache.commons:commons-parent from 70 to 71 add c511080 Bump github/codeql-action from 3.25.10 to 3.25.11 (#184) add cce236a Drop CodeQL add f245723 Revert "Drop CodeQL" add 4fecfcf Drop codecov.io add 2ad75a4 Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#185) add 87917cc Remove trailing whitespace add 44d4e5c Remove trailing whitespace add 22f884b Remove redundant keywords add 9cc242e Remove redundant keywords add e033ce0 Remove redundant keywords add 365eddb Remove redundant keywords add e6bf5ed Fix several issues around Java OS and header files location detection This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (d337c6b) \ N -- N -- N refs/heads/fix-javaos-detection (e6bf5ed) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/codeql-analysis-cpp.yml | 6 +-- .github/workflows/codeql-analysis-java.yml | 8 ++-- .github/workflows/coverage.yml | 52 ---------------------- .github/workflows/maven.yml | 2 +- .github/workflows/scorecards-analysis.yml | 6 +-- README.md | 1 - pom.xml | 2 +- .../apache/commons/daemon/DaemonPermission.java | 10 ++--- .../daemon/support/DaemonConfiguration.java | 2 +- .../commons/daemon/support/DaemonLoader.java | 12 ++--- .../commons/daemon/support/DaemonWrapper.java | 2 +- src/native/windows/apps/prunsrv/prunsrv.c | 8 ++-- .../commons/daemon/DaemonInitExceptionTest.java | 2 +- .../org/apache/commons/daemon/SimpleDaemon.java | 14 +++--- 14 files changed, 37 insertions(+), 90 deletions(-) delete mode 100644 .github/workflows/coverage.yml