feat: add Windows service support (#44496)

Closes: #37704

Signed-off-by: Peter Zaoral <pepo48@gmail.com>
This commit is contained in:
Peter Zaoral
2025-12-19 17:55:42 +01:00
committed by GitHub
parent 04c0c874f9
commit 7da8a8a2e3
19 changed files with 1029 additions and 41 deletions

View File

@@ -277,6 +277,11 @@ jobs:
name: Integration test setup
uses: ./.github/actions/integration-test-setup
- id: prunsrv-setup
name: Setup Apache Commons Daemon (Procrun) for Windows service tests
if: runner.os == 'Windows'
uses: ./.github/actions/prunsrv-setup
# Smoke tests should cover scenarios that could be broken by changes in other modules that quarkus
# test classes and even individual tests are included in the following suites by junit tags
# kc.quarkus.tests.groups acts as the tag filter