Skip to content

fix(conf): support equal signs in property values#5392

Merged
kevwan merged 1 commit intozeromicro:masterfrom
Bension:fix/properties-split
Feb 1, 2026
Merged

fix(conf): support equal signs in property values#5392
kevwan merged 1 commit intozeromicro:masterfrom
Bension:fix/properties-split

Conversation

@Bension
Copy link
Contributor

@Bension Bension commented Jan 27, 2026

Use strings.SplitN instead of strings.Split to only split on the first equal sign, allowing values to contain equal signs. This fixes parsing failures for database URLs, base64 strings, and other values containing equal signs.

Use strings.SplitN instead of strings.Split to only split on the first equal sign, allowing values to contain equal signs.
This fixes parsing failures for database URLs, base64 strings, and other values containing equal signs.
@kevwan kevwan force-pushed the fix/properties-split branch from 204e7c5 to 20abf68 Compare February 1, 2026 04:09
@codecov
Copy link

codecov bot commented Feb 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@kevwan kevwan added this pull request to the merge queue Feb 1, 2026
Merged via the queue into zeromicro:master with commit 4d5ed2c Feb 1, 2026
6 checks passed
@Bension Bension deleted the fix/properties-split branch February 2, 2026 01:16
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