Menu

dbunit Merge Request #1: #180 Integrate DataSetBuilder (rejected)

Merging...

Merged

Something went wrong. Please, merge manually

Checking if merge is possible...

Something went wrong. Please, merge manually

niels wants to merge 35 commits from /p/dbunitniels/dbunit/ to master, 2014-04-27

Changes for JavaDataSet via merge so that the whole history still remains to give honor which do the most work.
JavaDataSets enables to build datasets with JavaCode very easily. You can find an example of usage
https://github.com/opensource21/sze/blob/master/src/test/java/net/sf/sze/dbunit/AbstractSzeDbUnitTest.java

Hope this works otherwise please contact me.

Commit Date  
[16948a] by niels niels

Fixing some Java 1.5 issues and improve the javadoc.

2014-04-26 08:54:47 Tree
[b7e279] by niels niels

Merge changes for JavaDataSet so that the whole history still remains to
give honor which do the most work.
JavaDataSets enables to build datasets with JavaCode very easily.
You can find an example of usage
https://github.com/opensource21/sze/blob/master/src/test/java/net/sf/sze/dbunit/AbstractSzeDbUnitTest.java

2014-04-26 08:40:51 Tree
[5d0398] by niels niels

Prepare for an easy merge to dbunit.

2014-04-26 08:36:33 Tree
[47721a] by niels niels

Start version 1.3

2014-04-13 18:58:21 Tree
[59e9d3] by niels niels

Improve the possibilities to influence the name of the RowBuilder and
his elements.

2014-04-13 18:48:37 Tree
[df6ed4] by niels niels

Fix hided field by parameter.

2014-01-22 16:43:52 Tree
[8b9b85] by niels niels

Upgrade to JUnit 4.11

2014-01-12 18:21:46 Tree
[b4aac2] by niels niels

Switched to Java 1.5

2014-01-12 16:13:13 Tree
[bb2fad] by niels niels

Start 1.2 after publishing 1.1

2014-01-05 16:06:45 Tree
[ad3f70] by niels niels

Create BuilderDataSetWriter and CustomRowBuilderGenerator together with
an DataSetRowChanger.

2014-01-05 15:09:28 Tree
[950884] by niels niels

Adjust the code so taht it's more DBUnit like (Header, Interfaces starts
with I).
Created a BasicDataRowBuilder as a Super-class for custom rowbuilder.

Unfortunately there was a lot of whitespace-changes.

2014-01-05 15:04:01 Tree
[15e879] by Marc Philipp Marc Philipp

Merge pull request #4 from mab/master

DataSetBuilder.addDataSet()

2013-10-29 19:02:32 Tree
[73b84d] by Matthias Baumgart Matthias Baumgart

Updated indentation.

2013-10-29 13:59:27 Tree
[160eef] by Matthias Baumgart Matthias Baumgart

Removed final modifiers.

2013-10-29 13:57:34 Tree
[3226c5] by Matthias Baumgart Matthias Baumgart

Implements addDataSet for the DataSetBuilder.

2013-10-29 13:44:24 Tree
[ba39cd] by Marc Philipp Marc Philipp

Add build status to readme

2013-10-10 12:48:53 Tree
[6de714] by Marc Philipp Marc Philipp

Trying to trigger Travis build

2013-10-10 12:43:21 Tree
[d4d603] by Marc Philipp Marc Philipp

Preparations for Travis build

2013-10-10 12:40:04 Tree
[902d30] by Marc Philipp Marc Philipp

Prepare for Maven central

2013-10-10 12:36:33 Tree
[195838] by Marc Philipp Marc Philipp

Clean up dependencies

slf4j-simple is only required for the example

2013-10-10 12:14:30 Tree
[80d2d8] by Marc Philipp Marc Philipp

Rename to fit package prefix naming convention

2013-10-10 12:11:22 Tree
[374343] by Marc Philipp Marc Philipp

Merge pull request #2 from leocomelli/master

Convert project to Maven and update dependencies

2013-10-10 11:56:46 Tree
[645315] by Leonardo Comelli Leonardo Comelli

Merge branch 'master' of https://github.com/leocomelli/dbunit-datasetbuilder

2013-10-08 20:34:21 Tree
[522491] by Leonardo Comelli Leonardo Comelli

license and pom version were changed

2013-10-08 20:26:30 Tree
[524474] by Leonardo Comelli Leonardo Comelli

changed version and license

2013-10-08 20:26:30 Tree
[3f19e2] by Leonardo Comelli Leonardo Comelli

updated scm configs

2013-10-08 19:31:54 Tree
[464eaf] by Leonardo Comelli Leonardo Comelli

only indentation

2013-10-08 17:34:26 Tree
[9a71fa] by Leonardo Comelli Leonardo Comelli

removed lib directory

2013-10-08 17:30:59 Tree
[6220ce] by Leonardo Comelli Leonardo Comelli

removed .settings directory

2013-10-08 17:30:23 Tree
[101149] by Leonardo Comelli Leonardo Comelli

Converting this project to Maven

2013-10-08 17:27:55 Tree
[f7ea92] by Marc Philipp Marc Philipp

Export dependency to DbUnit jar

2012-04-02 05:58:57 Tree
[67caf7] by Marc Philipp Marc Philipp

Licence is LGPL (same as for DbUnit)

2012-04-02 05:58:33 Tree
[5e39a1] by Marc Philipp Marc Philipp

Edited README.md via GitHub

2011-08-07 19:09:26 Tree
[d857bc] by Marc Philipp Marc Philipp

Added README

2011-03-26 19:45:04 Tree
[a0dccf] by Marc Philipp Marc Philipp

Initial commit

2011-03-26 11:05:58 Tree

Discussion

  • Jeff Jensen

    Jeff Jensen - 2014-04-27
    • Status: open --> rejected
     
    • mphilipp82

      mphilipp82 - 2015-02-04

      @niels has rebased and removed System.out.println().

      @Jeff Jensen Will you reconsider merging this?

       
  • Jeff Jensen

    Jeff Jensen - 2014-04-27

    The first issues I see that prevent pulling in the code:

    1. The latest 2.5.0 changes are not in - need to rebase.

    2. Remove all use of System.out.println. Only use Loggers (and carefully consider level used).

    3. Docs - how to use it? Need to add/update pages with some info. Some simple initial ones to start with the merge is fine, with improving them soon after.

     

Log in to post a comment.