[xmlsectool] branch master updated (3c751b6 -> 154d1a7)
Ian Young
ian at iay.org.uk
Wed Apr 27 13:25:23 EDT 2016
This is an automated email from the git hooks/post-receive script.
iay pushed a change to branch master
in repository xmlsectool.
from 3c751b6 JPAR-72 make Checkstyle config location local instead of remote
new 6b959f5 Officially start 2.0.0 development.
new 6d53fde XSTJ-11 - change package name to match Maven artifact ID
new d00e613 XSTJ-54 - quiet logging option should still show errors
new 303a95b XSTJ-45 - XmlSecTool should not log to its home directory by default
new 286e781 Remove unused method parameter.
new 154d1a7 XSTJ-34 - change default signing digest algorithm from SHA-1 to SHA-256
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
pom.xml | 2 +-
src/main/bash/xmlsectool.sh | 2 +-
.../tool/xmlsectool}/CredentialHelper.java | 2 +-
.../shibboleth/tool/xmlsectool}/XmlSecTool.java | 4 ++--
.../XmlSecToolCommandLineArguments.java | 8 +++----
src/main/resources/logger-normal.xml | 12 +----------
src/main/resources/logger-quiet.xml | 10 ++++-----
src/main/resources/logger-verbose.xml | 13 +----------
.../XmlSecToolCommandLineArgumentsTest.java | 25 ++++++++++++++++++++++
9 files changed, 40 insertions(+), 38 deletions(-)
rename src/main/java/{edu/internet2/middleware/security => net/shibboleth/tool/xmlsectool}/CredentialHelper.java (99%)
rename src/main/java/{edu/internet2/middleware/security => net/shibboleth/tool/xmlsectool}/XmlSecTool.java (99%)
rename src/main/java/{edu/internet2/middleware/security => net/shibboleth/tool/xmlsectool}/XmlSecToolCommandLineArguments.java (99%)
create mode 100644 src/test/java/net/shibboleth/tool/xmlsectool/XmlSecToolCommandLineArgumentsTest.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list