[java-shib-shared] branch main updated: Relocate CLI logging resources into new jar and path.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 31 17:51:36 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=2bb726a1b31df1ca68c0b458f91c4b3c52aa4b17
The following commit(s) were added to refs/heads/main by this push:
new 2bb726a1 Relocate CLI logging resources into new jar and path.
2bb726a1 is described below
commit 2bb726a1b31df1ca68c0b458f91c4b3c52aa4b17
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 31 13:51:33 2023 -0400
Relocate CLI logging resources into new jar and path.
---
.../src/main/java/net/shibboleth/shared/cli/AbstractCommandLine.java | 2 +-
.../src/main/resources/net/shibboleth/shared}/cli/logger-normal.xml | 0
.../src/main/resources/net/shibboleth/shared}/cli/logger-quiet.xml | 0
.../src/main/resources/net/shibboleth/shared}/cli/logger-verbose.xml | 0
4 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-cli/src/main/java/net/shibboleth/shared/cli/AbstractCommandLine.java b/shib-cli/src/main/java/net/shibboleth/shared/cli/AbstractCommandLine.java
index 4ef42a5d..d904b755 100644
--- a/shib-cli/src/main/java/net/shibboleth/shared/cli/AbstractCommandLine.java
+++ b/shib-cli/src/main/java/net/shibboleth/shared/cli/AbstractCommandLine.java
@@ -244,7 +244,7 @@ public abstract class AbstractCommandLine<T extends CommandLineArguments> {
* @param value name of resource to use as the logback configuration file
*/
private void setLoggingToLocalResource(@Nonnull final String value) {
- setLoggingProperty("net/shibboleth/ext/spring/cli/" + value);
+ setLoggingProperty("net/shibboleth/shared/cli/" + value);
}
/**
diff --git a/shib-spring/src/main/resources/net/shibboleth/ext/spring/cli/logger-normal.xml b/shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-normal.xml
similarity index 100%
rename from shib-spring/src/main/resources/net/shibboleth/ext/spring/cli/logger-normal.xml
rename to shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-normal.xml
diff --git a/shib-spring/src/main/resources/net/shibboleth/ext/spring/cli/logger-quiet.xml b/shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-quiet.xml
similarity index 100%
rename from shib-spring/src/main/resources/net/shibboleth/ext/spring/cli/logger-quiet.xml
rename to shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-quiet.xml
diff --git a/shib-spring/src/main/resources/net/shibboleth/ext/spring/cli/logger-verbose.xml b/shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-verbose.xml
similarity index 100%
rename from shib-spring/src/main/resources/net/shibboleth/ext/spring/cli/logger-verbose.xml
rename to shib-cli/src/main/resources/net/shibboleth/shared/cli/logger-verbose.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list