Skip to content

Conversation

@mneethiraj
Copy link
Contributor

What changes were proposed in this pull request?

Rebased PR #89 to latest master branch.

How was this patch tested?

CI tests run.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the handling of property values that contain spaces in the setup.sh script by adding double quotes around variable expansions when passing them to the updatePropertyToFilePy function. This ensures that property values with spaces are correctly treated as single arguments rather than being split into multiple arguments.

Key Changes

  • Added double quotes around ${newPropertyValue} variable expansion in all updatePropertyToFilePy function calls throughout the script
  • This change affects approximately 100+ property update calls across different configuration sections including database, authentication, SSL/TLS, audit, and SSO settings

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mneethiraj mneethiraj merged commit 7412aa5 into apache:master Jan 2, 2026
3 of 4 checks passed
mneethiraj added a commit that referenced this pull request Jan 2, 2026
…784)

Co-authored-by: Erik Anderson <eanderson20@bloomberg.net>
(cherry picked from commit 7412aa5)
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.

2 participants