This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


    from 9a1a15d  Remove the unnecessary JDBC 4.0 markers since Java 6 is 
minimum version
     new 6706da0  Add JDBC 4.1 support when running on Java 7 or later
     new 1ed5e0e  Add JreCompat to the util JAR and have tomcat-dbcp depend on 
it

The 11906 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.xml                                          |   2 +
 .../dbcp/dbcp/DelegatingCallableStatement.java     |  13 +-
 .../tomcat/dbcp/dbcp/DelegatingConnection.java     |  36 ++-
 .../dbcp/dbcp/DelegatingDatabaseMetaData.java      |   9 +-
 .../tomcat/dbcp/dbcp/DelegatingResultSet.java      |   7 +-
 .../tomcat/dbcp/dbcp/DelegatingStatement.java      |  15 +-
 java/org/apache/tomcat/util/compat/Jre7Compat.java | 265 ++++++++++++++++++++-
 java/org/apache/tomcat/util/compat/JreCompat.java  |  94 ++++++++
 java/org/apache/tomcat/util/compat/TLS.java        |   6 +-
 res/checkstyle/org-import-control.xml              |   2 +
 res/maven/tomcat-dbcp.pom                          |   8 +
 11 files changed, 429 insertions(+), 28 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to