ENTAXY-374 release 1.8.2

This commit is contained in:
2022-08-23 13:40:11 +03:00
parent b68642f81c
commit f495628c75
618 changed files with 61269 additions and 3202 deletions

View File

@ -1,5 +1,5 @@
<!-- -->
<configfile finalname="${karaf.etc}/org.apache.felix.hc.generalchecks.BundlesStartedCheck-platform.cfg" override="true">
mvn:ru.entaxy.esb/platform/1.8.1/cfg/org.apache.felix.hc.generalchecks.BundlesStartedCheck-platform
mvn:ru.entaxy.esb/platform/1.8.2/cfg/org.apache.felix.hc.generalchecks.BundlesStartedCheck-platform
</configfile>
<!-- -->

View File

@ -24,13 +24,13 @@ echo "Welcome to Entaxy platform installation script"
echo "************"
echo
echo "** Checking feature repository: ru.entaxy.esb/platform/1.8.1/xml/features ..."
echo "** Checking feature repository: ru.entaxy.esb/platform/${project.version}/xml/features ..."
_repo = (feature:repo-list | grep ru.entaxy.esb/platform/)
_repo_length = ($_repo length)
if { $_repo_length'' equals "0" } {
echo "\>\> Installing Entaxy repository..."
feature:repo-add mvn:ru.entaxy.esb/platform/1.8.1/xml/features
feature:repo-add mvn:ru.entaxy.esb/platform/${project.version}/xml/features
echo "\>\> ... installed"
} else {
echo "\>\> Entaxy repository is already installed"
@ -131,9 +131,12 @@ if { $_in_shutdown equals "0" } {
}
}
echo
echo "Inactive bundles:"
inactive
echo
echo "** NOTICE **"
echo " If you see some bundles in [Failure] or [GracePeriod] state please"
echo " If you see some bundles above in [Failure] or [GracePeriod] state please"
echo " (a) restart (bundle:stop and bundle:start) bundles in [Failure] state "
echo " or"
echo " (b) restart the container "