-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix namespaces related issues for toXml
API in data.xmldata
module
#66
Fix namespaces related issues for toXml
API in data.xmldata
module
#66
Conversation
88bdf36
to
01c797c
Compare
native/src/main/java/io/ballerina/lib/data/xmldata/utils/ToXmlUtils.java
Show resolved
Hide resolved
native/src/main/java/io/ballerina/lib/data/xmldata/utils/DataUtils.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/lib/data/xmldata/utils/DataUtils.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/lib/data/xmldata/utils/DataUtils.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/lib/data/xmldata/utils/DataUtils.java
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #66 +/- ##
=========================================
Coverage 85.31% 85.31%
- Complexity 906 911 +5
=========================================
Files 31 31
Lines 3752 3794 +42
Branches 756 767 +11
=========================================
+ Hits 3201 3237 +36
- Misses 332 338 +6
Partials 219 219 ☔ View full report in Codecov by Sentry. |
There are some Codecov warnings, please check them as well. |
Those are not what we intened to use via the xsd tool |
Purpose
Fix namespaces related issues for
toXml
API indata.xmldata
moduleFixes: ballerina-platform/ballerina-library#7402
Fixes: ballerina-platform/ballerina-library#7423
Fixes: ballerina-platform/ballerina-library#7441