[java-identity-provider] branch main updated: IDP-1739 Add caveat about documenting new Installer Properties
Rod Widdowson
rdw at steadingsoftware.com
Sat Jan 23 16:12:42 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=56528c0748d37c54edf3a71f9ac0bc8fdbf2af01
The following commit(s) were added to refs/heads/main by this push:
new 56528c074 IDP-1739 Add caveat about documenting new Installer Properties
56528c074 is described below
commit 56528c0748d37c54edf3a71f9ac0bc8fdbf2af01
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jan 23 16:07:30 2021 +0000
IDP-1739 Add caveat about documenting new Installer Properties
https://issues.shibboleth.net/jira/browse/IDP-1739
---
.../net/shibboleth/idp/installer/InstallerPropertiesImpl.java | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/InstallerPropertiesImpl.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/InstallerPropertiesImpl.java
index 1572b1a97..1d3d9babe 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/InstallerPropertiesImpl.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/InstallerPropertiesImpl.java
@@ -47,9 +47,13 @@ import net.shibboleth.utilities.java.support.component.AbstractInitializableComp
import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
import net.shibboleth.utilities.java.support.component.ComponentSupport;
-/** Class implement {@link InstallerProperties} with properties/UI driven values. */
-public class InstallerPropertiesImpl extends AbstractInitializableComponent implements InstallerProperties {
+/** Class implement {@link InstallerProperties} with properties/UI driven values.
+
+ NOTE Updated to this properties should be reflected in the "PropertyDriverInstallation" wiki page."/
+*/
+public class InstallerPropertiesImpl extends AbstractInitializableComponent implements InstallerProperties {
+
/** The base directory, inherited and shared with ant. */
public static final String ANT_BASE_DIR = Launcher.ANTHOME_PROPERTY;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list