[java-idp-jetty-base] branch 9.4 updated (3099194 -> 3565494)
Tom Zeller
tzeller at dragonacea.biz
Wed Jun 14 18:33:57 EDT 2017
This is an automated email from the git hooks/post-receive script.
tzeller pushed a change to branch 9.4
in repository java-idp-jetty-base.
from 3099194 IDP-1110 - WIP on README.txt
new 8ac43d7 IDP-1110 - Remove "shibboleth-" prefix
new b2d0168 IDP-1110 - Move test files to src/test/resources/
new a02e4b8 IDP-1110 - Add logging resources
new f2271f6 IDP-1110 - Enable idp-logging by default
new 6013694 IDP-1110 - Override Logback and SLF4J versions
new 2b9b471 IDP-1110 - Add backchannel
new 167e159 IDP-1110 - Copy logging dependencies via Maven
new 1d91608 IDP-1110 - Add jetty-logback-access from Jetty
new fea24cb IDP-1110 - Remove/disable the testbed by default
new 9e15fb8 IDP-1110 - Remove logback-test.xml
new 5a4a2fd IDP-1110 - Add testbed
new 8c1063a IDP-1110 - Add testbed profile to POM
new 3565494 IDP-1110 - Update README with info on testbed
The 13 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 | 81 ++++++++++++++++++++
src/main/resources/jetty-base/README.txt | 17 ++---
.../resources/jetty-base/etc/idp-backchannel.xml | 89 ++++++++++++++++++++++
.../jetty-base/etc/jetty-logback-access.xml | 15 ++++
.../jetty-base/modules/idp-backchannel.mod | 8 ++
...{shibboleth-idp-logging.mod => idp-logging.mod} | 4 +
.../modules/{shibboleth-idp.mod => idp.mod} | 0
.../jetty-base/modules/shibboleth-idp-testbed.mod | 12 ---
.../jetty-base/resources/logback-access.xml | 14 ++++
.../resources/jetty-base/resources/logback.xml | 21 +++++
.../jetty-base/start.d/idp-backchannel.ini | 11 +++
...{shibboleth-idp-logging.ini => idp-logging.ini} | 4 +-
.../start.d/{shibboleth-idp.ini => idp.ini} | 4 +-
.../jetty-base/start.d/shibboleth-idp-testbed.ini | 5 --
.../resources/jetty-base/etc/idp-testbed.xml} | 0
src/test/resources/jetty-base/etc/web-override.xml | 37 +++++++++
.../resources/jetty-base/modules/idp-testbed.mod | 13 ++++
.../resources/jetty-base/webapps/idp.xml | 3 +
src/test/resources/logback-test.xml | 17 -----
19 files changed, 307 insertions(+), 48 deletions(-)
create mode 100644 src/main/resources/jetty-base/etc/idp-backchannel.xml
create mode 100644 src/main/resources/jetty-base/etc/jetty-logback-access.xml
create mode 100644 src/main/resources/jetty-base/modules/idp-backchannel.mod
rename src/main/resources/jetty-base/modules/{shibboleth-idp-logging.mod => idp-logging.mod} (59%)
rename src/main/resources/jetty-base/modules/{shibboleth-idp.mod => idp.mod} (100%)
delete mode 100644 src/main/resources/jetty-base/modules/shibboleth-idp-testbed.mod
create mode 100644 src/main/resources/jetty-base/resources/logback-access.xml
create mode 100644 src/main/resources/jetty-base/resources/logback.xml
create mode 100644 src/main/resources/jetty-base/start.d/idp-backchannel.ini
rename src/main/resources/jetty-base/start.d/{shibboleth-idp-logging.ini => idp-logging.ini} (62%)
rename src/main/resources/jetty-base/start.d/{shibboleth-idp.ini => idp.ini} (88%)
delete mode 100644 src/main/resources/jetty-base/start.d/shibboleth-idp-testbed.ini
rename src/{main/resources/jetty-base/etc/shibboleth-idp-testbed.xml => test/resources/jetty-base/etc/idp-testbed.xml} (100%)
create mode 100644 src/test/resources/jetty-base/etc/web-override.xml
create mode 100644 src/test/resources/jetty-base/modules/idp-testbed.mod
copy src/{main => test}/resources/jetty-base/webapps/idp.xml (75%)
delete mode 100644 src/test/resources/logback-test.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list