You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(7) |
Aug
(37) |
Sep
|
Oct
|
Nov
(1) |
Dec
(22) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(8) |
Feb
(68) |
Mar
(72) |
Apr
(149) |
May
(32) |
Jun
(46) |
Jul
(26) |
Aug
(59) |
Sep
(25) |
Oct
(18) |
Nov
(4) |
Dec
(3) |
2004 |
Jan
(90) |
Feb
(19) |
Mar
(38) |
Apr
(41) |
May
(44) |
Jun
(2) |
Jul
(10) |
Aug
|
Sep
(14) |
Oct
|
Nov
(1) |
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(15) |
Jun
(1) |
Jul
|
Aug
(9) |
Sep
|
Oct
(17) |
Nov
|
Dec
|
2006 |
Jan
(1) |
Feb
(16) |
Mar
|
Apr
(1) |
May
(48) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(29) |
2007 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
(23) |
Mar
(31) |
Apr
|
May
(26) |
Jun
(6) |
Jul
(1) |
Aug
|
Sep
(7) |
Oct
(1) |
Nov
(8) |
Dec
(8) |
2009 |
Jan
(5) |
Feb
(9) |
Mar
(1) |
Apr
|
May
(23) |
Jun
(3) |
Jul
|
Aug
(1) |
Sep
(9) |
Oct
(28) |
Nov
(18) |
Dec
(8) |
2010 |
Jan
(19) |
Feb
(24) |
Mar
(3) |
Apr
|
May
(5) |
Jun
(4) |
Jul
|
Aug
(1) |
Sep
(11) |
Oct
|
Nov
(2) |
Dec
(1) |
2011 |
Jan
|
Feb
(7) |
Mar
|
Apr
(6) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(32) |
Oct
(6) |
Nov
|
Dec
|
From: <rlo...@us...> - 2008-09-10 02:28:16
|
Revision: 803 http://dbunit.svn.sourceforge.net/dbunit/?rev=803&view=rev Author: rlogiacco Date: 2008-09-10 02:28:14 +0000 (Wed, 10 Sep 2008) Log Message: ----------- [maven-release-plugin] copy for tag release-2.3.0 Added Paths: ----------- tags/release-2.3.0/ tags/release-2.3.0/pom.xml tags/release-2.3.0/src/changes/changes.xml Removed Paths: ------------- tags/release-2.3.0/pom.xml tags/release-2.3.0/src/changes/changes.xml Deleted: tags/release-2.3.0/pom.xml =================================================================== --- trunk/pom.xml 2008-09-06 20:16:09 UTC (rev 800) +++ tags/release-2.3.0/pom.xml 2008-09-10 02:28:14 UTC (rev 803) @@ -1,576 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>org.dbunit</groupId> - <artifactId>dbunit</artifactId> - <packaging>jar</packaging> - <version>2.3.0-SNAPSHOT</version> - <name>DbUnit Framework</name> - <url>http://dbunit.sourceforge.net</url> - <inceptionYear>2002</inceptionYear> - <description> - DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage. - </description> - <licenses> - <license> - <name>GNU Lesser General Public License, Version 2.1</name> - <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - <properties> - <compileSource>1.4</compileSource> - <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> - </properties> - <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> - </scm> - <issueManagement> - <system>SourceForge</system> - <url>http://sourceforge.net/tracker/?group_id=47439</url> - </issueManagement> - <ciManagement> - <system>parabuild</system> - <url><![CDATA[ - http://parabuild.viewtier.com:8080/parabuild/index.htm?view=detailed&buildid=30 - ]]></url> - <notifiers> - <notifier> - <type>mail</type> - <sendOnError>true</sendOnError> - <sendOnFailure>false</sendOnFailure> - <sendOnSuccess>false</sendOnSuccess> - <sendOnWarning>false</sendOnWarning> - <configuration> - <address>go...@us...</address> - </configuration> - </notifier> - </notifiers> - </ciManagement> - <mailingLists> - <mailingList> - <name>DbUnit User List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-user</archive> - </mailingList> - <mailingList> - <name>DbUnit Developer List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-developer</archive> - </mailingList> - <mailingList> - <name>DbUnit SVN Commit List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-commit</archive> - </mailingList> - </mailingLists> - - <pluginRepositories> - <!-- - <pluginRepository> - <id>snapshots</id> - <url>http://people.apache.org/repo/m2-snapshot-repository/</url> - </pluginRepository> - --> - </pluginRepositories> - - - <!-- who the developers are for the project --> - <developers> - <!-- put my name first, so my email is used by the announcements-email - plugin --> - <developer> - <name>Roberto Lo Giacco</name> - <id>rlogiacco</id> - <email>rlo...@us...</email> - <organization>SmartLab</organization> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Felipe Leme</name> - <id>felipeal</id> - <email>db...@fe...</email> - <organization>Falcon Informatica</organization> - <timezone>-3</timezone> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Benjamin Cox</name> - <id>bdrum</id> - <roles> - <role>Java Developer</role> - <!-- <role>Original Ant Task Contributor</role> --> - </roles> - </developer> - <developer> - <name>David Eric Pugh</name> - <id>dep4b</id> - <email>ep...@op...</email> - <organization>OpenSource Connections</organization> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Federico Spinazzi</name> - <id>fspinazzi</id> - <email>f.s...@ma...</email> - <organization>Master House S.r.l</organization> - <roles> - <role>Java Developer</role> - <!-- <role>DB2 Contributor</role> --> - </roles> - </developer> - <developer> - <name>Manuel Laflamme</name> - <id>mlaflamm</id> - <organization>Oz Communication</organization> - <roles> - <role>Project Founder</role> - <!-- <role>Java Developer</role> --> - </roles> - </developer> - <developer> - <name>Timothy J. Ruppert</name> - <id>zieggy</id> - <roles> - <role>Java Developer</role> - <!-- <role>Original Ant Task Contributor</role> --> - </roles> - </developer> - <developer> - <name>Sebastien Le Callonnec</name> - <id>slecallonnec</id> - <email>sle...@us...</email> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Matthias Gommeringer</name> - <id>gommma</id> - <email>go...@us...</email> - <roles> - <role>Java Developer</role> - </roles> - </developer> - </developers> - - <contributors> - <contributor> - <name>Klas Axel</name> - <roles> - <role>HsqldbDataTypeFactory</role> - </roles> - </contributor> - <contributor> - <name>Erik Price</name> - <roles> - <role>DatabaseSequenceOperation</role> - </roles> - </contributor> - <contributor> - <name>Jeremy Stein</name> - <roles> - <role>InsertIndentityOperation</role> - </roles> - </contributor> - <contributor> - <name>Keven Kizer</name> - <roles> - <role>Early guinea pig</role> - </roles> - </contributor> - <contributor> - <name>Mike Bresnahan</name> - <roles> - <role>DbUnit evangelist</role> - </roles> - </contributor> - <contributor> - <name>Andres Almiray</name> - <email>aal...@us...</email> - <roles> - <role>IDatabaseTester creator</role> - </roles> - </contributor> - </contributors> - - - <dependencies> - - <!-- TODO: check which dependencies could marked as optional. - For instance, ant is optional because it's only necessary for the dbunit - Ant tasks. --> - - <!-- TODO: add exclusion for dependencies that include xerces/xalan --> - - <!-- JUnit 3.8.2 fix that annoying 'expected: <....>' bug... --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - </dependency> - - <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - </dependency> - <dependency> - <groupId>org.apache.poi</groupId> - <artifactId>poi</artifactId> - <version>3.1-FINAL</version> - </dependency> - <dependency> - <groupId>ant</groupId> - <artifactId>ant</artifactId> - <!-- TODO: range-> 1.5.3-1 + - <version>1.6.5</version> ---> - <version>1.5.4</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.1</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.1</version> - </dependency> - <dependency> - <groupId>mockobjects</groupId> - <artifactId>mockobjects-core</artifactId> - <version>0.07</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>mockmaker</groupId> - <artifactId>mmmockobjects</artifactId> - <version>1.12.0</version> - <scope>test</scope> - </dependency> - <!-- TODO: check why follow dependency is necessary --> - <dependency> - <groupId>mockobjects</groupId> - <artifactId>mockobjects-jdk1.3</artifactId> - <version>0.07</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>hsqldb</groupId> - <artifactId>hsqldb</artifactId> - <version>1.8.0.1</version> - <scope>test</scope> - </dependency> - <dependency> - <!-- Only needed when "profile.properties" is set to "derby" environment --> - <groupId>org.apache.derby</groupId> - <artifactId>derby</artifactId> - <version>10.4.1.3</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.4.3</version> - </dependency> - - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-nop</artifactId> - <version>1.4.3</version> - <scope>runtime</scope> - </dependency> - - </dependencies> - - <build> - <defaultGoal>install</defaultGoal> - <sourceDirectory>src/java</sourceDirectory> - <testSourceDirectory>src/test</testSourceDirectory> - - <!-- TODO: move to M2's expected path and separate java from test - (once SCM is migrated to SVN...) --> - <resources> - <resource> - <directory>.</directory> - <includes> - <include>LICENSE.txt</include> - </includes> - </resource> - <resource> - <directory>src/java</directory> - <includes> - <include>**/dataset.dtd</include> - </includes> - </resource> - <resource> - <directory>src/csv</directory> - <includes> - <include>**/cvs-tests.properties</include> - </includes> - </resource> - - </resources> - <!-- TODO: that are some resources on src that should be on test... - - <testResources> - <testResource> - </testResource> - </testResources> ---> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <!-- In some machines (at least on mine :-(, running AllTests is much -faster then running all tests, but there is not guarantee that all tests will -be run (i.e., a developer could create a new test file and forget to add it to -AllTests) - <includes> - <include>org/dbunit/AllTests.java</include> - </includes> - --> - <excludes> - <exclude>**/Abstract*.java</exclude> - </excludes> - <includes> - <include>**/*Test.java</include> - </includes> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>${compileSource}</source> - <target>${compileSource}</target> - <compilerVersion>${compileSource}</compilerVersion> - <!-- TODO somehow we must ensure that the used rt.jar is really a 1.4 and not higher, also for continuous integration --> - <!--<executable>${JAVA_1_4_HOME}/bin/javac</executable>--> - <debug>true</debug> - <fork>true</fork> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <goals>javadoc:javadoc source:jar javadoc:jar deploy site changes:announcement-generate assembly:assembly</goals> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <includes> - <include>/LICENSE.txt</include> - <include>**</include> - </includes> - </configuration> - </plugin> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptors> - <descriptor>assembly.xml</descriptor> - </descriptors> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>clean</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <!-- basic reports - available to all plugins --> - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - <configuration> - <!--<stylesheet>"${basedir}/myStyles.css"</stylesheet>--> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-report-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - </plugin> -<!-- <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin>--> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <configLocation>checkstyle.xml</configLocation> - </configuration> - </plugin> - <!-- Generate "PMD" and "CPD" reports --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <linkXref>true</linkXref> - <sourceEncoding>utf-8</sourceEncoding> - <minimumTokens>100</minimumTokens> - <targetJdk>${compileSource}</targetJdk> - </configuration> - </plugin> - <!-- Generate "JDepend" report --> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <destDir>apidocs</destDir> - <quiet>true</quiet> - <stylesheet>maven</stylesheet> - <tags> - <tag> - <name>TODO</name> - <placement>a</placement> - <head>To do:</head> - </tag> - </tags> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - <version>2.0</version> - <configuration> - <smtpHost>localhost</smtpHost> - <smtpPort implementation="java.lang.Integer">25</smtpPort> - <introduction>If you are reading this, the maintainer forgot to descrive what's the purpose of this release!!!</introduction> - <toAddresses> - <toAddress implementation="java.lang.String">dbu...@li...</toAddress> - <toAddress implementation="java.lang.String">dbu...@li...</toAddress> - </toAddresses> - <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload> - <issueLinkTemplate>http://sourceforge.net/support/tracker.php?aid=%ISSUE%</issueLinkTemplate> -<!-- <issueLinkTemplate>%URL%?func=detail&aid=%ISSUE%&group_id=47439&atid=449494</issueLinkTemplate> --> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>changes-report</report> - <report>license</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - - <distributionManagement> - <snapshotRepository> - <id>sourceforge</id> - <name>SourceForge Snapshots Repo</name> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url> - </snapshotRepository> - <repository> - <id>sourceforge</id> - <name>SourceForge Releases Repo</name> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url> - </repository> - <site> - <id>sourceforge</id> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url> - </site> - </distributionManagement> - - <profiles> - <profile> - <id>official</id> - <dependencies> - <dependency> - <groupId>javax.sql</groupId> - <artifactId>jdbc-stdext</artifactId> - <version>2.0</version> - <optional>true</optional> - </dependency> - </dependencies> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>${compileSource}</source> - <target>${compileSource}</target> - <compilerVersion>${compileSource}</compilerVersion> - <executable>${JAVA_1_4_HOME}/bin/javac</executable> - <debug>true</debug> - <fork>true</fork> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - <configuration> - <!--<stylesheet>"${basedir}/myStyles.css"</stylesheet>--> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changelog-plugin</artifactId> - </plugin> - </plugins> - </reporting> - </profile> - </profiles> - -</project> Copied: tags/release-2.3.0/pom.xml (from rev 802, trunk/pom.xml) =================================================================== --- tags/release-2.3.0/pom.xml (rev 0) +++ tags/release-2.3.0/pom.xml 2008-09-10 02:28:14 UTC (rev 803) @@ -0,0 +1,576 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.dbunit</groupId> + <artifactId>dbunit</artifactId> + <packaging>jar</packaging> + <version>2.3.0</version> + <name>DbUnit Framework</name> + <url>http://dbunit.sourceforge.net</url> + <inceptionYear>2002</inceptionYear> + <description> + DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage. + </description> + <licenses> + <license> + <name>GNU Lesser General Public License, Version 2.1</name> + <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + <properties> + <compileSource>1.4</compileSource> + <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> + </properties> + <scm> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.3.0</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.3.0</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.3.0</url> + </scm> + <issueManagement> + <system>SourceForge</system> + <url>http://sourceforge.net/tracker/?group_id=47439</url> + </issueManagement> + <ciManagement> + <system>parabuild</system> + <url><![CDATA[ + http://parabuild.viewtier.com:8080/parabuild/index.htm?view=detailed&buildid=30 + ]]></url> + <notifiers> + <notifier> + <type>mail</type> + <sendOnError>true</sendOnError> + <sendOnFailure>false</sendOnFailure> + <sendOnSuccess>false</sendOnSuccess> + <sendOnWarning>false</sendOnWarning> + <configuration> + <address>go...@us...</address> + </configuration> + </notifier> + </notifiers> + </ciManagement> + <mailingLists> + <mailingList> + <name>DbUnit User List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-user</archive> + </mailingList> + <mailingList> + <name>DbUnit Developer List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-developer</archive> + </mailingList> + <mailingList> + <name>DbUnit SVN Commit List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-commit</archive> + </mailingList> + </mailingLists> + + <pluginRepositories> + <!-- + <pluginRepository> + <id>snapshots</id> + <url>http://people.apache.org/repo/m2-snapshot-repository/</url> + </pluginRepository> + --> + </pluginRepositories> + + + <!-- who the developers are for the project --> + <developers> + <!-- put my name first, so my email is used by the announcements-email + plugin --> + <developer> + <name>Roberto Lo Giacco</name> + <id>rlogiacco</id> + <email>rlo...@us...</email> + <organization>SmartLab</organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Felipe Leme</name> + <id>felipeal</id> + <email>db...@fe...</email> + <organization>Falcon Informatica</organization> + <timezone>-3</timezone> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Benjamin Cox</name> + <id>bdrum</id> + <roles> + <role>Java Developer</role> + <!-- <role>Original Ant Task Contributor</role> --> + </roles> + </developer> + <developer> + <name>David Eric Pugh</name> + <id>dep4b</id> + <email>ep...@op...</email> + <organization>OpenSource Connections</organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Federico Spinazzi</name> + <id>fspinazzi</id> + <email>f.s...@ma...</email> + <organization>Master House S.r.l</organization> + <roles> + <role>Java Developer</role> + <!-- <role>DB2 Contributor</role> --> + </roles> + </developer> + <developer> + <name>Manuel Laflamme</name> + <id>mlaflamm</id> + <organization>Oz Communication</organization> + <roles> + <role>Project Founder</role> + <!-- <role>Java Developer</role> --> + </roles> + </developer> + <developer> + <name>Timothy J. Ruppert</name> + <id>zieggy</id> + <roles> + <role>Java Developer</role> + <!-- <role>Original Ant Task Contributor</role> --> + </roles> + </developer> + <developer> + <name>Sebastien Le Callonnec</name> + <id>slecallonnec</id> + <email>sle...@us...</email> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Matthias Gommeringer</name> + <id>gommma</id> + <email>go...@us...</email> + <roles> + <role>Java Developer</role> + </roles> + </developer> + </developers> + + <contributors> + <contributor> + <name>Klas Axel</name> + <roles> + <role>HsqldbDataTypeFactory</role> + </roles> + </contributor> + <contributor> + <name>Erik Price</name> + <roles> + <role>DatabaseSequenceOperation</role> + </roles> + </contributor> + <contributor> + <name>Jeremy Stein</name> + <roles> + <role>InsertIndentityOperation</role> + </roles> + </contributor> + <contributor> + <name>Keven Kizer</name> + <roles> + <role>Early guinea pig</role> + </roles> + </contributor> + <contributor> + <name>Mike Bresnahan</name> + <roles> + <role>DbUnit evangelist</role> + </roles> + </contributor> + <contributor> + <name>Andres Almiray</name> + <email>aal...@us...</email> + <roles> + <role>IDatabaseTester creator</role> + </roles> + </contributor> + </contributors> + + + <dependencies> + + <!-- TODO: check which dependencies could marked as optional. + For instance, ant is optional because it's only necessary for the dbunit + Ant tasks. --> + + <!-- TODO: add exclusion for dependencies that include xerces/xalan --> + + <!-- JUnit 3.8.2 fix that annoying 'expected: <....>' bug... --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.2</version> + </dependency> + + <dependency> + <groupId>junit-addons</groupId> + <artifactId>junit-addons</artifactId> + <version>1.4</version> + </dependency> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi</artifactId> + <version>3.1-FINAL</version> + </dependency> + <dependency> + <groupId>ant</groupId> + <artifactId>ant</artifactId> + <!-- TODO: range-> 1.5.3-1 + + <version>1.6.5</version> +--> + <version>1.5.4</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.1</version> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.1</version> + </dependency> + <dependency> + <groupId>mockobjects</groupId> + <artifactId>mockobjects-core</artifactId> + <version>0.07</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>mockmaker</groupId> + <artifactId>mmmockobjects</artifactId> + <version>1.12.0</version> + <scope>test</scope> + </dependency> + <!-- TODO: check why follow dependency is necessary --> + <dependency> + <groupId>mockobjects</groupId> + <artifactId>mockobjects-jdk1.3</artifactId> + <version>0.07</version> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>hsqldb</groupId> + <artifactId>hsqldb</artifactId> + <version>1.8.0.1</version> + <scope>test</scope> + </dependency> + <dependency> + <!-- Only needed when "profile.properties" is set to "derby" environment --> + <groupId>org.apache.derby</groupId> + <artifactId>derby</artifactId> + <version>10.4.1.3</version> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.4.3</version> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-nop</artifactId> + <version>1.4.3</version> + <scope>runtime</scope> + </dependency> + + </dependencies> + + <build> + <defaultGoal>install</defaultGoal> + <sourceDirectory>src/java</sourceDirectory> + <testSourceDirectory>src/test</testSourceDirectory> + + <!-- TODO: move to M2's expected path and separate java from test + (once SCM is migrated to SVN...) --> + <resources> + <resource> + <directory>.</directory> + <includes> + <include>LICENSE.txt</include> + </includes> + </resource> + <resource> + <directory>src/java</directory> + <includes> + <include>**/dataset.dtd</include> + </includes> + </resource> + <resource> + <directory>src/csv</directory> + <includes> + <include>**/cvs-tests.properties</include> + </includes> + </resource> + + </resources> + <!-- TODO: that are some resources on src that should be on test... + + <testResources> + <testResource> + </testResource> + </testResources> +--> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <!-- In some machines (at least on mine :-(, running AllTests is much +faster then running all tests, but there is not guarantee that all tests will +be run (i.e., a developer could create a new test file and forget to add it to +AllTests) + <includes> + <include>org/dbunit/AllTests.java</include> + </includes> + --> + <excludes> + <exclude>**/Abstract*.java</exclude> + </excludes> + <includes> + <include>**/*Test.java</include> + </includes> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>${compileSource}</source> + <target>${compileSource}</target> + <compilerVersion>${compileSource}</compilerVersion> + <!-- TODO somehow we must ensure that the used rt.jar is really a 1.4 and not higher, also for continuous integration --> + <!--<executable>${JAVA_1_4_HOME}/bin/javac</executable>--> + <debug>true</debug> + <fork>true</fork> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <goals>javadoc:javadoc source:jar javadoc:jar deploy site changes:announcement-generate assembly:assembly</goals> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <includes> + <include>/LICENSE.txt</include> + <include>**</include> + </includes> + </configuration> + </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <descriptors> + <descriptor>assembly.xml</descriptor> + </descriptors> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>clean</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <!-- basic reports - available to all plugins --> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + <configuration> + <!--<stylesheet>"${basedir}/myStyles.css"</stylesheet>--> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-report-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> +<!-- <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin>--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <configuration> + <configLocation>checkstyle.xml</configLocation> + </configuration> + </plugin> + <!-- Generate "PMD" and "CPD" reports --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + <configuration> + <linkXref>true</linkXref> + <sourceEncoding>utf-8</sourceEncoding> + <minimumTokens>100</minimumTokens> + <targetJdk>${compileSource}</targetJdk> + </configuration> + </plugin> + <!-- Generate "JDepend" report --> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>jdepend-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <destDir>apidocs</destDir> + <quiet>true</quiet> + <stylesheet>maven</stylesheet> + <tags> + <tag> + <name>TODO</name> + <placement>a</placement> + <head>To do:</head> + </tag> + </tags> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + <version>2.0</version> + <configuration> + <smtpHost>localhost</smtpHost> + <smtpPort implementation="java.lang.Integer">25</smtpPort> + <introduction>If you are reading this, the maintainer forgot to descrive what's the purpose of this release!!!</introduction> + <toAddresses> + <toAddress implementation="java.lang.String">dbu...@li...</toAddress> + <toAddress implementation="java.lang.String">dbu...@li...</toAddress> + </toAddresses> + <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload> + <issueLinkTemplate>http://sourceforge.net/support/tracker.php?aid=%ISSUE%</issueLinkTemplate> +<!-- <issueLinkTemplate>%URL%?func=detail&aid=%ISSUE%&group_id=47439&atid=449494</issueLinkTemplate> --> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>changes-report</report> + <report>license</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> + + <distributionManagement> + <snapshotRepository> + <id>sourceforge</id> + <name>SourceForge Snapshots Repo</name> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url> + </snapshotRepository> + <repository> + <id>sourceforge</id> + <name>SourceForge Releases Repo</name> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url> + </repository> + <site> + <id>sourceforge</id> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url> + </site> + </distributionManagement> + + <profiles> + <profile> + <id>official</id> + <dependencies> + <dependency> + <groupId>javax.sql</groupId> + <artifactId>jdbc-stdext</artifactId> + <version>2.0</version> + <optional>true</optional> + </dependency> + </dependencies> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>${compileSource}</source> + <target>${compileSource}</target> + <compilerVersion>${compileSource}</compilerVersion> + <executable>${JAVA_1_4_HOME}/bin/javac</executable> + <debug>true</debug> + <fork>true</fork> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + <configuration> + <!--<stylesheet>"${basedir}/myStyles.css"</stylesheet>--> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changelog-plugin</artifactId> + </plugin> + </plugins> + </reporting> + </profile> + </profiles> + +</project> Deleted: tags/release-2.3.0/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2008-09-06 20:16:09 UTC (rev 800) +++ tags/release-2.3.0/src/changes/changes.xml 2008-09-10 02:28:14 UTC (rev 803) @@ -1,460 +0,0 @@ -<?xml version="1.0"?> -<document> - <properties> - <title>Changes</title> - <author email="ep...@up...">Eric Pugh</author> - <author email="mla...@us...">Manuel Laflamme</author> - </properties> - - <body> - <release version="2.3.0-SNAPSHOT" date="Jun 23, 2008" description="some API changes, Features added, Bugfixes, Performance improvements in assertions. See migration guide (navi bar) for additional help"> - <action dev="slecallonnec" type="fix" issue="1968640">Trimming is now done on Excel column names to prevent NoSuchColumnException.</action> - <action dev="rlogiacco" type="fix" issue="1981449" due-to="gommma">Patch for Bug #1421590 "Problem in data import if all the columns are not populated"</action> - <action dev="slecallonnec" type="fix" issue="1975499" due-to="gommma">NoSuchColumnException now thrown when column name does not exist.</action> - <action dev="gommma" type="add" issue="1969355" due-to="ymenager">Patch: some extra comparison methods for Assertion.</action> - <action dev="gommma" type="add" issue="1966517">Assertion.equals to provide more info about failure</action> - <action dev="slecallonnec" type="fix" issue="1636182">StreamingDataSet.toString() now returning default value rather UnsupportedOperationException.</action> - <action dev="gommma" type="add" issue="1993243">Performance optimization getColumnIndex() - Implies API change: new method ITableMetaData.getColumnIndex</action> - <action dev="gommma" type="add" issue="1959771">Support RowFilter on ITable</action> - <action dev="gommma" type="add" issue="1961269">support for tolerated delta in floating-point comparisons - Implies API change: new method IDataTypeFactory.createDataType(int sqlType, String sqlTypeName, String tableName, String columnName)</action> - <action dev="slecallonnec" type="add">Added batchSize as a parameter.</action> - <action dev="gommma" type="add" issue="1358137" due-to="rinkrank">Excel support in Ant task</action> - <action dev="gommma" type="add" issue="1176380" due-to="easyproglife">Bad comparison in SortedTable</action> - <action dev="gommma" type="add">Added fetchSize as a parameter.</action> - <action dev="gommma" type="add" issue="1685474" due-to="jacobrobertson">ReplacementTable - allow fail if value not replaced</action> - <action dev="slecallonnec" type="fix" issue="2009747">Fixing erroneous logger.error in BytesDataType.typeCast().</action> - <action dev="slecallonnec" type="add" issue="2004349" due-to="gommma">Refactoring of column-related methods.</action> - <action dev="gommma" type="fix" issue="2007635" due-to="phisf">TablesDependencyHelper with Oracle schema bug - Implies API change - the constructors of DatabaseConnection throw a DatabaseUnitException if the connection/schema are not valid</action> - <action dev="gommma" type="add" issue="2010546" due-to="damian_golda">Assertion: replace Assert.fail with ComparisonFailure</action> - <action dev="gommma" type="add" issue="2010567" due-to="damian_golda">Alternative support for CLOB and BLOB in Oracle 11 JDBC</action> - <action dev="gommma" type="fix" issue="1499591" due-to="loedolff">datatypeFactory documentation note needed</action> - <action dev="gommma" type="fix" issue="2014884" due-to="pasha_z">getAllDependentTables ORA-01000: maximum open cursors exceed</action> - <action dev="gommma" type="fix" issue="1746373" due-to="byte-error">getAllDependentTables didn't work with full qualified names </action> - <action dev="gommma" type="add">Added constructors to NoSuchColumnException taking table name and column name as arguments - set old constructors to deprecated</action> - <action dev="gommma" type="fix" issue="1789402" due-to="jondi">Exception in DTD generation - Implies API behaviour change. DatabaseTableMetaData.getColumns() does not throw a NoColumnsFoundExcepion anymore but returns an empty Column[] when a table does not have any dbunit-supported columns</action> - <action dev="gommma" type="add">Assertion.equals provides more information than just the column count when a column mismatch between expected and result tables was found. All columns are reported so that the user can see immediately which columns are missing</action> - <action dev="gommma" type="add">Write validation message when the configured IDataTypeFactory probably does not match to the current database system. The validation implicitly takes place when AbstractTableMetaData.getDataTypeFactory() is invoked.</action> - <action dev="gommma" type="add">Maven pom.xml updates: Added ciManagement section, added some plugins for reporting</action> - <action dev="gommma" type="fix" issue="1497369" due-to="bascan">Test error: testExportWithQuerySet</action> - <action dev="gommma" type="add" issue="2012491" due-to="rpuchkovskiy">Topological sorting of tables when exporting</action> - <action dev="gommma" type="fix" issue="2012495" due-to="rpuchkovskiy">Use DataType.BLOB instead of DataType.LONGVARBINARY</action> - <action dev="gommma" type="fix" due-to="rpuchkovskiy">DbUnit is only JDK 1.4 compatible and not 1.3 (as claimed until now). Several methods are in use that did not exist in JDK 1.3. To build with JDK 1.4 and maven it is now required to set the environment variable JAVA_1_4_HOME to your JDK 1.4 home directory</action> - <action dev="gommma" type="add" issue="2029693">Update apache POI to latest release (2.5.1 -> 3.1)</action> - <action dev="gommma" type="fix" issue="1984596" due-to="bustuila">Inserting of clobs fails</action> - <action dev="gommma" type="fix" issue="1214234" due-to="bilaco">method getRowCount don't use schema.</action> - <action dev="gommma" type="fix" issue="1224643" due-to="bugmenot">Column count for empty XlsDataSet returns 0.</action> - <action dev="gommma" type="fix" issue="948472" due-to="gmathijssen">Values with newlines cannot be compared with assertEquals.</action> - <action dev="gommma" type="fix" issue="1031870" due-to="chadwl">Infinite wait in StreamingIterator.</action> - <action dev="gommma" type="fix" issue="1144269" due-to="berni123">Types.BOOLEAN not recognized.</action> - <action dev="gommma" type="add" issue="1448932" due-to="palsnagaraj">"compare" + "table" tag throw NoSuchTableException - added more information about the cause to the thrown exception.</action> - <action dev="gommma" type="fix" issue="1339675" due-to="vanhill21">DTD Creation and Parsing - throw meaningful exception if DTD ELEMENT declaration is missing.</action> - <action dev="gommma" type="add" issue="2059253" due-to="kornstaedt">Added more information in case of a wrong configured DataTypeFactory.</action> - </release> - <release version="2.2.3" date="May 23, 2008" description="Bugfixing release"> - <action dev="rlogiacco" type="fix" issue="1967969">Missing License file in distribution jars</action> - <action dev="slecallonnec" type="fix" issue="1925603">Removed redundant and erroneous ERROR logging.</action> - <action dev="rlogiacco" type="fix" issue="1955585">Memory leak.</action> - <action dev="slecallonnec" type="add">A warning message is now displayed when rows contain more columns than the first row.</action> - </release> - <release version="2.2.2" date="May 5, 2008" description="Bugfixing release"> - <action dev="rlogiacco" type="fix" issue="1953115" due-to="Mike Norrish">End of table name cut off when bracketed in FlatDtdProducer</action> - <action dev="rlogiacco" type="fix" issue="1926302">IncompatibleClassChangeError with 2.2.1</action> - <action dev="rlogiacco" type="fix" issue="1955929">junit jar-file should be JDK 1.4 compatible</action> - <action dev="rlogiacco" type="fix" issue="1475565">Version 2.2-dev, Java 1.4 compatibility issue</action> - <action dev="slecallonnec" type="fix" issue="1925603">Changed logger.error into logger.debug when the exception can be disregarded.</action> - <action dev="slecallonnec" type="fix" issue="1806363" due-to="Brian Atkinson">Fixed issue with CLOB datatype in Derby.</action> - </release> - <release version="2.2.1" date="March 17, 2008" description="Another official release after a long, long time..."> - <action dev="rlogiacco" type="add">Added SLF4J dependency and logging statements</action> - <action dev="felipeal" type="fix" issue="1897627" >Removed JUnit dependency on IDatabaseTester implementations</action> - <action dev="felipeal" type="add" issue="1897612">Created H2 data factory</action> - <action dev="felipeal" type="add" issue="1798605" due-to="Vera Wahler">New point Datatype on MySqlDataTypeFactory</action> - <action dev="felipeal" type="fix" issue="1735506" due-to="Greg Morgan">Improvements on M2 build - Additional files</action> - <action dev="rlogiacco" type="fix" issue="1849219" due-to="JensFransson">NPE in FlatDtdProducer.java at line 224</action> - <action dev="rlogiacco" type="fix" issue="1849165" due-to="Markus Thielen">Bug in XmlWriter / escapeXml</action> - <action dev="rlogiacco" type="fix" issue="1786425" >Database schema with escape pattern doesn't work</action> - <action dev="rlogiacco" type="fix" issue="1712122" due-to="Chris R. Salch">Misleading error reported by RowOutOfBoundsException</action> - <action dev="rlogiacco" type="fix" issue="1328956" due-to="Reuben Firmin">NPE In InsertIdentityOperation</action> - <action dev="rlogiacco" type="fix" issue="1710743" due-to="Will Sargent">DataSourceDatabaseTest does not use setSchema()</action> - <action dev="rlogiacco" type="fix" issue="1637089" due-to="Chuck Hill">Columns in ORDER BY Not Quoted</action> - <action dev="rlogiacco" type="fix" issue="1214536" due-to="Sébastien Le Callonnec">ReplacementTable broken for multiple replacements</action> - <action dev="rlogiacco" type="fix" issue="1721870" due-to="Sébastien Le Callonnec">Null pointer exception in FlatXMLDataSet.write(compositeDS)</action> - <action dev="rlogiacco" type="fix" issue="1721870" due-to="Sébastien Le Callonnec">Null pointer exception in FlatXMLDataSet.write(compositeDS)</action> - <action dev="rlogiacco" type="fix" issue="1459205" due-to="Sébastien Le Callonnec">Problem with Oracle 10g Recyclebin</action> - </release> - <release version="2.2" date="December 28, 2006" description="First official release in a long, long time..."> - <action dev="felipeal" type="add" issue="1473744" due-to="Andres Almiray">Enable TestCase compositions</action> - <action dev="felipeal" type="add">Migrate SCM to Subversion</action> - <action dev="felipeal" type="fix" issue="1494257" due-to="Bas Cancrinus">Support for MySQL 5.0 boolean datatype</action> - <action dev="felipeal" type="add" issue="1482990">Added pom.xml so it can be built by Maven 2.</action> - <action dev="felipeal" type="add">XmlDataSetWriter now has a flag to include column's name as comment.</action> - <action dev="felipeal" type="add" issue="1273949">Added org.dbunit.util.search and org.dbunit.database.search packages, whose classes can be used to search tables depedencies for a given table.</action> - <action dev="dep4b" due-to="John Lewis" type="add" issue="1264212">Add "transaction" attribute to ant tasks to wrap operations in a single transaction. Can make operations faster.</action> - <action dev="dep4b" due-to="Jeremy Frens" type="fix">Typo in howto example</action> - <action dev="dep4b" due-to="Cris Daniluk" type="add">Properly support writing NCLOBs to Oracle</action> - <action dev="dep4b" type="add" due-to="Dion Gillard" issue="1114490">Support CSV files from a URL (e.g. jar file) + CSV fixes</action> - <action dev="dep4b" type="fix">Fix the driver in classpath/driver not in classpath to always work regardless of configured driver.</action> - <action dev="dep4b" type="fix" due-to="Dion Gillard" issue="1114487">Typo in test class AbstractDataSetTest</action> - <action dev="dep4b" type="add" due-to="Klas Axell">new HsqldbDataTypeFactory for working with booleans in HsqlDB.</action> - </release> - <release version="2.1" date="May 31, 2004" description="Multiple bugfixes and enhancements."> - <action dev="" type="add"> - 741394 - New database compare Ant tag. See Ant task documentation. - </action> - <action dev="fspinazzi" type="add"> - New Comma Separated Values (CSV) dataset implementation. - </action> - <action dev="" type="add"> - 824328 & 948479 - Ability to add DOCTYPE declaration when writing a flat Xml dataset. See FAQ. - </action> - <action dev="" type="add"> - 884422 - FlatDtdWriter has now the ability to generate DTDs with choice model instead of sequence model. - </action> - <action dev="" type="add"> - Ability to import external file for binary data types like BLOB; the value can be either a qualified URL or a file path name. - </action> - <action dev="" type="update"> - Do not omit NULL values anymore in INSERT statements. Now only XmlDataSet's <none/> tag are omitted. With FlatXmlDataSet you must use the ReplacementDataSet to achieve the same behavior. - </action> - <action dev="" type="fix"> - 937732 - XlsDataSet now use UTF-16 encoding to support Asian characters. Patch submitted by Shuhei Kondo. - </action> - <action dev="" type="fix"> - Applied XlsTable empty table detection patch submitted by Deepak Kaimal. - </action> - <action dev="" type="fix"> - Added back FlatXmlDataSet constructors taking URL as argument missing in version 2.0. - </action> - <action dev="" type="fix"> - 918631 & 925585 - Fixed FlatXmlDataSet constructors taking InputStream/Reader for loading DTD. - </action> - <action dev="" type="fix"> - DELETE_ALL operation now deletes tables only *once* in reverse order they are encountered. Before, duplicate tables were resulting in multiple deletes. Patch submitted by John Hurst. - </action> - <action dev="" type="update"> - DELETE_ALL operation now compatible with StreamingDataSet. - </action> - <action dev="" type="fix"> - 947330 - Now closing ResultSet before Statement to fix exceptions thrown by the Firebird JDBC driver and the OpenBase 8.0 JDBC driver. - </action> - <action dev="" type="fix"> - 921869 - Fixed ParameterIndexOutOfBoundsException with InterBase. - </action> - <action dev="" type="update"> - 947809 - Moved createMetaData() static method from AbstractResultSet to DatabaseTableMetaData and made it public. Can now be used to create ITable from a ResultSet. - </action> - <action dev="" type="fix"> - Support for large Oracle BLOB. Must use OracleDataTypeFactory. - </action> - <action dev="" type="add"> - Oracle LONG RAW data type support via OracleDataTypeFactory. Original patch submitted by Markus Muller. - </action> - <action dev="" type="fix"> - Added back support for Oracle FLOAT missing in DbUnit 2.0. Must use OracleDataTypeFactory. - </action> - <action dev="" type="add"> - Support for Oracle NCHAR2 as proposed by Deepak Kaimal. Must use OracleDataTypeFactory. - </action> - <action dev="" type="update"> - Added DataType.isDateTime() method proposed by Ayman Mahfouz. - </action> - <action dev="" type="add"> - 726366 & 884422 - Added IColumnFilter interface. Can be used to filter out some table columns. See FAQ. - </action> - <action dev="" type="update"> - Renamed ITableFilter.isValidName() method to accept() to be consistent with the new IColumnFilter interface. - </action> - <action dev="" type="add"> - 955354 - Ability to determine the primary keys with IColumnFilter interface instead of DatabaseMetaData.getPrimaryKeys(). Primary keys sequence is not predictable when using filter. See FAQ. - </action> - <action dev="" type="add"> - Ability to plug custom IDENTITY column detection strategy for InsertIdentityOperation when using user defined types. See FAQ. - </action> - <action dev="" type="add"> - Added DefaultTableFilter class, which combines capability of the Include/ExcludeTableFilter classes. - </action> - </release> - <release version="2.0" date="January 22, 2004" description="Major release."> - <action dev="" type="update"> - Mavenized the build and the website! - </action> - <action dev="" type="update"> - Now use SAX2 instead of Electric XML DOM parser. Streamed mode allows importing and exporting very large XML datasets with minimal memory consumption. - </action> - <action dev="" type="add"> - Flat XML dataset validation. - </action> - <action dev="" type="add"> - New ITableIterator interface used to iterate thru dataset tables. Allows lazy tables initialization for some dataset implementations. The IDataSet.getTables method have been deprecated and usage should be avoided. - </action> - <action dev="" type="update"> - Global System properties are not supported anymore. You must now use the new DatabaseConfig object to alter DbUnit behaviours. - </action> - <action dev="" type="add"> - Configurable data type factory to easily integrates new data types with the DbUnit core. Factory implementations available for some database vendors. Submit your own! - </action> - <action dev="" type="add"> - Oracle TIMESTAMP data type support via the OracleDataTypeFactory. - </action> - <action dev="" type="fix"> - Fix truncated Oracle DATE. Must use the OracleDataTypeFactory. - </action> - <action dev="" type="fix"> - Fix for Oracle CLOB greater than 4000 bytes. Must use the OracleDataTypeFactory. - </action> - <action dev="" type="add"> - MySQL 'longtext' data type support via the MySqlDataTypeFactory. - </action> - <action dev="" type="add"> - DB2 XML data types support via the Db2DataTypeFactory. - </action> - <action dev="" type="add"> - Database views support. - </action> - <action dev="" type="add"> - New pluggable filter strategies for DataSetFilter. You can now exclude/include tables using wildcard patterns. - </action> - <action dev="" type="add"> - Ability to sort tables by their dependencies with the new DatabaseSequenceFilter strategy. - </action> - <action dev="" type="add"> - New ReplacementDataSet decorator, which can replace decorated dataset values on the fly. Can be used with flat XML dataset as a new way to specify null values. - </action> - <action dev="" type="add"> - New XlsDataSet. An MS Excel dataset implementation. Uses the Jakarta POI package. - </action> - <action dev="" type="update"> - Assertion.assertEquals is now performing typed comparison instead of string representation comparison. - </action> - <action dev="" type="update"> - INSERT, CLEAN_INSERT and REFRESH operations do not override database default values anymore with null values. Null values are now omitted from insert statements. Operations use multiple prepared statements for the same table, when null values vary from row to row. - </action> - <action dev="" type="update"> - Moved InsertIdentityOperation to "org.dbunit.ext.mssql" package to be consistent with other vendor extensions. Temporary keep a deprecated copy in "org.dbunit.operation.mssqlserver" to ease transition to DbUnit 2. - </action> - </release> - - <release version="1.5.6" date="October 5, 2003"> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=786543&group_id=47439&atid=449491">786543</a> - NULL primitive values incorrectly returned as zero (0). - </action> - <action dev="" type="fix"> - Fix Oracle CLOB values incorrectly returned as NULL. </action> - </release> - <release version="1.5.5" date="July 16, 2003"> - <action dev="" type="update"> - DatabaseDataSet improvements: faster access to metadata cache and keep original database table ordering. - </action> - <action dev="" type="update"> - Better handling of the various data types in general. <B>WARNING!</B> New abstract methods have been - added to the DataType class. This change may break your environment if you have implemented your - own data types. - </action> - <action dev="" type="update"> - More efficient XmlDataSet writing. Now put values in CData block only when necessary. - </action> - <action dev="" type="update"> - Do not enable batched statement by default anymore. Many JDBC drivers have problems with this feature. - </action> - <action dev="" type="fix"> - Fixed table name issue with case sensitive database. - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=615636&group_id=47439&atid=449491">615636</a> & <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=735095&group_id=47439&atid=449491">735095</a> - - Incorrect XML encoding. Better handling of the XML encoding while writing and reading XML datasets. InputStream and OutputStream methods in XML dataset implementations are no more deprecated. - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=736439&group_id=47439&atid=449491">736439</a> - - Problems with InsertOperation and triggers. - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=736967&group_id=47439&atid=449491">736967</a> - - Wrong scale for numeric value with the jConnect driver for Sybase ASE. - </action> - </release> - <release version="1.5.1" date="April 4, 2003"> - <action dev="" type="fix"> - Fixed DELETE operation that was not deleting tables in reverse order - as expected. - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=712329&group_id=47439&atid=449491">712329</a> - - setObject fails on BEA JDriver for MS-SQL. - </action> - - <action dev="" type="update"> - DbUnitTask DTD export optimization. - </action> - <action dev="" type="update"> - REFRESH operation optimization. - </action> - </release> - <release version="1.5" date="March 1, 2003"> - <action dev="" type="fix"> - Multiple bugfixes. - </action> - <action dev="" type="add"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=533321&group_id=47439&atid=449491">533321</a> - - DbUnit is now case insensitive. - </action> - <action dev="" type="add"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=555455&group_id=47439&atid=449491">555455</a> - - Supports table nam... [truncated message content] |
From: <rlo...@us...> - 2008-09-10 02:27:56
|
Revision: 802 http://dbunit.svn.sourceforge.net/dbunit/?rev=802&view=rev Author: rlogiacco Date: 2008-09-10 02:27:54 +0000 (Wed, 10 Sep 2008) Log Message: ----------- [maven-release-plugin] prepare release release-2.3.0 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-09-09 12:39:38 UTC (rev 801) +++ trunk/pom.xml 2008-09-10 02:27:54 UTC (rev 802) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <inceptionYear>2002</inceptionYear> @@ -23,9 +23,9 @@ <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> </properties> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.3.0</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.3.0</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.3.0</url> </scm> <issueManagement> <system>SourceForge</system> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-09-09 12:39:40
|
Revision: 801 http://dbunit.svn.sourceforge.net/dbunit/?rev=801&view=rev Author: rlogiacco Date: 2008-09-09 12:39:38 +0000 (Tue, 09 Sep 2008) Log Message: ----------- updated changes.xml to prepare for release 2.3.0x Modified Paths: -------------- trunk/src/changes/changes.xml Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2008-09-06 20:16:09 UTC (rev 800) +++ trunk/src/changes/changes.xml 2008-09-09 12:39:38 UTC (rev 801) @@ -7,7 +7,7 @@ </properties> <body> - <release version="2.3.0-SNAPSHOT" date="Jun 23, 2008" description="some API changes, Features added, Bugfixes, Performance improvements in assertions. See migration guide (navi bar) for additional help"> + <release version="2.3.0" date="Sep 09, 2008" description="Some API changes, features added, bugfixes, performance improvements in assertions. See migration guide for additional help"> <action dev="slecallonnec" type="fix" issue="1968640">Trimming is now done on Excel column names to prevent NoSuchColumnException.</action> <action dev="rlogiacco" type="fix" issue="1981449" due-to="gommma">Patch for Bug #1421590 "Problem in data import if all the columns are not populated"</action> <action dev="slecallonnec" type="fix" issue="1975499" due-to="gommma">NoSuchColumnException now thrown when column name does not exist.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-07-03 00:26:55
|
Revision: 684 http://dbunit.svn.sourceforge.net/dbunit/?rev=684&view=rev Author: rlogiacco Date: 2008-07-02 17:26:53 -0700 (Wed, 02 Jul 2008) Log Message: ----------- added credits page to the web site Modified Paths: -------------- trunk/src/site/site.xml Added Paths: ----------- trunk/src/site/xdoc/credits.xml Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2008-07-02 19:25:18 UTC (rev 683) +++ trunk/src/site/site.xml 2008-07-03 00:26:53 UTC (rev 684) @@ -71,6 +71,7 @@ <item name="Ant Task" href="/anttask.html"/> <item name="Building DbUnit" href="/building.html"/> <item name="Resources" href="/resources.html"/> + <item name="Credits" href="/credits.html"/> </menu> <menu ref="parent"/> Added: trunk/src/site/xdoc/credits.xml =================================================================== --- trunk/src/site/xdoc/credits.xml (rev 0) +++ trunk/src/site/xdoc/credits.xml 2008-07-03 00:26:53 UTC (rev 684) @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<document> + + <properties> + <title>Credits</title> + <author>rlogiacco</author> + </properties> + + <body> + + <!-- The body of the document contains a number of sections --> + <section name="Credits"> + <p>As many open source projects <b>DbUnit</b> have to thanks not only the developers and the users community but some supporting companies too as they provide us licenses, bandwith, space adn all sort of things which usually you should pay for.</p> + <p>Here follows the list of companies supporting the project.</p> + <ul> + <li> + <a href="http://www.sourceforge.net">SourceForge</a> provides us the web space, the Subversion repository and all other tools in it's great platform;<br/> + <a href="https://sourceforge.net/projects/smartweb/"><img style="float:none" src="http://sourceforge.net/sflogo.php?group_id=47439&type=5" title="Hosted by SourceForge"/></a> + </li> + <li> + <a href="http://www.cenqua.com">Cenqua</a> is providing us it's Clover code coverage tool with Maven plugin;<br/> + <a href="http://www.cenqua.com/clover"><img style="float:none" src="http://www.cenqua.com/images/clovered.gif" title="Supported by Cenqua"/></a> + </li> + <li> + <a href="http://www.gentleware.com">Gentleware</a> provides us it's UML diagramming tool;<br/> + <a href="http://www.gentleware.com"><img style="float:none" src="http://www.gentleware.com/uploads/pics/apollo_withlogo_01.png" title="Sponsored by Apollo for Eclipse"/></a> + </li> + <li> + <a href="http://www.ej-technologies.com">ejTechnologies</a> have issued free license of their profiling tool;<br/> + <a href="http://www.ej-technologies.com/products/jprofiler/overview.html"><img style="float:none" src="http://www.ej-technologies.com/images/headlines/3453392302.png"/></a> + </li> + </ul> + <p>To all of them our sincere thanks for their kindly support!</p> + </section> + + </body> + +</document> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-06-16 23:47:34
|
Revision: 661 http://dbunit.svn.sourceforge.net/dbunit/?rev=661&view=rev Author: rlogiacco Date: 2008-06-16 16:47:31 -0700 (Mon, 16 Jun 2008) Log Message: ----------- added cobertura plugin Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-06-16 21:41:06 UTC (rev 660) +++ trunk/pom.xml 2008-06-16 23:47:31 UTC (rev 661) @@ -357,6 +357,17 @@ </descriptors> </configuration> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>clean</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-06-14 08:34:34
|
Revision: 647 http://dbunit.svn.sourceforge.net/dbunit/?rev=647&view=rev Author: rlogiacco Date: 2008-06-14 01:34:30 -0700 (Sat, 14 Jun 2008) Log Message: ----------- applied formatting to pom.xml Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-06-09 22:21:40 UTC (rev 646) +++ trunk/pom.xml 2008-06-14 08:34:30 UTC (rev 647) @@ -1,487 +1,487 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>org.dbunit</groupId> - <artifactId>dbunit</artifactId> - <packaging>jar</packaging> - <version>2.3.0-SNAPSHOT</version> - <name>DbUnit Framework</name> - <url>http://dbunit.sourceforge.net</url> - <inceptionYear>2002</inceptionYear> - <description> - DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage. - </description> - <licenses> - <license> - <name>GNU Lesser General Public License, Version 2.1</name> - <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> - </scm> - <issueManagement> - <system>SourceForge</system> - <url>http://sourceforge.net/tracker/?group_id=47439</url> - </issueManagement> - <mailingLists> - <mailingList> - <name>DbUnit User List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=8154</archive> - </mailingList> - <mailingList> - <name>DbUnit Developer List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=9162</archive> - </mailingList> - <mailingList> - <name>DbUnit SVN Commit List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=9771</archive> - </mailingList> - </mailingLists> + <modelVersion>4.0.0</modelVersion> + <groupId>org.dbunit</groupId> + <artifactId>dbunit</artifactId> + <packaging>jar</packaging> + <version>2.3.0-SNAPSHOT</version> + <name>DbUnit Framework</name> + <url>http://dbunit.sourceforge.net</url> + <inceptionYear>2002</inceptionYear> + <description> + DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage. + </description> + <licenses> + <license> + <name>GNU Lesser General Public License, Version 2.1</name> + <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + <scm> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> + </scm> + <issueManagement> + <system>SourceForge</system> + <url>http://sourceforge.net/tracker/?group_id=47439</url> + </issueManagement> + <mailingLists> + <mailingList> + <name>DbUnit User List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=8154</archive> + </mailingList> + <mailingList> + <name>DbUnit Developer List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=9162</archive> + </mailingList> + <mailingList> + <name>DbUnit SVN Commit List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=9771</archive> + </mailingList> + </mailingLists> - <pluginRepositories> - <pluginRepository> - <id>snapshots</id> - <url>http://people.apache.org/repo/m2-snapshot-repository/</url> - </pluginRepository> - </pluginRepositories> + <pluginRepositories> + <pluginRepository> + <id>snapshots</id> + <url>http://people.apache.org/repo/m2-snapshot-repository/</url> + </pluginRepository> + </pluginRepositories> - <!-- who the developers are for the project --> - <developers> - <!-- put my name first, so my email is used by the announcements-email - plugin --> - <developer> - <name>Roberto Lo Giacco</name> - <id>rlogiacco</id> - <email>rlo...@us...</email> - <organization>SmartLab</organization> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Felipe Leme</name> - <id>felipeal</id> - <email>db...@fe...</email> - <organization>Falcon Informatica</organization> - <timezone>-3</timezone> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Benjamin Cox</name> - <id>bdrum</id> - <roles> - <role>Java Developer</role> - <!-- <role>Original Ant Task Contributor</role> --> - </roles> - </developer> - <developer> - <name>David Eric Pugh</name> - <id>dep4b</id> - <email>ep...@op...</email> - <organization>OpenSource Connections</organization> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Federico Spinazzi</name> - <id>fspinazzi</id> - <email>f.s...@ma...</email> - <organization>Master House S.r.l</organization> - <roles> - <role>Java Developer</role> - <!-- <role>DB2 Contributor</role> --> - </roles> - </developer> - <developer> - <name>Manuel Laflamme</name> - <id>mlaflamm</id> - <organization>Oz Communication</organization> - <roles> - <role>Project Founder</role> - <!-- <role>Java Developer</role> --> - </roles> - </developer> - <developer> - <name>Timothy J. Ruppert</name> - <id>zieggy</id> - <roles> - <role>Java Developer</role> - <!-- <role>Original Ant Task Contributor</role> --> - </roles> - </developer> - <developer> - <name>Sebastien Le Callonnec</name> - <id>slecallonnec</id> - <email>sle...@us...</email> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Matthias Gommeringer</name> - <id>gommma</id> - <email>go...@us...</email> - <roles> - <role>Java Developer</role> - </roles> - </developer> - </developers> + <!-- who the developers are for the project --> + <developers> + <!-- put my name first, so my email is used by the announcements-email + plugin --> + <developer> + <name>Roberto Lo Giacco</name> + <id>rlogiacco</id> + <email>rlo...@us...</email> + <organization>SmartLab</organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Felipe Leme</name> + <id>felipeal</id> + <email>db...@fe...</email> + <organization>Falcon Informatica</organization> + <timezone>-3</timezone> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Benjamin Cox</name> + <id>bdrum</id> + <roles> + <role>Java Developer</role> + <!-- <role>Original Ant Task Contributor</role> --> + </roles> + </developer> + <developer> + <name>David Eric Pugh</name> + <id>dep4b</id> + <email>ep...@op...</email> + <organization>OpenSource Connections</organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Federico Spinazzi</name> + <id>fspinazzi</id> + <email>f.s...@ma...</email> + <organization>Master House S.r.l</organization> + <roles> + <role>Java Developer</role> + <!-- <role>DB2 Contributor</role> --> + </roles> + </developer> + <developer> + <name>Manuel Laflamme</name> + <id>mlaflamm</id> + <organization>Oz Communication</organization> + <roles> + <role>Project Founder</role> + <!-- <role>Java Developer</role> --> + </roles> + </developer> + <developer> + <name>Timothy J. Ruppert</name> + <id>zieggy</id> + <roles> + <role>Java Developer</role> + <!-- <role>Original Ant Task Contributor</role> --> + </roles> + </developer> + <developer> + <name>Sebastien Le Callonnec</name> + <id>slecallonnec</id> + <email>sle...@us...</email> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Matthias Gommeringer</name> + <id>gommma</id> + <email>go...@us...</email> + <roles> + <role>Java Developer</role> + </roles> + </developer> + </developers> - <contributors> - <contributor> - <name>Klas Axel</name> - <roles> - <role>HsqldbDataTypeFactory</role> - </roles> - </contributor> - <contributor> - <name>Erik Price</name> - <roles> - <role>DatabaseSequenceOperation</role> - </roles> - </contributor> - <contributor> - <name>Jeremy Stein</name> - <roles> - <role>InsertIndentityOperation</role> - </roles> - </contributor> - <contributor> - <name>Keven Kizer</name> - <roles> - <role>Early guinea pig</role> - </roles> - </contributor> - <contributor> - <name>Mike Bresnahan</name> - <roles> - <role>DbUnit evangelist</role> - </roles> - </contributor> - <contributor> - <name>Andres Almiray</name> - <email>aal...@us...</email> - <roles> - <role>IDatabaseTester creator</role> - </roles> - </contributor> - </contributors> + <contributors> + <contributor> + <name>Klas Axel</name> + <roles> + <role>HsqldbDataTypeFactory</role> + </roles> + </contributor> + <contributor> + <name>Erik Price</name> + <roles> + <role>DatabaseSequenceOperation</role> + </roles> + </contributor> + <contributor> + <name>Jeremy Stein</name> + <roles> + <role>InsertIndentityOperation</role> + </roles> + </contributor> + <contributor> + <name>Keven Kizer</name> + <roles> + <role>Early guinea pig</role> + </roles> + </contributor> + <contributor> + <name>Mike Bresnahan</name> + <roles> + <role>DbUnit evangelist</role> + </roles> + </contributor> + <contributor> + <name>Andres Almiray</name> + <email>aal...@us...</email> + <roles> + <role>IDatabaseTester creator</role> + </roles> + </contributor> + </contributors> - <dependencies> + <dependencies> - <!-- TODO: check which dependencies could marked as optional. - For instance, ant is optional because it's only necessary for the dbunit - Ant tasks. --> + <!-- TODO: check which dependencies could marked as optional. + For instance, ant is optional because it's only necessary for the dbunit + Ant tasks. --> - <!-- TODO: add exclusion for dependencies that include xerces/xalan --> + <!-- TODO: add exclusion for dependencies that include xerces/xalan --> - <!-- JUnit 3.8.2 fix that annoying 'expected: <....>' bug... --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - </dependency> + <!-- JUnit 3.8.2 fix that annoying 'expected: <....>' bug... --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.2</version> + </dependency> - <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - </dependency> - <dependency> - <groupId>poi</groupId> - <artifactId>poi</artifactId> - <version>2.5.1-final-20040804</version> - </dependency> - <dependency> - <groupId>ant</groupId> - <artifactId>ant</artifactId> - <!-- TODO: range-> 1.5.3-1 + - <version>1.6.5</version> + <dependency> + <groupId>junit-addons</groupId> + <artifactId>junit-addons</artifactId> + <version>1.4</version> + </dependency> + <dependency> + <groupId>poi</groupId> + <artifactId>poi</artifactId> + <version>2.5.1-final-20040804</version> + </dependency> + <dependency> + <groupId>ant</groupId> + <artifactId>ant</artifactId> + <!-- TODO: range-> 1.5.3-1 + + <version>1.6.5</version> --> - <version>1.5.4</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.1</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.1</version> - </dependency> - <dependency> - <groupId>mockobjects</groupId> - <artifactId>mockobjects-core</artifactId> - <version>0.07</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>mockmaker</groupId> - <artifactId>mmmockobjects</artifactId> - <version>1.12.0</version> - <scope>test</scope> - </dependency> - <!-- TODO: check why follow dependency is necessary --> - <dependency> - <groupId>mockobjects</groupId> - <artifactId>mockobjects-jdk1.3</artifactId> - <version>0.07</version> - <scope>test</scope> - </dependency> + <version>1.5.4</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.1</version> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.1</version> + </dependency> + <dependency> + <groupId>mockobjects</groupId> + <artifactId>mockobjects-core</artifactId> + <version>0.07</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>mockmaker</groupId> + <artifactId>mmmockobjects</artifactId> + <version>1.12.0</version> + <scope>test</scope> + </dependency> + <!-- TODO: check why follow dependency is necessary --> + <dependency> + <groupId>mockobjects</groupId> + <artifactId>mockobjects-jdk1.3</artifactId> + <version>0.07</version> + <scope>test</scope> + </dependency> - <dependency> - <groupId>hsqldb</groupId> - <artifactId>hsqldb</artifactId> - <version>1.8.0.1</version> - <scope>test</scope> - </dependency> + <dependency> + <groupId>hsqldb</groupId> + <artifactId>hsqldb</artifactId> + <version>1.8.0.1</version> + <scope>test</scope> + </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.4.3</version> - </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.4.3</version> + </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-nop</artifactId> - <version>1.4.3</version> - <scope>runtime</scope> - </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-nop</artifactId> + <version>1.4.3</version> + <scope>runtime</scope> + </dependency> - </dependencies> + </dependencies> - <build> - <defaultGoal>install</defaultGoal> - <sourceDirectory>src/java</sourceDirectory> - <testSourceDirectory>src/test</testSourceDirectory> + <build> + <defaultGoal>install</defaultGoal> + <sourceDirectory>src/java</sourceDirectory> + <testSourceDirectory>src/test</testSourceDirectory> - <!-- TODO: move to M2's expected path and separate java from test - (once SCM is migrated to SVN...) --> - <resources> - <resource> - <directory>.</directory> - <includes> - <include>LICENSE.txt</include> - </includes> - </resource> - <resource> - <directory>src/java</directory> - <includes> - <include>**/dataset.dtd</include> - </includes> - </resource> - <resource> - <directory>src/csv</directory> - <includes> - <include>**/cvs-tests.properties</include> - </includes> - </resource> + <!-- TODO: move to M2's expected path and separate java from test + (once SCM is migrated to SVN...) --> + <resources> + <resource> + <directory>.</directory> + <includes> + <include>LICENSE.txt</include> + </includes> + </resource> + <resource> + <directory>src/java</directory> + <includes> + <include>**/dataset.dtd</include> + </includes> + </resource> + <resource> + <directory>src/csv</directory> + <includes> + <include>**/cvs-tests.properties</include> + </includes> + </resource> - </resources> - <!-- TODO: that are some resources on src that should be on test... + </resources> + <!-- TODO: that are some resources on src that should be on test... - <testResources> - <testResource> - </testResource> - </testResources> + <testResources> + <testResource> + </testResource> + </testResources> --> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <!-- In some machines (at least on mine :-(, running AllTests is much + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <!-- In some machines (at least on mine :-(, running AllTests is much faster then running all tests, but there is not guarantee that all tests will be run (i.e., a developer could create a new test file and forget to add it to AllTests) - <includes> - <include>org/dbunit/AllTests.java</include> - </includes> - --> - <excludes> - <exclude>**/Abstract*.java</exclude> - </excludes> - <includes> - <include>**/*Test.java</include> - </includes> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.3</source> - <target>1.3</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <goals>javadoc:javadoc source:jar javadoc:jar deploy site changes:announcement-generate assembly:assembly</goals> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <includes> - <include>/LICENSE.txt</include> - <include>**</include> - </includes> - </configuration> - </plugin> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptors> - <descriptor>assembly.xml</descriptor> - </descriptors> - </configuration> - </plugin> - </plugins> - </build> + <includes> + <include>org/dbunit/AllTests.java</include> + </includes> + --> + <excludes> + <exclude>**/Abstract*.java</exclude> + </excludes> + <includes> + <include>**/*Test.java</include> + </includes> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.3</source> + <target>1.3</target> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <goals>javadoc:javadoc source:jar javadoc:jar deploy site changes:announcement-generate assembly:assembly</goals> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <includes> + <include>/LICENSE.txt</include> + <include>**</include> + </includes> + </configuration> + </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <descriptors> + <descriptor>assembly.xml</descriptor> + </descriptors> + </configuration> + </plugin> + </plugins> + </build> - <!-- basic reports - available to all plugins --> - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-report-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <destDir>apidocs</destDir> - <quiet>true</quiet> - <stylesheet>maven</stylesheet> - <tags> - <tag> - <name>TODO</name> - <placement>a</placement> - <head>To do:</head> - </tag> - </tags> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - <configuration> - <smtpHost>localhost</smtpHost> - <smtpPort implementation="java.lang.Integer">25</smtpPort> - <introduction>If you are reading this, the maintainer forgot to descrive what's the purpose of this release!!!</introduction> - <toAddresses> - <toAddress implementation="java.lang.String">dbu...@li...</toAddress> - <toAddress implementation="java.lang.String">dbu...@li...</toAddress> - </toAddresses> - <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload> - <issueLinkTemplate>%URL%?func=detail&aid=%ISSUE%&group_id=47439&atid=449494</issueLinkTemplate> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>changes-report</report> - <report>license</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> + <!-- basic reports - available to all plugins --> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-report-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <destDir>apidocs</destDir> + <quiet>true</quiet> + <stylesheet>maven</stylesheet> + <tags> + <tag> + <name>TODO</name> + <placement>a</placement> + <head>To do:</head> + </tag> + </tags> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + <configuration> + <smtpHost>localhost</smtpHost> + <smtpPort implementation="java.lang.Integer">25</smtpPort> + <introduction>If you are reading this, the maintainer forgot to descrive what's the purpose of this release!!!</introduction> + <toAddresses> + <toAddress implementation="java.lang.String">dbu...@li...</toAddress> + <toAddress implementation="java.lang.String">dbu...@li...</toAddress> + </toAddresses> + <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload> + <issueLinkTemplate>%URL%?func=detail&aid=%ISSUE%&group_id=47439&atid=449494</issueLinkTemplate> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>changes-report</report> + <report>license</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> - <distributionManagement> - <snapshotRepository> - <id>sourceforge</id> - <name>SourceForge Snapshots Repo</name> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url> - </snapshotRepository> - <repository> - <id>sourceforge</id> - <name>SourceForge Releases Repo</name> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url> - </repository> - <site> - <id>sourceforge</id> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url> - </site> - </distributionManagement> + <distributionManagement> + <snapshotRepository> + <id>sourceforge</id> + <name>SourceForge Snapshots Repo</name> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url> + </snapshotRepository> + <repository> + <id>sourceforge</id> + <name>SourceForge Releases Repo</name> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url> + </repository> + <site> + <id>sourceforge</id> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url> + </site> + </distributionManagement> - <profiles> - <profile> - <id>official</id> - <dependencies> - <dependency> - <groupId>javax.sql</groupId> - <artifactId>jdbc-stdext</artifactId> - <version>2.0</version> - <optional>true</optional> - </dependency> - </dependencies> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <fork>true</fork> - <compilerVersion>1.3</compilerVersion> - <executable>${JAVA_1_3_HOME}/bin/javac</executable> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> + <profiles> + <profile> + <id>official</id> + <dependencies> + <dependency> + <groupId>javax.sql</groupId> + <artifactId>jdbc-stdext</artifactId> + <version>2.0</version> + <optional>true</optional> + </dependency> + </dependencies> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <fork>true</fork> + <compilerVersion>1.3</compilerVersion> + <executable>${JAVA_1_3_HOME}/bin/javac</executable> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changelog-plugin</artifactId> - </plugin> - </plugins> - </reporting> - </profile> - </profiles> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changelog-plugin</artifactId> + </plugin> + </plugins> + </reporting> + </profile> + </profiles> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-06-09 22:22:00
|
Revision: 646 http://dbunit.svn.sourceforge.net/dbunit/?rev=646&view=rev Author: rlogiacco Date: 2008-06-09 15:21:40 -0700 (Mon, 09 Jun 2008) Log Message: ----------- added Matthias Gommeringer aka gommma to project developers Modified Paths: -------------- trunk/pom.xml trunk/src/site/xdoc/index.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-06-04 18:14:03 UTC (rev 645) +++ trunk/pom.xml 2008-06-09 22:21:40 UTC (rev 646) @@ -131,6 +131,14 @@ <role>Java Developer</role> </roles> </developer> + <developer> + <name>Matthias Gommeringer</name> + <id>gommma</id> + <email>go...@us...</email> + <roles> + <role>Java Developer</role> + </roles> + </developer> </developers> <contributors> Modified: trunk/src/site/xdoc/index.xml =================================================================== --- trunk/src/site/xdoc/index.xml 2008-06-04 18:14:03 UTC (rev 645) +++ trunk/src/site/xdoc/index.xml 2008-06-09 22:21:40 UTC (rev 646) @@ -25,6 +25,10 @@ <section name="News"> <table border="1"> <tr> + <td>2008-06-08</td> + <td>Matthias Gommeringer joined the project team. Welcome Matthias!</td> + </tr> + <tr> <td>2008-05-23</td> <td>Well another bug fixing release is out: 2.2.3 fixes some annoing bugs! Please see <a href="changes-report.html#a2.2.3">changes</a>.</td> </tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-06-02 20:17:21
|
Revision: 644 http://dbunit.svn.sourceforge.net/dbunit/?rev=644&view=rev Author: rlogiacco Date: 2008-06-02 13:17:19 -0700 (Mon, 02 Jun 2008) Log Message: ----------- fixed pom directive to include license file Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-06-02 10:06:06 UTC (rev 643) +++ trunk/pom.xml 2008-06-02 20:17:19 UTC (rev 644) @@ -269,7 +269,7 @@ (once SCM is migrated to SVN...) --> <resources> <resource> - <directory>/</directory> + <directory>.</directory> <includes> <include>LICENSE.txt</include> </includes> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-06-02 10:06:10
|
Revision: 643 http://dbunit.svn.sourceforge.net/dbunit/?rev=643&view=rev Author: rlogiacco Date: 2008-06-02 03:06:06 -0700 (Mon, 02 Jun 2008) Log Message: ----------- [ 1981449 ] Patch for Bug #1421590 "Problem in data import if all the columns are not populated" Modified Paths: -------------- trunk/src/changes/changes.xml trunk/src/dtd/flatXmlTableTest.dtd trunk/src/java/org/dbunit/dataset/DataSetUtils.java trunk/src/java/org/dbunit/dataset/xml/FlatXmlDataSet.java trunk/src/java/org/dbunit/dataset/xml/FlatXmlProducer.java trunk/src/test/org/dbunit/dataset/xml/FlatXmlDataSetTest.java trunk/src/xml/flatXmlTableTest.xml Added Paths: ----------- trunk/src/java/org/dbunit/dataset/stream/BufferedConsumer.java Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2008-06-01 09:57:21 UTC (rev 642) +++ trunk/src/changes/changes.xml 2008-06-02 10:06:06 UTC (rev 643) @@ -9,6 +9,7 @@ <body> <release version="2.3.0-SNAPSHOT" date="Jun 23, 2008" description="Features added"> <action dev="slecallonnec" type="fix" issue="1968640">Trimming is now done on Excel column names no prevent NoSuchColumnException.</action> + <action dev="rlogiacco" type="fix" issue="1981449" due-to="gomma">Patch for Bug #1421590 "Problem in data import if all the columns are not populated"</action> </release> <release version="2.2.3" date="May 23, 2008" description="Bugfixing release"> <action dev="rlogiacco" type="fix" issue="1967969">Missing License file in distribution jars</action> Modified: trunk/src/dtd/flatXmlTableTest.dtd =================================================================== --- trunk/src/dtd/flatXmlTableTest.dtd 2008-06-01 09:57:21 UTC (rev 642) +++ trunk/src/dtd/flatXmlTableTest.dtd 2008-06-02 10:06:06 UTC (rev 643) @@ -1,6 +1,7 @@ <!ELEMENT dataset ( TEST_TABLE*, - MISSING_VALUES*)> + MISSING_VALUES*, + MISSING_VALUES_SENSING*)> <!ELEMENT TEST_TABLE EMPTY> <!ATTLIST TEST_TABLE @@ -17,3 +18,11 @@ COLUMN2 CDATA #IMPLIED > +<!ELEMENT MISSING_VALUES_SENSING EMPTY> +<!ATTLIST MISSING_VALUES_SENSING + COLUMN0 CDATA #IMPLIED + COLUMN1 CDATA #IMPLIED + COLUMN2 CDATA #IMPLIED + COLUMN3 CDATA #IMPLIED +> + Modified: trunk/src/java/org/dbunit/dataset/DataSetUtils.java =================================================================== --- trunk/src/java/org/dbunit/dataset/DataSetUtils.java 2008-06-01 09:57:21 UTC (rev 642) +++ trunk/src/java/org/dbunit/dataset/DataSetUtils.java 2008-06-02 10:06:06 UTC (rev 643) @@ -29,6 +29,8 @@ import org.dbunit.dataset.datatype.TypeCastException; import java.util.ArrayList; +import java.util.Arrays; +import java.util.Comparator; import java.util.List; import java.util.StringTokenizer; @@ -308,4 +310,38 @@ return newArray; } -} \ No newline at end of file + public static Column[] mergeColumnsByName(Column[] referenceColumns, + Column[] columnsToMerge) { + + List resultList = new ArrayList(Arrays.asList(referenceColumns)); + List columnsToMergeNotInRefList = new ArrayList(Arrays.asList(columnsToMerge)); + + // All columns that exist in the referenceColumns + for (int i = 0; i < referenceColumns.length; i++) { + Column refColumn = referenceColumns[i]; + for (int k = 0; k < columnsToMerge.length; k++) { + Column columnToMerge = columnsToMerge[k]; + // Check if this colToMerge exists in the refColumn + if(columnToMerge.getColumnName().equals(refColumn.getColumnName())) { + // We found the col in the refColumns - so no candidate for adding to the result list + columnsToMergeNotInRefList.remove(columnToMerge); + break; + } + } + } + + // Add all "columnsToMerge" that have not been found in the referenceColumnList + resultList.addAll(columnsToMergeNotInRefList); + return (Column[]) resultList.toArray(new Column[]{}); + } + + + public static class ColumnComparatorByName implements Comparator { + public int compare(Object o1, Object o2) { + Column col1 = (Column)o1; + Column col2 = (Column)o2; + return col1.getColumnName().compareTo(col2.getColumnName()); + } + + } +} Added: trunk/src/java/org/dbunit/dataset/stream/BufferedConsumer.java =================================================================== --- trunk/src/java/org/dbunit/dataset/stream/BufferedConsumer.java (rev 0) +++ trunk/src/java/org/dbunit/dataset/stream/BufferedConsumer.java 2008-06-02 10:06:06 UTC (rev 643) @@ -0,0 +1,90 @@ +package org.dbunit.dataset.stream; + +import java.util.ArrayList; +import java.util.Iterator; + +import org.dbunit.dataset.Column; +import org.dbunit.dataset.DataSetException; +import org.dbunit.dataset.ITableMetaData; + +public class BufferedConsumer implements IDataSetConsumer { + + private IDataSetConsumer _wrappedConsumer; + + private ITableMetaData _activeMetaData; + /** + * List buffer where every list entry is a Object[] for one single row + */ + private ArrayList _allRows = new ArrayList(); + + + + public BufferedConsumer(IDataSetConsumer wrappedConsumer) + { + if (wrappedConsumer == null) { + throw new NullPointerException( + "The parameter '_wrappedConsumer' must not be null"); + } + this._wrappedConsumer = wrappedConsumer; + } + + public void startDataSet() throws DataSetException + { + this._wrappedConsumer.startDataSet(); + } + + public void endDataSet() throws DataSetException + { + this._wrappedConsumer.endDataSet(); + } + + public void row(Object[] values) throws DataSetException + { + // Just collect/buffer the row + this._allRows.add(values); + } + + public void startTable(ITableMetaData metaData) throws DataSetException + { + // Do nothing here - we will buffer all data in the "row" method in order to write + // them in the "endTable" method + this._activeMetaData = metaData; + } + + public void endTable() throws DataSetException + { + if(this._activeMetaData == null) { + throw new IllegalStateException("The field _activeMetaData must not be null at this stage"); + } + + Column[] columns = this._activeMetaData.getColumns(); + int finalColumnCount = columns.length; + + int rowCount = this._allRows.size(); + // Fill up columns that were potentially missing in this row + for (int i=0; i < rowCount; i++) { + // Note that this only works when new columns are always added at the end to the _activeMetaData + Object[] rowValues = (Object[]) this._allRows.get(i); + // If this row has less columns than final metaData, fill it up with "null"s so that it matches the length + if(rowValues.length < finalColumnCount) { + Object[] newRowValues = new Object[finalColumnCount]; + // Put in original values and leave all missing columns on "null" + System.arraycopy(rowValues, 0, newRowValues, 0, rowValues.length); + this._allRows.set(i, newRowValues); + } + } + + + // Start the table with the final metadata + this._wrappedConsumer.startTable(this._activeMetaData); + + // flush the buffer using all gathered/buffered information + for (Iterator iterator = _allRows.iterator(); iterator.hasNext();) { + Object[] rowValues = (Object[]) iterator.next(); + this._wrappedConsumer.row(rowValues); + } + + this._wrappedConsumer.endTable(); + } + +} Modified: trunk/src/java/org/dbunit/dataset/xml/FlatXmlDataSet.java =================================================================== --- trunk/src/java/org/dbunit/dataset/xml/FlatXmlDataSet.java 2008-06-01 09:57:21 UTC (rev 642) +++ trunk/src/java/org/dbunit/dataset/xml/FlatXmlDataSet.java 2008-06-02 10:06:06 UTC (rev 643) @@ -111,6 +111,21 @@ } /** + * Creates an FlatXmlDataSet object with the specifed xml file. + * Relative DOCTYPE uri are resolved from the xml file path. + * + * @param xmlFile the xml file + * @param dtdMetadata if <code>false</code> do not use DTD as metadata + * @param columnSensing Whether or not the columns should be sensed automatically. Every XML row + * is scanned for columns that have not been there in a previous column. + */ + public FlatXmlDataSet(File xmlFile, boolean dtdMetadata, boolean columnSensing) + throws IOException, DataSetException + { + this(xmlFile.toURL(), dtdMetadata, columnSensing); + } + + /** * Creates an FlatXmlDataSet object with the specifed xml URL. * Relative DOCTYPE uri are resolved from the xml file path. * @@ -131,11 +146,28 @@ public FlatXmlDataSet(URL xmlUrl, boolean dtdMetadata) throws IOException, DataSetException { - super(new FlatXmlProducer( - new InputSource(xmlUrl.toString()), dtdMetadata)); + this(xmlUrl, dtdMetadata, false); } + /** + * Creates an FlatXmlDataSet object with the specifed xml URL. + * Relative DOCTYPE uri are resolved from the xml file path. + * + * @param xmlUrl the xml URL + * @param dtdMetadata if <code>false</code> do not use DTD as metadata + * @param columnSensing Whether or not the columns should be sensed automatically. Every XML row + * is scanned for columns that have not been there in a previous column. + */ + public FlatXmlDataSet(URL xmlUrl, boolean dtdMetadata, boolean columnSensing) + throws IOException, DataSetException + { + super(new FlatXmlProducer( + new InputSource(xmlUrl.toString()), dtdMetadata, columnSensing)); + } + + + /** * Creates an FlatXmlDataSet object with the specifed xml reader. * Relative DOCTYPE uri are resolved from the current working dicrectory. * @@ -296,3 +328,4 @@ + Modified: trunk/src/java/org/dbunit/dataset/xml/FlatXmlProducer.java =================================================================== --- trunk/src/java/org/dbunit/dataset/xml/FlatXmlProducer.java 2008-06-01 09:57:21 UTC (rev 642) +++ trunk/src/java/org/dbunit/dataset/xml/FlatXmlProducer.java 2008-06-02 10:06:06 UTC (rev 643) @@ -28,10 +28,12 @@ import org.dbunit.dataset.Column; import org.dbunit.dataset.DataSetException; +import org.dbunit.dataset.DataSetUtils; import org.dbunit.dataset.DefaultTableMetaData; import org.dbunit.dataset.IDataSet; import org.dbunit.dataset.ITableMetaData; import org.dbunit.dataset.datatype.DataType; +import org.dbunit.dataset.stream.BufferedConsumer; import org.dbunit.dataset.stream.DefaultConsumer; import org.dbunit.dataset.stream.IDataSetConsumer; import org.dbunit.dataset.stream.IDataSetProducer; @@ -73,6 +75,7 @@ private int _columnNumberInFirstLine = 0; // Needed as _dtdMetadata can be true even with no dtd. private boolean _dtdPresent = false; + private boolean _columnSensing = false; private IDataSetConsumer _consumer = EMPTY_CONSUMER; private ITableMetaData _activeMetaData; @@ -93,6 +96,16 @@ _validating = false; } + public FlatXmlProducer(InputSource xmlSource, boolean dtdMetadata, boolean columnSensing) + { + _inputSource = xmlSource; + _resolver = this; + _dtdMetadata = dtdMetadata; + _validating = false; + _columnSensing = columnSensing; + } + + public FlatXmlProducer(InputSource xmlSource, IDataSet metaDataSet) { _inputSource = xmlSource; @@ -116,11 +129,23 @@ // _xmlReader = xmlReader; // } + private ITableMetaData createTableMetaData(String tableName, Attributes attributes) throws DataSetException { logger.debug("createTableMetaData(tableName=" + tableName + ", attributes=" + attributes + ") - start"); + return this.createTableMetaData(tableName, attributes, null); + } + + // sourceforge Bug #1421590 + private ITableMetaData createTableMetaData(String tableName, + Attributes attributes, ITableMetaData lastKnownTableMetaData) throws DataSetException + { + logger.debug("createTableMetaData(tableName=" + tableName + ", attributes=" + attributes + + ", lastKnownTableMetaData=" + lastKnownTableMetaData + ") - start"); + + // Is not null when a DTD handler was installed. Could also check the flag _dtdPresent if (_metaDataSet != null) { return _metaDataSet.getTableMetaData(tableName); @@ -133,10 +158,17 @@ columns[i] = new Column(attributes.getQName(i), DataType.UNKNOWN); } + + if(lastKnownTableMetaData!=null) + { + Column[] lastKnownColumns = lastKnownTableMetaData.getColumns(); + // check include all formerly found attributes - might be that there is one attribute missing in this row that was present in one of the former rows + columns = DataSetUtils.mergeColumnsByName(lastKnownColumns, columns); + } return new DefaultTableMetaData(tableName, columns); } - + public void setValidating(boolean validating) { logger.debug("setValidating(validating=" + validating + ") - start"); @@ -144,6 +176,13 @@ _validating = validating; } + public void setColumnSensing(boolean columnSensing) + { + logger.debug("setColumnSensing(columnSensing=" + columnSensing + ") - start"); + + _columnSensing = columnSensing; + } + //////////////////////////////////////////////////////////////////////////// // IDataSetProducer interface @@ -151,7 +190,12 @@ { logger.debug("setConsumer(consumer) - start"); - _consumer = consumer; + if(this._columnSensing) { + _consumer = new BufferedConsumer(consumer); + } + else { + _consumer = consumer; + } } public void produce() throws DataSetException @@ -271,8 +315,13 @@ { _columnNumberInFirstLine = attributes.getLength(); } - else if (!_dtdPresent && attributes.getLength() > _columnNumberInFirstLine) + // Omit "attributes.getLength() > _columnNumberInFirstLine" because column count could be same with different columns + else if (!_dtdPresent && _columnSensing) { + _activeMetaData = createTableMetaData(qName, attributes, _activeMetaData); + // We also need to recreate the table, copying the data already collected from the old one to the new one + _consumer.startTable(_activeMetaData); + logger.warn("Extra columns on line " + (_lineNumber+1) + ". Those columns will be ignored."); logger.warn("Please add the extra columns to line 1," Modified: trunk/src/test/org/dbunit/dataset/xml/FlatXmlDataSetTest.java =================================================================== --- trunk/src/test/org/dbunit/dataset/xml/FlatXmlDataSetTest.java 2008-06-01 09:57:21 UTC (rev 642) +++ trunk/src/test/org/dbunit/dataset/xml/FlatXmlDataSetTest.java 2008-06-02 10:06:06 UTC (rev 643) @@ -28,6 +28,7 @@ import java.io.FileReader; import java.io.FileWriter; import java.io.Writer; +import java.util.Arrays; /** * @author Manuel Laflamme @@ -79,6 +80,21 @@ assertEquals("column count", 2, columns.length); } + public void testMissingColumnAndDisableDtdMetadataAndSensing() throws Exception + { + IDataSet dataSet = new FlatXmlDataSet( + new File("src/xml/flatXmlTableTest.xml"), false, true); + + ITable table = dataSet.getTable("MISSING_VALUES_SENSING"); + + Column[] columns = table.getTableMetaData().getColumns(); + assertEquals("column count", 3, columns.length); + assertEquals("COLUMN0", columns[0].getColumnName()); + assertEquals("COLUMN3", columns[1].getColumnName()); + assertEquals("COLUMN1", columns[2].getColumnName()); + } + + public void testWrite() throws Exception { IDataSet expectedDataSet = createDataSet(); @@ -193,3 +209,4 @@ + Modified: trunk/src/xml/flatXmlTableTest.xml =================================================================== --- trunk/src/xml/flatXmlTableTest.xml 2008-06-01 09:57:21 UTC (rev 642) +++ trunk/src/xml/flatXmlTableTest.xml 2008-06-02 10:06:06 UTC (rev 643) @@ -7,5 +7,9 @@ <TEST_TABLE COLUMN0="row 4 col 0" COLUMN1="row 4 col 1" COLUMN2="row 4 col 2" COLUMN3="row 4 col 3"/> <TEST_TABLE COLUMN0="row 5 col 0" COLUMN1="row 5 col 1" COLUMN2="row 5 col 2" COLUMN3="row 5 col 3"/> <MISSING_VALUES COLUMN0="row 1 col 0" COLUMN2="row 1 col 2"/> + <MISSING_VALUES_SENSING COLUMN0="row 0 col 0" COLUMN3="row 0 col 3"/> + <MISSING_VALUES_SENSING COLUMN0="row 1 col 0" COLUMN1="row 1 col 1"/> + <MISSING_VALUES_SENSING COLUMN3="row 2 col 3"/> </dataset> + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-06-01 09:57:23
|
Revision: 642 http://dbunit.svn.sourceforge.net/dbunit/?rev=642&view=rev Author: rlogiacco Date: 2008-06-01 02:57:21 -0700 (Sun, 01 Jun 2008) Log Message: ----------- [ 1959825 ] Optimization of logging statements partially done Modified Paths: -------------- trunk/src/java/org/dbunit/database/ForwardOnlyResultSetTable.java trunk/src/java/org/dbunit/database/PrimaryKeyFilteredTableWrapper.java trunk/src/java/org/dbunit/database/ScrollableResultSetTable.java trunk/src/java/org/dbunit/dataset/AbstractDataSet.java trunk/src/java/org/dbunit/dataset/AbstractTable.java trunk/src/java/org/dbunit/dataset/CaseInsensitiveTable.java trunk/src/java/org/dbunit/dataset/CompositeTable.java trunk/src/java/org/dbunit/dataset/DataSetUtils.java trunk/src/java/org/dbunit/dataset/DefaultDataSet.java trunk/src/java/org/dbunit/dataset/DefaultTable.java trunk/src/java/org/dbunit/dataset/ForwardOnlyTable.java trunk/src/java/org/dbunit/dataset/ReplacementTable.java trunk/src/java/org/dbunit/dataset/SortedTable.java trunk/src/java/org/dbunit/dataset/excel/XlsTable.java trunk/src/java/org/dbunit/dataset/stream/StreamingIterator.java Modified: trunk/src/java/org/dbunit/database/ForwardOnlyResultSetTable.java =================================================================== --- trunk/src/java/org/dbunit/database/ForwardOnlyResultSetTable.java 2008-05-25 09:09:17 UTC (rev 641) +++ trunk/src/java/org/dbunit/database/ForwardOnlyResultSetTable.java 2008-06-01 09:57:21 UTC (rev 642) @@ -77,7 +77,7 @@ public Object getValue(int row, String columnName) throws DataSetException { - logger.debug("getValue(row=" + row + ", columnName=" + columnName + ") - start"); + logger.debug("getValue(row={}, columnName={}) - start", Integer.toString(row), columnName); try { Modified: trunk/src/java/org/dbunit/database/PrimaryKeyFilteredTableWrapper.java =================================================================== --- trunk/src/java/org/dbunit/database/PrimaryKeyFilteredTableWrapper.java 2008-05-25 09:09:17 UTC (rev 641) +++ trunk/src/java/org/dbunit/database/PrimaryKeyFilteredTableWrapper.java 2008-06-01 09:57:21 UTC (rev 642) @@ -133,7 +133,7 @@ } public Object getValue(int row, String column) throws DataSetException { - logger.debug("getValue(row=" + row + ", column=" + column + ") - start"); + logger.debug("getValue(row={}, column={}) - start", Integer.toString(row), column); int max = this.filteredRowsMapping.size(); if ( row < max ) { Modified: trunk/src/java/org/dbunit/database/ScrollableResultSetTable.java =================================================================== --- trunk/src/java/org/dbunit/database/ScrollableResultSetTable.java 2008-05-25 09:09:17 UTC (rev 641) +++ trunk/src/java/org/dbunit/database/ScrollableResultSetTable.java 2008-06-01 09:57:21 UTC (rev 642) @@ -124,7 +124,7 @@ public Object getValue(int row, String columnName) throws DataSetException { - logger.debug("getValue(row=" + row + ", columnName=" + columnName + ") - start"); + logger.debug("getValue(row={}, columnName={}) - start", Integer.toString(row), columnName); assertValidRowIndex(row); Modified: trunk/src/java/org/dbunit/dataset/AbstractDataSet.java =================================================================== --- trunk/src/java/org/dbunit/dataset/AbstractDataSet.java 2008-05-25 09:09:17 UTC (rev 641) +++ trunk/src/java/org/dbunit/dataset/AbstractDataSet.java 2008-06-01 09:57:21 UTC (rev 642) @@ -49,7 +49,7 @@ protected ITable[] cloneTables(ITable[] tables) { - logger.debug("cloneTables(tables=" + tables + ") - start"); + logger.debug("cloneTables(tables={}) - start", tables); ITable[] clones = new ITable[tables.length]; for (int i = 0; i < tables.length; i++) @@ -80,14 +80,14 @@ public ITableMetaData getTableMetaData(String tableName) throws DataSetException { - logger.debug("getTableMetaData(tableName=" + tableName + ") - start"); + logger.debug("getTableMetaData(tableName={}) - start", tableName); return getTable(tableName).getTableMetaData(); } public ITable getTable(String tableName) throws DataSetException { - logger.debug("getTable(tableName=" + tableName + ") - start"); + logger.debug("getTable(tableName={}) - start", tableName); ITable found = null; ITableIterator iterator = createIterator(false); Modified: trunk/src/java/org/dbunit/dataset/AbstractTable.java =================================================================== --- trunk/src/java/org/dbunit/dataset/AbstractTable.java 2008-05-25 09:09:17 UTC (rev 641) +++ trunk/src/java/org/dbunit/dataset/AbstractTable.java 2008-06-01 09:57:21 UTC (rev 642) @@ -41,7 +41,7 @@ protected void assertValidRowIndex(int row) throws DataSetException { - logger.debug("assertValidRowIndex(row=" + row + ") - start"); + logger.debug("assertValidRowIndex(row={}) - start", Integer.toString(row)); assertValidRowIndex(row, getRowCount()); } @@ -49,7 +49,7 @@ protected void assertValidRowIndex(int row, int rowCount) throws DataSetException { - logger.debug("assertValidRowIndex(row=" + row + ", rowCount=" + rowCount + ") - start"); + logger.debug("assertValidRowIndex(row={}, rowCount={}) - start", Integer.toString(row), Integer.toString(rowCount)); if (row < 0) { Modified: trunk/src/java/org/dbunit/dataset/CaseInsensitiveTable.java =================================================================== --- trunk/src/java/org/dbunit/dataset/CaseInsensitiveTable.java 2008-05-25 09:09:17 UTC (rev 641) +++ trunk/src/java/org/dbunit/dataset/CaseInsensitiveTable.java 2008-06-01 09:57:21 UTC (rev 642) @@ -83,7 +83,7 @@ public Object getValue(int row, String column) throws DataSetException { - logger.debug("getValue(row=" + row + ", column=" + column + ") - start"); + logger.debug("getValue(row={}, column={}) - start", Integer.toString(row), column); return _table.getValue(row, getInternalColumnName(column)); } Modified: trunk/src/java/org/dbunit/dataset/CompositeTable.java =================================================================== --- trunk/src/java/org/dbunit/dataset/CompositeTable.java 2008-05-25 09:09:17 UTC (rev 641) +++ trunk/src/java/org/dbunit/dataset/CompositeTable.java 2008-06-01 09:57:21 UTC (rev 642) @@ -109,7 +109,7 @@ public Object getValue(int row, String column) throws DataSetException { - logger.debug("getValue(row=" + row + ", column=" + column + ") - start"); + logger.debug("getValue(row={}, column={}) - start", Integer.toString(row), column); if (row < 0) { Modified: trunk/src/java/org/dbunit/dataset/DataSetUtils.java =================================================================== --- trunk/src/java/org/dbunit/dataset/DataSetUtils.java 2008-05-25 09:09:17 UTC (rev 641) +++ trunk/src/java/org/dbunit/dataset/DataSetUtils.java 2008-06-01 09:57:21 UTC (rev 642) @@ -60,8 +60,7 @@ public static void assertEquals(IDataSet expectedDataSet, IDataSet actualDataSet) throws Exception { - logger.debug("assertEquals(expectedDataSet=" + expectedDataSet + ", actualDataSet=" + actualDataSet - + ") - start"); + logger.debug("assertEquals(expectedDataSet={}, actualDataSet={}) - start", expectedDataSet, actualDataSet); Assertion.assertEquals(expectedDataSet, actualDataSet); } @@ -77,7 +76,7 @@ public static void assertEquals(ITable expectedTable, ITable actualTable) throws Exception { - logger.debug("assertEquals(expectedTable=" + expectedTable + ", actualTable=" + actualTable + ") - start"); + logger.debug("assertEquals(expectedTable={}, actualTable={}) - start", expectedTable, actualTable); Assertion.assertEquals(expectedTable, actualTable); } @@ -101,7 +100,7 @@ */ public static String getQualifiedName(String prefix, String name) { - logger.debug("getQualifiedName(prefix=" + prefix + ", name=" + name + ") - start"); + logger.debug("getQualifiedName(prefix={}, name={}) - start", prefix, name); return getQualifiedName(prefix, name, null); } @@ -109,8 +108,7 @@ public static String getQualifiedName(String prefix, String name, String escapePattern) { - logger.debug("getQualifiedName(prefix=" + prefix + ", name=" + name + ", escapePattern=" + escapePattern - + ") - start"); + logger.debug("getQualifiedName(prefix={}, name={}, escapePattern={}) - start", new String[] {prefix, name, escapePattern}); if (escapePattern != null) { @@ -128,7 +126,7 @@ public static String getEscapedName(String name, String escapePattern) { - logger.debug("getEscapedName(name=" + name + ", escapePattern=" + escapePattern + ") - start"); + logger.debug("getEscapedName(name={}, escapePattern={}) - start", name, escapePattern); if (name == null || escapePattern == null) { @@ -164,7 +162,7 @@ public static String getSqlValueString(Object value, DataType dataType) throws TypeCastException { - logger.debug("getSqlValueString(value=" + value + ", dataType=" + dataType + ") - start"); + logger.debug("getSqlValueString(value={}, dataType={}) - start", value, dataType); if (value == null || value == ITable.NO_VALUE) { @@ -226,7 +224,7 @@ */ public static Column getColumn(String columnName, Column[] columns) { - logger.debug("getColumn(columnName=" + columnName + ", columns=" + columns + ") - start"); + logger.debug("getColumn(columnName={}, columns={}) - start", columnName, columns); for (int i = 0; i < columns.length; i++) { @@ -250,7 +248,7 @@ public static ITable[] getTables(String[] names, IDataSet dataSet) throws DataSetException { - logger.debug("getTables(names=" + names + ", dataSet=" + dataSet + ") - start"); + logger.debug("getTables(names={}, dataSet={}) - start", names, dataSet); ITable[] tables = new ITable[names.length]; for (int i = 0; i < names.length; i++) @@ -267,7 +265,7 @@ */ public static ITable[] getTables(IDataSet dataSet) throws DataSetException { - logger.debug("getTables(dataSet=" + dataSet + ") - start"); + logger.debug("getTables(dataSet={}) - start", dataSet); return getTables(dataSet.iterator()); } @@ -277,7 +275,7 @@ */ public static ITable[] getTables(ITableIterator iterator) throws DataSetException { - logger.debug("getTables(iterator=" + iterator + ") - start"); + logger.debug("getTables(iterator={}) - start", iterator); List tableList = new ArrayList(); while(iterator.next()) @@ -293,14 +291,14 @@ public static String[] getReverseTableNames(IDataSet dataSet) throws DataSetException { - logger.debug("getReverseTableNames(dataSet=" + dataSet + ") - start"); + logger.debug("getReverseTableNames(dataSet={}) - start", dataSet); return reverseStringArray(dataSet.getTableNames()); } public static String[] reverseStringArray(String[] array) { - logger.debug("reverseStringArray(array=" + array + ") - start"); + logger.debug("reverseStringArray(array={}) - start", array); String[] newArray = new String[array.length]; for (int i = 0; i < array.length; i++) @@ -310,13 +308,4 @@ return newArray; } -} - - - - - - - - - +} \ No newline at end of file Modified: trunk/src/java/org/dbunit/dataset/DefaultDataSet.java =================================================================== --- trunk/src/java/org/dbunit/dataset/DefaultDataSet.java 2008-05-25 09:09:17 UTC (rev 641) +++ trunk/src/java/org/dbunit/dataset/DefaultDataSet.java 2008-06-01 09:57:21 UTC (rev 642) @@ -71,7 +71,7 @@ */ public void addTable(ITable table) { - logger.debug("addTable(table=" + table + ") - start"); + logger.debug("addTable(table={}) - start", table); _tableList.add(table); } @@ -82,7 +82,7 @@ protected ITableIterator createIterator(boolean reversed) throws DataSetException { - logger.debug("createIterator(reversed=" + reversed + ") - start"); + logger.debug("createIterator(reversed={}) - start", Boolean.toString(reversed)); ITable[] tables = (ITable[])_tableList.toArray(new ITable[0]); return new DefaultTableIterator(tables, reversed); Modified: trunk/src/java/org/dbunit/dataset/DefaultTable.java =================================================================== --- trunk/src/java/org/dbunit/dataset/DefaultTable.java 2008-05-25 09:09:17 UTC (rev 641) +++ trunk/src/java/org/dbunit/dataset/DefaultTable.java 2008-06-01 09:57:21 UTC (rev 642) @@ -156,7 +156,7 @@ public Object setValue(int row, String column, Object value) throws RowOutOfBoundsException, NoSuchColumnException, DataSetException { - logger.debug("setValue(row=" + row + ", column=" + column + ", value=" + value + ") - start"); + logger.debug("setValue(row={}, column={}, value={}) - start", new Object[] {Integer.toString(row), column, value}); assertValidRowIndex(row); @@ -186,7 +186,7 @@ public Object getValue(int row, String column) throws DataSetException { - logger.debug("getValue(row=" + row + ", column=" + column + ") - start"); + logger.debug("getValue(row={}, column={}) - start", Integer.toString(row), column); assertValidRowIndex(row); Modified: trunk/src/java/org/dbunit/dataset/ForwardOnlyTable.java =================================================================== --- trunk/src/java/org/dbunit/dataset/ForwardOnlyTable.java 2008-05-25 09:09:17 UTC (rev 641) +++ trunk/src/java/org/dbunit/dataset/ForwardOnlyTable.java 2008-06-01 09:57:21 UTC (rev 642) @@ -63,7 +63,7 @@ public Object getValue(int row, String column) throws DataSetException { - logger.debug("getValue(row=" + row + ", column=" + column + ") - start"); + logger.debug("getValue(row={}, column={}) - start", Integer.toString(row), column); if (row < _lastRow) { Modified: trunk/src/java/org/dbunit/dataset/ReplacementTable.java =================================================================== --- trunk/src/java/org/dbunit/dataset/ReplacementTable.java 2008-05-25 09:09:17 UTC (rev 641) +++ trunk/src/java/org/dbunit/dataset/ReplacementTable.java 2008-06-01 09:57:21 UTC (rev 642) @@ -175,7 +175,7 @@ public Object getValue(int row, String column) throws DataSetException { - logger.debug("getValue(row=" + row + ", column=" + column + ") - start"); + logger.debug("getValue(row={}, column={}) - start", Integer.toString(row), column); Object value = _table.getValue(row, column); Modified: trunk/src/java/org/dbunit/dataset/SortedTable.java =================================================================== --- trunk/src/java/org/dbunit/dataset/SortedTable.java 2008-05-25 09:09:17 UTC (rev 641) +++ trunk/src/java/org/dbunit/dataset/SortedTable.java 2008-06-01 09:57:21 UTC (rev 642) @@ -95,7 +95,7 @@ private int getOriginalRowIndex(int row) throws DataSetException { - logger.debug("getOriginalRowIndex(row=" + row + ") - start"); + logger.debug("getOriginalRowIndex(row={}) - start", Integer.toString(row)); if (_indexes == null) { @@ -139,7 +139,7 @@ public Object getValue(int row, String column) throws DataSetException { - logger.debug("getValue(row=" + row + ", column=" + column + ") - start"); + logger.debug("getValue(row={}, column={}) - start", Integer.toString(row), column); assertValidRowIndex(row); Modified: trunk/src/java/org/dbunit/dataset/excel/XlsTable.java =================================================================== --- trunk/src/java/org/dbunit/dataset/excel/XlsTable.java 2008-05-25 09:09:17 UTC (rev 641) +++ trunk/src/java/org/dbunit/dataset/excel/XlsTable.java 2008-06-01 09:57:21 UTC (rev 642) @@ -110,7 +110,7 @@ public Object getValue(int row, String column) throws DataSetException { - logger.debug("getValue(row=" + row + ", column=" + column + ") - start"); + logger.debug("getValue(row={}, column={}) - start", Integer.toString(row), column); assertValidRowIndex(row); Modified: trunk/src/java/org/dbunit/dataset/stream/StreamingIterator.java =================================================================== --- trunk/src/java/org/dbunit/dataset/stream/StreamingIterator.java 2008-05-25 09:09:17 UTC (rev 641) +++ trunk/src/java/org/dbunit/dataset/stream/StreamingIterator.java 2008-06-01 09:57:21 UTC (rev 642) @@ -193,7 +193,7 @@ public Object getValue(int row, String column) throws DataSetException { - logger.debug("getValue(row=" + row + ", column=" + column + ") - start"); + logger.debug("getValue(row={}, column={}) - start", Integer.toString(row), column); // Iterate up to specified row while (!_eot && row > _lastRow) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-23 11:01:17
|
Revision: 639 http://dbunit.svn.sourceforge.net/dbunit/?rev=639&view=rev Author: rlogiacco Date: 2008-05-23 04:01:15 -0700 (Fri, 23 May 2008) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-05-23 10:58:58 UTC (rev 638) +++ trunk/pom.xml 2008-05-23 11:01:15 UTC (rev 639) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.2.3</version> + <version>2.3.0-SNAPSHOT</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <inceptionYear>2002</inceptionYear> @@ -19,9 +19,9 @@ </license> </licenses> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.2.3</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.2.3</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.2.3</url> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> </scm> <issueManagement> <system>SourceForge</system> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-23 10:59:00
|
Revision: 638 http://dbunit.svn.sourceforge.net/dbunit/?rev=638&view=rev Author: rlogiacco Date: 2008-05-23 03:58:58 -0700 (Fri, 23 May 2008) Log Message: ----------- [maven-release-plugin] copy for tag release-2.2.3 Added Paths: ----------- tags/release-2.2.3/ Copied: tags/release-2.2.3 (from rev 637, trunk) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-23 10:52:27
|
Revision: 637 http://dbunit.svn.sourceforge.net/dbunit/?rev=637&view=rev Author: rlogiacco Date: 2008-05-23 03:52:24 -0700 (Fri, 23 May 2008) Log Message: ----------- [maven-release-plugin] prepare release release-2.2.3 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-05-23 09:29:10 UTC (rev 636) +++ trunk/pom.xml 2008-05-23 10:52:24 UTC (rev 637) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.3</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <inceptionYear>2002</inceptionYear> @@ -19,9 +19,9 @@ </license> </licenses> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.2.3</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.2.3</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.2.3</url> </scm> <issueManagement> <system>SourceForge</system> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-23 09:29:12
|
Revision: 636 http://dbunit.svn.sourceforge.net/dbunit/?rev=636&view=rev Author: rlogiacco Date: 2008-05-23 02:29:10 -0700 (Fri, 23 May 2008) Log Message: ----------- preparing for release Modified Paths: -------------- trunk/src/changes/changes.xml trunk/src/site/xdoc/index.xml Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2008-05-22 10:19:37 UTC (rev 635) +++ trunk/src/changes/changes.xml 2008-05-23 09:29:10 UTC (rev 636) @@ -7,7 +7,10 @@ </properties> <body> - <release version="2.2.3-SNAPSHOT" date="TBD" description=""> + <release version="2.3.0-SNAPSHOT" date="Jun 23, 2008" description="Features added"> + + </release> + <release version="2.2.3" date="May 23, 2008" description="Bugfixing release"> <action dev="rlogiacco" type="fix" issue="1967969">Missing License file in distribution jars</action> <action dev="slecallonnec" type="fix" issue="1925603">Removed redundant and erroneous ERROR logging.</action> <action dev="rlogiacco" type="fix" issue="1955585">Memory leak.</action> Modified: trunk/src/site/xdoc/index.xml =================================================================== --- trunk/src/site/xdoc/index.xml 2008-05-22 10:19:37 UTC (rev 635) +++ trunk/src/site/xdoc/index.xml 2008-05-23 09:29:10 UTC (rev 636) @@ -25,6 +25,10 @@ <section name="News"> <table border="1"> <tr> + <td>2008-05-23</td> + <td>Well another bug fixing release is out: 2.2.3 fixes some annoing bugs! Please see <a href="changes-report.html#a2.2.3">changes</a>.</td> + </tr> + <tr> <td>2008-05-05</td> <td>Release 2.2.2 is out and fixes some annoing bugs! Please see <a href="changes-report.html#a2.2.2">changes</a>.</td> </tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-22 10:19:39
|
Revision: 635 http://dbunit.svn.sourceforge.net/dbunit/?rev=635&view=rev Author: rlogiacco Date: 2008-05-22 03:19:37 -0700 (Thu, 22 May 2008) Log Message: ----------- added project package generation Modified Paths: -------------- trunk/pom.xml Added Paths: ----------- trunk/assembly.xml Added: trunk/assembly.xml =================================================================== --- trunk/assembly.xml (rev 0) +++ trunk/assembly.xml 2008-05-22 10:19:37 UTC (rev 635) @@ -0,0 +1,33 @@ +<assembly> + <id>prj</id> + <formats> + <format>tar.gz</format> + <format>zip</format> + </formats> + <includeBaseDirectory>false</includeBaseDirectory> + <fileSets> + <fileSet> + <includes> + <include>README*</include> + <include>LICENSE*</include> + <include>NOTICE*</include> + <include>pom.xml</include> + <include>profile.properties</include> + </includes> + </fileSet> + <fileSet> + <directory>src</directory> + </fileSet> + <fileSet> + <directory>target/site</directory> + <outputDirectory>doc</outputDirectory> + </fileSet> + <fileSet> + <directory>target</directory> + <outputDirectory></outputDirectory> + <includes> + <include>${artifactId}-${version}.jar</include> + </includes> + </fileSet> + </fileSets> +</assembly> \ No newline at end of file Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-05-22 10:18:26 UTC (rev 634) +++ trunk/pom.xml 2008-05-22 10:19:37 UTC (rev 635) @@ -177,8 +177,8 @@ <dependencies> <!-- TODO: check which dependencies could marked as optional. - For instance, ant is optional because it's only necessary for the dbunit - Ant tasks. --> + For instance, ant is optional because it's only necessary for the dbunit + Ant tasks. --> <!-- TODO: add exclusion for dependencies that include xerces/xalan --> @@ -203,8 +203,8 @@ <groupId>ant</groupId> <artifactId>ant</artifactId> <!-- TODO: range-> 1.5.3-1 + - <version>1.6.5</version> - --> + <version>1.6.5</version> +--> <version>1.5.4</version> <optional>true</optional> </dependency> @@ -266,7 +266,7 @@ <testSourceDirectory>src/test</testSourceDirectory> <!-- TODO: move to M2's expected path and separate java from test - (once SCM is migrated to SVN...) --> + (once SCM is migrated to SVN...) --> <resources> <resource> <directory>/</directory> @@ -291,8 +291,8 @@ <!-- TODO: that are some resources on src that should be on test... <testResources> - <testResource> - </testResource> + <testResource> + </testResource> </testResources> --> <plugins> @@ -307,7 +307,7 @@ <includes> <include>org/dbunit/AllTests.java</include> </includes> - --> + --> <excludes> <exclude>**/Abstract*.java</exclude> </excludes> @@ -328,7 +328,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> - <goals>source:jar javadoc:jar deploy site:site site:deploy changes:announcement-generate</goals> + <goals>javadoc:javadoc source:jar javadoc:jar deploy site changes:announcement-generate assembly:assembly</goals> </configuration> </plugin> <plugin> @@ -341,6 +341,14 @@ </includes> </configuration> </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <descriptors> + <descriptor>assembly.xml</descriptor> + </descriptors> + </configuration> + </plugin> </plugins> </build> @@ -357,6 +365,22 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <destDir>apidocs</destDir> + <quiet>true</quiet> + <stylesheet>maven</stylesheet> + <tags> + <tag> + <name>TODO</name> + <placement>a</placement> + <head>To do:</head> + </tag> + </tags> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> <configuration> <smtpHost>localhost</smtpHost> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-22 10:18:34
|
Revision: 634 http://dbunit.svn.sourceforge.net/dbunit/?rev=634&view=rev Author: rlogiacco Date: 2008-05-22 03:18:26 -0700 (Thu, 22 May 2008) Log Message: ----------- removed unmaintained files mostly regarding previous build system Removed Paths: ------------- trunk/docs/sample_webtest/ trunk/maven.xml trunk/project.properties trunk/project.xml trunk/todo.txt Deleted: trunk/maven.xml =================================================================== --- trunk/maven.xml 2008-05-21 17:58:30 UTC (rev 633) +++ trunk/maven.xml 2008-05-22 10:18:26 UTC (rev 634) @@ -1,36 +0,0 @@ -<project default="jar:jar" - xmlns:j="jelly:core" - xmlns:u="jelly:util" - xmlns:ant="jelly:ant" - xmlns:maven="jelly:maven" - xmlns:m="maven" - xmlns:deploy="deploy"> - - <preGoal name="xdoc:jelly-transform"> - <attainGoal name="faq"/> - <attainGoal name="changes:report"/> - </preGoal> - - <postGoal name="dist:prepare-src-filesystem"> - <attainGoal name="dbunit:copy-profile"/> - </postGoal> - - <goal name="dbunit:copy-profile"> - <echo message="${maven.dist.src.archive.dir}"/> - <copy file="${basedir}/profile.properties" toDir="${maven.dist.src.archive.dir}/${maven.final.name}" /> - </goal> - - <preGoal name="dbunit:docs"> - <attainGoal name="site"/> -<!-- <attainGoal name="dist"/> --> - </preGoal> - - <goal name="dbunit:docs"> - <echo message="${maven.docs.dest}"/> - <tar basedir="${maven.docs.dest}" destfile="${maven.build.dir}/docs.tar"> - </tar> - <gzip src="${maven.build.dir}/docs.tar" zipfile="${maven.build.dir}/docs.tar.gz"/> - </goal> - - -</project> Deleted: trunk/project.properties =================================================================== --- trunk/project.properties 2008-05-21 17:58:30 UTC (rev 633) +++ trunk/project.properties 2008-05-22 10:18:26 UTC (rev 634) @@ -1,10 +0,0 @@ -maven.xdoc.date=left -maven.xdoc.version=${pom.currentVersion} - -maven.junit.usefile=false -maven.junit.fork=true - -maven.html2xdoc.dir=docs - -#maven.jar.override = on -#maven.jar.db2driver = ${basedir}/lib/db2jcc.jar Deleted: trunk/project.xml =================================================================== --- trunk/project.xml 2008-05-21 17:58:30 UTC (rev 633) +++ trunk/project.xml 2008-05-22 10:18:26 UTC (rev 634) @@ -1,310 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<project> - - <!-- the version of maven's project object model --> - <pomVersion>3</pomVersion> - - <!-- a unique name for this project --> - <id>dbunit</id> - - <!-- a short but descriptive name for the project --> - <name>DbUnit</name> - - <!-- The version of the project under development, e.g. - 1.1, 1.2, 2.0-dev --> - <currentVersion>2.2-dev</currentVersion> - - <!-- details about the organization that 'owns' the project --> - <organization> - <name>DbUnit.org</name> - <url>http://www.sourceforge.net/projects/dbunit</url> - <logo>http://sourceforge.net/sflogo.php?group_id=47439&type=5</logo> - </organization> - - <!-- the year the project started --> - <inceptionYear>2002</inceptionYear> - <package>org.dbunit</package> - <logo>/images/dbunit-logo.jpg</logo> - <description> - DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, - among other things, puts your database into a known state between test runs. This is an - excellent way to avoid the myriad of problems that can occur when one test case corrupts - the database and causes subsequent tests to fail or exacerbate the damage. - </description> - <!-- a short description of what the project does --> - <shortDescription> - DbUnit is a JUnit extension targeted for database-driven projects - </shortDescription> - - <!-- the project home page --> - <url>http://www.dbunit.org</url> - <issueTrackingUrl>http://sourceforge.net/tracker/?group_id=47439</issueTrackingUrl> - <siteAddress>shell.sourceforge.net</siteAddress> - <siteDirectory>/home/groups/d/db/dbunit/htdocs/</siteDirectory> - <distributionDirectory></distributionDirectory> - - <!-- the version control repository and http url for online access - the connection element has the form: - scm:<system>:<system specific connection string> --> - <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/dbunit:dbunit</connection> - <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/dbunit:dbunit</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dbunit/dbunit</url> - - </repository> - - <!-- any mailing lists for the project --> - <mailingLists> - <mailingList> - <name>DbUnit User List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=8154</archive> - </mailingList> - <mailingList> - <name>DbUnit Developer List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=9162</archive> - </mailingList> - <mailingList> - <name>DbUnit CVS Commit List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=9771</archive> - </mailingList> - </mailingLists> - - <!-- who the developers are for the project --> - <developers> - <developer> - <name>Benjamin Cox</name> - <id>bdrum</id> - <roles> - <role>Java Developer</role> - <!-- <role>Original Ant Task Contributor</role> --> - </roles> - </developer> - <developer> - <name>David Eric Pugh</name> - <id>dep4b</id> - <email>ep...@op...</email> - <organization>OpenSource Connections</organization> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Federico Spinazzi</name> - <id>fspinazzi</id> - <email>f.s...@ma...</email> - <organization>Master House S.r.l</organization> - <roles> - <role>Java Developer</role> - <!-- <role>DB2 Contributor</role> --> - </roles> - </developer> - <developer> - <name>Manuel Laflamme</name> - <id>mlaflamm</id> - <organization>Oz Communication</organization> - <roles> - <role>Project Founder</role> - <!-- <role>Java Developer</role> --> - </roles> - </developer> - <developer> - <name>Timothy J. Ruppert</name> - <id>zieggy</id> - <roles> - <role>Java Developer</role> - <!-- <role>Original Ant Task Contributor</role> --> - </roles> - </developer> - <developer> - <name>Felipe Leme</name> - <id>felipeal</id> - <email>db...@fe...</email> - <organization>Falcon Informatica</organization> - <timezone>-3</timezone> - <roles> - <role>Java Developer</role> - </roles> - </developer> - </developers> - - <contributors> - <contributor> - <name>Klas Axel</name> - <!-- - <roles> - <role>HsqldbDataTypeFactory</role> - </roles> - --> - </contributor> - <contributor> - <name>Erik Price</name> - <!-- - <roles> - <role>DatabaseSequenceOperation</role> - </roles> - --> - </contributor> - <contributor> - <name>Jeremy Stein</name> - <!-- - <roles> - <role>InsertIndentityOperation</role> - </roles> - --> - </contributor> - <contributor> - <name>Keven Kizer</name> - <!-- - <roles> - <role>Early guinea pig</role> - </roles> - --> - </contributor> - <contributor> - <name>Mike Bresnahan</name> - <!-- - <roles> - <role>DbUnit evangelist</role> - </roles> - --> - </contributor> - </contributors> - - <!-- jar files the project is dependent on --> - <dependencies> - <dependency> - <id>ant</id> - <version>1.5.3-1</version> - </dependency> - <dependency> - <id>crimson</id> - <version>1.1.3</version> - </dependency> - <dependency> - <id>junit</id> - <version>3.8.1</version> - </dependency> - <dependency> - <id>jdbc</id> - <version>2.0</version> - <url>http://java.sun.com/products/jdbc/download.html#spec</url> - </dependency> - <dependency> - <id>hsqldb</id> - <version>1.8.0.1</version> - </dependency> - <!-- - <dependency> - <id>servletapi</id> - <version>2.3</version> - </dependency> - --> - <dependency> - <id>poi</id> - <version>2.0-final-20040126</version> - </dependency> - <dependency> - <groupId>mockobjects</groupId> - <artifactId>mockobjects-core</artifactId> - <version>0.07</version> - </dependency> - <dependency> - <groupId>mockobjects</groupId> - <artifactId>mockobjects-jdk1.3</artifactId> - <version>0.07</version> - </dependency> - <dependency> - <groupId>mockmaker</groupId> - <artifactId>mmmockobjects</artifactId> - <version>1.12.0</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.1</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.1</version> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.0.4</version> - </dependency> - <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - </dependency> - - </dependencies> - - <!-- build information for the project --> - <build> - <nagEmailAddress></nagEmailAddress> - <sourceDirectory>${basedir}/src/java</sourceDirectory> - <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory> - - <unitTest> - <includes> - <include>org/dbunit/AllTests.java</include> - </includes> - <excludes> - <exclude>**/*Test</exclude> - </excludes> - </unitTest> - - <resources> - <resource> - <directory>${basedir}/src/java</directory> - <includes> - <include>**/dataset.dtd</include> - </includes> - </resource> - <resource> - <directory>${basedir}/src/csv</directory> - <includes> - <include>**/cvs-tests.properties</include> - </includes> - </resource> - </resources> - </build> - - <reports> - <!-- - <report>maven-jdepend-plugin</report> - <report>maven-checkstyle-plugin</report> - --> - <report>maven-changes-plugin</report> - <!-- - <report>maven-changelog-plugin</report> - <report>maven-file-activity-plugin</report> - <report>maven-developer-activity-plugin</report> - --> - <report>maven-javadoc-plugin</report> - <!-- - <report>maven-jxr-plugin</report> - --> - <report>maven-junit-report-plugin</report> - <!-- - <report>maven-tasklist-plugin</report> - <report>maven-pmd-plugin</report> - --> - <report>maven-faq-plugin</report> - <!-- - <report>maven-clover-plugin</report> - <report>maven-jcoverage-plugin</report> - --> - </reports> - - -</project> - Deleted: trunk/todo.txt =================================================================== --- trunk/todo.txt 2008-05-21 17:58:30 UTC (rev 633) +++ trunk/todo.txt 2008-05-22 10:18:26 UTC (rev 634) @@ -1,40 +0,0 @@ -Documentation: - - -* Add build instructions - ---- - -Features: - -* Alternate DTD export method using choice (OR) instead sequence (AND). - http://sourceforge.net/mailarchive/message.php?msg_id=4127649 - http://sourceforge.net/mailarchive/message.php?msg_id=4148318 - -* Add configuration to limits the number of rows fetched from the database - http://sourceforge.net/tracker/index.php?func=detail&aid=561202&group_id=47439&atid=449491 - -* DisableConstrainsOperation??? The way to disable/enable database constraints - is vendor specific so this is impossible to implement on all RDMS platform. - Big question, is the performance acceptable??? - http://sourceforge.net/mailarchive/message.php?msg_id=4148317 - -* Determine the table sequence in DatabaseDataSet according exported/imported - keys using information from DatabaseMetaData. Make it configurable because of - performance cost. Make it a subclass of SequenceTableFilter??? - http://sourceforge.net/mailarchive/message.php?msg_id=4156221 - http://sourceforge.net/mailarchive/message.php?msg_id=4159237 - -* Ability to add reference to DTD when exporting a flat XML dataset. - http://sourceforge.net/mailarchive/forum.php?thread_id=3071649&forum_id=8154 - ---- - -Performance: - -* Profile and improve DbUnit performance. - ---- - -Environment: - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-21 17:58:46
|
Revision: 633 http://dbunit.svn.sourceforge.net/dbunit/?rev=633&view=rev Author: rlogiacco Date: 2008-05-21 10:58:30 -0700 (Wed, 21 May 2008) Log Message: ----------- [ 1967969 ] Missing License file in distribution jars Modified Paths: -------------- trunk/LICENSE.txt trunk/pom.xml trunk/src/changes/changes.xml Modified: trunk/LICENSE.txt =================================================================== --- trunk/LICENSE.txt 2008-05-17 09:06:07 UTC (rev 632) +++ trunk/LICENSE.txt 2008-05-21 17:58:30 UTC (rev 633) @@ -1,16 +1,502 @@ -The DbUnit Database Testing Framework -Copyright (C)2002-2004, DbUnit.org + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Lesser General Public License for more details. +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] -You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA \ No newline at end of file + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + <one line to give the library's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + <signature of Ty Coon>, 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! \ No newline at end of file Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-05-17 09:06:07 UTC (rev 632) +++ trunk/pom.xml 2008-05-21 17:58:30 UTC (rev 633) @@ -14,7 +14,7 @@ <licenses> <license> <name>GNU Lesser General Public License, Version 2.1</name> - <url>http://www.gnu.org/copyleft/lesser.html</url> + <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url> <distribution>repo</distribution> </license> </licenses> @@ -269,6 +269,12 @@ (once SCM is migrated to SVN...) --> <resources> <resource> + <directory>/</directory> + <includes> + <include>LICENSE.txt</include> + </includes> + </resource> + <resource> <directory>src/java</directory> <includes> <include>**/dataset.dtd</include> @@ -325,6 +331,16 @@ <goals>source:jar javadoc:jar deploy site:site site:deploy changes:announcement-generate</goals> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <includes> + <include>/LICENSE.txt</include> + <include>**</include> + </includes> + </configuration> + </plugin> </plugins> </build> @@ -357,6 +373,7 @@ <reportSet> <reports> <report>changes-report</report> + <report>license</report> </reports> </reportSet> </reportSets> Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2008-05-17 09:06:07 UTC (rev 632) +++ trunk/src/changes/changes.xml 2008-05-21 17:58:30 UTC (rev 633) @@ -8,6 +8,7 @@ <body> <release version="2.2.3-SNAPSHOT" date="TBD" description=""> + <action dev="rlogiacco" type="fix" issue="1967969">Missing License file in distribution jars</action> <action dev="slecallonnec" type="fix" issue="1925603">Removed redundant and erroneous ERROR logging.</action> <action dev="rlogiacco" type="fix" issue="1955585">Memory leak.</action> <action dev="slecallonnec" type="add">A warning message is now displayed when rows contain more columns than the first row.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-16 21:55:25
|
Revision: 631 http://dbunit.svn.sourceforge.net/dbunit/?rev=631&view=rev Author: rlogiacco Date: 2008-05-16 14:54:39 -0700 (Fri, 16 May 2008) Log Message: ----------- [ 1955585 ] memory leak Modified Paths: -------------- trunk/src/changes/changes.xml Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2008-05-16 21:52:19 UTC (rev 630) +++ trunk/src/changes/changes.xml 2008-05-16 21:54:39 UTC (rev 631) @@ -9,6 +9,7 @@ <body> <release version="2.2.3-SNAPSHOT" date="TBD" description=""> <action dev="slecallonnec" type="fix" issue="1925603">Removed redundant and erroneous ERROR logging.</action> + <action dev="rlogiacco" type="fix" issue="1955585">Memory leak.</action> </release> <release version="2.2.2" date="May 5, 2008" description="Bugfixing release"> <action dev="rlogiacco" type="fix" issue="1953115" due-to="Mike Norrish">End of table name cut off when bracketed in FlatDtdProducer</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-16 21:53:17
|
Revision: 630 http://dbunit.svn.sourceforge.net/dbunit/?rev=630&view=rev Author: rlogiacco Date: 2008-05-16 14:52:19 -0700 (Fri, 16 May 2008) Log Message: ----------- [ 1955585 ] memory leak Modified Paths: -------------- trunk/src/java/org/dbunit/DatabaseTestCase.java Modified: trunk/src/java/org/dbunit/DatabaseTestCase.java =================================================================== --- trunk/src/java/org/dbunit/DatabaseTestCase.java 2008-05-13 23:33:55 UTC (rev 629) +++ trunk/src/java/org/dbunit/DatabaseTestCase.java 2008-05-16 21:52:19 UTC (rev 630) @@ -150,6 +150,7 @@ databaseTester.setTearDownOperation( getTearDownOperation() ); databaseTester.setDataSet( getDataSet() ); databaseTester.onTearDown(); + tester = null; } finally { super.tearDown(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-13 22:52:55
|
Revision: 628 http://dbunit.svn.sourceforge.net/dbunit/?rev=628&view=rev Author: rlogiacco Date: 2008-05-13 15:52:34 -0700 (Tue, 13 May 2008) Log Message: ----------- updated 2.2.1 changelog to report slf4j adoption Modified Paths: -------------- trunk/src/changes/changes.xml Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2008-05-06 07:19:18 UTC (rev 627) +++ trunk/src/changes/changes.xml 2008-05-13 22:52:34 UTC (rev 628) @@ -16,8 +16,9 @@ <action dev="slecallonnec" type="fix" issue="1806363" due-to="Brian Atkinson">Fixed issue with CLOB datatype in Derby.</action> </release> <release version="2.2.1" date="March 17, 2008" description="Another official release after a long, long time..."> + <action dev="rlogiacco" type="add">Added SLF4J dependency and logging statements</action> <action dev="felipeal" type="fix" issue="1897627" >Removed JUnit dependency on IDatabaseTester implementations</action> - <action dev="felipeal" type="add" issue="1897612" >Created H2 data factory</action> + <action dev="felipeal" type="add" issue="1897612">Created H2 data factory</action> <action dev="felipeal" type="add" issue="1798605" due-to="Vera Wahler">New point Datatype on MySqlDataTypeFactory</action> <action dev="felipeal" type="fix" issue="1735506" due-to="Greg Morgan">Improvements on M2 build - Additional files</action> <action dev="rlogiacco" type="fix" issue="1849219" due-to="JensFransson">NPE in FlatDtdProducer.java at line 224</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-06 07:19:22
|
Revision: 627 http://dbunit.svn.sourceforge.net/dbunit/?rev=627&view=rev Author: rlogiacco Date: 2008-05-06 00:19:18 -0700 (Tue, 06 May 2008) Log Message: ----------- unified distribution management ids Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-05-05 19:11:17 UTC (rev 626) +++ trunk/pom.xml 2008-05-06 07:19:18 UTC (rev 627) @@ -325,16 +325,6 @@ <goals>source:jar javadoc:jar deploy site:site site:deploy changes:announcement-generate</goals> </configuration> </plugin> - <!-- TODO: add cobertura and other plugins that would fail the build, like PMD, cobertura and checkstyle--> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <source>1.3</source> - <target>1.3</target> - </configuration> - </plugin> </plugins> </build> @@ -376,17 +366,17 @@ <distributionManagement> <snapshotRepository> - <id>sf_snapshots</id> + <id>sourceforge</id> <name>SourceForge Snapshots Repo</name> <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url> </snapshotRepository> <repository> - <id>sf_official</id> + <id>sourceforge</id> <name>SourceForge Releases Repo</name> <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url> </repository> <site> - <id>sf_website</id> + <id>sourceforge</id> <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url> </site> </distributionManagement> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-05 19:12:00
|
Revision: 626 http://dbunit.svn.sourceforge.net/dbunit/?rev=626&view=rev Author: rlogiacco Date: 2008-05-05 12:11:17 -0700 (Mon, 05 May 2008) Log Message: ----------- fixed change log to match new release Modified Paths: -------------- trunk/src/changes/changes.xml Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2008-05-05 18:54:12 UTC (rev 625) +++ trunk/src/changes/changes.xml 2008-05-05 19:11:17 UTC (rev 626) @@ -7,7 +7,7 @@ </properties> <body> - <release version="2.2.2-SNAPSHOT" date="TBD" description=""> + <release version="2.2.2" date="May 5, 2008" description="Bugfixing release"> <action dev="rlogiacco" type="fix" issue="1953115" due-to="Mike Norrish">End of table name cut off when bracketed in FlatDtdProducer</action> <action dev="rlogiacco" type="fix" issue="1926302">IncompatibleClassChangeError with 2.2.1</action> <action dev="rlogiacco" type="fix" issue="1955929">junit jar-file should be JDK 1.4 compatible</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-05 18:54:33
|
Revision: 625 http://dbunit.svn.sourceforge.net/dbunit/?rev=625&view=rev Author: rlogiacco Date: 2008-05-05 11:54:12 -0700 (Mon, 05 May 2008) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-05-05 18:53:59 UTC (rev 624) +++ trunk/pom.xml 2008-05-05 18:54:12 UTC (rev 625) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.2.2</version> + <version>2.2.3-SNAPSHOT</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <inceptionYear>2002</inceptionYear> @@ -19,9 +19,9 @@ </license> </licenses> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.2.2</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.2.2</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.2.2</url> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> </scm> <issueManagement> <system>SourceForge</system> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-05 18:54:00
|
Revision: 624 http://dbunit.svn.sourceforge.net/dbunit/?rev=624&view=rev Author: rlogiacco Date: 2008-05-05 11:53:59 -0700 (Mon, 05 May 2008) Log Message: ----------- [maven-release-plugin] copy for tag release-2.2.2 Added Paths: ----------- tags/release-2.2.2/ tags/release-2.2.2/pom.xml tags/release-2.2.2/src/changes/changes.xml tags/release-2.2.2/src/java/org/dbunit/dataset/datatype/NumberDataType.java tags/release-2.2.2/src/java/org/dbunit/dataset/xml/FlatDtdProducer.java tags/release-2.2.2/src/site/xdoc/index.xml tags/release-2.2.2/src/test/org/dbunit/dataset/ReplacementTableTest.java tags/release-2.2.2/src/test/org/dbunit/dataset/datatype/DoubleDataTypeTest.java tags/release-2.2.2/src/test/org/dbunit/dataset/datatype/FloatDataTypeTest.java tags/release-2.2.2/src/test/org/dbunit/dataset/datatype/IntegerDataTypeTest.java tags/release-2.2.2/src/test/org/dbunit/dataset/datatype/LongDataTypeTest.java tags/release-2.2.2/src/test/org/dbunit/dataset/datatype/NumberDataTypeTest.java tags/release-2.2.2/src/test/org/dbunit/dataset/xml/FlatDtdProducerTest.java Removed Paths: ------------- tags/release-2.2.2/pom.xml tags/release-2.2.2/src/changes/changes.xml tags/release-2.2.2/src/java/org/dbunit/dataset/datatype/NumberDataType.java tags/release-2.2.2/src/java/org/dbunit/dataset/xml/FlatDtdProducer.java tags/release-2.2.2/src/site/xdoc/index.xml tags/release-2.2.2/src/test/org/dbunit/dataset/ReplacementTableTest.java tags/release-2.2.2/src/test/org/dbunit/dataset/datatype/DoubleDataTypeTest.java tags/release-2.2.2/src/test/org/dbunit/dataset/datatype/FloatDataTypeTest.java tags/release-2.2.2/src/test/org/dbunit/dataset/datatype/IntegerDataTypeTest.java tags/release-2.2.2/src/test/org/dbunit/dataset/datatype/LongDataTypeTest.java tags/release-2.2.2/src/test/org/dbunit/dataset/datatype/NumberDataTypeTest.java tags/release-2.2.2/src/test/org/dbunit/dataset/xml/FlatDtdProducerTest.java Copied: tags/release-2.2.2 (from rev 611, trunk) Deleted: tags/release-2.2.2/pom.xml =================================================================== --- trunk/pom.xml 2008-04-05 15:54:57 UTC (rev 611) +++ tags/release-2.2.2/pom.xml 2008-05-05 18:53:59 UTC (rev 624) @@ -1,434 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>org.dbunit</groupId> - <artifactId>dbunit</artifactId> - <packaging>jar</packaging> - <version>2.2.2-SNAPSHOT</version> - <name>DbUnit Framework</name> - <url>http://dbunit.sourceforge.net</url> - <inceptionYear>2002</inceptionYear> - <description> - DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage. - </description> - <licenses> - <license> - <name>GNU Lesser General Public License, Version 2.1</name> - <url>http://www.gnu.org/copyleft/lesser.html</url> - <distribution>repo</distribution> - </license> - </licenses> - <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> - </scm> - <issueManagement> - <system>SourceForge</system> - <url>http://sourceforge.net/tracker/?group_id=47439</url> - </issueManagement> - <mailingLists> - <mailingList> - <name>DbUnit User List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=8154</archive> - </mailingList> - <mailingList> - <name>DbUnit Developer List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=9162</archive> - </mailingList> - <mailingList> - <name>DbUnit SVN Commit List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=9771</archive> - </mailingList> - </mailingLists> - - <pluginRepositories> - <pluginRepository> - <id>snapshots</id> - <url>http://people.apache.org/repo/m2-snapshot-repository/</url> - </pluginRepository> - </pluginRepositories> - - - <!-- who the developers are for the project --> - <developers> - <!-- put my name first, so my email is used by the announcements-email - plugin --> - <developer> - <name>Roberto Lo Giacco</name> - <id>rlogiacco</id> - <email>rlo...@us...</email> - <organization>SmartLab</organization> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Felipe Leme</name> - <id>felipeal</id> - <email>db...@fe...</email> - <organization>Falcon Informatica</organization> - <timezone>-3</timezone> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Benjamin Cox</name> - <id>bdrum</id> - <roles> - <role>Java Developer</role> - <!-- <role>Original Ant Task Contributor</role> --> - </roles> - </developer> - <developer> - <name>David Eric Pugh</name> - <id>dep4b</id> - <email>ep...@op...</email> - <organization>OpenSource Connections</organization> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Federico Spinazzi</name> - <id>fspinazzi</id> - <email>f.s...@ma...</email> - <organization>Master House S.r.l</organization> - <roles> - <role>Java Developer</role> - <!-- <role>DB2 Contributor</role> --> - </roles> - </developer> - <developer> - <name>Manuel Laflamme</name> - <id>mlaflamm</id> - <organization>Oz Communication</organization> - <roles> - <role>Project Founder</role> - <!-- <role>Java Developer</role> --> - </roles> - </developer> - <developer> - <name>Timothy J. Ruppert</name> - <id>zieggy</id> - <roles> - <role>Java Developer</role> - <!-- <role>Original Ant Task Contributor</role> --> - </roles> - </developer> - </developers> - - <contributors> - <contributor> - <name>Klas Axel</name> - <roles> - <role>HsqldbDataTypeFactory</role> - </roles> - </contributor> - <contributor> - <name>Erik Price</name> - <roles> - <role>DatabaseSequenceOperation</role> - </roles> - </contributor> - <contributor> - <name>Jeremy Stein</name> - <roles> - <role>InsertIndentityOperation</role> - </roles> - </contributor> - <contributor> - <name>Keven Kizer</name> - <roles> - <role>Early guinea pig</role> - </roles> - </contributor> - <contributor> - <name>Mike Bresnahan</name> - <roles> - <role>DbUnit evangelist</role> - </roles> - </contributor> - <contributor> - <name>Andres Almiray</name> - <email>aal...@us...</email> - <roles> - <role>IDatabaseTester creator</role> - </roles> - </contributor> - </contributors> - - - <dependencies> - -<!-- TODO: check which dependencies could marked as optional. - For instance, ant is optional because it's only necessary for the dbunit - Ant tasks. --> - -<!-- TODO: add exclusion for dependencies that include xerces/xalan --> - - <!-- JUnit 3.8.2 fix that annoying 'expected: <....>' bug... --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - </dependency> - - <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - </dependency> - <dependency> - <groupId>poi</groupId> - <artifactId>poi</artifactId> - <version>2.5.1-final-20040804</version> - </dependency> - <dependency> - <groupId>ant</groupId> - <artifactId>ant</artifactId> -<!-- TODO: range-> 1.5.3-1 + - <version>1.6.5</version> - --> - <version>1.5.4</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.1</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.1</version> - </dependency> - <dependency> - <groupId>mockobjects</groupId> - <artifactId>mockobjects-core</artifactId> - <version>0.07</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>mockmaker</groupId> - <artifactId>mmmockobjects</artifactId> - <version>1.12.0</version> - <scope>test</scope> - </dependency> -<!-- TODO: check why follow dependency is necessary --> - <dependency> - <groupId>mockobjects</groupId> - <artifactId>mockobjects-jdk1.3</artifactId> - <version>0.07</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>hsqldb</groupId> - <artifactId>hsqldb</artifactId> - <version>1.8.0.1</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.4.3</version> - </dependency> - - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-nop</artifactId> - <version>1.4.3</version> - <scope>runtime</scope> - </dependency> - - </dependencies> - - <build> - <defaultGoal>install</defaultGoal> - <sourceDirectory>src/java</sourceDirectory> - <testSourceDirectory>src/test</testSourceDirectory> - - <!-- TODO: move to M2's expected path and separate java from test - (once SCM is migrated to SVN...) --> - <resources> - <resource> - <directory>src/java</directory> - <includes> - <include>**/dataset.dtd</include> - </includes> - </resource> - <resource> - <directory>src/csv</directory> - <includes> - <include>**/cvs-tests.properties</include> - </includes> - </resource> - - </resources> -<!-- TODO: that are some resources on src that should be on test... - - <testResources> - <testResource> - </testResource> - </testResources> ---> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> -<!-- In some machines (at least on mine :-(, running AllTests is much -faster then running all tests, but there is not guarantee that all tests will -be run (i.e., a developer could create a new test file and forget to add it to -AllTests) - <includes> - <include>org/dbunit/AllTests.java</include> - </includes> - --> - <excludes> - <exclude>**/Abstract*.java</exclude> - </excludes> - <includes> - <include>**/*Test.java</include> - </includes> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.3</source> - <target>1.3</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <goals>source:jar javadoc:jar deploy site:site site:deploy changes:announcement-generate</goals> - </configuration> - </plugin> -<!-- TODO: add cobertura and other plugins that would fail the build, like PMD, cobertura and checkstyle--> - </plugins> - </build> - -<!-- basic reports - available to all plugins --> - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-report-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - <configuration> - <smtpHost>localhost</smtpHost> - <smtpPort implementation="java.lang.Integer">25</smtpPort> - <introduction>If you are reading this, the maintainer forgot to descrive what's the purpose of this release!!!</introduction> - <toAddresses> - <toAddress implementation="java.lang.String">dbu...@li...</toAddress> - <toAddress implementation="java.lang.String">dbu...@li...</toAddress> - </toAddresses> - <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload> - <issueLinkTemplate>%URL%?func=detail&aid=%ISSUE%&group_id=47439&atid=449494</issueLinkTemplate> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>changes-report</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - - <distributionManagement> - <snapshotRepository> - <id>sf_snapshots</id> - <name>SourceForge Snapshots Repo</name> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url> - </snapshotRepository> - <repository> - <id>sf_official</id> - <name>SourceForge Releases Repo</name> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url> - </repository> - <site> - <id>sf_website</id> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url> - </site> - </distributionManagement> - - <profiles> - <profile> - <id>official</id> - <dependencies> - <dependency> - <groupId>javax.sql</groupId> - <artifactId>jdbc-stdext</artifactId> - <version>2.0</version> - <optional>true</optional> - </dependency> - </dependencies> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <fork>true</fork> - <compilerVersion>1.3</compilerVersion> - <executable>${JAVA_1_3_HOME}/bin/javac</executable> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> -<!-- disabled for now, as reports show 100% coverage - see -http://www.dbunit.org/cobertura/index.html - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> ---> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changelog-plugin</artifactId> - </plugin> - </plugins> - </reporting> - </profile> - </profiles> - -</project> Copied: tags/release-2.2.2/pom.xml (from rev 623, trunk/pom.xml) =================================================================== --- tags/release-2.2.2/pom.xml (rev 0) +++ tags/release-2.2.2/pom.xml 2008-05-05 18:53:59 UTC (rev 624) @@ -0,0 +1,448 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.dbunit</groupId> + <artifactId>dbunit</artifactId> + <packaging>jar</packaging> + <version>2.2.2</version> + <name>DbUnit Framework</name> + <url>http://dbunit.sourceforge.net</url> + <inceptionYear>2002</inceptionYear> + <description> + DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage. + </description> + <licenses> + <license> + <name>GNU Lesser General Public License, Version 2.1</name> + <url>http://www.gnu.org/copyleft/lesser.html</url> + <distribution>repo</distribution> + </license> + </licenses> + <scm> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.2.2</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.2.2</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.2.2</url> + </scm> + <issueManagement> + <system>SourceForge</system> + <url>http://sourceforge.net/tracker/?group_id=47439</url> + </issueManagement> + <mailingLists> + <mailingList> + <name>DbUnit User List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=8154</archive> + </mailingList> + <mailingList> + <name>DbUnit Developer List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=9162</archive> + </mailingList> + <mailingList> + <name>DbUnit SVN Commit List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=9771</archive> + </mailingList> + </mailingLists> + + <pluginRepositories> + <pluginRepository> + <id>snapshots</id> + <url>http://people.apache.org/repo/m2-snapshot-repository/</url> + </pluginRepository> + </pluginRepositories> + + + <!-- who the developers are for the project --> + <developers> + <!-- put my name first, so my email is used by the announcements-email + plugin --> + <developer> + <name>Roberto Lo Giacco</name> + <id>rlogiacco</id> + <email>rlo...@us...</email> + <organization>SmartLab</organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Felipe Leme</name> + <id>felipeal</id> + <email>db...@fe...</email> + <organization>Falcon Informatica</organization> + <timezone>-3</timezone> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Benjamin Cox</name> + <id>bdrum</id> + <roles> + <role>Java Developer</role> + <!-- <role>Original Ant Task Contributor</role> --> + </roles> + </developer> + <developer> + <name>David Eric Pugh</name> + <id>dep4b</id> + <email>ep...@op...</email> + <organization>OpenSource Connections</organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Federico Spinazzi</name> + <id>fspinazzi</id> + <email>f.s...@ma...</email> + <organization>Master House S.r.l</organization> + <roles> + <role>Java Developer</role> + <!-- <role>DB2 Contributor</role> --> + </roles> + </developer> + <developer> + <name>Manuel Laflamme</name> + <id>mlaflamm</id> + <organization>Oz Communication</organization> + <roles> + <role>Project Founder</role> + <!-- <role>Java Developer</role> --> + </roles> + </developer> + <developer> + <name>Timothy J. Ruppert</name> + <id>zieggy</id> + <roles> + <role>Java Developer</role> + <!-- <role>Original Ant Task Contributor</role> --> + </roles> + </developer> + <developer> + <name>Sebastien Le Callonec</name> + <id>slecallonnec</id> + <email>sle...@us...</email> + <roles> + <role>Java Developer</role> + </roles> + </developer> + </developers> + + <contributors> + <contributor> + <name>Klas Axel</name> + <roles> + <role>HsqldbDataTypeFactory</role> + </roles> + </contributor> + <contributor> + <name>Erik Price</name> + <roles> + <role>DatabaseSequenceOperation</role> + </roles> + </contributor> + <contributor> + <name>Jeremy Stein</name> + <roles> + <role>InsertIndentityOperation</role> + </roles> + </contributor> + <contributor> + <name>Keven Kizer</name> + <roles> + <role>Early guinea pig</role> + </roles> + </contributor> + <contributor> + <name>Mike Bresnahan</name> + <roles> + <role>DbUnit evangelist</role> + </roles> + </contributor> + <contributor> + <name>Andres Almiray</name> + <email>aal...@us...</email> + <roles> + <role>IDatabaseTester creator</role> + </roles> + </contributor> + </contributors> + + + <dependencies> + + <!-- TODO: check which dependencies could marked as optional. + For instance, ant is optional because it's only necessary for the dbunit + Ant tasks. --> + + <!-- TODO: add exclusion for dependencies that include xerces/xalan --> + + <!-- JUnit 3.8.2 fix that annoying 'expected: <....>' bug... --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.2</version> + </dependency> + + <dependency> + <groupId>junit-addons</groupId> + <artifactId>junit-addons</artifactId> + <version>1.4</version> + </dependency> + <dependency> + <groupId>poi</groupId> + <artifactId>poi</artifactId> + <version>2.5.1-final-20040804</version> + </dependency> + <dependency> + <groupId>ant</groupId> + <artifactId>ant</artifactId> + <!-- TODO: range-> 1.5.3-1 + + <version>1.6.5</version> + --> + <version>1.5.4</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.1</version> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.1</version> + </dependency> + <dependency> + <groupId>mockobjects</groupId> + <artifactId>mockobjects-core</artifactId> + <version>0.07</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>mockmaker</groupId> + <artifactId>mmmockobjects</artifactId> + <version>1.12.0</version> + <scope>test</scope> + </dependency> + <!-- TODO: check why follow dependency is necessary --> + <dependency> + <groupId>mockobjects</groupId> + <artifactId>mockobjects-jdk1.3</artifactId> + <version>0.07</version> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>hsqldb</groupId> + <artifactId>hsqldb</artifactId> + <version>1.8.0.1</version> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.4.3</version> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-nop</artifactId> + <version>1.4.3</version> + <scope>runtime</scope> + </dependency> + + </dependencies> + + <build> + <defaultGoal>install</defaultGoal> + <sourceDirectory>src/java</sourceDirectory> + <testSourceDirectory>src/test</testSourceDirectory> + + <!-- TODO: move to M2's expected path and separate java from test + (once SCM is migrated to SVN...) --> + <resources> + <resource> + <directory>src/java</directory> + <includes> + <include>**/dataset.dtd</include> + </includes> + </resource> + <resource> + <directory>src/csv</directory> + <includes> + <include>**/cvs-tests.properties</include> + </includes> + </resource> + + </resources> + <!-- TODO: that are some resources on src that should be on test... + + <testResources> + <testResource> + </testResource> + </testResources> +--> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <!-- In some machines (at least on mine :-(, running AllTests is much +faster then running all tests, but there is not guarantee that all tests will +be run (i.e., a developer could create a new test file and forget to add it to +AllTests) + <includes> + <include>org/dbunit/AllTests.java</include> + </includes> + --> + <excludes> + <exclude>**/Abstract*.java</exclude> + </excludes> + <includes> + <include>**/*Test.java</include> + </includes> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.3</source> + <target>1.3</target> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <goals>source:jar javadoc:jar deploy site:site site:deploy changes:announcement-generate</goals> + </configuration> + </plugin> + <!-- TODO: add cobertura and other plugins that would fail the build, like PMD, cobertura and checkstyle--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.0.2</version> + <configuration> + <source>1.3</source> + <target>1.3</target> + </configuration> + </plugin> + </plugins> + </build> + + <!-- basic reports - available to all plugins --> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-report-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + <configuration> + <smtpHost>localhost</smtpHost> + <smtpPort implementation="java.lang.Integer">25</smtpPort> + <introduction>If you are reading this, the maintainer forgot to descrive what's the purpose of this release!!!</introduction> + <toAddresses> + <toAddress implementation="java.lang.String">dbu...@li...</toAddress> + <toAddress implementation="java.lang.String">dbu...@li...</toAddress> + </toAddresses> + <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload> + <issueLinkTemplate>%URL%?func=detail&aid=%ISSUE%&group_id=47439&atid=449494</issueLinkTemplate> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>changes-report</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> + + <distributionManagement> + <snapshotRepository> + <id>sf_snapshots</id> + <name>SourceForge Snapshots Repo</name> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url> + </snapshotRepository> + <repository> + <id>sf_official</id> + <name>SourceForge Releases Repo</name> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url> + </repository> + <site> + <id>sf_website</id> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url> + </site> + </distributionManagement> + + <profiles> + <profile> + <id>official</id> + <dependencies> + <dependency> + <groupId>javax.sql</groupId> + <artifactId>jdbc-stdext</artifactId> + <version>2.0</version> + <optional>true</optional> + </dependency> + </dependencies> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <fork>true</fork> + <compilerVersion>1.3</compilerVersion> + <executable>${JAVA_1_3_HOME}/bin/javac</executable> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changelog-plugin</artifactId> + </plugin> + </plugins> + </reporting> + </profile> + </profiles> + +</project> Deleted: tags/release-2.2.2/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2008-04-05 15:54:57 UTC (rev 611) +++ tags/release-2.2.2/src/changes/changes.xml 2008-05-05 18:53:59 UTC (rev 624) @@ -1,406 +0,0 @@ -<?xml version="1.0"?> -<document> - <properties> - <title>Changes</title> - <author email="ep...@up...">Eric Pugh</author> - <author email="mla...@us...">Manuel Laflamme</author> - </properties> - - <body> - <release version="2.2.2-SNAPSHOT" date="TBD" description=""> - <action dev="slecallonnec" type="fix" issue="1925603">Changed logger.error into logger.debug when the exception can be disregarded.</action> - <action dev="slecallonnec" type="fix" issue="1806363" due-to="Brian Atkinson">Fixed issue with CLOB datatype in Derby.</action> - </release> - <release version="2.2.1" date="March 17, 2008" description="Another official release after a long, long time..."> - <action dev="felipeal" type="fix" issue="1897627" >Removed JUnit dependency on IDatabaseTester implementations</action> - <action dev="felipeal" type="add" issue="1897612" >Created H2 data factory</action> - <action dev="felipeal" type="add" issue="1798605" due-to="Vera Wahler">New point Datatype on MySqlDataTypeFactory</action> - <action dev="felipeal" type="fix" issue="1735506" due-to="Greg Morgan">Improvements on M2 build - Additional files</action> - <action dev="rlogiacco" type="fix" issue="1849219" due-to="JensFransson">NPE in FlatDtdProducer.java at line 224</action> - <action dev="rlogiacco" type="fix" issue="1849165" due-to="Markus Thielen">Bug in XmlWriter / escapeXml</action> - <action dev="rlogiacco" type="fix" issue="1786425" >Database schema with escape pattern doesn't work</action> - <action dev="rlogiacco" type="fix" issue="1712122" due-to="Chris R. Salch">Misleading error reported by RowOutOfBoundsException</action> - <action dev="rlogiacco" type="fix" issue="1328956" due-to="Reuben Firmin">NPE In InsertIdentityOperation</action> - <action dev="rlogiacco" type="fix" issue="1710743" due-to="Will Sargent">DataSourceDatabaseTest does not use setSchema()</action> - <action dev="rlogiacco" type="fix" issue="1637089" due-to="Chuck Hill">Columns in ORDER BY Not Quoted</action> - <action dev="rlogiacco" type="fix" issue="1214536" due-to="Sébastien Le Callonnec">ReplacementTable broken for multiple replacements</action> - <action dev="rlogiacco" type="fix" issue="1721870" due-to="Sébastien Le Callonnec">Null pointer exception in FlatXMLDataSet.write(compositeDS)</action> - <action dev="rlogiacco" type="fix" issue="1721870" due-to="Sébastien Le Callonnec">Null pointer exception in FlatXMLDataSet.write(compositeDS)</action> - <action dev="rlogiacco" type="fix" issue="1459205" due-to="Sébastien Le Callonnec">Problem with Oracle 10g Recyclebin</action> - </release> - <release version="2.2" date="December 28, 2006" description="First official release in a long, long time..."> - <action dev="felipeal" type="add" issue="1473744" due-to="Andres Almiray">Enable TestCase compositions</action> - <action dev="felipeal" type="add">Migrate SCM to Subversion</action> - <action dev="felipeal" type="fix" issue="1494257" due-to="Bas Cancrinus">Support for MySQL 5.0 boolean datatype</action> - <action dev="felipeal" type="add" issue="1482990">Added pom.xml so it can be built by Maven 2.</action> - <action dev="felipeal" type="add">XmlDataSetWriter now has a flag to include column's name as comment.</action> - <action dev="felipeal" type="add" issue="1273949">Added org.dbunit.util.search and org.dbunit.database.search packages, whose classes can be used to search tables depedencies for a given table.</action> - <action dev="dep4b" due-to="John Lewis" type="add" issue="1264212">Add "transaction" attribute to ant tasks to wrap operations in a single transaction. Can make operations faster.</action> - <action dev="dep4b" due-to="Jeremy Frens" type="fix">Typo in howto example</action> - <action dev="dep4b" due-to="Cris Daniluk" type="add">Properly support writing NCLOBs to Oracle</action> - <action dev="dep4b" type="add" due-to="Dion Gillard" issue="1114490">Support CSV files from a URL (e.g. jar file) + CSV fixes</action> - <action dev="dep4b" type="fix">Fix the driver in classpath/driver not in classpath to always work regardless of configured driver.</action> - <action dev="dep4b" type="fix" due-to="Dion Gillard" issue="1114487">Typo in test class AbstractDataSetTest</action> - <action dev="dep4b" type="add" due-to="Klas Axell">new HsqldbDataTypeFactory for working with booleans in HsqlDB.</action> - </release> - <release version="2.1" date="May 31, 2004" description="Multiple bugfixes and enhancements."> - <action dev="" type="add"> - 741394 - New database compare Ant tag. See Ant task documentation. - </action> - <action dev="fspinazzi" type="add"> - New Comma Separated Values (CSV) dataset implementation. - </action> - <action dev="" type="add"> - 824328 & 948479 - Ability to add DOCTYPE declaration when writing a flat Xml dataset. See FAQ. - </action> - <action dev="" type="add"> - 884422 - FlatDtdWriter has now the ability to generate DTDs with choice model instead of sequence model. - </action> - <action dev="" type="add"> - Ability to import external file for binary data types like BLOB; the value can be either a qualified URL or a file path name. - </action> - <action dev="" type="update"> - Do not omit NULL values anymore in INSERT statements. Now only XmlDataSet's <none/> tag are omitted. With FlatXmlDataSet you must use the ReplacementDataSet to achieve the same behavior. - </action> - <action dev="" type="fix"> - 937732 - XlsDataSet now use UTF-16 encoding to support Asian characters. Patch submitted by Shuhei Kondo. - </action> - <action dev="" type="fix"> - Applied XlsTable empty table detection patch submitted by Deepak Kaimal. - </action> - <action dev="" type="fix"> - Added back FlatXmlDataSet constructors taking URL as argument missing in version 2.0. - </action> - <action dev="" type="fix"> - 918631 & 925585 - Fixed FlatXmlDataSet constructors taking InputStream/Reader for loading DTD. - </action> - <action dev="" type="fix"> - DELETE_ALL operation now deletes tables only *once* in reverse order they are encountered. Before, duplicate tables were resulting in multiple deletes. Patch submitted by John Hurst. - </action> - <action dev="" type="update"> - DELETE_ALL operation now compatible with StreamingDataSet. - </action> - <action dev="" type="fix"> - 947330 - Now closing ResultSet before Statement to fix exceptions thrown by the Firebird JDBC driver and the OpenBase 8.0 JDBC driver. - </action> - <action dev="" type="fix"> - 921869 - Fixed ParameterIndexOutOfBoundsException with InterBase. - </action> - <action dev="" type="update"> - 947809 - Moved createMetaData() static method from AbstractResultSet to DatabaseTableMetaData and made it public. Can now be used to create ITable from a ResultSet. - </action> - <action dev="" type="fix"> - Support for large Oracle BLOB. Must use OracleDataTypeFactory. - </action> - <action dev="" type="add"> - Oracle LONG RAW data type support via OracleDataTypeFactory. Original patch submitted by Markus Muller. - </action> - <action dev="" type="fix"> - Added back support for Oracle FLOAT missing in DbUnit 2.0. Must use OracleDataTypeFactory. - </action> - <action dev="" type="add"> - Support for Oracle NCHAR2 as proposed by Deepak Kaimal. Must use OracleDataTypeFactory. - </action> - <action dev="" type="update"> - Added DataType.isDateTime() method proposed by Ayman Mahfouz. - </action> - <action dev="" type="add"> - 726366 & 884422 - Added IColumnFilter interface. Can be used to filter out some table columns. See FAQ. - </action> - <action dev="" type="update"> - Renamed ITableFilter.isValidName() method to accept() to be consistent with the new IColumnFilter interface. - </action> - <action dev="" type="add"> - 955354 - Ability to determine the primary keys with IColumnFilter interface instead of DatabaseMetaData.getPrimaryKeys(). Primary keys sequence is not predictable when using filter. See FAQ. - </action> - <action dev="" type="add"> - Ability to plug custom IDENTITY column detection strategy for InsertIdentityOperation when using user defined types. See FAQ. - </action> - <action dev="" type="add"> - Added DefaultTableFilter class, which combines capability of the Include/ExcludeTableFilter classes. - </action> - </release> - <release version="2.0" date="January 22, 2004" description="Major release."> - <action dev="" type="update"> - Mavenized the build and the website! - </action> - <action dev="" type="update"> - Now use SAX2 instead of Electric XML DOM parser. Streamed mode allows importing and exporting very large XML datasets with minimal memory consumption. - </action> - <action dev="" type="add"> - Flat XML dataset validation. - </action> - <action dev="" type="add"> - New ITableIterator interface used to iterate thru dataset tables. Allows lazy tables initialization for some dataset implementations. The IDataSet.getTables method have been deprecated and usage should be avoided. - </action> - <action dev="" type="update"> - Global System properties are not supported anymore. You must now use the new DatabaseConfig object to alter DbUnit behaviours. - </action> - <action dev="" type="add"> - Configurable data type factory to easily integrates new data types with the DbUnit core. Factory implementations available for some database vendors. Submit your own! - </action> - <action dev="" type="add"> - Oracle TIMESTAMP data type support via the OracleDataTypeFactory. - </action> - <action dev="" type="fix"> - Fix truncated Oracle DATE. Must use the OracleDataTypeFactory. - </action> - <action dev="" type="fix"> - Fix for Oracle CLOB greater than 4000 bytes. Must use the OracleDataTypeFactory. - </action> - <action dev="" type="add"> - MySQL 'longtext' data type support via the MySqlDataTypeFactory. - </action> - <action dev="" type="add"> - DB2 XML data types support via the Db2DataTypeFactory. - </action> - <action dev="" type="add"> - Database views support. - </action> - <action dev="" type="add"> - New pluggable filter strategies for DataSetFilter. You can now exclude/include tables using wildcard patterns. - </action> - <action dev="" type="add"> - Ability to sort tables by their dependencies with the new DatabaseSequenceFilter strategy. - </action> - <action dev="" type="add"> - New ReplacementDataSet decorator, which can replace decorated dataset values on the fly. Can be used with flat XML dataset as a new way to specify null values. - </action> - <action dev="" type="add"> - New XlsDataSet. An MS Excel dataset implementation. Uses the Jakarta POI package. - </action> - <action dev="" type="update"> - Assertion.assertEquals is now performing typed comparison instead of string representation comparison. - </action> - <action dev="" type="update"> - INSERT, CLEAN_INSERT and REFRESH operations do not override database default values anymore with null values. Null values are now omitted from insert statements. Operations use multiple prepared statements for the same table, when null values vary from row to row. - </action> - <action dev="" type="update"> - Moved InsertIdentityOperation to "org.dbunit.ext.mssql" package to be consistent with other vendor extensions. Temporary keep a deprecated copy in "org.dbunit.operation.mssqlserver" to ease transition to DbUnit 2. - </action> - </release> - - <release version="1.5.6" date="October 5, 2003"> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=786543&group_id=47439&atid=449491">786543</a> - NULL primitive values incorrectly returned as zero (0). - </action> - <action dev="" type="fix"> - Fix Oracle CLOB values incorrectly returned as NULL. </action> - </release> - <release version="1.5.5" date="July 16, 2003"> - <action dev="" type="update"> - DatabaseDataSet improvements: faster access to metadata cache and keep original database table ordering. - </action> - <action dev="" type="update"> - Better handling of the various data types in general. <B>WARNING!</B> New abstract methods have been - added to the DataType class. This change may break your environment if you have implemented your - own data types. - </action> - <action dev="" type="update"> - More efficient XmlDataSet writing. Now put values in CData block only when necessary. - </action> - <action dev="" type="update"> - Do not enable batched statement by default anymore. Many JDBC drivers have problems with this feature. - </action> - <action dev="" type="fix"> - Fixed table name issue with case sensitive database. - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=615636&group_id=47439&atid=449491">615636</a> & <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=735095&group_id=47439&atid=449491">735095</a> - - Incorrect XML encoding. Better handling of the XML encoding while writing and reading XML datasets. InputStream and OutputStream methods in XML dataset implementations are no more deprecated. - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=736439&group_id=47439&atid=449491">736439</a> - - Problems with InsertOperation and triggers. - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=736967&group_id=47439&atid=449491">736967</a> - - Wrong scale for numeric value with the jConnect driver for Sybase ASE. - </action> - </release> - <release version="1.5.1" date="April 4, 2003"> - <action dev="" type="fix"> - Fixed DELETE operation that was not deleting tables in reverse order - as expected. - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=712329&group_id=47439&atid=449491">712329</a> - - setObject fails on BEA JDriver for MS-SQL. - </action> - - <action dev="" type="update"> - DbUnitTask DTD export optimization. - </action> - <action dev="" type="update"> - REFRESH operation optimization. - </action> - </release> - <release version="1.5" date="March 1, 2003"> - <action dev="" type="fix"> - Multiple bugfixes. - </action> - <action dev="" type="add"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=533321&group_id=47439&atid=449491">533321</a> - - DbUnit is now case insensitive. - </action> - <action dev="" type="add"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=555455&group_id=47439&atid=449491">555455</a> - - Supports table names escaping (see <a href="properties.html#escapepattern">escapePattern - property</a>). - </action> - <action dev="" type="add"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=551925&group_id=47439&atid=449494">551925</a> - - Allows duplicate table names in datasets. A new method, <a class="code">getTables()</a>, - have been added in the <a class="code">IDataSet</a> interface. - </action> - <action dev="" type="add"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=684610&group_id=47439&atid=449494">590245</a> - & <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=590245&group_id=47439&atid=449494">684610</a> - - New <a class="code">Reader</a> and <a class="code">Writers</a> methods - to read and write XML datasets. <a class="code">InputStream</a> and - <a class="code">OutputStream</a> methods are now deprecated. - </action> - <action dev="" type="add"> - New <a class="code">SortedTable</a> and <a class="code">SortedDataSet</a> - decorator classes. - </action> - <action dev="" type="add"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=645691&group_id=47439&atid=449491">645691</a> - - Added the <a class="code"><classpath></a> nested element in - <a class="code"> DbUnitTask</a> ant task; used to load the JDBC classes. - </action> - <action dev="" type="add"> - Added <a class="code"><query></a> nested element in <a class="code">DbUnitTask - <export></a>. Allows exporting the result of a SELECT as a table - of a dataset. See <a href="anttask.html">ant task documentation</a>. - </action> - <action dev="" type="add"> - New <a href="http://webtest.canoo.com/">Canoo Webtest</a> integration - <a href="howto.html#canoo">guide</a>. - - </action> - - </release> - - <release version="1.4" date="July 17, 2002"> - <action dev="" type="add"> - <strong><em>DbUnitTask</em></strong> for Ant contributed by Timothy - Ruppert and Ben Cox. - </action> - <action dev="" type="update"> - Moved the Base64 class to the <a class="code">org.dbunit.util</a> - package because Visual Age for Java is not able to handle classes located - in the default package. - </action> - <action dev="" type="update"> - Added system properties documentation. - </action> - <action dev="" type="update"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=542034&group_id=47439&atid=449494">542034</a> - - Detect ambiguous table names. - </action> - <action dev="" type="add"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=542462&group_id=47439&atid=449494">542462</a> - - Added a system property to disable usage of batch statement even - if the target database support it.. - </action> - <action dev="" type="update"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=545238&group_id=47439&atid=449494">545238</a> - - Sort tables prior to comparing them. DbUnit now generates an ORDER - BY clause in the select statement used by <a class="code">DatabaseDataSet.getTable()</a>. - Rows are sorted by primary keys. - </action> - <action dev="" type="update"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=554249&group_id=47439&atid=449494">554249</a> - - None column values. - </action> - <action dev="" type="add"> - Added support for BLOB and CLOB data types. - </action> - </release> - - <release version="1.3" date="April 4, 2002"> - <action dev="" type="add"> - Added support for binary data types: BINARY, VARBINARY and LONGVARBINARY. - Binary data is persisted in xml datasets using the base64 encoding scheme. - </action> - <action dev="" type="update"> - Deprecated the DataSetUtils.assertEquals() methods. You should now - use Assertion.assertEquals(). - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=533537&group_id=47439&atid=449491">533537</a> - - FlatXmlDataSet and null values. - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=534757&group_id=47439&atid=449491">533537</a> - - Problem with single quotes. - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=534810&group_id=47439&atid=449491">534810</a> - - Problem when primary key include all columns - </action> - </release> - - <release version="1.2.4" date="March 19, 2002"> - <action dev="" type="add"> - Added support for multiple schemas per connection. See <a href="faq.html#multipleschema">FAQ - </a> document. - </action> - <action dev="" type="remove"> - Removed element <none/> from dataset.dtd. This feature was incompatible - with future support for the binary data types. - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=530998&group_id=47439&atid=449491">530998</a> - - DataSetUtils.AssertEquals(ITable table, ITable table). - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=533540&group_id=47439&atid=449491">533540</a> - - Problem with DATE, TIME and TIMESTAMP. - </action> - </release> - - <release version="1.2" date="March 15, 2002"> - <action dev="" type="add"> - Added the flat XML dataset format. See the <a href="components.html#FlatXmlDataSet">FlatXmlDataSet</a> - in Core Components document. - </action> - <action dev="" type="add"> - Added database data verification feature. See <a href="howto.html#assertdata">Getting Started</a> document. - </action> - <action dev="" type="update"> - Updated Electric XML parser to version 3.2. - </action> - </release> - - <release version="1.1" date="March 10, 2002"> - <action dev="" type="update"> - Connections are now closed in each setUp() and tearDown(). You - must override the DatabaseTestCase.closeConnection() and provide - an empty body to modify this behavior. This is not recommended to bypass connection close if - you use connection pooling. - </action> - <action dev="" type="add"> - Added the IDatabaseConnection interface. - </action> - <action dev="" type="add"> - Added the DatabaseDataSourceConnection class. This class provides - support for accessing JDBC connections from a DataSource. JDBC connections - are requested on demand from the DataSource. - </action> - <action dev="" type="update"> - Multiple performance improvement. - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=526235&group_id=47439&atid=449491">526235</a> - - Cannot export tables with JDBC-ODBC bridge and MS-SQL. - </action> - </release> - - <release version="1.0" date="Febuary 27, 2002" description="Initial public release."> - </release> - - </body> -</document> - Copied: tags/release-2.2.2/src/changes/changes.xml (from rev 619, trunk/src/changes/changes.xml) =================================================================== --- tags/release-2.2.2/src/changes/changes.xml (rev 0) +++ tags/release-2.2.2/src/changes/changes.xml 2008-05-05 18:53:59 UTC (rev 624) @@ -0,0 +1,410 @@ +<?xml version="1.0"?> +<document> + <properties> + <title>Changes</title> + <author email="ep...@up...">Eric Pugh</author> + <author email="mla...@us...">Manuel Laflamme</author> + </properties> + + <body> + <release version="2.2.2-SNAPSHOT" date="TBD" description=""> + <action dev="rlogiacco" type="fix" issue="1953115" due-to="Mike Norrish">End of table name cut off when bracketed in FlatDtdProducer</action> + <action dev="rlogiacco" type="fix" issue="1926302">IncompatibleClassChangeError with 2.2.1</action> + <action dev="rlogiacco" type="fix" issue="1955929">junit jar-file should be JDK 1.4 compatible</action> + <action dev="rlogiacco" type="fix" issue="1475565">Version 2.2-dev, Java 1.4 compatibility issue</action> + <action dev="slecallonnec" type="fix" issue="1925603">Changed logger.error into logger.debug when the exception can be disregarded.</action> + <action dev="slecallonnec" type="fix" issue="1806363" due-to="Brian Atkinson">Fixed issue with CLOB datatype in Derby.</action> + </release> + <release version="2.2.1" date="March 17, 2008" description="Another official release after a long, long time..."> + <act... [truncated message content] |
From: <rlo...@us...> - 2008-05-05 18:53:27
|
Revision: 623 http://dbunit.svn.sourceforge.net/dbunit/?rev=623&view=rev Author: rlogiacco Date: 2008-05-05 11:53:17 -0700 (Mon, 05 May 2008) Log Message: ----------- [maven-release-plugin] prepare release release-2.2.2 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-05-05 18:48:16 UTC (rev 622) +++ trunk/pom.xml 2008-05-05 18:53:17 UTC (rev 623) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.2.2-SNAPSHOT</version> + <version>2.2.2</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <inceptionYear>2002</inceptionYear> @@ -19,9 +19,9 @@ </license> </licenses> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.2.2</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.2.2</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2.2.2</url> </scm> <issueManagement> <system>SourceForge</system> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |