ENTAXY-480 release version 1.8.3
This commit is contained in:
1
platform/src/update/scripts/entaxy-platform.1.8.1.update
Normal file
1
platform/src/update/scripts/entaxy-platform.1.8.1.update
Normal file
@ -0,0 +1 @@
|
||||
echo "entaxy-platform.1.8.1.update"
|
43
platform/src/update/scripts/entaxy-platform.1.8.2.update
Normal file
43
platform/src/update/scripts/entaxy-platform.1.8.2.update
Normal 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"
|
||||
|
1
platform/src/update/scripts/entaxy-platform.1.8.update
Normal file
1
platform/src/update/scripts/entaxy-platform.1.8.update
Normal file
@ -0,0 +1 @@
|
||||
echo "entaxy-platform.1.8.update"
|
1
platform/src/update/scripts/entaxy-platform.1.update
Normal file
1
platform/src/update/scripts/entaxy-platform.1.update
Normal file
@ -0,0 +1 @@
|
||||
echo "entaxy-platform.1.update"
|
1
platform/src/update/scripts/entaxy-platform.update
Normal file
1
platform/src/update/scripts/entaxy-platform.update
Normal file
@ -0,0 +1 @@
|
||||
echo "entaxy-platform.update"
|
40
platform/src/update/scripts/generated/fragments.xml
Normal file
40
platform/src/update/scripts/generated/fragments.xml
Normal 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>
|
||||
<!-- -->
|
Reference in New Issue
Block a user