Skip to content

Bump org.dbunit:dbunit from 3.4.0 to 3.5.1 - #2780

Merged
mprins merged 1 commit into
masterfrom
dependabot/maven/master/org.dbunit-dbunit-3.5.0
Aug 24, 2026
Merged

Bump org.dbunit:dbunit from 3.4.0 to 3.5.1#2780
mprins merged 1 commit into
masterfrom
dependabot/maven/master/org.dbunit-dbunit-3.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps org.dbunit:dbunit from 3.4.0 to 3.5.1.

Release notes

Sourced from org.dbunit:dbunit's releases.

3.5.1

Fixed Bugs

  • Fix a 3.5.0 regression (introduced by issue dbunit/dbunit-extension#496 fix) where FlatXmlProducer added every table from an explicitly-supplied metadata IDataSet as an empty table, not just tables actually present in the flat XML body: FlatXmlDataSetBuilder#setMetaDataSet(IDataSet) is documented as supplying column metadata only, but a broad metadata source such as a live database's full IDataSet (e.g. via DatabaseConnection#createDataSet()) was being read as if it enumerated the fixture's own tables, so DELETE_ALL/CLEAN_INSERT ended up touching every table in that broader source instead of only the ones the XML body mentions. FlatXmlProducer's issue dbunit/dbunit-extension#496 empty-table backfill now only runs when the metadata source is DTD-derived (a FlatDtdDataSet, whether parsed inline from the flat XML's own DOCTYPE or supplied via FlatXmlDataSetBuilder#setMetaDataSetFromDtd), restoring pre-3.5.0 behavior for any other explicitly-supplied metadata dataset. Issue: 951. Thanks to tkrah.

Full Changelog: dbunit/dbunit-extension@dbunit-3.5.0...dbunit-3.5.1

3.5.0

What's Changed

Full Changelog: dbunit/dbunit-extension@dbunit-3.4.0...dbunit-3.5.0

Commits
  • a1f5944 docs(site): Update index.adoc with 3.5.1 release
  • 2c76618 chore(release): Prep 3.5.1
  • 4674c5d fix(dataset): Restrict FlatXmlProducer empty-table backfill to DTD metadata
  • 085c74d docs: Convert lists and words to page links
  • 32a8e00 [maven-release-plugin] prepare for next development iteration
  • fe87f1b [maven-release-plugin] prepare release dbunit-3.5.0
  • 7b6d028 chore(release): Prep 3.5.0
  • 94d5db6 build: Change all 3.4.1 version refs to 3.5.0
  • b59c038 docs(site): Update next release summaries
  • c1685b5 fix(postgresql): PostgreSQLOidDataType doesn't read non-large-object oid
  • Additional commits viewable in compare view

@dependabot dependabot Bot added bouw- en testinfrastuctuur oa. aanpassingen vanwege build servers en maven plugins dependency update (deels) automatische updates van gebruikte libraries labels Aug 18, 2026
@codecov

codecov Bot commented Aug 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37%. Comparing base (cd84d20) to head (558e8e0).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##             master   #2780   +/-   ##
========================================
+ Coverage        37%     37%   +1%     
  Complexity       74      74           
========================================
  Files           199     199           
  Lines         13551   13551           
  Branches       1431    1431           
========================================
+ Hits           4902    4903    +1     
  Misses         8240    8240           
+ Partials        409     408    -1     

see 1 file with indirect coverage changes

🚀 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.

@mprins

mprins commented Aug 24, 2026

Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [org.dbunit:dbunit](https://github.com/dbunit/dbunit-extension) from 3.4.0 to 3.5.1.
- [Release notes](https://github.com/dbunit/dbunit-extension/releases)
- [Commits](dbunit/dbunit-extension@dbunit-3.4.0...dbunit-3.5.1)

---
updated-dependencies:
- dependency-name: org.dbunit:dbunit
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump org.dbunit:dbunit from 3.4.0 to 3.5.0 Bump org.dbunit:dbunit from 3.4.0 to 3.5.1 Aug 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/maven/master/org.dbunit-dbunit-3.5.0 branch from cdeced6 to 558e8e0 Compare August 24, 2026 07:34
@mprins mprins removed the bouw- en testinfrastuctuur oa. aanpassingen vanwege build servers en maven plugins label Aug 24, 2026
@mprins
mprins enabled auto-merge (squash) August 24, 2026 07:43
@mprins
mprins merged commit 5c60c15 into master Aug 24, 2026
28 checks passed
@mprins
mprins deleted the dependabot/maven/master/org.dbunit-dbunit-3.5.0 branch August 24, 2026 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency update (deels) automatische updates van gebruikte libraries

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant