[Dont merge - Breaking Change] Add helper function to preserve XML declaration as processing instruction#44359
Open
chiranSachintha wants to merge 9 commits intoballerina-platform:2201.12.xfrom
Open
Conversation
Member
Author
xml body = xml `<?xml version="1.1" encoding="UTF-8"?><A><B>123</B></A>`;
Here, we treated |
7f6aeb5 to
1fb4126
Compare
gimantha
requested changes
Oct 16, 2025
...a-unit-test/src/test/resources/test-src/runtime/api/values/modules/xml_values/xml_values.bal
Outdated
Show resolved
Hide resolved
...a-unit-test/src/test/resources/test-src/runtime/api/values/modules/xml_values/xml_values.bal
Show resolved
Hide resolved
gimantha
approved these changes
Oct 16, 2025
Contributor
|
This is a breaking change. |
4263a5e to
d4dbea7
Compare
0e1a389 to
0bef29d
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2201.12.x #44359 +/- ##
============================================
Coverage 77.28% 77.28%
- Complexity 59163 59171 +8
============================================
Files 3541 3541
Lines 222660 222680 +20
Branches 28872 28879 +7
============================================
+ Hits 172083 172106 +23
+ Misses 40853 40850 -3
Partials 9724 9724 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Fixes #
Approach
Samples
Remarks
Check List