Skip to content

#2187: Passing ProcessMode.BACKGROUND_SILENT when running SoapUi#2194

Open
MariusFreyer wants to merge 2 commits into
devonfw:mainfrom
MariusFreyer:feature/2187-soapui-commandlet-starts-soapui-in-foreground
Open

#2187: Passing ProcessMode.BACKGROUND_SILENT when running SoapUi#2194
MariusFreyer wants to merge 2 commits into
devonfw:mainfrom
MariusFreyer:feature/2187-soapui-commandlet-starts-soapui-in-foreground

Conversation

@MariusFreyer

Copy link
Copy Markdown

This PR fixes #2187

Implemented changes:


Testing instructions

Please add conscise, understandable instructions on how a reviewer can test/verify the functionality of your contribution here:

  1. Run "ide soapui". SoapUI should start without logging to the console and blocking it while running.

Checklist for this PR

Make sure everything is checked before merging this PR. For further info please also see
our DoD.

  • When running mvn clean test locally all tests pass and build is successful
  • PR title is of the form #«issue-id»: «brief summary» (e.g. #921: fixed setup.bat). If no issue ID exists, title only.
  • PR top-level comment summarizes what has been done and contains link to addressed issue(s)
  • PR and issue(s) have suitable labels
  • Issue is set to In Progress and assigned to you or there is no issue (might happen for very small PRs)
  • You followed all coding conventions
  • You have added the issue implemented by your PR in CHANGELOG.adoc unless issue is labeled
    with internal
  • You have formulated clear instructions on how to test your contribution under "Testing instructions"

@CLAassistant

CLAassistant commented Jul 21, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@coveralls

coveralls commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Coverage Report for CI Build 29836831606

Coverage increased (+0.01%) to 72.49%

Details

  • Coverage increased (+0.01%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • 3 coverage regressions across 1 file.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

3 previously-covered lines in 1 file lost coverage.

File Lines Losing Coverage Coverage
com/devonfw/tools/ide/tool/soapui/SoapUi.java 3 55.56%

Coverage Stats

Coverage Status
Relevant Lines: 16907
Covered Lines: 12777
Line Coverage: 75.57%
Relevant Branches: 7546
Covered Branches: 4949
Branch Coverage: 65.58%
Branches in Coverage %: Yes
Coverage Strength: 3.2 hits per line

💛 - Coveralls

@MariusFreyer MariusFreyer moved this from 🆕 New to Team Review in IDEasy board Jul 22, 2026
@MariusFreyer MariusFreyer added enhancement New feature or request ready-to-implement uv fast Python package and project manager labels Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request ready-to-implement uv fast Python package and project manager

Projects

Status: Team Review

Development

Successfully merging this pull request may close these issues.

SoapUI commandlet starts soapui in foreground

4 participants