From dd40418f31e0f84db74f94ba6dc4afd20cf5294a Mon Sep 17 00:00:00 2001 From: kabicin Date: Tue, 13 Jun 2023 16:37:02 -0400 Subject: [PATCH] Re-add configuration_snippets --- .../configuration_snippets/sessioncache-features.xml | 2 +- .../build/configuration_snippets/http-endpoint.xml | 5 +++++ .../build/configuration_snippets/http-ssl-endpoint.xml | 6 ++++++ .../build/configuration_snippets/iiop-endpoint.xml | 5 +++++ .../build/configuration_snippets/iiop-ssl-endpoint.xml | 8 ++++++++ .../build/configuration_snippets/jms-endpoint.xml | 5 +++++ .../build/configuration_snippets/jms-ssl-endpoint.xml | 5 +++++ .../build/configuration_snippets/mp-health-check.xml | 6 ++++++ .../build/configuration_snippets/mp-monitoring.xml | 9 +++++++++ .../configuration_snippets/sessioncache-features.xml | 2 +- 10 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 ga/latest/kernel/helpers/build/configuration_snippets/http-endpoint.xml create mode 100644 ga/latest/kernel/helpers/build/configuration_snippets/http-ssl-endpoint.xml create mode 100644 ga/latest/kernel/helpers/build/configuration_snippets/iiop-endpoint.xml create mode 100644 ga/latest/kernel/helpers/build/configuration_snippets/iiop-ssl-endpoint.xml create mode 100644 ga/latest/kernel/helpers/build/configuration_snippets/jms-endpoint.xml create mode 100644 ga/latest/kernel/helpers/build/configuration_snippets/jms-ssl-endpoint.xml create mode 100644 ga/latest/kernel/helpers/build/configuration_snippets/mp-health-check.xml create mode 100644 ga/latest/kernel/helpers/build/configuration_snippets/mp-monitoring.xml diff --git a/ga/22.0.0.12/kernel/helpers/build/configuration_snippets/sessioncache-features.xml b/ga/22.0.0.12/kernel/helpers/build/configuration_snippets/sessioncache-features.xml index 05f2ee52..f7b5a468 100644 --- a/ga/22.0.0.12/kernel/helpers/build/configuration_snippets/sessioncache-features.xml +++ b/ga/22.0.0.12/kernel/helpers/build/configuration_snippets/sessioncache-features.xml @@ -2,4 +2,4 @@ sessionCache-1.0 - + \ No newline at end of file diff --git a/ga/latest/kernel/helpers/build/configuration_snippets/http-endpoint.xml b/ga/latest/kernel/helpers/build/configuration_snippets/http-endpoint.xml new file mode 100644 index 00000000..5f6c6055 --- /dev/null +++ b/ga/latest/kernel/helpers/build/configuration_snippets/http-endpoint.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/ga/latest/kernel/helpers/build/configuration_snippets/http-ssl-endpoint.xml b/ga/latest/kernel/helpers/build/configuration_snippets/http-ssl-endpoint.xml new file mode 100644 index 00000000..2a2388a3 --- /dev/null +++ b/ga/latest/kernel/helpers/build/configuration_snippets/http-ssl-endpoint.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/ga/latest/kernel/helpers/build/configuration_snippets/iiop-endpoint.xml b/ga/latest/kernel/helpers/build/configuration_snippets/iiop-endpoint.xml new file mode 100644 index 00000000..a5b7d8a0 --- /dev/null +++ b/ga/latest/kernel/helpers/build/configuration_snippets/iiop-endpoint.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/ga/latest/kernel/helpers/build/configuration_snippets/iiop-ssl-endpoint.xml b/ga/latest/kernel/helpers/build/configuration_snippets/iiop-ssl-endpoint.xml new file mode 100644 index 00000000..f8fea3c8 --- /dev/null +++ b/ga/latest/kernel/helpers/build/configuration_snippets/iiop-ssl-endpoint.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/ga/latest/kernel/helpers/build/configuration_snippets/jms-endpoint.xml b/ga/latest/kernel/helpers/build/configuration_snippets/jms-endpoint.xml new file mode 100644 index 00000000..a99b0716 --- /dev/null +++ b/ga/latest/kernel/helpers/build/configuration_snippets/jms-endpoint.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/ga/latest/kernel/helpers/build/configuration_snippets/jms-ssl-endpoint.xml b/ga/latest/kernel/helpers/build/configuration_snippets/jms-ssl-endpoint.xml new file mode 100644 index 00000000..d32a77ce --- /dev/null +++ b/ga/latest/kernel/helpers/build/configuration_snippets/jms-ssl-endpoint.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/ga/latest/kernel/helpers/build/configuration_snippets/mp-health-check.xml b/ga/latest/kernel/helpers/build/configuration_snippets/mp-health-check.xml new file mode 100644 index 00000000..874559d6 --- /dev/null +++ b/ga/latest/kernel/helpers/build/configuration_snippets/mp-health-check.xml @@ -0,0 +1,6 @@ + + + + mpHealth-1.0 + + \ No newline at end of file diff --git a/ga/latest/kernel/helpers/build/configuration_snippets/mp-monitoring.xml b/ga/latest/kernel/helpers/build/configuration_snippets/mp-monitoring.xml new file mode 100644 index 00000000..4f5b0ce0 --- /dev/null +++ b/ga/latest/kernel/helpers/build/configuration_snippets/mp-monitoring.xml @@ -0,0 +1,9 @@ + + + + mpMetrics-1.1 + monitor-1.0 + + + + diff --git a/ga/latest/kernel/helpers/build/configuration_snippets/sessioncache-features.xml b/ga/latest/kernel/helpers/build/configuration_snippets/sessioncache-features.xml index 05f2ee52..f7b5a468 100644 --- a/ga/latest/kernel/helpers/build/configuration_snippets/sessioncache-features.xml +++ b/ga/latest/kernel/helpers/build/configuration_snippets/sessioncache-features.xml @@ -2,4 +2,4 @@ sessionCache-1.0 - + \ No newline at end of file