[java-idp-integration-tests] branch main updated: Fix Tomcat database tests driverClassName

Tom Zeller tzeller at dragonacea.biz
Tue Sep 9 21:49:13 UTC 2025


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=e5031b632593e1c57db998604fa50b821670a414

The following commit(s) were added to refs/heads/main by this push:
     new e5031b6  Fix Tomcat database tests driverClassName
e5031b6 is described below

commit e5031b632593e1c57db998604fa50b821670a414
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Sep 9 16:49:03 2025 -0500

    Fix Tomcat database tests driverClassName
---
 .../resources/net/shibboleth/idp/integration/tests/postgres/global.xml   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/resources/net/shibboleth/idp/integration/tests/postgres/global.xml b/src/test/resources/net/shibboleth/idp/integration/tests/postgres/global.xml
index 0bb3e75..acd1050 100644
--- a/src/test/resources/net/shibboleth/idp/integration/tests/postgres/global.xml
+++ b/src/test/resources/net/shibboleth/idp/integration/tests/postgres/global.xml
@@ -1,4 +1,5 @@
     <bean id="my.dataSource" class="com.zaxxer.hikari.HikariDataSource" destroy-method="close" lazy-init="true"
+       p:driverClassName="org.postgresql.Driver"
        p:jdbcUrl="jdbc:postgresql://localhost:5432/test?loggerLevel=OFF"
        p:username="test"
        p:password="test" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list