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~~~~~~
core
==========
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,44 +31,91 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.6.0 http://karaf.apache.org/xmlns/features/v1.6.0">
<repository>mvn:org.apache.camel.karaf/apache-camel/${camel.version}/xml/features</repository>
<repository>mvn:org.apache.karaf.features/enterprise/${karaf.version}/xml/features</repository>
<repository>mvn:ru.entaxy.esb.platform.runtime/base/${project.version}/xml/features</repository>
<repository>mvn:ru.entaxy.esb.underlying/entaxy-underlying-features/${project.version}/xml/features</repository>
<!-- legacy repo -->
<!-- WE'RE DECOUPLED FROM legacy repo -->
<!--
<repository>mvn:ru.entaxy.esb.system/system-parent/${project.version}/xml/features</repository>
-->
<feature name="entaxy-platform-core" version="${project.version}">
<!-- @base/features -->
<feature version="${project.version}" prerequisite="true">entaxy-platform-base</feature>
<feature version="${project.version}">entaxy-core-support</feature>
<feature version="${project.version}">entaxy-platform-core-hc</feature>
<feature version="${project.version}">entaxy-init-manager</feature>
<feature version="${project.version}">entaxy-cluster</feature>
<feature version="${project.version}">entaxy-artifact-management</feature>
<feature version="${project.version}">entaxy-object-runtime</feature>
<feature version="${project.version}">entaxy-object-producing-api</feature>
<feature version="${project.version}">entaxy-object-producing</feature>
<feature version="${project.version}">entaxy-object-implementation</feature>
<feature version="${project.version}">entaxy-initializers</feature>
<feature version="${project.version}">entaxy-error-handling</feature>
<feature version="${project.version}">entaxy-management</feature>
<feature version="${project.version}">entaxy-cluster-management</feature>
<feature version="${project.version}">entaxy-schema</feature>
<feature version="${project.version}">entaxy-core-infrastructure</feature>
<!--
@NOT_NEEDED
@BACKWARD_C
-->
<!--
<feature version="${project.version}">entaxy-management-adapters</feature>
-->
</feature>
<feature name="entaxy-core-support" version="${project.version}">
<feature name="entaxy-core-support" version="${project.version}" start-level="${bundle.startlevel.system}">
<bundle>
mvn:ru.entaxy.bundles-repacked/ru.entaxy.bundles-repacked.com.github.javaparser-${javaparser.version}.entaxy/${javaparser.version}-ENTAXY
</bundle>
<bundle>
mvn:ru.entaxy.bundles-repacked/ru.entaxy.bundles-repacked.io.swagger.parser.v3-${swagger-parser.version}.entaxy/${swagger-parser.version}-ENTAXY
</bundle>
<bundle>
mvn:ru.entaxy.bundles-repacked/ru.entaxy.bundles-repacked.io.swagger.core.v3.swagger-core.${swagger.v3.version}.entaxy/${swagger.v3.version}-ENTAXY
</bundle>
<bundle>
mvn:ru.entaxy.bundles-repacked/ru.entaxy.bundles-repacked.openapi-generator-${openapi-generator.version}.entaxy/${openapi-generator.version}-ENTAXY
</bundle>
<bundle>mvn:org.apache.cxf/cxf-rt-rs-security-jose-jaxrs/${cxf.version}</bundle>
<bundle>mvn:org.apache.cxf/cxf-rt-rs-security-jose/${cxf.version}</bundle>
<bundle>mvn:org.apache.cxf/cxf-rt-rs-security-oauth2/${cxf.version}</bundle>
<configfile finalname="${karaf.etc}/ignite.cfg" override="false">
mvn:ru.entaxy.esb.platform.runtime.core/core-support/${project.version}/cfg/ignite
</configfile>
<configfile finalname="${karaf.etc}/jgroups.locking.xml" override="false">
mvn:ru.entaxy.esb.platform.runtime.core/core-support/${project.version}/xml/jgroups.locking
</configfile>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core/core-support-design/${project.version}</bundle>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core/core-support-runtime/${project.version}</bundle>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core/core-support-runtime-legacy/${project.version}</bundle>
</feature>
<feature name="entaxy-platform-core-hc" version="${project.version}">
<feature name="entaxy-error-handling" version="${project.version}" start-level="${bundle.startlevel.objects}">
<configfile finalname="etc/ru.entaxy.esb.error.cfg" override="true">
mvn:ru.entaxy.platform.core.error-handling/error-handler/${project.version}/cfg/ru.entaxy.esb.error
</configfile>
<!-- --><!-- -->
<configfile finalname="etc/ru.entaxy.esb.error.code.cfg" override="true">
mvn:ru.entaxy.platform.core.error-handling/error-handler/${project.version}/cfg/ru.entaxy.esb.error.code
</configfile>
<!-- --><!-- -->
<configfile finalname="etc/ru.entaxy.esb.error.text.cfg" override="true">
mvn:ru.entaxy.platform.core.error-handling/error-handler/${project.version}/cfg/ru.entaxy.esb.error.text
</configfile>
<bundle>mvn:ru.entaxy.platform.core.error-handling/error-handler/${project.version}</bundle>
</feature>
<feature name="entaxy-platform-core-hc" version="${project.version}" start-level="${bundle.startlevel.management}">
<configfile finalname="${karaf.etc}/org.apache.felix.hc.generalchecks.HttpRequestsCheck-repositories.cfg"
override="true">
mvn:ru.entaxy.esb.platform.runtime/core/${project.version}/cfg/org.apache.felix.hc.generalchecks.HttpRequestsCheck-repositories
@ -79,88 +126,129 @@
</configfile>
</feature>
<feature name="entaxy-cluster" version="${project.version}">
<feature name="entaxy-cluster" version="${project.version}" start-level="${bundle.startlevel.system}">
<!-- @cellar -->
<feature prerequisite="true">cellar</feature>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.cluster/cluster-persistence-service/${project.version}</bundle>
</feature>
<feature name="entaxy-artifact-management" version="${project.version}">
<feature name="entaxy-artifact-management" version="${project.version}" start-level="${bundle.startlevel.system}">
<feature version="${project.version}" dependency="true">entaxy-init-manager</feature>
<configfile finalname="${karaf.etc}/ru.entaxy.esb.artifact.repositories.cfg" override="false">
mvn:ru.entaxy.esb.platform.runtime.core/artifact-management/${project.version}/cfg/ru.entaxy.esb.artifact.repositories
</configfile>
<bundle start-level="70">mvn:ru.entaxy.esb.platform.runtime.core/artifact-management/${project.version}</bundle>
<bundle start-level="70">mvn:ru.entaxy.esb.platform.runtime.core/artifact-management-extensions/${project.version}</bundle>
</feature>
<feature name="entaxy-object-runtime" version="${project.version}">
<feature name="entaxy-object-runtime" version="${project.version}" start-level="${bundle.startlevel.objects}">
<feature version="${project.version}" dependency="true">entaxy-artifact-management</feature>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core/object-runtime-core/${project.version}</bundle>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core/object-runtime-shell/${project.version}</bundle>
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.objects-implementations.config-implementation/config-runtime/${project.version}
</bundle>
</feature>
<feature name="entaxy-object-producing" version="${project.version}">
<feature name="entaxy-object-producing-api" version="${project.version}" start-level="${bundle.startlevel.objects}">
<!-- @base/features -->
<feature version="${project.version}" dependency="true">objects-base</feature>
<feature version="${project.version}" dependency="true">entaxy-artifact-management</feature>
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.object-producing/object-producer-api/${project.version}
</bundle>
</feature>
<feature name="entaxy-object-producing" version="${project.version}" start-level="${bundle.startlevel.objects}">
<!-- @base/features -->
<feature version="${project.version}" dependency="true">objects-base</feature>
<feature version="${project.version}" dependency="true">entaxy-artifact-management</feature>
<feature version="${project.version}" dependency="true">entaxy-object-producing-api</feature>
<feature version="${project.version}" dependency="true">entaxy-object-runtime</feature>
<configfile finalname="${karaf.etc}/producing.lifecycles.json" override="false">
mvn:ru.entaxy.esb.platform.runtime.core.object-producing/object-producer-core/${project.version}/json/producing.lifecycles
</configfile>
<!-- we need Saxon for XSLTProcessor -->
<bundle start-level="50">
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saxon/${servicemix-saxon-version}
</bundle>
<feature prerequisite="true" version="${camel.version}">camel-xslt-saxon</feature>
<bundle start-level="70">
mvn:ru.entaxy.esb.platform.runtime.core.object-producing/object-producer-api/${project.version}
</bundle>
<bundle start-level="70">
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.object-producing/object-producer-core/${project.version}
</bundle>
<bundle start-level="70">
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.object-producing/object-producing-shell/${project.version}
</bundle>
<bundle start-level="70">
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.object-producing/object-producing-management/${project.version}
</bundle>
<bundle start-level="70">
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.object-producing/object-producing-config-support/${project.version}
</bundle>
<bundle start-level="70">
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.object-producing/object-producing-resources-support/${project.version}
</bundle>
<capability>
osgi.service;effective:=active;objectClass=ru.entaxy.platform.core.producer.resources.ResourceDataProcessor
</capability>
<capability>
osgi.service;effective:=active;objectClass=ru.entaxy.platform.core.producer.api.EntaxyProducerService
</capability>
<capability>
osgi.service;effective:=active;objectClass=ru.entaxy.platform.core.producer.resources.StringFormatterService
</capability>
</feature>
<feature name="connection-camel-components" version="${project.version}">
<feature version="${camel.version}">camel-groovy</feature>
<feature version="${camel.version}">camel-ftp</feature>
<feature version="${camel.version}">camel-jdbc</feature>
<feature version="${camel.version}">camel-jms</feature>
<feature version="${camel.version}">camel-mongodb</feature>
<feature version="${camel.version}">camel-telegram</feature>
<feature version="${camel.version}">camel-groovy</feature>
</feature>
<feature name="entaxy-object-implementation" version="${project.version}" start-level="72">
<feature name="entaxy-object-implementation" version="${project.version}" start-level="${bundle.startlevel.objects}">
<!-- @base/features -->
<feature version="${project.version}" dependency="true">objects-base</feature>
<feature version="${project.version}" dependency="true">entaxy-artifact-management</feature>
<feature version="${project.version}" dependency="true">entaxy-core-support</feature>
<feature version="${project.version}" dependency="true">entaxy-object-producing</feature>
<feature version="${project.version}" dependency="true">connection-camel-components</feature>
<!-- now we're decoupled from 'system/*' -->
<!--
<feature version="${project.version}">entaxy-legacy-system-api</feature>
-->
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.objects-implementations.profile-implementation/profile-runtime/${project.version}
</bundle>
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.objects-implementations.profile-implementation/profile-runtime-legacy-support/${project.version}
</bundle>
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.objects-implementations.profile-implementation/profile-runtime-camel-components/${project.version}
</bundle>
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.objects-implementations.profile-implementation/profile-producing/${project.version}
</bundle>
<!-- will be installed within backward compatibility feature -->
<!--
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.objects-implementations.profile-implementation/profile-storage/${project.version}
</bundle>
-->
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.objects-implementations.connection-implementation/standard-connections-pack/${project.version}
</bundle>
@ -173,32 +261,56 @@
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.objects-implementations.connector-implementation/standard-connectors-pack/${project.version}
</bundle>
<!-- will be installed within backward compatibility feature -->
<!--
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.objects-implementations.connector-implementation/connector-storage/${project.version}
</bundle>
-->
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.objects-implementations.route-implementation/route-producing/${project.version}
</bundle>
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.objects-implementations.route-implementation/route-runtime/${project.version}
</bundle>
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.objects-implementations.service-implementation/service-runtime/${project.version}
</bundle>
<bundle>mvn:joda-time/joda-time/${joda-time.version}</bundle>
<bundle>mvn:com.fasterxml.jackson.datatype/jackson-datatype-joda/${jackson.version}</bundle>
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.objects-implementations.service-implementation/service-producing/${project.version}
</bundle>
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.objects-implementations.repository-implementation/repository-producing/${project.version}
</bundle>
<!-- route-producing needs this as an internal dependency -->
<capability>
osgi.service; effective:=active;objectClass=ru.entaxy.esb.resources.EntaxyResourceProvider
</capability>
</feature>
<feature name="entaxy-initializers" version="${project.version}" start-level="73">
<feature name="entaxy-initializers" version="${project.version}" start-level="${bundle.startlevel.system}">
<feature version="${project.version}">entaxy-datasources-initializer</feature>
<feature version="${project.version}">entaxy-core-initializer</feature>
<feature version="${project.version}">entaxy-connection-initializer</feature>
<feature version="${project.version}">entaxy-storage-initializer</feature>
<feature version="${project.version}">entaxy-artifact-loader</feature>
<capability>
osgi.service; effective:=active;objectClass=ru.entaxy.esb.platform.runtime.core.initializer.api.Initialized
</capability>
</feature>
<feature name="entaxy-init-manager" version="${project.version}" start-level="73">
<feature name="entaxy-init-manager" version="${project.version}" start-level="${bundle.startlevel.system}">
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.initializer/init-manager/${project.version}</bundle>
</feature>
<feature name="entaxy-datasources-initializer" version="${project.version}">
<feature name="entaxy-datasources-initializer" version="${project.version}" start-level="${bundle.startlevel.system}">
<feature prerequisite="true">jdbc</feature>
<feature prerequisite="true">camel-jdbc</feature>
<feature dependency="true">entaxy-init-manager</feature>
<!-- datasources config templates for PostgreSQL -->
@ -244,21 +356,41 @@
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.initializer/datasources-initializer/${project.version}</bundle>
</feature>
<feature name="entaxy-core-initializer" version="${project.version}">
<feature name="entaxy-core-initializer" version="${project.version}" start-level="${bundle.startlevel.system}">
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.initializer/core-initializer/${project.version}</bundle>
</feature>
<feature name="entaxy-connection-initializer" version="${project.version}">
<configfile finalname="${karaf.etc}/init/entaxy-platform-connections.json" override="false">
mvn:ru.entaxy.esb.platform.runtime.core.initializer/connection-initializer/${project.version}/json/init-config
</configfile>
<feature name="entaxy-connection-initializer" version="${project.version}" start-level="${bundle.startlevel.objects}">
<feature dependency="true">entaxy-artifact-management</feature>
<feature version="${project.version}" dependency="true">entaxy-object-producing-api</feature>
<feature version="${project.version}" dependency="true">entaxy-object-producing</feature>
<feature version="${project.version}" dependency="true">entaxy-object-implementation</feature>
<configfile finalname="${karaf.etc}/init/file-connections.json" override="false">
mvn:ru.entaxy.esb.platform.runtime.core.initializer/connection-initializer/${project.version}/json/init-config-files
</configfile>
<configfile finalname="${karaf.etc}/init/db-connections.json" override="false">
mvn:ru.entaxy.esb.platform.runtime.core.initializer/connection-initializer/${project.version}/json/init-config-databases
</configfile>
<configfile finalname="${karaf.etc}/init/broker-connections.json" override="false">
mvn:ru.entaxy.esb.platform.runtime.core.initializer/connection-initializer/${project.version}/json/init-config-brokers
</configfile>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.initializer/connection-initializer/${project.version}</bundle>
<capability>
osgi.service; effective:=active; objectClass=org.apache.camel.Component; connection.name=entaxy-broker
</capability>
</feature>
<feature name="entaxy-storage-initializer" version="${project.version}">
<feature name="entaxy-artifact-loader" version="${project.version}" start-level="${bundle.startlevel.system}">
<feature dependency="true">entaxy-artifact-management</feature>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.initializer/artifact-loader/${project.version}</bundle>
<!--
<capability>
osgi.service; effective:=active;objectClass=ru.entaxy.esb.platform.runtime.core.initializer.api.Initialized
</capability>
-->
</feature>
<feature name="entaxy-storage-initializer" version="${project.version}" start-level="${bundle.startlevel.system}">
<feature prerequisite="true">entaxy-karaf-liquibase-support</feature>
<bundle>
mvn:ru.entaxy.esb.platform.runtime.core.initializer.storage.initializer/liquibase-updater/${project.version}
@ -271,18 +403,35 @@
</bundle>
</feature>
<feature name="entaxy-blueprint-generator" version="${project.version}">
<!--
@NOT_NEEDED
@BACKWARD_C
-->
<!--
<feature name="entaxy-blueprint-generator" version="${project.version}" start-level="${bundle.startlevel.management}">
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.management/blueprint-generator-service/${project.version}
</bundle>
</feature>
<feature name="entaxy-management" version="${project.version}">
-->
<feature name="entaxy-management" version="${project.version}" start-level="${bundle.startlevel.management}">
<!--
@NOT_NEEDED
@BACKWARD_C
-->
<!--
<feature version="${project.version}">entaxy-blueprint-generator</feature>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.management/connection-manager/${project.version}</bundle>
-->
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.management/object-management/${project.version}</bundle>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.management/config-management/${project.version}</bundle>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.management/connection-management/${project.version}</bundle>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.management/route-management/${project.version}</bundle>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.management/profile-management/${project.version}</bundle>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.management/connector-management/${project.version}</bundle>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.management/service-management/${project.version}</bundle>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.management/repository-management/${project.version}</bundle>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.management/node-management/${project.version}</bundle>
<!--
@ -308,13 +457,18 @@
</capability>
</feature>
<feature name="entaxy-cluster-management" version="${project.version}">
<feature name="entaxy-cluster-management" version="${project.version}" start-level="${bundle.startlevel.management}">
<!-- @cellar -->
<feature prerequisite="true">cellar</feature>
<feature dependency="true" version="${project.version}">entaxy-management</feature>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.management/cluster-node-management/${project.version}</bundle>
</feature>
<feature name="entaxy-management-adapters" version="${project.version}">
<!-- will be installed within backward compatibility feature -->
<!--
<feature name="entaxy-management-adapters" version="${project.version}" start-level="${bundle.startlevel.management}">
<feature version="${project.version}" prerequisite="true">entaxy-platform-base</feature>
<feature dependency="true">entaxy-artifact-management</feature>
<feature dependency="true">entaxy-legacy-system-api</feature>
@ -327,10 +481,29 @@
mvn:ru.entaxy.esb.platform.runtime.core.management/profile-management-service-adapters/${project.version}
</bundle>
</feature>
<feature name="entaxy-schema" version="${project.version}">
-->
<feature name="entaxy-core-infrastructure" version="${project.version}" start-level="${bundle.startlevel.objects}">
<feature version="${project.version}" dependency="true">entaxy-datasources-initializer</feature>
<!-- this feature is empty now, so we ignore it -->
<!--
<feature dependency="true">entaxy-legacy-basic-auth</feature>
-->
<bundle>
mvn:ru.entaxy.platform.core.infrastructure/file-upload/${project.version}
</bundle>
<feature version="${project.version}" >entaxy-schema</feature>
</feature>
<feature name="entaxy-schema" version="${project.version}" start-level="${bundle.startlevel.objects}">
<feature version="${project.version}" dependency="true">entaxy-datasources-initializer</feature>
<!-- this feature is empty now, so we ignore it -->
<!--
<feature dependency="true">entaxy-legacy-basic-auth</feature>
-->
<!-- system-entaxy-db -->
<configfile finalname="${karaf.etc}/ru.entaxy.esb.platform.runtime.core.infrastructure.schema.cfg"
@ -340,12 +513,26 @@
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.infrastructure.schema/schema-api/${project.version}</bundle>
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.infrastructure.schema/schema-impl/${project.version}</bundle>
<!--
@DEPRECATED to refactor
-->
<!--
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.infrastructure.schema/schema-soap/${project.version}</bundle>
-->
<bundle>mvn:ru.entaxy.esb.platform.runtime.core.infrastructure.schema/schema-component/${project.version}
</bundle>
<!--
<capability>
osgi.service;objectClass=org.hibernate.SessionFactory;effective:=active;
</capability>
-->
<capability>
osgi.service;objectClass=org.apache.cxf.phase.PhaseInterceptor;effective:=active;
</capability>
</feature>
</features>

View File

@ -1,9 +1,9 @@
<!-- -->
<configfile finalname="etc/org.apache.felix.hc.generalchecks.HttpRequestsCheck-repositories.cfg" override="true">
mvn:ru.entaxy.esb.platform.runtime/core/1.9.0/cfg/org.apache.felix.hc.generalchecks.HttpRequestsCheck-repositories
mvn:ru.entaxy.esb.platform.runtime/core/1.10.0/cfg/org.apache.felix.hc.generalchecks.HttpRequestsCheck-repositories
</configfile>
<!-- --><!-- -->
<configfile finalname="etc/org.apache.felix.hc.generalchecks.ServicesCheck-connections.cfg" override="true">
mvn:ru.entaxy.esb.platform.runtime/core/1.9.0/cfg/org.apache.felix.hc.generalchecks.ServicesCheck-connections
mvn:ru.entaxy.esb.platform.runtime/core/1.10.0/cfg/org.apache.felix.hc.generalchecks.ServicesCheck-connections
</configfile>
<!-- -->

View File

@ -2,7 +2,7 @@
# ~~~~~~licensing~~~~~~
# core
# ==========
# 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
@ -24,9 +24,9 @@
# ~~~~~~/licensing~~~~~~
###
requests = [ \
"http://localhost:8181/repositories/entaxy-local/ => 200", \
"http://localhost:8181/repositories/entaxy-shared/ => 200", \
"http://localhost:8181/repositories/entaxy-updates/ => 200", \
"http://localhost:${entaxy.org.osgi.service.http.port:-8181}/repositories/entaxy-local/ => 200", \
"http://localhost:${entaxy.org.osgi.service.http.port:-8181}/repositories/entaxy-shared/ => 200", \
"http://localhost:${entaxy.org.osgi.service.http.port:-8181}/repositories/entaxy-updates/ => 200", \
]
hc.tags = [ \
"platform", \

View File

@ -2,7 +2,7 @@
# ~~~~~~licensing~~~~~~
# core
# ==========
# 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