[java-plugin-storage-jdbc] branch main updated: JJDBC-5 Unable to install JDBC Plugin in idp4.1.0 or 4.2.1
Rod Widdowson
rdw at steadingsoftware.com
Thu Jun 23 12:40:22 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=9818c0f15145c83b591d6cef011ebe5f4ed1eb0a
The following commit(s) were added to refs/heads/main by this push:
new 9818c0f JJDBC-5 Unable to install JDBC Plugin in idp4.1.0 or 4.2.1
9818c0f is described below
commit 9818c0f15145c83b591d6cef011ebe5f4ed1eb0a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jun 23 13:37:15 2022 +0100
JJDBC-5 Unable to install JDBC Plugin in idp4.1.0 or 4.2.1
https://shibboleth.atlassian.net/browse/JJDBC-5
Parent plugin with the FirstPartyIdPPlugin parent
---
.../net/shibboleth/plugin/storage/jdbc/impl/JDBCStoragePlugin.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jdbc-storage-impl/src/main/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStoragePlugin.java b/jdbc-storage-impl/src/main/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStoragePlugin.java
index 1275483..63b3a41 100644
--- a/jdbc-storage-impl/src/main/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStoragePlugin.java
+++ b/jdbc-storage-impl/src/main/java/net/shibboleth/plugin/storage/jdbc/impl/JDBCStoragePlugin.java
@@ -19,12 +19,12 @@ package net.shibboleth.plugin.storage.jdbc.impl;
import java.io.IOException;
import net.shibboleth.idp.plugin.PluginException;
-import net.shibboleth.idp.plugin.PropertyDrivenIdPPlugin;
+import net.shibboleth.idp.plugin.impl.FirstPartyIdPPlugin;
/**
* Plugin description about the webauthn plugin.
*/
-public class JDBCStoragePlugin extends PropertyDrivenIdPPlugin {
+public class JDBCStoragePlugin extends FirstPartyIdPPlugin {
/**
* Constructor.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list