log4jdbc icon indicating copy to clipboard operation
log4jdbc copied to clipboard

JDK 1.7 not supported

Open GoogleCodeExporter opened this issue 9 years ago • 2 comments

What steps will reproduce the problem?
1. Set up log4jdbc in a 1.7 environment
2. Call any method in Driver, Statement, etc. that's new to Java 1.7 ( 
Statement.closeOnComplete(), for example )

What is the expected output? What do you see instead?
The call will cause a java.lang.AbstractMethodError: 
net.sf.log4jdbc.StatementSpy.closeOnCompletion()V

What version of the product are you using? On what operating system?
log4jdbc4 1.2


Original issue reported on code.google.com by [email protected] on 12 Oct 2012 at 10:32

GoogleCodeExporter avatar Mar 30 '15 12:03 GoogleCodeExporter

See https://code.google.com/p/log4jdbc-log4j2/ for a version supporting Java 7.

Original comment by [email protected] on 4 Jun 2014 at 12:11

  • Added labels: ****
  • Removed labels: ****

GoogleCodeExporter avatar Mar 30 '15 12:03 GoogleCodeExporter

Another method that blows up is getObject(String, Class) which is of course is the only decent way to fetch a nullable numeric type...

ollierob avatar Apr 02 '15 12:04 ollierob

Stale

arthurblake avatar Apr 05 '23 17:04 arthurblake