[java-idp-jetty-base] branch dev/IDP-2297 updated (79053fd -> aab799d)
Rod Widdowson
rdw at steadingsoftware.com
Sat Aug 10 15:04:28 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a change to branch dev/IDP-2297
in repository java-idp-jetty-base.
discard 79053fd IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
discard 636b5d5 IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
discard a315851 IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
discard 85b5833 IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
discard fbe1d89 IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
discard f714a4c IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
add e48a396 Bump parent snapshot
new 328ecf3 IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
new c9bf0a2 IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
new eb02ee6 IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
new fba8930 IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
new f8edc9c IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
new be37cc6 IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
new f330d4f IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
new c8e9e79 IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
new aab799d IDP-2297 Explore extending the Plugin and Module Infrastructure to allow Jetty installation
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (79053fd)
\
N -- N -- N refs/heads/dev/IDP-2297 (aab799d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../idp/plugin/jettybase/JettyBaseModule.java | 10 ++--
.../idp/plugin/jettybase/module.properties | 53 +++++++++++++++++----
.../module/credentials/idp-userfacing.p12 | Bin 0 -> 3448 bytes
.../idp/plugin/jettybase/module/runjetty.bat | 45 +++++++++++++++++
.../idp/plugin/jettybase/module/runjetty.sh | 49 +++++++++++++++++++
.../plugin/jettybase/module/start.d/idp-system.ini | 17 +++++++
.../idp/plugin/jettybase/module/start.d/idp.ini | 4 +-
.../jettybase/module/start.d/idp.ini-windows | 21 ++++++++
.../idp/plugin/jettybase/module/webapps/static.xml | 4 +-
pom.xml | 2 +-
10 files changed, 186 insertions(+), 19 deletions(-)
create mode 100644 jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/credentials/idp-userfacing.p12
create mode 100644 jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/runjetty.bat
create mode 100644 jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/runjetty.sh
create mode 100644 jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/start.d/idp-system.ini
create mode 100644 jetty-base-impl/src/main/resources/net/shibboleth/idp/plugin/jettybase/module/start.d/idp.ini-windows
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list