Skip to content

Added method U.streamXmlToJson(xmlInputStream, jsonOutputStream, identStep) #731

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

Merged
merged 4 commits into from
May 20, 2025

Conversation

javadev
Copy link
Owner

@javadev javadev commented May 17, 2025

No description provided.

@javadev javadev force-pushed the xml-to-json-stream branch from b691a4a to f45986c Compare May 17, 2025 17:40
@javadev
Copy link
Owner Author

javadev commented May 17, 2025

What problem does this code solve?
A new method, U.streamXmlToJson(xmlInputStream, jsonOutputStream, identStep), has been added for converting XML input stream to JSON output stream.

Does the code still compile with Java11?
Yes

Risks
Low

Changes to the API?
No

Will this require a new release?
No

Should the documentation be updated?
No

Does it break the unit tests?
Unit tests were added.

Was any code refactored in this commit?
No

Review status
APPROVED

Starting 3-day comment window

@javadev javadev marked this pull request as ready for review May 17, 2025 17:47
Copy link

codecov bot commented May 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (09549ab) to head (8564804).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##                main      #731   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity      1579      1581    +2     
===========================================
  Files              6         6           
  Lines           4473      4482    +9     
  Branches         828       828           
===========================================
+ Hits            4473      4482    +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@javadev javadev merged commit 6915d51 into main May 20, 2025
36 of 67 checks passed
@javadev javadev deleted the xml-to-json-stream branch May 20, 2025 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant