Skip to content

Fix compatibility with Powershell 5.1 - #419

Merged
mgaffigan merged 1 commit into
OpenIntegrationEngine:mainfrom
mgaffigan:fix/powershell51-compat
Aug 26, 2026
Merged

mgaffigan merged 1 commit into
OpenIntegrationEngine:mainfrom
mgaffigan:fix/powershell51-compat

Conversation

@mgaffigan

@mgaffigan mgaffigan commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Powershell 5.1 does not suppress error handling when STDERR is redirected to STDOUT, and also does not allow Join-Path with null values.

Credit to @Discofris for discovering the fix

Closes #394

Powershell 5.1 does not suppress error handling when STDERR is redirected
to STDOUT, and also does not allow Join-Path with null values.

Issue: OpenIntegrationEngine#394
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
@github-actions

Copy link
Copy Markdown

Test Results

675 tests   675 ✅  2m 12s ⏱️
114 suites    0 💤
114 files      0 ❌

Results for commit bbfc3b8.

@mgaffigan
mgaffigan merged commit e765919 into OpenIntegrationEngine:main Aug 26, 2026
4 checks passed
@mgaffigan
mgaffigan deleted the fix/powershell51-compat branch August 26, 2026 15:50
@discofris

Copy link
Copy Markdown

✅ Compatibility with PowerShell 5.1 has been fixed. Thanks all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Server powershell startup doesn't accept some Java 17 versions

5 participants