Skip to content

fix: preserve XML namespace declarations when capturing subtrees#2330

Merged
norberttech merged 2 commits into1.xfrom
xml-namespace
Apr 24, 2026
Merged

fix: preserve XML namespace declarations when capturing subtrees#2330
norberttech merged 2 commits into1.xfrom
xml-namespace

Conversation

@norberttech
Copy link
Copy Markdown
Member

Resolves: #2328

Change Log


Added

Fixed

  • preserve XML namespace declarations when capturing subtrees

Changed

Removed

Deprecated

Security

@norberttech norberttech added this to the 0.37.0 milestone Apr 24, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.27%. Comparing base (8d742ba) to head (3a56bea).
⚠️ Report is 2 commits behind head on 1.x.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##              1.x    #2330       +/-   ##
===========================================
+ Coverage   10.87%   84.27%   +73.40%     
===========================================
  Files        1538     1540        +2     
  Lines       57954    58115      +161     
===========================================
+ Hits         6301    48979    +42678     
+ Misses      51653     9136    -42517     
Components Coverage Δ
etl 90.61% <ø> (+90.55%) ⬆️
cli 85.76% <ø> (+85.76%) ⬆️
lib-array-dot 94.82% <ø> (+94.82%) ⬆️
lib-azure-sdk 61.03% <ø> (+61.03%) ⬆️
lib-doctrine-dbal-bulk 95.16% <ø> (+95.16%) ⬆️
lib-filesystem 85.03% <ø> (+75.84%) ⬆️
lib-types 89.27% <ø> (+88.55%) ⬆️
lib-parquet 70.18% <ø> (+0.50%) ⬆️
lib-parquet-viewer 83.04% <ø> (+83.04%) ⬆️
lib-snappy 90.65% <ø> (+0.46%) ⬆️
lib-dremel 0.00% <ø> (ø)
lib-postgresql 88.66% <ø> (+88.66%) ⬆️
lib-telemetry 89.57% <ø> (+89.57%) ⬆️
bridge-filesystem-async-aws 92.21% <ø> (+92.21%) ⬆️
bridge-filesystem-azure 90.83% <ø> (+90.83%) ⬆️
bridge-monolog-http 97.45% <ø> (+97.45%) ⬆️
bridge-openapi-specification 91.50% <ø> (+91.50%) ⬆️
symfony-http-foundation 79.45% <ø> (+79.45%) ⬆️
bridge-psr18-telemetry 100.00% <ø> (+100.00%) ⬆️
bridge-psr7-telemetry 100.00% <ø> (+100.00%) ⬆️
bridge-telemetry-otlp 89.29% <ø> (+89.29%) ⬆️
bridge-symfony-http-foundation-telemetry 88.23% <ø> (+88.23%) ⬆️
bridge-symfony-filesystem-bundle 93.67% <ø> (+93.67%) ⬆️
bridge-symfony-postgresql-bundle 95.42% <ø> (+95.42%) ⬆️
bridge-symfony-postgresql-messenger 99.59% <ø> (+99.59%) ⬆️
bridge-symfony-telemetry-bundle 67.73% <ø> (+67.73%) ⬆️
adapter-chartjs 84.72% <ø> (+84.72%) ⬆️
adapter-csv 88.65% <ø> (+88.65%) ⬆️
adapter-doctrine 92.00% <ø> (+92.00%) ⬆️
adapter-elasticsearch 92.78% <ø> (+92.78%) ⬆️
adapter-google-sheet 99.02% <ø> (+99.02%) ⬆️
adapter-http 67.91% <ø> (+67.91%) ⬆️
adapter-json 87.61% <ø> (+87.61%) ⬆️
adapter-logger 47.36% <ø> (+47.36%) ⬆️
adapter-parquet 78.89% <ø> (+78.89%) ⬆️
adapter-text 81.25% <ø> (+81.25%) ⬆️
adapter-xml 82.61% <100.00%> (+82.61%) ⬆️
adapter-avro 0.00% <ø> (ø)
adapter-excel 94.02% <ø> (+94.02%) ⬆️
adapter-postgresql 0.00% <ø> (ø)
bridge-phpunit-postgresql 72.97% <ø> (+41.89%) ⬆️
bridge-phpunit-telemetry 60.33% <ø> (+57.09%) ⬆️
bridge-postgresql-valinor 100.00% <ø> (+100.00%) ⬆️
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@norberttech norberttech merged commit 5ac37fe into 1.x Apr 24, 2026
31 checks passed
@norberttech norberttech deleted the xml-namespace branch April 24, 2026 22:27
@github-project-automation github-project-automation Bot moved this from Todo to Done in Roadmap Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Bug]: Issue reading XML with namespaces - DOMDocument warnings and empty data

1 participant