[java-idp-plugin-metadatagen] branch main updated: Further fixes during testing

Rod Widdowson rdw at steadingsoftware.com
Sat Jun 12 14:09:14 UTC 2021


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

rdw pushed a commit to branch main
in repository java-idp-plugin-metadatagen.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-metadatagen.git;a=commit;h=d58f44c41ab74bc04d824bd28f3f6b5594eb23f9

The following commit(s) were added to refs/heads/main by this push:
       new  d58f44c   Further fixes during testing
d58f44c is described below

commit d58f44c41ab74bc04d824bd28f3f6b5594eb23f9
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jun 12 15:09:07 2021 +0100

    Further fixes during testing
---
 .../net/shibboleth/idp/plugin/metadatagen/impl/MetadataGenPlugin.java  | 3 ++-
 .../net/shibboleth/idp/plugin/metadatagen/impl/module.properties       | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/metadatagen-impl/src/main/java/net/shibboleth/idp/plugin/metadatagen/impl/MetadataGenPlugin.java b/metadatagen-impl/src/main/java/net/shibboleth/idp/plugin/metadatagen/impl/MetadataGenPlugin.java
index e347fae..1a6d529 100644
--- a/metadatagen-impl/src/main/java/net/shibboleth/idp/plugin/metadatagen/impl/MetadataGenPlugin.java
+++ b/metadatagen-impl/src/main/java/net/shibboleth/idp/plugin/metadatagen/impl/MetadataGenPlugin.java
@@ -24,11 +24,12 @@ import net.shibboleth.idp.module.IdPModule;
 import net.shibboleth.idp.module.ModuleException;
 import net.shibboleth.idp.plugin.PluginException;
 import net.shibboleth.idp.plugin.PropertyDrivenIdPPlugin;
+import net.shibboleth.idp.plugin.impl.FirstPartyIdPPlugin;
 
 /**
  * {@link net.shibboleth.idp.plugin.IdPPlugin} for metadata generator.
  */
-public class MetadataGenPlugin extends PropertyDrivenIdPPlugin {
+public class MetadataGenPlugin extends FirstPartyIdPPlugin {
 
     /**
      * Constructor.
diff --git a/metadatagen-impl/src/main/resources/net/shibboleth/idp/plugin/metadatagen/impl/module.properties b/metadatagen-impl/src/main/resources/net/shibboleth/idp/plugin/metadatagen/impl/module.properties
index 6f7ac9c..e8589a8 100644
--- a/metadatagen-impl/src/main/resources/net/shibboleth/idp/plugin/metadatagen/impl/module.properties
+++ b/metadatagen-impl/src/main/resources/net/shibboleth/idp/plugin/metadatagen/impl/module.properties
@@ -12,6 +12,7 @@ idp.metadatagen.url = /Metadatagen
 idp.metadatagen.1.src = /net/shibboleth/idp/plugin/metadatagen/bin/metadatagen.sh
 idp.metadatagen.1.dest = bin/metadatagen.sh
 idp.metadatagen.1.replace = true
+idp.metadatagen.1.exec = true
 idp.metadatagen.2.src = /net/shibboleth/idp/plugin/metadatagen/bin/metadatagen.bat
 idp.metadatagen.2.dest = bin/metadatagen.bat
 idp.metadatagen.2.replace = true

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


More information about the commits mailing list