ENTAXY-480 release version 1.8.3

This commit is contained in:
2023-08-03 04:45:45 +03:00
parent 5844a2e5cf
commit 3cc15f7459
236 changed files with 21106 additions and 0 deletions

View File

@ -0,0 +1 @@
echo "entaxy-platform.1.8.1.update"

View File

@ -0,0 +1,43 @@
_version=1.8.3
karafRoot = ((($.context bundle) loadClass java.lang.System) getProperty 'karaf.home')
cd $karafRoot
source scripts/update/utils
source scripts/update/operations
source scripts/update/executor
karafEtc = ((($.context bundle) loadClass java.lang.System) getProperty 'karaf.etc')
mvnCfg = "org.ops4j.pax.url.mvn.cfg"
# BEGIN PLAN
${platform.1.8.2.plan}
#END PLAN
initManagerPid = "ru.entaxy.esb.initializer"
skipAllProp = "skip.all"
echo "*****"
echo "** Installing updates with version ${_version}"
echo "*****"
echo
# disable all initializations during updates
config:edit $initManagerPid
config:property-set "${skipAllProp}" "true"
config:update
echo "\>\> Initializers set to be skipped during update"
__EXEC_PLAN $installPlan
# enable all initializations during updates
config:edit $initManagerPid
config:property-set "${skipAllProp}" "false"
config:update
echo
echo "\>\> Initializers restored"

View File

@ -0,0 +1 @@
echo "entaxy-platform.1.8.update"

View File

@ -0,0 +1 @@
echo "entaxy-platform.1.update"

View File

@ -0,0 +1 @@
echo "entaxy-platform.update"

View File

@ -0,0 +1,40 @@
<!--
~~~~~~licensing~~~~~~
platform
==========
Copyright (C) 2020 - 2023 EmDev LLC
==========
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
~~~~~~/licensing~~~~~~
-->
<!-- -->
<configfile finalname="updates/1.8.3-SNAPSHOT/entaxy-platform.1.8.1.update" override="true">
mvn:ru.entaxy.esb/platform/1.8.3-SNAPSHOT/update/entaxy-platform.1.8.1
</configfile>
<!-- --><!-- -->
<configfile finalname="updates/1.8.3-SNAPSHOT/entaxy-platform.1.8.2.update" override="true">
mvn:ru.entaxy.esb/platform/1.8.3-SNAPSHOT/update/entaxy-platform.1.8.2
</configfile>
<!-- --><!-- -->
<configfile finalname="updates/1.8.3-SNAPSHOT/entaxy-platform.1.8.update" override="true">
mvn:ru.entaxy.esb/platform/1.8.3-SNAPSHOT/update/entaxy-platform.1.8
</configfile>
<!-- --><!-- -->
<configfile finalname="updates/1.8.3-SNAPSHOT/entaxy-platform.1.update" override="true">
mvn:ru.entaxy.esb/platform/1.8.3-SNAPSHOT/update/entaxy-platform.1
</configfile>
<!-- --><!-- -->
<configfile finalname="updates/1.8.3-SNAPSHOT/entaxy-platform.update" override="true">
mvn:ru.entaxy.esb/platform/1.8.3-SNAPSHOT/update/entaxy-platform
</configfile>
<!-- -->