You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Continuum <de...@continuum.apache.org> on 2014/02/18 18:22:17 UTC

[continuum] BUILD FAILURE: Apache Commons DbUtils - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28152&projectId=74

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Tue 18 Feb 2014 17:21:58 +0000
  Finished at: Tue 18 Feb 2014 17:22:16 +0000
  Total time: 18s
  Build Trigger: Schedule
  Build Number: 88
  Exit code: 1
  Building machine hostname: continuum-vm
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.6.0_27"
          OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1ubuntu0.12.04.4)
          OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
        
  Builder version :
          Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 13:51:28+0000)
          Maven home: /opt/apache-maven-3.0.5
          Java version: 1.6.0_27, vendor: Sun Microsystems Inc.
          Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
          Default locale: en_US, platform encoding: ANSI_X3.4-1968
          OS name: "linux", version: "3.2.0-53-generic", arch: "amd64", family: "unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: sebb @ Tue 4 Feb 2014 14:22:38 +0000
Comment: Avoid "SQLException not thrown" IDE warning messages
Files changed:
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/AsyncQueryRunner.java ( 1564314 )

Changed: sebb @ Tue 4 Feb 2014 14:25:39 +0000
Comment: Make boxing explicit as it is intentional
Files changed:
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/AsyncQueryRunner.java ( 1564318 )

Changed: sebb @ Tue 4 Feb 2014 13:33:37 +0000
Comment: Revert debug changes
Files changed:
  /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java ( 1564294 )

Changed: sebb @ Tue 4 Feb 2014 14:05:04 +0000
Comment: Debug for Continuum
Files changed:
  /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java ( 1564306 )

Changed: sebb @ Tue 4 Feb 2014 13:19:03 +0000
Comment: No. Try different verify order (clutching at straws here)
Files changed:
  /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java ( 1564284 )

Changed: sebb @ Tue 4 Feb 2014 13:16:37 +0000
Comment: Keep trying - is it lack of parameter that causes issue?
Files changed:
  /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java ( 1564283 )

Changed: sebb @ Tue 4 Feb 2014 13:12:06 +0000
Comment: Add code to try and debug Continuum failure
Files changed:
  /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java ( 1564282 )

Changed: ggregory @ Sun 2 Feb 2014 07:03:49 +0000
Comment: Update copyright for 2014.
Files changed:
  /commons/proper/dbutils/trunk/NOTICE.txt ( 1563571 )

Changed: ggregory @ Tue 4 Jun 2013 18:10:21 +0000
Comment: Statement unnecessarily nested within else clause.
Files changed:
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/DbUtils.java ( 1489538 )

Changed: sebb @ Tue 4 Jun 2013 09:02:02 +0000
Comment: Only tags should use non-SNAPSHOT versions please
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1489347 )

Changed: wspeirs @ Tue 4 Jun 2013 00:21:37 +0000
Comment: Minor edits to prep for 1.6-RC1
Files changed:
  /commons/proper/dbutils/trunk/NOTICE.txt ( 1489244 )
  /commons/proper/dbutils/trunk/doap_dbutils.rdf ( 1489244 )
  /commons/proper/dbutils/trunk/src/changes/changes.xml ( 1489244 )
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/AbstractQueryRunner.java ( 1489244 )
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/AsyncQueryRunner.java ( 1489244 )
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/GenerousBeanProcessor.java ( 1489244 )
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/QueryRunner.java ( 1489244 )

Changed: wspeirs @ Tue 4 Jun 2013 00:37:57 +0000
Comment: More changes for 1.6-RC1
Files changed:
  /commons/proper/dbutils/trunk/RELEASE-NOTES.txt ( 1489259 )
  /commons/proper/dbutils/trunk/pom.xml ( 1489259 )

Changed: sebb @ Tue 4 Jun 2013 01:10:29 +0000
Comment: Missing @Override
Files changed:
  /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/QueryRunnerTest.java ( 1489266 )

Changed: sebb @ Tue 14 May 2013 17:47:14 +0000
Comment: DBUTILS-85 In BeanProcessor#isCompatibleType, can Integer.class.isInstance(value) be replaced by value instanceof Integer (etc)?
Simplified code by using instanceof.
Files changed:
  /commons/proper/dbutils/trunk/src/changes/changes.xml ( 1482485 )
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/BeanProcessor.java ( 1482485 )

Changed: sebb @ Tue 14 May 2013 16:58:14 +0000
Comment: DBUTILS-106 - DBUtils can't build using JDK 1.7 - DriverProxy needs to implement getParentLogger()
Add dynamic invocation.
Files changed:
  /commons/proper/dbutils/trunk/src/changes/changes.xml ( 1482457 )
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/DbUtils.java ( 1482457 )

Changed: sebb @ Tue 14 May 2013 17:06:37 +0000
Comment: Stale release details
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1482467 )

Changed: sebb @ Tue 14 May 2013 17:11:16 +0000
Comment: DBUTILS-103 fix Dependencies documentation to reference correct Java version
Files changed:
  /commons/proper/dbutils/trunk/src/site/xdoc/index.xml ( 1482470 )

Changed: wspeirs @ Mon 13 May 2013 19:42:50 +0000
Comment: Applied patch from DBUTILS-108 and updated changes.xml
Files changed:
  /commons/proper/dbutils/trunk/src/changes/changes.xml ( 1482045 )
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/AbstractQueryRunner.java ( 1482045 )
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/AsyncQueryRunner.java ( 1482045 )
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/QueryRunner.java ( 1482045 )
  /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/QueryRunnerTest.java ( 1482045 )

Changed: wspeirs @ Mon 13 May 2013 19:45:20 +0000
Comment: Applied patch from DBUTILS-107 and updated changes.xml file
Files changed:
  /commons/proper/dbutils/trunk/src/changes/changes.xml ( 1482047 )
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/QueryLoader.java ( 1482047 )

Changed: wspeirs @ Mon 13 May 2013 19:55:25 +0000
Comment: Applied fix for DBUTILS-100 and added to changes.xml file
Files changed:
  /commons/proper/dbutils/trunk/src/changes/changes.xml ( 1482051 )
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/BasicRowProcessor.java ( 1482051 )

Changed: sebb @ Fri 22 Mar 2013 19:46:20 +0000
Comment: Ignore boxing warnings in test code
Files changed:
  /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/GenerousBeanProcessorTest.java ( 1459953 )

Changed: sebb @ Fri 22 Mar 2013 19:46:57 +0000
Comment: Fix up or ignore deprecation warnings as appropriate
Files changed:
  /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java ( 1459954 )

Changed: sebb @ Fri 22 Mar 2013 19:47:30 +0000
Comment: Missing @Deprecated tags
Files changed:
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/BaseResultSetHandler.java ( 1459955 )

Changed: sebb @ Fri 22 Mar 2013 17:49:27 +0000
Comment: Fix up URLs so they point to actual sites; this allows relative URLs to work properly
Files changed:
  /commons/proper/bcel/trunk/pom.xml ( 1459912 )
  /commons/proper/beanutils/trunk/pom.xml ( 1459912 )
  /commons/proper/betwixt/trunk/pom.xml ( 1459912 )
  /commons/proper/bsf/trunk/pom.xml ( 1459912 )
  /commons/proper/chain/trunk/pom.xml ( 1459912 )
  /commons/proper/cli/trunk/pom.xml ( 1459912 )
  /commons/proper/codec/trunk/pom.xml ( 1459912 )
  /commons/proper/collections/trunk/pom.xml ( 1459912 )
  /commons/proper/compress/trunk/pom.xml ( 1459912 )
  /commons/proper/configuration/trunk/pom.xml ( 1459912 )
  /commons/proper/csv/trunk/pom.xml ( 1459912 )
  /commons/proper/daemon/trunk/pom.xml ( 1459912 )
  /commons/proper/dbcp/trunk/pom.xml ( 1459912 )
  /commons/proper/dbutils/trunk/pom.xml ( 1459912 )
  /commons/proper/digester/trunk/pom.xml ( 1459912 )
  /commons/proper/discovery/trunk/pom.xml ( 1459912 )
  /commons/proper/el/trunk/pom.xml ( 1459912 )
  /commons/proper/email/trunk/pom.xml ( 1459912 )
  /commons/proper/exec/trunk/pom.xml ( 1459912 )
  /commons/proper/functor/trunk/pom.xml ( 1459912 )
  /commons/proper/imaging/trunk/pom.xml ( 1459912 )
  /commons/proper/io/trunk/pom.xml ( 1459912 )
  /commons/proper/jci/trunk/pom.xml ( 1459912 )
  /commons/proper/jcs/trunk/pom.xml ( 1459912 )
  /commons/proper/jexl/trunk/pom.xml ( 1459912 )
  /commons/proper/jxpath/trunk/pom.xml ( 1459912 )
  /commons/proper/lang/trunk/pom.xml ( 1459912 )
  /commons/proper/logging/trunk/pom.xml ( 1459912 )
  /commons/proper/math/trunk/pom.xml ( 1459912 )
  /commons/proper/modeler/trunk/pom.xml ( 1459912 )
  /commons/proper/net/trunk/pom.xml ( 1459912 )
  /commons/proper/ognl/trunk/pom.xml ( 1459912 )
  /commons/proper/pool/trunk/pom.xml ( 1459912 )
  /commons/proper/proxy/trunk/pom.xml ( 1459912 )
  /commons/proper/scxml/trunk/pom.xml ( 1459912 )
  /commons/proper/validator/trunk/pom.xml ( 1459912 )
  /commons/proper/vfs/trunk/pom.xml ( 1459912 )

Changed: olamy @ Tue 26 Feb 2013 23:53:27 +0000
Comment: restore download cgi
Files changed:
  /commons/proper/bcel/trunk/src/site/resources/download_bcel.cgi ( 1450539 )
  /commons/proper/beanutils/trunk/src/site/resources/download_beanutils.cgi ( 1450539 )
  /commons/proper/betwixt/trunk/src/site/resources/download_betwixt.cgi ( 1450539 )
  /commons/proper/bsf/trunk/src/site/resources/download_bsf.cgi ( 1450539 )
  /commons/proper/chain/trunk/src/site/resources/download_chain.cgi ( 1450539 )
  /commons/proper/codec/trunk/src/site/resources/download_code.cgi ( 1450539 )
  /commons/proper/configuration/trunk/src/site/resources/download_configuration.cgi ( 1450539 )
  /commons/proper/daemon/trunk/src/site/resources/download_daemon.cgi ( 1450539 )
  /commons/proper/dbcp/trunk/src/site/resources/download_dbcp.cgi ( 1450539 )
  /commons/proper/dbutils/trunk/src/site/resources/download_dbutils.cgi ( 1450539 )
  /commons/proper/digester/trunk/src/site/resources/download_digester.cgi ( 1450539 )
  /commons/proper/discovery/trunk/src/site/resources/download_discovery.cgi ( 1450539 )
  /commons/proper/email/trunk/src/site/resources/download_email.cgi ( 1450539 )
  /commons/proper/fileupload/trunk/src/site/resources/download_fileupload.cgi ( 1450539 )

Changed: sebb @ Wed 30 Jan 2013 21:43:00 +0000
Comment: developed by => developed at
Files changed:
  /commons/proper/attributes/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/bcel/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/beanutils/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/betwixt/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/chain/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/codec/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/collections/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/commons-build/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/commons-build-plugin/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/commons-nightly/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/commons-parent/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/commons-sandbox-parent/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/compress/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/configuration/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/csv/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/daemon/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/dbcp/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/dbutils/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/digester/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/discovery/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/el/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/email/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/exec/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/fileupload/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/functor/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/jci/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/jelly/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/jexl/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/jxpath/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/lang/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/launcher/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/logging/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/math/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/modeler/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/net/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/ognl/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/pool/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/primitives/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/proxy/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/scxml/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/validator/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/vfs/trunk/NOTICE.txt ( 1440692 )

Changed: niallp @ Sun 6 Jan 2013 15:12:42 +0000
Comment: DBUTILS-106 - Fix DBUtils can't build using JDK 1.7 - DriverProxy needs to implement getParentLogger()
Files changed:
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/DbUtils.java ( 1429538 )

Changed: wspeirs @ Fri 14 Dec 2012 18:49:49 +0000
Comment: - Adding GenerousBeanProcessor and unit test
  - GenerousBeanProcessor will handle column names with underscores, removing them
Files changed:
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/GenerousBeanProcessor.java ( 1422036 )
  /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/GenerousBeanProcessorTest.java ( 1422036 )

Changed: simonetripodi @ Fri 21 Sep 2012 13:03:36 +0000
Comment: commons-parent updated to v26
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1388467 )

Changed: simonetripodi @ Mon 20 Aug 2012 09:56:55 +0000
Comment: [DBUTILS-98] Add missing JavaDoc to QueryRunner#insert - patch submitted by Moandji Ezana
Files changed:
  /commons/proper/dbutils/trunk/src/changes/changes.xml ( 1374960 )
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/QueryRunner.java ( 1374960 )

Changed: wspeirs @ Wed 8 Aug 2012 18:47:36 +0000
Comment: - Applied patches from DBUTILS-87 to add insert methods
Files changed:
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/AsyncQueryRunner.java ( 1370883 )
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/QueryRunner.java ( 1370883 )
  /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java ( 1370883 )
  /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/QueryRunnerTest.java ( 1370883 )

Changed: wspeirs @ Wed 8 Aug 2012 18:52:32 +0000
Comment: Updated changes.xml to include DBUTILS-87 changes
Files changed:
  /commons/proper/dbutils/trunk/src/changes/changes.xml ( 1370888 )

Changed: simonetripodi @ Thu 9 Aug 2012 10:53:34 +0000
Comment: no tabs, replaced with 4 spaces
dropped trailing spaces
Files changed:
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/AsyncQueryRunner.java ( 1371156 )

Changed: simonetripodi @ Thu 9 Aug 2012 10:54:15 +0000
Comment: code format
Files changed:
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/AsyncQueryRunner.java ( 1371157 )

Changed: simonetripodi @ Thu 9 Aug 2012 10:55:58 +0000
Comment: added missing @since tags
Files changed:
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/AsyncQueryRunner.java ( 1371158 )

Changed: simonetripodi @ Thu 9 Aug 2012 10:57:58 +0000
Comment: no tabs, replaced with 4 spaces
dropped trailing spaces
Files changed:
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/QueryRunner.java ( 1371159 )

Changed: simonetripodi @ Thu 9 Aug 2012 11:02:06 +0000
Comment: added javadoc stubs with @since tags
Files changed:
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/QueryRunner.java ( 1371161 )

Changed: simonetripodi @ Thu 9 Aug 2012 11:02:48 +0000
Comment: code format
Files changed:
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/QueryRunner.java ( 1371162 )

Changed: simonetripodi @ Mon 6 Aug 2012 20:07:51 +0000
Comment: [DBUTILS-96] DbUtils#loadDriver(ClassLoader,String) makes DriverManager throwing 'No suitable driver found for jdbc' if ClassLoader is not the System's one
Files changed:
  /commons/proper/dbutils/trunk/src/changes/changes.xml ( 1369963 )
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/DbUtils.java ( 1369963 )

Changed: simonetripodi @ Tue 17 Jul 2012 11:34:06 +0000
Comment: [DBUTILS-94] Provide test coverage for org.apache.commons.dbutils.DbUtils - patch provided by Benedikt Ritter
Files changed:
  /commons/proper/dbutils/trunk/src/changes/changes.xml ( 1362450 )
  /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/DbUtilsTest.java ( 1362450 )

Changed: simonetripodi @ Tue 17 Jul 2012 11:35:19 +0000
Comment: increased the release date
Files changed:
  /commons/proper/dbutils/trunk/src/changes/changes.xml ( 1362451 )

Changed: simonetripodi @ Tue 17 Jul 2012 11:36:08 +0000
Comment: updated release notes
Files changed:
  /commons/proper/dbutils/trunk/RELEASE-NOTES.txt ( 1362453 )

Changed: simonetripodi @ Tue 17 Jul 2012 11:42:45 +0000
Comment: added Stevo and Benedikt in the contributors list
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1362454 )

Changed: simonetripodi @ Tue 17 Jul 2012 11:47:44 +0000
Comment: [maven-release-plugin] prepare release DBUTILS_1_5_RC2
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1362455 )

Changed: simonetripodi @ Tue 17 Jul 2012 11:48:01 +0000
Comment: [maven-release-plugin] prepare for next development iteration
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1362457 )

Changed: sebb @ Tue 17 Jul 2012 00:10:47 +0000
Comment: Missing @Deprecated marker
Files changed:
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/AbstractQueryRunner.java ( 1362322 )

Changed: simonetripodi @ Mon 16 Jul 2012 16:07:10 +0000
Comment: 1.5-RC1 failed due to assembly missing resources, back to 1.5-SNAPSHOT
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1362108 )

Changed: simonetripodi @ Mon 16 Jul 2012 16:11:22 +0000
Comment: [DBUTILS-93] Source assembly artifact fails to build a site because of missing pmd-ruleset.xml - patch submitted by Stevo Slavic
Files changed:
  /commons/proper/dbutils/trunk/src/changes/changes.xml ( 1362109 )
  /commons/proper/dbutils/trunk/src/main/assembly/src.xml ( 1362109 )

Changed: simonetripodi @ Mon 16 Jul 2012 16:13:31 +0000
Comment: regenerated release notes
Files changed:
  /commons/proper/dbutils/trunk/RELEASE-NOTES.txt ( 1362111 )

Changed: simonetripodi @ Mon 16 Jul 2012 09:43:33 +0000
Comment: added 1.5 release date
Files changed:
  /commons/proper/dbutils/trunk/src/changes/changes.xml ( 1361952 )

Changed: simonetripodi @ Mon 16 Jul 2012 09:47:52 +0000
Comment: updated release notes
Files changed:
  /commons/proper/dbutils/trunk/RELEASE-NOTES.txt ( 1361953 )

Changed: simonetripodi @ Mon 16 Jul 2012 09:52:26 +0000
Comment: regenerated the download page
Files changed:
  /commons/proper/dbutils/trunk/src/site/xdoc/download_dbutils.xml ( 1361954 )

Changed: sebb @ Mon 16 Jul 2012 09:58:16 +0000
Comment: EOL
Files changed:
  /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/handlers/BeanMapHandlerTest.java ( 1361957 )

Changed: simonetripodi @ Mon 16 Jul 2012 09:59:32 +0000
Comment: [maven-release-plugin] prepare release DBUTILS_1_5_RC1
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1361959 )

Changed: simonetripodi @ Mon 16 Jul 2012 09:59:49 +0000
Comment: [maven-release-plugin] prepare for next development iteration
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1361961 )

Changed: sebb @ Mon 16 Jul 2012 10:01:04 +0000
Comment: EOL
Files changed:
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/handlers/BeanMapHandler.java ( 1361963 )

Changed: simonetripodi @ Fri 6 Jul 2012 15:01:11 +0000
Comment: 1.5 not released yet
Files changed:
  /commons/proper/dbutils/trunk/src/changes/changes.xml ( 1358251 )

Changed: simonetripodi @ Fri 6 Jul 2012 15:05:14 +0000
Comment: [DBUTILS-91] Enhance BasicRowProcessor to have row mapping easier to configure - patch provided by Stevo Slavic
Files changed:
  /commons/proper/dbutils/trunk/src/changes/changes.xml ( 1358253 )
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/BeanProcessor.java ( 1358253 )
  /commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/BeanProcessorTest.java ( 1358253 )

Changed: simonetripodi @ Fri 6 Jul 2012 15:09:17 +0000
Comment: columnToPropertyOverrides Map can be final
Files changed:
  /commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/BeanProcessor.java ( 1358255 )

Changed: simonetripodi @ Fri 6 Jul 2012 18:47:42 +0000
Comment: more DBUTILS-84 details
Files changed:
  /commons/proper/dbutils/trunk/src/changes/changes.xml ( 1358341 )

Changed: simonetripodi @ Fri 6 Jul 2012 20:55:05 +0000
Comment: update parent reference
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1358417 )

Changed: simonetripodi @ Fri 6 Jul 2012 21:14:40 +0000
Comment: [maven-release-plugin] prepare release DBUTILS_1_5_RC1
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1358421 )

Changed: simonetripodi @ Fri 6 Jul 2012 21:15:06 +0000
Comment: [maven-release-plugin] prepare for next development iteration
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1358423 )

Changed: simonetripodi @ Fri 6 Jul 2012 21:16:35 +0000
Comment: [maven-release-plugin] rollback the release of DBUTILS_1_5_RC1
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1358424 )

Changed: simonetripodi @ Fri 6 Jul 2012 21:32:19 +0000
Comment: [maven-release-plugin] prepare release DBUTILS_1_5_RC1
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1358431 )

Changed: simonetripodi @ Fri 6 Jul 2012 21:32:43 +0000
Comment: [maven-release-plugin] prepare for next development iteration
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1358433 )

Changed: simonetripodi @ Fri 6 Jul 2012 21:58:20 +0000
Comment: [maven-release-plugin] rollback the release of DBUTILS_1_5_RC1
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1358442 )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed


****************************************************************************
Build Definition:
****************************************************************************
POM filename: pom.xml
Goals: clean deploy   
Arguments: --batch-mode -Pjava-1.6 -Dgpg.skip -Prelease
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Maven 3.0.5
Description: Group (shared) Maven 3 Build Definition (Java 1.6)

****************************************************************************
Test Summary:
****************************************************************************
Tests: 223
Failures: 1
Errors: 0
Success Rate: 99
Total time: 1.4709998

****************************************************************************
Test Failures:
****************************************************************************

AsyncQueryRunnerTest
    testInsertUsesGivenQueryRunner :
  Wanted but not invoked
  Wanted but not invoked:
queryRunner.insert("1",
    org.apache.commons.dbutils.handlers.ArrayHandler@79ee2c2c
);
-> at org.apache.commons.dbutils.AsyncQueryRunnerTest.testInsertUsesGivenQueryRunner(AsyncQueryRunnerTest.java:453)
Actually, there were zero interactions with this mock.

	at org.apache.commons.dbutils.AsyncQueryRunnerTest.testInsertUsesGivenQueryRunner(AsyncQueryRunnerTest.java:453)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:113)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)


  


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org