[java-metadata-aggregator] branch master updated (dc00e87 -> 957148a)
Ian Young
ian at iay.org.uk
Wed Apr 26 10:43:05 EDT 2017
This is an automated email from the git hooks/post-receive script.
iay pushed a change to branch master
in repository java-metadata-aggregator.
from dc00e87 JPAR-85 - check 'final' keyword with Checkstyle
new db6d887 Add module aggregator-blacklists to project
new 957148a MDA-158 - split key blacklists into separate artifact
The 2 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:
aggregator-blacklists/.checkstyle | 15 +++++++++
aggregator-blacklists/.classpath | 36 ++++++++++++++++++++++
.gitignore => aggregator-blacklists/.gitignore | 3 +-
aggregator-blacklists/.project | 23 ++++++++++++++
.../.settings/org.eclipse.core.resources.prefs | 0
.../.settings/org.eclipse.jdt.core.prefs | 0
.../.settings/org.eclipse.jdt.ui.prefs | 0
.../.settings/org.eclipse.m2e.core.prefs | 0
.../checkstyle.xml | 7 -----
.../pom.xml | 12 ++++----
.../src/main/java}/.gitkeep | 0
.../metadata/validate/x509/compromised-1024.txt | 0
.../metadata/validate/x509/compromised-2048.txt | 0
.../metadata/validate/x509/debian-1024.txt | 0
.../metadata/validate/x509/debian-2048.txt | 0
.../metadata/validate/x509/debian-4096.txt | 0
.../metadata/validate/x509/debian-512.txt | 0
.../src/test/java}/.gitkeep | 0
.../src/test/resources/logback-test.xml | 14 ++++-----
aggregator-cli/pom.xml | 6 ++++
aggregator-parent/pom.xml | 1 +
aggregator-pipeline/pom.xml | 6 ++++
22 files changed, 101 insertions(+), 22 deletions(-)
create mode 100644 aggregator-blacklists/.checkstyle
create mode 100644 aggregator-blacklists/.classpath
copy .gitignore => aggregator-blacklists/.gitignore (78%)
create mode 100644 aggregator-blacklists/.project
copy {aggregator-cli => aggregator-blacklists}/.settings/org.eclipse.core.resources.prefs (100%)
copy {aggregator-cli => aggregator-blacklists}/.settings/org.eclipse.jdt.core.prefs (100%)
copy {aggregator-cli => aggregator-blacklists}/.settings/org.eclipse.jdt.ui.prefs (100%)
copy {aggregator-cli => aggregator-blacklists}/.settings/org.eclipse.m2e.core.prefs (100%)
copy {aggregator-parent/resources/checkstyle => aggregator-blacklists}/checkstyle.xml (93%)
copy aggregator-parent/module-pom.xml.tmpl => aggregator-blacklists/pom.xml (63%)
copy {aggregator-pipeline/src/main/resources => aggregator-blacklists/src/main/java}/.gitkeep (100%)
rename {aggregator-pipeline => aggregator-blacklists}/src/main/resources/net/shibboleth/metadata/validate/x509/compromised-1024.txt (100%)
rename {aggregator-pipeline => aggregator-blacklists}/src/main/resources/net/shibboleth/metadata/validate/x509/compromised-2048.txt (100%)
rename {aggregator-pipeline => aggregator-blacklists}/src/main/resources/net/shibboleth/metadata/validate/x509/debian-1024.txt (100%)
rename {aggregator-pipeline => aggregator-blacklists}/src/main/resources/net/shibboleth/metadata/validate/x509/debian-2048.txt (100%)
rename {aggregator-pipeline => aggregator-blacklists}/src/main/resources/net/shibboleth/metadata/validate/x509/debian-4096.txt (100%)
rename {aggregator-pipeline => aggregator-blacklists}/src/main/resources/net/shibboleth/metadata/validate/x509/debian-512.txt (100%)
copy {aggregator-pipeline/src/main/resources => aggregator-blacklists/src/test/java}/.gitkeep (100%)
copy {aggregator-pipeline => aggregator-blacklists}/src/test/resources/logback-test.xml (70%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list