release version 1.10.0

This commit is contained in:
2024-10-07 18:42:55 +03:00
parent 2034182607
commit a5088587f7
1501 changed files with 28818 additions and 59966 deletions

View File

@ -3,7 +3,7 @@
~~~~~~licensing~~~~~~
ui
==========
Copyright (C) 2020 - 2023 EmDev LLC
Copyright (C) 2020 - 2024 EmDev LLC
==========
You may not use this file except in accordance with the License Terms of the Copyright
Holder located at: https://entaxy.ru/eula . All copyrights, all intellectual property
@ -31,11 +31,18 @@
<repository>mvn:ru.entaxy.esb.ui/entaxy-hawtio/${project.version}/xml/features</repository>
<repository>mvn:ru.entaxy.esb.platform.runtime/base/${project.version}/xml/features</repository>
<!-- repo will be generated at build time -->
<repository>mvn:ru.entaxy.esb/ui/${project.version}/xml/platform-provided</repository>
<feature name="entaxy-${project.artifactId}" version="${project.version}" start-level="90">
<feature>entaxy-ui-hc</feature>
<feature>entaxy-h2-console</feature>
<!-- @entaxy-hawtio -->
<feature>entaxy-hawtio</feature>
<feature>entaxy-platform-provided-ui</feature>
</feature>
<feature name="entaxy-ui-hc" version="${project.version}" start-level="90">
@ -45,8 +52,16 @@
</feature>
<feature name="entaxy-h2-console" version="${project.version}" start-level="90">
<feature prerequisite="true">h2-adapter</feature>
<bundle>webbundle:mvn:ru.entaxy.esb.ui/h2-console/${project.version}/war</bundle>
</feature>
<feature name="entaxy-platform-provided-ui" version="${project.version}" start-level="${bundle.startlevel.modules}">
<!-- @entaxy-hawtio -->
<feature prerequisite="true">entaxy-hawtio</feature>
<!-- @platform-provided -->
<feature prerequisite="true">entaxy-ui-platform-provided</feature>
</feature>
</features>

View File

@ -1,5 +1,5 @@
<!-- -->
<configfile finalname="etc/org.apache.felix.hc.generalchecks.BundlesStartedCheck-ui.cfg" override="true">
mvn:ru.entaxy.esb/ui/1.9.0/cfg/org.apache.felix.hc.generalchecks.BundlesStartedCheck-ui
mvn:ru.entaxy.esb/ui/1.10.0/cfg/org.apache.felix.hc.generalchecks.BundlesStartedCheck-ui
</configfile>
<!-- -->

View File

@ -2,7 +2,7 @@
# ~~~~~~licensing~~~~~~
# ui
# ==========
# Copyright (C) 2020 - 2023 EmDev LLC
# Copyright (C) 2020 - 2024 EmDev LLC
# ==========
# You may not use this file except in accordance with the License Terms of the Copyright
# Holder located at: https://entaxy.ru/eula . All copyrights, all intellectual property

View File

@ -2,7 +2,7 @@
# ~~~~~~licensing~~~~~~
# entaxy-hawtio
# ==========
# Copyright (C) 2020 - 2023 EmDev LLC
# Copyright (C) 2020 - 2024 EmDev LLC
# ==========
# You may not use this file except in accordance with the License Terms of the Copyright
# Holder located at: https://entaxy.ru/eula . All copyrights, all intellectual property

View File

@ -1,5 +1,5 @@
<!-- -->
<configfile finalname="scripts/entaxy-ui.install" override="true">
mvn:ru.entaxy.esb/ui/1.9.0/install/entaxy-ui
mvn:ru.entaxy.esb/ui/1.10.0/install/entaxy-ui
</configfile>
<!-- -->