Please integrate DataSetBuilder from [1] into the dbUnit codebase.
Here's a description of what it does and why I think it is useful:
https://github.com/marcphilipp/dbunit-datasetbuilder/blob/master/README.md
I have attached a ZIP file that contains the source files along with the unit tests.
Your files do not build with current HEAD. For example, using generics, org.junit package.
While upgrading compiler version and JUnit dep is great, please create additional patches for those changes so this change will build clean.
Hi I made an upgrade to java 5 and junit 4.11. Tried to fork the git-repository, but sf fails. Perhaps github would be a better choice to host the git-repository.
I created patch files with
git format-patch master..You can import them with
git apply.I made further improvements on the datasetbuilder. I can provide it in a next step
Thanks niels, I reviewed and updated the versions.
Ok here is my merge request https://sourceforge.net/p/dbunit/code.git/merge-requests/1/. Hope it works, I'm not so familar with the progress here at sf, but at least it's seems to work :-)