lmccay commented on PR #852: URL: https://github.com/apache/knox/pull/852#issuecomment-2425172384
This dependency bump breaks tests due to missing EmbeddedDriver class Error: testJDBCBuilderUsingConnectionString(org.apache.knox.gateway.shell.table.KnoxShellTableTest) Time elapsed: 0.02 s <<< ERROR! org.apache.knox.gateway.shell.jdbc.derby.DerbyDatabaseException: Unable to load the JDBC driver org.apache.derby.jdbc.EmbeddedDriver. Check your CLASSPATH. at org.apache.knox.gateway.shell.table.KnoxShellTableTest.prepareDerbyDatabase(KnoxShellTableTest.java:513) at org.apache.knox.gateway.shell.table.KnoxShellTableTest.testJDBCBuilderUsingConnectionString(KnoxShellTableTest.java:498) Caused by: java.lang.ClassNotFoundException: org.apache.derby.jdbc.EmbeddedDriver at org.apache.knox.gateway.shell.table.KnoxShellTableTest.prepareDerbyDatabase(KnoxShellTableTest.java:513) at org.apache.knox.gateway.shell.table.KnoxShellTableTest.testJDBCBuilderUsingConnectionString(KnoxShellTableTest.java:498) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org