Your message dated Tue, 19 Jun 2012 18:48:48 +0000
with message-id <e1sh3ts-0000ay...@franck.debian.org>
and subject line Bug#678167: fixed in libcommons-dbcp-java 1.4-3
has caused the Debian Bug report #678167,
regarding libcommons-dbcp-java: Fix FTBFS with openjdk-7 and tidy dependencies
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
678167: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678167
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libcommons-dbcp-java
Version: 1.4-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch openjdk-7-transition

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Fix FTBFS with openjdk-7 (LP: #888125):
    - debian/patches/02_java7_compat.patch: Cherry picked patch from
      Fedora transition for compatibility with Java 7.
  * d/control: Use libgeronimo-jta-1.1-spec-java instead of deprecated
    libgeronimo-jta-1.0.1b-spec-java.

Thanks for considering the patch.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers quantal-updates
  APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 
'quantal')
Architecture: amd64 (x86_64)

Kernel: Linux 3.4.0-5-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJP4L2HAAoJEL/srsug59jDBpYP/0cOkZuzoOV+z80cvoLyB7xs
dYKX8RHJfp6EkkFrkhYPXcp8fdiYjMZsEljptk3GCc+1pTqqLBjArkGuHKgBbpy3
Tx4FDcEl4Kb2w6dm1EC2ykhY0w9FvsSUQPWpTQqzpKN38Q2g8HmDvALP6bRs8yNo
nzHpR2IJlUdxKH7g0XvaIzyiCKMJBTU5tn3jGn3XvZoEGaoYuob/N9eiLDBbX5BE
2N+Fd/BGDEqNdIVqR3BN0kiFVk6rWC0AGr4MkgUIABgbv0F6oM6b5z5hr/M0Eekd
aWtuoFBW/FayUIyPArlzBg1yGMfYncODGZBJei5ZCGErkuj57AjmP3pCL7ucDnk7
Ltm+dDh/o6FZBQVpOSdzZNLXiuUYi3m1Hu5XyTptT0M5mYm4hkcrj2hDwkNP+VFL
z09JjkYwiXca8/AzqfBVcFbZOHmvK+OmJIlbAYB7iQod7vQRhFsViENVINpVdsfU
X4vMnHNlytzhxpihHO4aXmRAzS4bN0GdJGPz8KMYRy8tHkVvhddA5MgbbdB17QYP
fPML513ObsBTM/26qHWTO2ehtpWeVyMcSEinHcngwKVLyjZxBhMITmLVDBNvdDBl
X0wHgHSoE047nTaN0Uars4uuQGiY507RQnTY/SvjV1w4xMQ4wNIcIc3knD3zH1QS
fUFWv6mZTJ9QNq7Zc3vP
=JE9S
-----END PGP SIGNATURE-----
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control	2010-06-11 15:09:25 +0000
+++ debian/control	2012-06-19 17:55:40 +0000
@@ -6,7 +6,7 @@
 Uploaders: Michael Koch <konque...@gmx.de>, Damien Raude-Morvan <draz...@debian.org>
 Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant, quilt
 Build-Depends-Indep: libcommons-pool-java, libcommons-collections3-java, junit,
- libgeronimo-jta-1.0.1b-spec-java, maven-repo-helper, default-jdk-doc, libcommons-pool-java-doc
+ libgeronimo-jta-1.1-spec-java, maven-repo-helper, default-jdk-doc, libcommons-pool-java-doc
 Standards-Version: 3.8.4
 Homepage: http://commons.apache.org/dbcp/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-dbcp-java/
@@ -15,7 +15,7 @@
 Package: libcommons-dbcp-java
 Architecture: all
 Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libcommons-pool-java, libcommons-collections3-java
-Suggests: libgeronimo-jta-1.0.1b-spec-java
+Suggests: libgeronimo-jta-1.1-spec-java
 Description: Database Connection Pooling Services
  The DBCP package provides database connection pooling services. The
  following features are supported

=== added file 'debian/patches/02_java7_compat.patch'
--- debian/patches/02_java7_compat.patch	1970-01-01 00:00:00 +0000
+++ debian/patches/02_java7_compat.patch	2012-06-19 17:55:40 +0000
@@ -0,0 +1,459 @@
+Description: Compatibility patch for OpenJDK7
+Origin: https://bugzilla.redhat.com/show_bug.cgi?id=796638
+Author: Pavel Tisnovsky <ptisn...@redhat.com>
+
+Index: libcommons-dbcp-java/src/java/org/apache/commons/dbcp/BasicDataSource.java
+===================================================================
+--- libcommons-dbcp-java.orig/src/java/org/apache/commons/dbcp/BasicDataSource.java	2012-06-06 15:30:07.241314000 +0100
++++ libcommons-dbcp-java/src/java/org/apache/commons/dbcp/BasicDataSource.java	2012-06-06 15:30:38.106421672 +0100
+@@ -24,10 +24,12 @@
+ import java.util.ArrayList;
+ import java.util.Iterator;
+ import java.util.Collections;
++import java.util.logging.Logger;
+ import java.sql.Connection;
+ import java.sql.Driver;
+ import java.sql.DriverManager;
+ import java.sql.SQLException;
++import java.sql.SQLFeatureNotSupportedException;
+ import javax.sql.DataSource;
+ 
+ import org.apache.commons.pool.KeyedObjectPoolFactory;
+@@ -1579,4 +1581,10 @@
+             logWriter.println(message);
+         }
+     }
++
++    /* This functionality is not implemented yet */
++    public Logger getParentLogger() throws SQLFeatureNotSupportedException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
+ }
+Index: libcommons-dbcp-java/src/java/org/apache/commons/dbcp/cpdsadapter/DriverAdapterCPDS.java
+===================================================================
+--- libcommons-dbcp-java.orig/src/java/org/apache/commons/dbcp/cpdsadapter/DriverAdapterCPDS.java	2012-06-06 15:30:07.241314000 +0100
++++ libcommons-dbcp-java/src/java/org/apache/commons/dbcp/cpdsadapter/DriverAdapterCPDS.java	2012-06-06 15:30:38.106421672 +0100
+@@ -19,10 +19,12 @@
+ 
+ import java.util.Hashtable;
+ import java.util.Properties;
++import java.util.logging.Logger;
+ import java.io.PrintWriter;
+ import java.io.Serializable;
+ import java.sql.DriverManager;
+ import java.sql.SQLException;
++import java.sql.SQLFeatureNotSupportedException;
+ import javax.sql.PooledConnection;
+ import javax.sql.ConnectionPoolDataSource;
+ import javax.naming.Name;
+@@ -719,4 +721,10 @@
+     {
+         _maxPreparedStatements = maxPreparedStatements;
+     }
++
++    /* This functionality is not implemented yet */
++    public Logger getParentLogger() throws SQLFeatureNotSupportedException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
+ }
+Index: libcommons-dbcp-java/src/java/org/apache/commons/dbcp/datasources/PerUserPoolDataSource.java
+===================================================================
+--- libcommons-dbcp-java.orig/src/java/org/apache/commons/dbcp/datasources/PerUserPoolDataSource.java	2012-06-06 15:30:07.241314000 +0100
++++ libcommons-dbcp-java/src/java/org/apache/commons/dbcp/datasources/PerUserPoolDataSource.java	2012-06-06 15:30:38.106421672 +0100
+@@ -21,10 +21,12 @@
+ import java.io.ObjectInputStream;
+ import java.sql.Connection;
+ import java.sql.SQLException;
++import java.sql.SQLFeatureNotSupportedException;
+ import java.util.HashMap;
+ import java.util.Iterator;
+ import java.util.Map;
+ import java.util.NoSuchElementException;
++import java.util.logging.Logger;
+ 
+ import javax.naming.NamingException;
+ import javax.naming.Reference;
+@@ -561,4 +563,10 @@
+         CPDSConnectionFactory mgr = (CPDSConnectionFactory) managers.get(key);
+         return mgr == null ? null : (GenericObjectPool) mgr.getPool();
+     }
++
++    /* This functionality is not implemented yet */
++    public Logger getParentLogger() throws SQLFeatureNotSupportedException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
+ }
+Index: libcommons-dbcp-java/src/java/org/apache/commons/dbcp/datasources/SharedPoolDataSource.java
+===================================================================
+--- libcommons-dbcp-java.orig/src/java/org/apache/commons/dbcp/datasources/SharedPoolDataSource.java	2012-06-06 15:30:07.241314000 +0100
++++ libcommons-dbcp-java/src/java/org/apache/commons/dbcp/datasources/SharedPoolDataSource.java	2012-06-06 15:30:38.106421672 +0100
+@@ -21,6 +21,8 @@
+ import java.io.ObjectInputStream;
+ import java.sql.Connection;
+ import java.sql.SQLException;
++import java.sql.SQLFeatureNotSupportedException;
++import java.util.logging.Logger;
+ 
+ import javax.naming.NamingException;
+ import javax.naming.Reference;
+@@ -269,5 +271,11 @@
+             throw new IOException("NamingException: " + e);
+         }
+     }
++
++    /* This functionality is not implemented yet */
++    public Logger getParentLogger() throws SQLFeatureNotSupportedException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
+ }
+ 
+Index: libcommons-dbcp-java/src/java/org/apache/commons/dbcp/DelegatingCallableStatement.java
+===================================================================
+--- libcommons-dbcp-java.orig/src/java/org/apache/commons/dbcp/DelegatingCallableStatement.java	2012-06-06 15:30:07.241314000 +0100
++++ libcommons-dbcp-java/src/java/org/apache/commons/dbcp/DelegatingCallableStatement.java	2012-06-06 15:30:38.106421672 +0100
+@@ -37,6 +37,7 @@
+ import java.sql.RowId;
+ import java.sql.SQLXML;
+ /* JDBC_4_ANT_KEY_END */
++import java.sql.SQLFeatureNotSupportedException;
+ 
+ /**
+  * A base delegating implementation of {@link CallableStatement}.
+@@ -661,4 +662,14 @@
+         }
+     }
+ /* JDBC_4_ANT_KEY_END */
++
++    /* This functionality is not implemented yet */
++    public <T> T getObject(String columnLabel, Class<T> type) throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
++    /* This functionality is not implemented yet */
++    public <T> T getObject(int columnIndex, Class<T> type) throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
+ }
+Index: libcommons-dbcp-java/src/java/org/apache/commons/dbcp/DelegatingConnection.java
+===================================================================
+--- libcommons-dbcp-java.orig/src/java/org/apache/commons/dbcp/DelegatingConnection.java	2012-06-06 15:30:07.241314000 +0100
++++ libcommons-dbcp-java/src/java/org/apache/commons/dbcp/DelegatingConnection.java	2012-06-06 15:30:38.110421690 +0100
+@@ -27,6 +27,7 @@
+ import java.util.Iterator;
+ import java.util.List;
+ import java.util.Map;
++import java.util.concurrent.Executor;
+ import java.sql.ResultSet;
+ /* JDBC_4_ANT_KEY_BEGIN */
+ import java.sql.Array;
+@@ -40,6 +41,7 @@
+ import java.util.Collections;
+ import java.util.Properties;
+ /* JDBC_4_ANT_KEY_END */
++import java.sql.SQLFeatureNotSupportedException;
+ 
+ /**
+  * A base delegating implementation of {@link Connection}.
+@@ -678,5 +680,31 @@
+             return null;
+         }
+     }
+-/* JDBC_4_ANT_KEY_END */
++    /* JDBC_4_ANT_KEY_END */
++
++    /* This functionality is not implemented yet */
++    public int getNetworkTimeout() throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
++    /* This functionality is not implemented yet */
++    public void setNetworkTimeout(Executor executor, int milliseconds) throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
++    /* This functionality is not implemented yet */
++    public void abort(Executor executor) throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
++    /* This functionality is not implemented yet */
++    public String getSchema() throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
++    /* This functionality is not implemented yet */
++    public void setSchema(String schema) throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
+ }
++
+Index: libcommons-dbcp-java/src/java/org/apache/commons/dbcp/DelegatingDatabaseMetaData.java
+===================================================================
+--- libcommons-dbcp-java.orig/src/java/org/apache/commons/dbcp/DelegatingDatabaseMetaData.java	2012-06-06 15:30:07.241314000 +0100
++++ libcommons-dbcp-java/src/java/org/apache/commons/dbcp/DelegatingDatabaseMetaData.java	2012-06-06 15:30:38.110421690 +0100
+@@ -24,6 +24,7 @@
+ import java.sql.RowIdLifetime;
+ /* JDBC_4_ANT_KEY_END */
+ import java.sql.SQLException;
++import java.sql.SQLFeatureNotSupportedException;
+ 
+ /**
+  * A base delegating implementation of {@link DatabaseMetaData}.
+@@ -1208,4 +1209,13 @@
+ 
+     /* JDBC_4_ANT_KEY_END */
+ 
++    /* This functionality is not implemented yet */
++    public boolean generatedKeyAlwaysReturned() throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
++    /* This functionality is not implemented yet */
++    public ResultSet getPseudoColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
+ }
+Index: libcommons-dbcp-java/src/java/org/apache/commons/dbcp/DelegatingPreparedStatement.java
+===================================================================
+--- libcommons-dbcp-java.orig/src/java/org/apache/commons/dbcp/DelegatingPreparedStatement.java	2012-06-06 15:30:07.241314000 +0100
++++ libcommons-dbcp-java/src/java/org/apache/commons/dbcp/DelegatingPreparedStatement.java	2012-06-06 15:30:38.110421690 +0100
+@@ -34,6 +34,7 @@
+ import java.sql.RowId;
+ import java.sql.SQLXML;
+ /* JDBC_4_ANT_KEY_END */
++import java.sql.SQLFeatureNotSupportedException;
+ 
+ /**
+  * A base delegating implementation of {@link PreparedStatement}.
+@@ -402,4 +403,15 @@
+         }
+     }
+ /* JDBC_4_ANT_KEY_END */
++
++    /* This functionality is not implemented yet */
++    public boolean isCloseOnCompletion() throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
++    /* This functionality is not implemented yet */
++    public void closeOnCompletion() throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
+ }
+Index: libcommons-dbcp-java/src/java/org/apache/commons/dbcp/DelegatingResultSet.java
+===================================================================
+--- libcommons-dbcp-java.orig/src/java/org/apache/commons/dbcp/DelegatingResultSet.java	2012-06-06 15:30:07.241314000 +0100
++++ libcommons-dbcp-java/src/java/org/apache/commons/dbcp/DelegatingResultSet.java	2012-06-06 15:30:38.110421690 +0100
+@@ -40,6 +40,7 @@
+ import java.sql.RowId;
+ import java.sql.SQLXML;
+ /* JDBC_4_ANT_KEY_END */
++import java.sql.SQLFeatureNotSupportedException;
+ 
+ /**
+  * A base delegating implementation of {@link ResultSet}.
+@@ -1079,4 +1080,14 @@
+         }
+     }
+ /* JDBC_4_ANT_KEY_END */
++
++    /* This functionality is not implemented yet */
++    public <T> T getObject(String columnLabel, Class<T> type) throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
++    /* This functionality is not implemented yet */
++    public <T> T getObject(int columnIndex, Class<T> type) throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
+ }
+Index: libcommons-dbcp-java/src/java/org/apache/commons/dbcp/DelegatingStatement.java
+===================================================================
+--- libcommons-dbcp-java.orig/src/java/org/apache/commons/dbcp/DelegatingStatement.java	2012-06-06 15:30:07.241314000 +0100
++++ libcommons-dbcp-java/src/java/org/apache/commons/dbcp/DelegatingStatement.java	2012-06-06 15:30:38.110421690 +0100
+@@ -22,6 +22,7 @@
+ import java.sql.SQLException;
+ import java.sql.SQLWarning;
+ import java.sql.Statement;
++import java.sql.SQLFeatureNotSupportedException;
+ import java.util.List;
+ 
+ /**
+@@ -386,4 +387,15 @@
+         }
+     }
+ /* JDBC_4_ANT_KEY_END */
++
++    /* This functionality is not implemented yet */
++    public boolean isCloseOnCompletion() throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
++    /* This functionality is not implemented yet */
++    public void closeOnCompletion() throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
+ }
+Index: libcommons-dbcp-java/src/java/org/apache/commons/dbcp/PoolableCallableStatement.java
+===================================================================
+--- libcommons-dbcp-java.orig/src/java/org/apache/commons/dbcp/PoolableCallableStatement.java	2012-06-06 15:30:07.241314000 +0100
++++ libcommons-dbcp-java/src/java/org/apache/commons/dbcp/PoolableCallableStatement.java	2012-06-06 15:30:38.110421690 +0100
+@@ -21,6 +21,7 @@
+ import java.sql.Connection;
+ import java.sql.ResultSet;
+ import java.sql.SQLException;
++import java.sql.SQLFeatureNotSupportedException;
+ import java.util.List;
+ 
+ import org.apache.commons.pool.KeyedObjectPool;
+@@ -123,4 +124,13 @@
+         super.passivate();
+     }
+ 
++    /* This functionality is not implemented yet */
++    public <T> T getObject(String columnLabel, Class<T> type) throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
++    /* This functionality is not implemented yet */
++    public <T> T getObject(int columnIndex, Class<T> type) throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
+ }
+Index: libcommons-dbcp-java/src/java/org/apache/commons/dbcp/PoolablePreparedStatement.java
+===================================================================
+--- libcommons-dbcp-java.orig/src/java/org/apache/commons/dbcp/PoolablePreparedStatement.java	2012-06-06 15:30:07.241314000 +0100
++++ libcommons-dbcp-java/src/java/org/apache/commons/dbcp/PoolablePreparedStatement.java	2012-06-06 15:30:38.110421690 +0100
+@@ -21,6 +21,7 @@
+ import java.sql.PreparedStatement;
+ import java.sql.ResultSet;
+ import java.sql.SQLException;
++import java.sql.SQLFeatureNotSupportedException;
+ import java.util.List;
+ 
+ import org.apache.commons.pool.KeyedObjectPool;
+@@ -137,4 +138,14 @@
+         super.passivate();
+     }
+ 
++    /* This functionality is not implemented yet */
++    public boolean isCloseOnCompletion() throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
++    /* This functionality is not implemented yet */
++    public void closeOnCompletion() throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
+ }
+Index: libcommons-dbcp-java/src/java/org/apache/commons/dbcp/PoolingConnection.java
+===================================================================
+--- libcommons-dbcp-java.orig/src/java/org/apache/commons/dbcp/PoolingConnection.java	2012-06-06 15:30:07.241314000 +0100
++++ libcommons-dbcp-java/src/java/org/apache/commons/dbcp/PoolingConnection.java	2012-06-06 15:30:38.110421690 +0100
+@@ -21,8 +21,10 @@
+ import java.sql.Connection;
+ import java.sql.PreparedStatement;
+ import java.sql.SQLException;
++import java.sql.SQLFeatureNotSupportedException;
+ 
+ import java.util.NoSuchElementException;
++import java.util.concurrent.Executor;
+ 
+ import org.apache.commons.pool.KeyedObjectPool;
+ import org.apache.commons.pool.KeyedPoolableObjectFactory;
+@@ -455,4 +457,30 @@
+             return buf.toString();
+         }
+     }
++
++    /* This functionality is not implemented yet */
++    public int getNetworkTimeout() throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
++    /* This functionality is not implemented yet */
++    public void setNetworkTimeout(Executor executor, int milliseconds) throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
++    /* This functionality is not implemented yet */
++    public void abort(Executor executor) throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
++    /* This functionality is not implemented yet */
++    public String getSchema() throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
++    /* This functionality is not implemented yet */
++    public void setSchema(String schema) throws SQLException {
++        throw new SQLFeatureNotSupportedException();
++    }
+ }
++
+Index: libcommons-dbcp-java/src/java/org/apache/commons/dbcp/PoolingDataSource.java
+===================================================================
+--- libcommons-dbcp-java.orig/src/java/org/apache/commons/dbcp/PoolingDataSource.java	2012-06-06 15:30:07.241314000 +0100
++++ libcommons-dbcp-java/src/java/org/apache/commons/dbcp/PoolingDataSource.java	2012-06-06 15:30:38.110421690 +0100
+@@ -23,10 +23,12 @@
+ import java.sql.DatabaseMetaData;
+ import java.sql.PreparedStatement;
+ import java.sql.SQLException;
++import java.sql.SQLFeatureNotSupportedException;
+ import java.sql.SQLWarning;
+ import java.sql.Statement;
+ import java.util.Map;
+ import java.util.NoSuchElementException;
++import java.util.logging.Logger;
+ 
+ import javax.sql.DataSource;
+ 
+@@ -437,4 +439,9 @@
+             }
+         }
+     }
++
++    /* This functionality is not implemented yet */
++    public Logger getParentLogger() throws SQLFeatureNotSupportedException {
++        throw new SQLFeatureNotSupportedException();
++    }
+ }
+Index: libcommons-dbcp-java/src/java/org/apache/commons/dbcp/PoolingDriver.java
+===================================================================
+--- libcommons-dbcp-java.orig/src/java/org/apache/commons/dbcp/PoolingDriver.java	2012-06-06 15:30:07.241314000 +0100
++++ libcommons-dbcp-java/src/java/org/apache/commons/dbcp/PoolingDriver.java	2012-06-06 15:30:38.110421690 +0100
+@@ -27,6 +27,7 @@
+ import java.sql.DriverPropertyInfo;
+ import java.sql.PreparedStatement;
+ import java.sql.SQLException;
++import java.sql.SQLFeatureNotSupportedException;
+ import java.sql.SQLWarning;
+ import java.sql.Statement;
+ import java.util.HashMap;
+@@ -34,6 +35,7 @@
+ import java.util.NoSuchElementException;
+ import java.util.Properties;
+ import java.util.Set;
++import java.util.logging.Logger;
+ 
+ import org.apache.commons.jocl.JOCLContentHandler;
+ import org.apache.commons.pool.ObjectPool;
+@@ -496,4 +498,10 @@
+             }
+         }
+     }
++
++    /* This functionality is not implemented yet */
++    public Logger getParentLogger() throws SQLFeatureNotSupportedException {
++        throw new SQLFeatureNotSupportedException();
++    }
++
+ }

=== modified file 'debian/patches/series'
--- debian/patches/series	2009-08-18 21:04:39 +0000
+++ debian/patches/series	2012-06-19 17:55:40 +0000
@@ -1 +1,2 @@
 01_build.patch
+02_java7_compat.patch


--- End Message ---
--- Begin Message ---
Source: libcommons-dbcp-java
Source-Version: 1.4-3

We believe that the bug you reported is fixed in the latest version of
libcommons-dbcp-java, which is due to be installed in the Debian FTP archive:

libcommons-dbcp-java-doc_1.4-3_all.deb
  to main/libc/libcommons-dbcp-java/libcommons-dbcp-java-doc_1.4-3_all.deb
libcommons-dbcp-java_1.4-3.debian.tar.gz
  to main/libc/libcommons-dbcp-java/libcommons-dbcp-java_1.4-3.debian.tar.gz
libcommons-dbcp-java_1.4-3.dsc
  to main/libc/libcommons-dbcp-java/libcommons-dbcp-java_1.4-3.dsc
libcommons-dbcp-java_1.4-3_all.deb
  to main/libc/libcommons-dbcp-java/libcommons-dbcp-java_1.4-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 678...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niels Thykier <ni...@thykier.net> (supplier of updated libcommons-dbcp-java 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 19 Jun 2012 20:20:28 +0200
Source: libcommons-dbcp-java
Binary: libcommons-dbcp-java libcommons-dbcp-java-doc
Architecture: source all
Version: 1.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Niels Thykier <ni...@thykier.net>
Description: 
 libcommons-dbcp-java - Database Connection Pooling Services
 libcommons-dbcp-java-doc - Database Connection Pooling Services - documentation
Closes: 654051 678167
Changes: 
 libcommons-dbcp-java (1.4-3) unstable; urgency=low
 .
   * Team upload.
   * Apply patch from James Page that:
     - fixes FTBFS with Openjdk-7
     - Bumps geronimo-jta (build-)dependencies
     (Closes: #678167)
   * Remove Michael Koch from uploaders - Thanks for you work on
     this package so far.  (Closes: #654051)
Checksums-Sha1: 
 79b2bb321360d92a5ff47d5e4d23730d7abd4009 2324 libcommons-dbcp-java_1.4-3.dsc
 6f44981f68f964c0f7efd9be869f09bccd165552 8243 
libcommons-dbcp-java_1.4-3.debian.tar.gz
 43ac723894a04f7a6e90a388ed83c174ce41a6aa 152568 
libcommons-dbcp-java_1.4-3_all.deb
 49c860ea348d3535c80e20df1c07160dbb221714 638396 
libcommons-dbcp-java-doc_1.4-3_all.deb
Checksums-Sha256: 
 0902a5e8354e155bf3e334991f8d217046d40a5d89354961da979da738794bf9 2324 
libcommons-dbcp-java_1.4-3.dsc
 dcd993ba1082d13a87e85e83cc0924ed5327f7acd358833ccbce5faacb91b68a 8243 
libcommons-dbcp-java_1.4-3.debian.tar.gz
 def34b4495b30d13f969d68959a4554d7a23ff2ce4527eb7b5abb5090b55a86b 152568 
libcommons-dbcp-java_1.4-3_all.deb
 829267c7dee56e2a00af30ca758ca14e3914d62cfcb137f7ab19411bb9bb6c2b 638396 
libcommons-dbcp-java-doc_1.4-3_all.deb
Files: 
 b7db41b321a20688a85ec8e2891e6bde 2324 java optional 
libcommons-dbcp-java_1.4-3.dsc
 4aef079a3ffa273b2093eca78a541c90 8243 java optional 
libcommons-dbcp-java_1.4-3.debian.tar.gz
 c960c025884b6dd52ecdca13e8427f20 152568 java optional 
libcommons-dbcp-java_1.4-3_all.deb
 10a3320c5d6b6b9a97f56ac1ace7d9c5 638396 doc optional 
libcommons-dbcp-java-doc_1.4-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJP4MVHAAoJEAVLu599gGRCNpUP/jDL1YxNMk3uppVCHdyQSzuO
43PStGwdf6d6YGhigmECWqz175QIJd8XxA+wQf/6GHnErTXskqSrjHQYiou8Mrmc
g6RdVN/7Pv7Nbz9KUX2cK1AnEWxrqejee5AojKeyd1pE+lGdzUYQhLAaFfWoK/pV
/JX4j2VCS6d8HUahSrgH2ar3OZ7TYHkKvH2+y75mw/LPZtjHU3AhLADck5gQn6Bi
tc+764BDMnfRnxJSel5+llShxjK59y/H3Sw2VeRUmoWec1c5rPc/UOW6tLG8YIRp
rG+pVO+IoCAu29r6iTfv10sWeQNpHfa+KoKlHTnqvO+O61tOGkaKD/5RmuS6rbxL
Uz17dnjXkEJHAyuYMkwNBI4/0PzHmjp2iuc7R/KiGcXJvb81BNDcmc5vHNHpJEAQ
T7J/HDK4W2/Ifp8GCraZ2pEKOTL8aEbe+wR/1Eu0OKgpjBllKqCwbOsQJN/TAcOG
pzS/hKE6hIVgVtQgDY25hZhOoV9FxfemZ/Y6XLswLDXhvxG28ZvIZadPqLggXsxI
YLZaOk9QOT31mg9jRhyW9MWOG3b7l0FQjRInwukzyDCVMrKfoJizI6tB0jonb/1R
act7YFMWEVhzg/c1vS3n8uviulowjlSwUCDr4gvj0hjiYap2EXMCj/v+fxPNV3Mn
T2+qPQkEFFmhr3wdb+mS
=QanE
-----END PGP SIGNATURE-----



--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to