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-05-05 18:48:24
|
Revision: 622 http://dbunit.svn.sourceforge.net/dbunit/?rev=622&view=rev Author: rlogiacco Date: 2008-05-05 11:48:16 -0700 (Mon, 05 May 2008) Log Message: ----------- updated home page to report new release Modified Paths: -------------- trunk/src/site/xdoc/index.xml Modified: trunk/src/site/xdoc/index.xml =================================================================== --- trunk/src/site/xdoc/index.xml 2008-05-05 18:30:12 UTC (rev 621) +++ trunk/src/site/xdoc/index.xml 2008-05-05 18:48:16 UTC (rev 622) @@ -25,6 +25,10 @@ <section name="News"> <table border="1"> <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> + <tr> <td>2008-03-19</td> <td><a href="http://dbunit.wikidot.com/">Wiki</a> is back.... again!</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-05 18:30:20
|
Revision: 621 http://dbunit.svn.sourceforge.net/dbunit/?rev=621&view=rev Author: rlogiacco Date: 2008-05-05 11:30:12 -0700 (Mon, 05 May 2008) Log Message: ----------- applied pretty print formatting Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-05-02 20:05:57 UTC (rev 620) +++ trunk/pom.xml 2008-05-05 18:30:12 UTC (rev 621) @@ -9,7 +9,7 @@ <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. + 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> @@ -294,7 +294,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> -<!-- In some machines (at least on mine :-(, running AllTests is much + <!-- 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) @@ -428,11 +428,11 @@ <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.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> </plugin> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-02 20:05:59
|
Revision: 620 http://dbunit.svn.sourceforge.net/dbunit/?rev=620&view=rev Author: rlogiacco Date: 2008-05-02 13:05:57 -0700 (Fri, 02 May 2008) Log Message: ----------- [ 1953115 ] End of table name cut off when bracketed in FlatDtdProducer Submitted by: Mike Norrish Modified Paths: -------------- trunk/src/test/org/dbunit/dataset/xml/FlatDtdProducerTest.java Modified: trunk/src/test/org/dbunit/dataset/xml/FlatDtdProducerTest.java =================================================================== --- trunk/src/test/org/dbunit/dataset/xml/FlatDtdProducerTest.java 2008-05-02 17:10:33 UTC (rev 619) +++ trunk/src/test/org/dbunit/dataset/xml/FlatDtdProducerTest.java 2008-05-02 20:05:57 UTC (rev 620) @@ -130,4 +130,29 @@ producer.produce(); consumer.verify(); } + + public void testCleanupTableName() throws Exception { + // Setup consumer + MockDataSetConsumer consumer = new MockDataSetConsumer(); + consumer.addExpectedStartDataSet(); + consumer.addExpectedEmptyTableIgnoreColumns("TABLE_1"); + consumer.addExpectedEmptyTableIgnoreColumns("TABLE_2"); + consumer.addExpectedEmptyTableIgnoreColumns("TABLE_3"); + consumer.addExpectedEndDataSet(); + + // Setup producer + String content = + "<!ELEMENT dataset (TABLE_1,(TABLE_2,TABLE_3+)?)+>" + + "<!ELEMENT TABLE_1 EMPTY>" + + "<!ELEMENT TABLE_2 EMPTY>" + + "<!ELEMENT TABLE_3 EMPTY>"; + + InputSource source = new InputSource(new StringReader(content)); + FlatDtdProducer producer = new FlatDtdProducer(source); + producer.setConsumer(consumer); + + // Produce and verify consumer + producer.produce(); + consumer.verify(); + } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-02 17:10:36
|
Revision: 619 http://dbunit.svn.sourceforge.net/dbunit/?rev=619&view=rev Author: rlogiacco Date: 2008-05-02 10:10:33 -0700 (Fri, 02 May 2008) Log Message: ----------- [ 1953115 ] End of table name cut off when bracketed in FlatDtdProducer Submitted by: Mike Norrish Modified Paths: -------------- trunk/src/changes/changes.xml Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2008-05-02 17:08:31 UTC (rev 618) +++ trunk/src/changes/changes.xml 2008-05-02 17:10:33 UTC (rev 619) @@ -8,6 +8,7 @@ <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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-02 17:08:40
|
Revision: 618 http://dbunit.svn.sourceforge.net/dbunit/?rev=618&view=rev Author: rlogiacco Date: 2008-05-02 10:08:31 -0700 (Fri, 02 May 2008) Log Message: ----------- [ 1953115 ] End of table name cut off when bracketed in FlatDtdProducer Submitted by: Mike Norrish Modified Paths: -------------- trunk/src/java/org/dbunit/dataset/xml/FlatDtdProducer.java Modified: trunk/src/java/org/dbunit/dataset/xml/FlatDtdProducer.java =================================================================== --- trunk/src/java/org/dbunit/dataset/xml/FlatDtdProducer.java 2008-05-02 17:05:47 UTC (rev 617) +++ trunk/src/java/org/dbunit/dataset/xml/FlatDtdProducer.java 2008-05-02 17:08:31 UTC (rev 618) @@ -251,25 +251,8 @@ while (tokenizer.hasMoreTokens()) { String tableName = tokenizer.nextToken(); - // Prune ending occurrence operator - if (tableName.endsWith("*") || tableName.endsWith("?") || tableName.endsWith("+")) { - tableName = tableName.substring(0, tableName.length() - 1); - } + tableName = cleanupTableName(tableName); - // Interestingly, sometimes a table comes in brackets, e.g. "(mytablename)" - // These must be removed because otherwise the list of columns associated with the table - // can not be retrieved from the map, i.e. the list of columns (columnList) is null. - // This leads to a NullPointerException in DB-Unit 2.2 when columnList is being accessed. - // Patch for NullPointerException starts here - if (tableName.startsWith("(")) { - tableName = tableName.substring(1, tableName.length() - 1); - } - - if (tableName.endsWith(")")) { - tableName = tableName.substring(0, tableName.length() - 1); - } - // Patch for NullPointerException ends here - List columnList = (List)_columnListMap.get(tableName); Column[] columns = (Column[])columnList.toArray(new Column[0]); @@ -287,6 +270,21 @@ throw new SAXException(e); } } + + protected String cleanupTableName(String tableName) + { + String cleaned = tableName; + while (cleaned.startsWith("(")) { + cleaned = cleaned.substring(1); + } + while (cleaned.endsWith(")") + || cleaned.endsWith("*") + || cleaned.endsWith("?") + || cleaned.endsWith("+")) { + cleaned = cleaned.substring(0, cleaned.length() - 1); + } + return cleaned; + } public void startEntity(String name) throws SAXException { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-02 17:05:55
|
Revision: 617 http://dbunit.svn.sourceforge.net/dbunit/?rev=617&view=rev Author: rlogiacco Date: 2008-05-02 10:05:47 -0700 (Fri, 02 May 2008) Log Message: ----------- updatede changelog Modified Paths: -------------- trunk/src/changes/changes.xml Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2008-05-02 12:58:36 UTC (rev 616) +++ trunk/src/changes/changes.xml 2008-05-02 17:05:47 UTC (rev 617) @@ -8,6 +8,7 @@ <body> <release version="2.2.2-SNAPSHOT" date="TBD" description=""> + <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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-02 12:58:43
|
Revision: 616 http://dbunit.svn.sourceforge.net/dbunit/?rev=616&view=rev Author: rlogiacco Date: 2008-05-02 05:58:36 -0700 (Fri, 02 May 2008) Log Message: ----------- update changelog Modified Paths: -------------- trunk/src/changes/changes.xml Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2008-05-02 12:50:59 UTC (rev 615) +++ trunk/src/changes/changes.xml 2008-05-02 12:58:36 UTC (rev 616) @@ -8,6 +8,8 @@ <body> <release version="2.2.2-SNAPSHOT" date="TBD" description=""> + <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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-02 12:51:29
|
Revision: 615 http://dbunit.svn.sourceforge.net/dbunit/?rev=615&view=rev Author: rlogiacco Date: 2008-05-02 05:50:59 -0700 (Fri, 02 May 2008) Log Message: ----------- corrected indentation Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-05-02 12:49:05 UTC (rev 614) +++ trunk/pom.xml 2008-05-02 12:50:59 UTC (rev 615) @@ -1,451 +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-SNAPSHOT</version> - <name>DbUnit Framework</name> - <url>http://dbunit.sourceforge.net</url> - <inceptionYear>2002</inceptionYear> - <description> + <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> + </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> + <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 + + <!-- 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> + <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> + <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. + <!-- 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 + + <!-- 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> + <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-nop</artifactId> - <version>1.4.3</version> - <scope>runtime</scope> - </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.4.3</version> + </dependency> - </dependencies> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-nop</artifactId> + <version>1.4.3</version> + <scope>runtime</scope> + </dependency> - <build> - <defaultGoal>install</defaultGoal> - <sourceDirectory>src/java</sourceDirectory> - <testSourceDirectory>src/test</testSourceDirectory> + </dependencies> - <!-- TODO: move to M2's expected path and separate java from test + <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> + <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> --> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> + <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> + <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> + <!-- basic reports - available to all plugins --> + <reporting> + <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> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-report-plugin</artifactId> </plugin> - </plugins> - </pluginManagement> - </build> + <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> - <reporting> - <plugins> + <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.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> + <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-05-02 12:49:22
|
Revision: 614 http://dbunit.svn.sourceforge.net/dbunit/?rev=614&view=rev Author: rlogiacco Date: 2008-05-02 05:49:05 -0700 (Fri, 02 May 2008) Log Message: ----------- added slecallonnec to team members Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-05-02 11:50:34 UTC (rev 613) +++ trunk/pom.xml 2008-05-02 12:49:05 UTC (rev 614) @@ -68,7 +68,7 @@ <roles> <role>Java Developer</role> </roles> - </developer> + </developer> <developer> <name>Felipe Leme</name> <id>felipeal</id> @@ -123,6 +123,14 @@ <!-- <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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-02 11:50:39
|
Revision: 613 http://dbunit.svn.sourceforge.net/dbunit/?rev=613&view=rev Author: rlogiacco Date: 2008-05-02 04:50:34 -0700 (Fri, 02 May 2008) Log Message: ----------- [ 1955929 ] junit jar-file should be JDK 1.4 compatible Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-05-02 11:49:44 UTC (rev 612) +++ trunk/pom.xml 2008-05-02 11:50:34 UTC (rev 613) @@ -318,6 +318,15 @@ </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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-05-02 11:49:46
|
Revision: 612 http://dbunit.svn.sourceforge.net/dbunit/?rev=612&view=rev Author: rlogiacco Date: 2008-05-02 04:49:44 -0700 (Fri, 02 May 2008) Log Message: ----------- [ 1475565 ] Version 2.2-dev, Java 1.4 compatibility issue Modified Paths: -------------- trunk/src/java/org/dbunit/dataset/datatype/NumberDataType.java trunk/src/test/org/dbunit/dataset/ReplacementTableTest.java trunk/src/test/org/dbunit/dataset/datatype/DoubleDataTypeTest.java trunk/src/test/org/dbunit/dataset/datatype/FloatDataTypeTest.java trunk/src/test/org/dbunit/dataset/datatype/IntegerDataTypeTest.java trunk/src/test/org/dbunit/dataset/datatype/LongDataTypeTest.java trunk/src/test/org/dbunit/dataset/datatype/NumberDataTypeTest.java Modified: trunk/src/java/org/dbunit/dataset/datatype/NumberDataType.java =================================================================== --- trunk/src/java/org/dbunit/dataset/datatype/NumberDataType.java 2008-04-05 15:54:57 UTC (rev 611) +++ trunk/src/java/org/dbunit/dataset/datatype/NumberDataType.java 2008-05-02 11:49:44 UTC (rev 612) @@ -44,8 +44,8 @@ */ private static final Logger logger = LoggerFactory.getLogger(NumberDataType.class); - private static final Number TRUE = new BigDecimal(1); - private static final Number FALSE = new BigDecimal(0); + private static final Number TRUE = new BigDecimal((double)1); + private static final Number FALSE = new BigDecimal((double)0); NumberDataType(String name, int sqlType) { Modified: trunk/src/test/org/dbunit/dataset/ReplacementTableTest.java =================================================================== --- trunk/src/test/org/dbunit/dataset/ReplacementTableTest.java 2008-04-05 15:54:57 UTC (rev 611) +++ trunk/src/test/org/dbunit/dataset/ReplacementTableTest.java 2008-05-02 11:49:44 UTC (rev 612) @@ -60,8 +60,8 @@ public void testObjectReplacement() throws Exception { String tableName = "TABLE_NAME"; - BigDecimal trueObject = new BigDecimal(1); - BigDecimal falseObject = new BigDecimal(0); + BigDecimal trueObject = new BigDecimal((double)1); + BigDecimal falseObject = new BigDecimal((double)0); Date now = new Date(System.currentTimeMillis()); Column[] columns = new Column[] { Modified: trunk/src/test/org/dbunit/dataset/datatype/DoubleDataTypeTest.java =================================================================== --- trunk/src/test/org/dbunit/dataset/datatype/DoubleDataTypeTest.java 2008-04-05 15:54:57 UTC (rev 611) +++ trunk/src/test/org/dbunit/dataset/datatype/DoubleDataTypeTest.java 2008-05-02 11:49:44 UTC (rev 612) @@ -88,7 +88,7 @@ new Double(0.666), new Double(5.49879), "-99.9", - new BigDecimal(1234), + new BigDecimal((double)1234), }; Double[] expected = { @@ -161,7 +161,7 @@ new Double(0.666), new Double(5.49879), "-99.9", - new BigDecimal(1234), + new BigDecimal((double)1234), "123", }; Modified: trunk/src/test/org/dbunit/dataset/datatype/FloatDataTypeTest.java =================================================================== --- trunk/src/test/org/dbunit/dataset/datatype/FloatDataTypeTest.java 2008-04-05 15:54:57 UTC (rev 611) +++ trunk/src/test/org/dbunit/dataset/datatype/FloatDataTypeTest.java 2008-05-02 11:49:44 UTC (rev 612) @@ -73,7 +73,7 @@ new Double(0.666), new Double(5.49879), "-99.9", - new BigDecimal(1234), + new BigDecimal((double)1234), }; Float[] expected = { @@ -132,7 +132,7 @@ new Double(0.666), new Double(5.49879), "-99.9", - new BigDecimal(1234), + new BigDecimal((double)1234), }; Float[] values2 = { Modified: trunk/src/test/org/dbunit/dataset/datatype/IntegerDataTypeTest.java =================================================================== --- trunk/src/test/org/dbunit/dataset/datatype/IntegerDataTypeTest.java 2008-04-05 15:54:57 UTC (rev 611) +++ trunk/src/test/org/dbunit/dataset/datatype/IntegerDataTypeTest.java 2008-05-02 11:49:44 UTC (rev 612) @@ -102,7 +102,7 @@ new Double(5.49), "-99.9", new Double(1.5E2), - new BigDecimal(1234), + new BigDecimal((double)1234), }; Integer[] expected = { @@ -182,7 +182,7 @@ new Double(5.49), "-99.9", new Double(1.5E2), - new BigDecimal(1234), + new BigDecimal((double)1234), }; Object[] values2 = { Modified: trunk/src/test/org/dbunit/dataset/datatype/LongDataTypeTest.java =================================================================== --- trunk/src/test/org/dbunit/dataset/datatype/LongDataTypeTest.java 2008-04-05 15:54:57 UTC (rev 611) +++ trunk/src/test/org/dbunit/dataset/datatype/LongDataTypeTest.java 2008-05-02 11:49:44 UTC (rev 612) @@ -86,7 +86,7 @@ new Double(5.49), "-99.9", new Double(1.5E6), - new BigDecimal(1234), + new BigDecimal((double)1234), }; Long[] expected = { @@ -153,7 +153,7 @@ new Double(5.49), "-99.9", new Double(1.5E6), - new BigDecimal(1234), + new BigDecimal((double)1234), }; Object[] values2 = { Modified: trunk/src/test/org/dbunit/dataset/datatype/NumberDataTypeTest.java =================================================================== --- trunk/src/test/org/dbunit/dataset/datatype/NumberDataTypeTest.java 2008-04-05 15:54:57 UTC (rev 611) +++ trunk/src/test/org/dbunit/dataset/datatype/NumberDataTypeTest.java 2008-05-02 11:49:44 UTC (rev 612) @@ -81,7 +81,7 @@ { Object[] values = { null, - new BigDecimal(1234), + new BigDecimal((double)1234), "1234", "12.34", Boolean.TRUE, @@ -89,8 +89,8 @@ }; BigDecimal[] expected = { null, - new BigDecimal(1234), - new BigDecimal(1234), + new BigDecimal((double)1234), + new BigDecimal((double)1234), new BigDecimal("12.34"), new BigDecimal("1"), new BigDecimal("0"), @@ -141,7 +141,7 @@ { Object[] values1 = { null, - new BigDecimal(1234), + new BigDecimal((double)1234), "1234", "12.34", Boolean.TRUE, @@ -151,8 +151,8 @@ }; Object[] values2 = { null, + new BigDecimal((double)1234), new BigDecimal(1234), - new BigDecimal(1234), new BigDecimal("12.34"), new BigDecimal("1"), new BigDecimal("0"), @@ -255,7 +255,7 @@ public void testForObject() throws Exception { - assertEquals(DataType.NUMERIC, DataType.forObject(new BigDecimal(1234))); + assertEquals(DataType.NUMERIC, DataType.forObject(new BigDecimal((double)1234))); } public void testAsString() throws Exception This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-03-20 00:45:14
|
Revision: 608 http://dbunit.svn.sourceforge.net/dbunit/?rev=608&view=rev Author: rlogiacco Date: 2008-03-19 17:45:11 -0700 (Wed, 19 Mar 2008) Log Message: ----------- [ 1855651 ] Wiki content replaced with advertisement Submitted by: Sebastien Le Callonec Modified Paths: -------------- trunk/src/site/site.xml trunk/src/site/xdoc/index.xml Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2008-03-18 10:12:17 UTC (rev 607) +++ trunk/src/site/site.xml 2008-03-20 00:45:11 UTC (rev 608) @@ -50,27 +50,27 @@ <menu name="Quick Links"> <item name="Maven 1.x Plugin" href="http://maven-plugins.sourceforge.net/maven-dbunit-plugin/index.html"/> - <item name="Maven 2 Plugin" href="http://mojo.codehaus.org/dbunit-maven-plugin/"/> - <item name="Download" href="http://sourceforge.net/project/showfiles.php?group_id=47439&release_id=242511"/> - <item name="Changes" href="/changes-report.html"/> - <item name="FAQ" href="/faq.html"/> - <item name="Wiki" href="/cgi-bin/wiki.pl"/> - <item name="Get Support" href="http://sourceforge.net/support/getsupport.php?group_id=47439"/> - <item name="Get source" href="/source-repository.html"/> - <item name="Browse source" href="/jxr-report.html"/> - <item name="JavaDocs" href="/apidocs/index.html"/> + <item name="Maven 2 Plugin" href="http://mojo.codehaus.org/dbunit-maven-plugin/"/> + <item name="Download" href="http://sourceforge.net/project/showfiles.php?group_id=47439&release_id=242511"/> + <item name="Changes" href="/changes-report.html"/> + <item name="FAQ" href="/faq.html"/> + <item name="Wiki" href="http://dbunit.wikidot.com/"/> + <item name="Get Support" href="http://sourceforge.net/support/getsupport.php?group_id=47439"/> + <item name="Get source" href="/source-repository.html"/> + <item name="Browse source" href="/jxr-report.html"/> + <item name="JavaDocs" href="/apidocs/index.html"/> </menu> <menu name="Overview"> - <item name="About DbUnit" href="/index.html"/> + <item name="About DbUnit" href="/index.html"/> <item name="Database Testing" href="/intro.html"/> - <item name="Getting Started" href="/howto.html"/> - <item name="Best Practices" href="/bestpractices.html"/> - <item name="Core Components" href="/components.html"/> - <item name="Properties" href="/properties.html"/> - <item name="Ant Task" href="/anttask.html"/> - <item name="Building DbUnit" href="/building.html"/> - <item name="Resources" href="/resources.html"/> + <item name="Getting Started" href="/howto.html"/> + <item name="Best Practices" href="/bestpractices.html"/> + <item name="Core Components" href="/components.html"/> + <item name="Properties" href="/properties.html"/> + <item name="Ant Task" href="/anttask.html"/> + <item name="Building DbUnit" href="/building.html"/> + <item name="Resources" href="/resources.html"/> </menu> <menu ref="parent"/> Modified: trunk/src/site/xdoc/index.xml =================================================================== --- trunk/src/site/xdoc/index.xml 2008-03-18 10:12:17 UTC (rev 607) +++ trunk/src/site/xdoc/index.xml 2008-03-20 00:45:11 UTC (rev 608) @@ -25,10 +25,18 @@ <section name="News"> <table border="1"> <tr> + <td>2008-03-19</td> + <td><a href="http://dbunit.wikidot.com/">Wiki</a> is back.... again!</td> + </tr> + <tr> <td>2008-03-18</td> <td>Release 2.2.1 is finally out!!! See <a href="changes-report.html#a2.2.1">changes</a>.</td> </tr> <tr> + <td>2008-03-12</td> + <td>Sebastien Le Callonec joined the project team.</td> + </tr> + <tr> <td>2008-02-29</td> <td>Release 2.2.1 is on it's first steps. Snapshot release available on <a href="http://dbunit.sourceforge.net/repo/snapshots">DbUnit Snapshots Maven Repo</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-03-18 10:12:19
|
Revision: 607 http://dbunit.svn.sourceforge.net/dbunit/?rev=607&view=rev Author: rlogiacco Date: 2008-03-18 03:12:17 -0700 (Tue, 18 Mar 2008) Log Message: ----------- updated deploy phase targets adding announcement creation Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-03-18 10:11:15 UTC (rev 606) +++ trunk/pom.xml 2008-03-18 10:12:17 UTC (rev 607) @@ -314,7 +314,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> - <goals>source:jar javadoc:jar deploy site:site site:deploy</goals> + <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--> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-03-18 10:11:27
|
Revision: 606 http://dbunit.svn.sourceforge.net/dbunit/?rev=606&view=rev Author: rlogiacco Date: 2008-03-18 03:11:15 -0700 (Tue, 18 Mar 2008) Log Message: ----------- fixed site news Modified Paths: -------------- trunk/src/site/xdoc/index.xml Modified: trunk/src/site/xdoc/index.xml =================================================================== --- trunk/src/site/xdoc/index.xml 2008-03-18 00:40:25 UTC (rev 605) +++ trunk/src/site/xdoc/index.xml 2008-03-18 10:11:15 UTC (rev 606) @@ -26,7 +26,7 @@ <table border="1"> <tr> <td>2008-03-18</td> - <td>Release 2.2.1 is finally out and available for <a href="http://sourceforge.net/project/showfiles.php?group_id=47439">download</a>.</td> + <td>Release 2.2.1 is finally out!!! See <a href="changes-report.html#a2.2.1">changes</a>.</td> </tr> <tr> <td>2008-02-29</td> @@ -38,7 +38,7 @@ </tr> <tr> <td>2006-12-28</td> - <td>Version 2.2 finally released!!!. See <a href="changes-report.html#2.2">changes</a>.</td> + <td>Version 2.2 finally released!!!. See <a href="changes-report.html#a2.2">changes</a>.</td> </tr> <tr> <td>2006-12-20</td> @@ -54,11 +54,11 @@ </tr> <tr> <td>2005-08-19</td> - <td><b>Website Updated!</b> Link to wiki has been removed. Many fixes in CVS for 2.2-dev, see <a href="changes-report.html#2.2">changes</a>.</td> + <td><b>Website Updated!</b> Link to wiki has been removed. Many fixes in CVS for 2.2-dev, see <a href="changes-report.html#a2.2">changes</a>.</td> </tr> <tr> <td>2004-05-31</td> - <td>Version 2.1 released. Multiple bugfixes and enhancements. See <a href="changes-report.html#2.1">changes</a>.</td> + <td>Version 2.1 released. Multiple bugfixes and enhancements. See <a href="changes-report.html#a2.1">changes</a>.</td> </tr> <tr> <td>2004-04-28</td> @@ -74,11 +74,11 @@ </tr> <tr> <td>2004-01-22</td> - <td>Version 2.0 released. See <a href="changes-report.html#2.0">changes</a>.</td> + <td>Version 2.0 released. See <a href="changes-report.html#a2.0">changes</a>.</td> </tr> <tr> <td>2003-10-05</td> - <td>Version 1.5.6 released. See <a href="changes-report.html#1.5.6">changes</a>.</td> + <td>Version 1.5.6 released. See <a href="changes-report.html#a1.5.6">changes</a>.</td> </tr> <tr> <td>2003-07-16</td> @@ -86,15 +86,15 @@ </tr> <tr> <td>2003-07-16</td> - <td>Version 1.5.5 released. See <a href="changes-report.html#1.5.5">changes</a>.</td> + <td>Version 1.5.5 released. See <a href="changes-report.html#a1.5.5">changes</a>.</td> </tr> <tr> <td>2003-04-04</td> - <td>Version 1.5.1 released. See <a href="changes-report.html#1.5.1">changes</a>.</td> + <td>Version 1.5.1 released. See <a href="changes-report.html#a1.5.1">changes</a>.</td> </tr> <tr> <td>2003-03-01</td> - <td>Version 1.5 released. See <a href="changes-report.html#1.5">changes</a>.</td> + <td>Version 1.5 released. See <a href="changes-report.html#a1.5">changes</a>.</td> </tr> <tr> <td>2002-11-07</td> @@ -106,7 +106,7 @@ </tr> <tr> <td>2002-07-17</td> - <td>Version 1.4 released. See <a href="changes-report.html#1.4">changes</a>.</td> + <td>Version 1.4 released. See <a href="changes-report.html#a1.4">changes</a>.</td> </tr> <tr> <td>2002-05-10</td> @@ -115,7 +115,7 @@ </tr> <tr> <td>2002-04-04</td> - <td>Version 1.3 released. See <a href="changes-report.html#1.3">changes</a>.</td> + <td>Version 1.3 released. See <a href="changes-report.html#a1.3">changes</a>.</td> </tr> <tr> <td>2002-04-04</td> @@ -124,15 +124,15 @@ </tr> <tr> <td>2002-03-19</td> - <td>Version 1.2.4 released. See <a href="changes-report.html#1.2.4">changes</a>.</td> + <td>Version 1.2.4 released. See <a href="changes-report.html#a1.2.4">changes</a>.</td> </tr> <tr> <td>2002-03-15</td> - <td>Version 1.2 released. See <a href="changes-report.html#1.2">changes</a>.</td> + <td>Version 1.2 released. See <a href="changes-report.html#a1.2">changes</a>.</td> </tr> <tr> <td>2002-03-10</td> - <td>Version 1.1 released. See <a href="changes-report.html#1.1">changes</a>.</td> + <td>Version 1.1 released. See <a href="changes-report.html#a1.1">changes</a>.</td> </tr> <tr> <td>2002-02-27</td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-03-18 00:40:30
|
Revision: 605 http://dbunit.svn.sourceforge.net/dbunit/?rev=605&view=rev Author: rlogiacco Date: 2008-03-17 17:40:25 -0700 (Mon, 17 Mar 2008) Log Message: ----------- updated deploy phase targets removing repository bundle creation moved myself top of the developers list to became the announcements sender Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-03-18 00:04:30 UTC (rev 604) +++ trunk/pom.xml 2008-03-18 00:40:25 UTC (rev 605) @@ -7,13 +7,6 @@ <version>2.2.2-SNAPSHOT</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> -<!-- TODO - stuff below changed on M2; I think it went to Site plugin - <logo>http://dbunit.sourceforge.net/images/dbunit-logo.jpg</logo> - <package>org.dbunit</package> - <shortDescription> - DbUnit is a JUnit extension targeted for database-driven projects - </shortDescription> ---> <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. @@ -68,6 +61,15 @@ <!-- 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> @@ -121,15 +123,6 @@ <!-- <role>Original Ant Task Contributor</role> --> </roles> </developer> - <developer> - <name>Roberto Lo Giacco</name> - <id>rlogiacco</id> - <email>rlo...@us...</email> - <organization>SmartLab</organization> - <roles> - <role>Java Developer</role> - </roles> - </developer> </developers> <contributors> @@ -321,7 +314,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> - <goals>source:jar javadoc:jar deploy site:site site:deploy repository:bundle-create</goals> + <goals>source:jar javadoc:jar deploy site:site site:deploy</goals> </configuration> </plugin> <!-- TODO: add cobertura and other plugins that would fail the build, like PMD, cobertura and checkstyle--> @@ -438,4 +431,4 @@ </profile> </profiles> -</project> \ No newline at end of file +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-03-18 00:04:44
|
Revision: 604 http://dbunit.svn.sourceforge.net/dbunit/?rev=604&view=rev Author: rlogiacco Date: 2008-03-17 17:04:30 -0700 (Mon, 17 Mar 2008) Log Message: ----------- update site news with release 2.2.1 announcement Modified Paths: -------------- trunk/src/site/xdoc/index.xml Modified: trunk/src/site/xdoc/index.xml =================================================================== --- trunk/src/site/xdoc/index.xml 2008-03-17 23:34:02 UTC (rev 603) +++ trunk/src/site/xdoc/index.xml 2008-03-18 00:04:30 UTC (rev 604) @@ -25,6 +25,10 @@ <section name="News"> <table border="1"> <tr> + <td>2008-03-18</td> + <td>Release 2.2.1 is finally out and available for <a href="http://sourceforge.net/project/showfiles.php?group_id=47439">download</a>.</td> + </tr> + <tr> <td>2008-02-29</td> <td>Release 2.2.1 is on it's first steps. Snapshot release available on <a href="http://dbunit.sourceforge.net/repo/snapshots">DbUnit Snapshots Maven Repo</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-03-17 23:34:14
|
Revision: 603 http://dbunit.svn.sourceforge.net/dbunit/?rev=603&view=rev Author: rlogiacco Date: 2008-03-17 16:34:02 -0700 (Mon, 17 Mar 2008) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-03-17 23:33:40 UTC (rev 602) +++ trunk/pom.xml 2008-03-17 23:34:02 UTC (rev 603) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.2.1</version> + <version>2.2.2-SNAPSHOT</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <!-- TODO - stuff below changed on M2; I think it went to Site plugin @@ -26,9 +26,9 @@ </license> </licenses> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</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-03-17 23:33:42
|
Revision: 602 http://dbunit.svn.sourceforge.net/dbunit/?rev=602&view=rev Author: rlogiacco Date: 2008-03-17 16:33:40 -0700 (Mon, 17 Mar 2008) Log Message: ----------- [maven-release-plugin] copy for tag release-2-2-1 Added Paths: ----------- tags/release-2-2-1/ tags/release-2-2-1/pom.xml tags/release-2-2-1/src/changes/changes.xml Removed Paths: ------------- tags/release-2-2-1/pom.xml tags/release-2-2-1/src/changes/changes.xml Copied: tags/release-2-2-1 (from rev 588, trunk) Deleted: tags/release-2-2-1/pom.xml =================================================================== --- trunk/pom.xml 2008-03-17 21:53:18 UTC (rev 588) +++ tags/release-2-2-1/pom.xml 2008-03-17 23:33:40 UTC (rev 602) @@ -1,442 +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.1</version> - <name>DbUnit Framework</name> - <url>http://dbunit.sourceforge.net</url> -<!-- TODO - stuff below changed on M2; I think it went to Site plugin - <logo>http://dbunit.sourceforge.net/images/dbunit-logo.jpg</logo> - <package>org.dbunit</package> - <shortDescription> - DbUnit is a JUnit extension targeted for database-driven projects - </shortDescription> ---> - <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-1</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</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>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>Roberto Lo Giacco</name> - <id>rlogiacco</id> - <email>rlo...@us...</email> - <organization>SmartLab</organization> - <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 repository:bundle-create</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-1/pom.xml (from rev 601, trunk/pom.xml) =================================================================== --- tags/release-2-2-1/pom.xml (rev 0) +++ tags/release-2-2-1/pom.xml 2008-03-17 23:33:40 UTC (rev 602) @@ -0,0 +1,441 @@ +<?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.1</version> + <name>DbUnit Framework</name> + <url>http://dbunit.sourceforge.net</url> +<!-- TODO - stuff below changed on M2; I think it went to Site plugin + <logo>http://dbunit.sourceforge.net/images/dbunit-logo.jpg</logo> + <package>org.dbunit</package> + <shortDescription> + DbUnit is a JUnit extension targeted for database-driven projects + </shortDescription> +--> + <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-1</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</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>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>Roberto Lo Giacco</name> + <id>rlogiacco</id> + <email>rlo...@us...</email> + <organization>SmartLab</organization> + <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 repository:bundle-create</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> \ No newline at end of file Deleted: tags/release-2-2-1/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2008-03-17 21:53:18 UTC (rev 588) +++ tags/release-2-2-1/src/changes/changes.xml 2008-03-17 23:33:40 UTC (rev 602) @@ -1,401 +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.1-SNAPSHOT" date="TBD" 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="Sebastien Le Callonec">ReplacementTable broken for multiple replacements</action> - <action dev="rlogiacco" type="fix" issue="1721870" due-to="Sebastien Le Callonec">Null pointer exception in FlatXMLDataSet.write(compositeDS)</action> <action dev="rlogiacco" type="fix" issue="1721870" due-to="Sebastien Le Callonec">Null pointer exception in FlatXMLDataSet.write(compositeDS)</action> - <action dev="rlogiacco" type="fix" issue="1459205" due-to="Sebastien Le Callonec">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-1/src/changes/changes.xml (from rev 597, trunk/src/changes/changes.xml) =================================================================== --- tags/release-2-2-1/src/changes/changes.xml (rev 0) +++ tags/release-2-2-1/src/changes/changes.xml 2008-03-17 23:33:40 UTC (rev 602) @@ -0,0 +1,403 @@ +<?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=""> + </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="Sebastien Le Callonec">ReplacementTable broken for multiple replacements</action> + <action dev="rlogiacco" type="fix" issue="1721870" due-to="Sebastien Le Callonec">Null pointer exception in FlatXMLDataSet.write(compositeDS)</action> <action dev="rlogiacco" type="fix" issue="1721870" due-to="Sebastien Le Callonec">Null pointer exception in FlatXMLDataSet.write(compositeDS)</action> + <action dev="rlogiacco" type="fix" issue="1459205" due-to="Sebastien Le Callonec">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 ... [truncated message content] |
From: <rlo...@us...> - 2008-03-17 23:21:16
|
Revision: 601 http://dbunit.svn.sourceforge.net/dbunit/?rev=601&view=rev Author: rlogiacco Date: 2008-03-17 16:21:12 -0700 (Mon, 17 Mar 2008) Log Message: ----------- [maven-release-plugin] prepare release release-2-2-1 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-03-17 23:14:13 UTC (rev 600) +++ trunk/pom.xml 2008-03-17 23:21:12 UTC (rev 601) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.2.1-SNAPSHOT</version> + <version>2.2.1</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <!-- TODO - stuff below changed on M2; I think it went to Site plugin @@ -26,9 +26,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-1</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</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-03-17 23:14:16
|
Revision: 600 http://dbunit.svn.sourceforge.net/dbunit/?rev=600&view=rev Author: rlogiacco Date: 2008-03-17 16:14:13 -0700 (Mon, 17 Mar 2008) Log Message: ----------- [maven-release-plugin] rollback the release of release-2-2-1 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-03-17 23:02:04 UTC (rev 599) +++ trunk/pom.xml 2008-03-17 23:14:13 UTC (rev 600) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.2.1</version> + <version>2.2.1-SNAPSHOT</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <!-- TODO - stuff below changed on M2; I think it went to Site plugin @@ -26,9 +26,9 @@ </license> </licenses> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</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-03-17 23:02:14
|
Revision: 599 http://dbunit.svn.sourceforge.net/dbunit/?rev=599&view=rev Author: rlogiacco Date: 2008-03-17 16:02:04 -0700 (Mon, 17 Mar 2008) Log Message: ----------- [maven-release-plugin] prepare release release-2-2-1 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-03-17 22:56:12 UTC (rev 598) +++ trunk/pom.xml 2008-03-17 23:02:04 UTC (rev 599) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.2.1-SNAPSHOT</version> + <version>2.2.1</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <!-- TODO - stuff below changed on M2; I think it went to Site plugin @@ -26,9 +26,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-1</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</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-03-17 22:56:43
|
Revision: 598 http://dbunit.svn.sourceforge.net/dbunit/?rev=598&view=rev Author: rlogiacco Date: 2008-03-17 15:56:12 -0700 (Mon, 17 Mar 2008) Log Message: ----------- [maven-release-plugin] rollback the release of release-2-2-1 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-03-17 22:30:38 UTC (rev 597) +++ trunk/pom.xml 2008-03-17 22:56:12 UTC (rev 598) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.2.1</version> + <version>2.2.1-SNAPSHOT</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <!-- TODO - stuff below changed on M2; I think it went to Site plugin @@ -26,9 +26,9 @@ </license> </licenses> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/release-2-2-1</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-03-17 22:30:40
|
Revision: 597 http://dbunit.svn.sourceforge.net/dbunit/?rev=597&view=rev Author: rlogiacco Date: 2008-03-17 15:30:38 -0700 (Mon, 17 Mar 2008) Log Message: ----------- updated changes to match upcoming release Modified Paths: -------------- trunk/src/changes/changes.xml Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2008-03-17 22:29:52 UTC (rev 596) +++ trunk/src/changes/changes.xml 2008-03-17 22:30:38 UTC (rev 597) @@ -7,7 +7,9 @@ </properties> <body> - <release version="2.2.1-SNAPSHOT" date="TBD" description="Another official release after a long, long time..."> + <release version="2.2.2-SNAPSHOT" date="TBD" description=""> + </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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-03-17 22:29:56
|
Revision: 596 http://dbunit.svn.sourceforge.net/dbunit/?rev=596&view=rev Author: rlogiacco Date: 2008-03-17 15:29:52 -0700 (Mon, 17 Mar 2008) Log Message: ----------- removed test folder Removed Paths: ------------- tags/release-2-2-1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2008-03-17 22:28:37
|
Revision: 595 http://dbunit.svn.sourceforge.net/dbunit/?rev=595&view=rev Author: rlogiacco Date: 2008-03-17 15:28:34 -0700 (Mon, 17 Mar 2008) Log Message: ----------- test Added Paths: ----------- tags/release-2-2-1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |