[java-plugin-storage-jdbc] 03/06: OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5
Rod Widdowson
rdw at steadingsoftware.com
Sun Jun 5 14:20:04 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-plugin-storage-jdbc.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-storage-jdbc.git;a=commit;h=1aa6d73ebbeb0bbe2cff21d92f4dd71ebafde928
commit 1aa6d73ebbeb0bbe2cff21d92f4dd71ebafde928
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jun 4 14:50:12 2022 +0100
OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5
https://shibboleth.atlassian.net/browse/OSJ-342
Add a parent bean to alias our class.
---
.../resources/META-INF/net.shibboleth.idp/postconfig.xml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/jdbc-storage-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/jdbc-storage-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
new file mode 100644
index 0000000..608f24a
--- /dev/null
+++ b/jdbc-storage-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:context="http://www.springframework.org/schema/context"
+ xmlns:util="http://www.springframework.org/schema/util" xmlns:p="http://www.springframework.org/schema/p"
+ xmlns:c="http://www.springframework.org/schema/c" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
+ http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
+
+ default-init-method="initialize" default-destroy-method="destroy">
+
+ <!-- parent bean -->
+
+ <bean id="shibboleth.JDBCStorageService" class="net.shibboleth.plugin.storage.jdbc.impl.JDBCStorageService" abstract="true" />
+
+</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list