release version 1.10.0
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
~~~~~~licensing~~~~~~
|
||||
uniform-service
|
||||
==========
|
||||
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
|
||||
@ -30,34 +30,41 @@
|
||||
<features name="ru.entaxy.esb.platform.runtime.modules-${project.version}"
|
||||
xmlns="http://karaf.apache.org/xmlns/features/v1.3.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0">
|
||||
xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.6.0 http://karaf.apache.org/xmlns/features/v1.6.0">
|
||||
|
||||
<!-- repository>mvn:ru.entaxy.esb/karaf-features/${project.version}/xml/features</repository -->
|
||||
|
||||
<feature name="common-soap" version="${project.version}">
|
||||
<feature name="common-soap" version="${project.version}" start-level="${bundle.startlevel.modules}">
|
||||
<configfile finalname="${karaf.etc}/uniform.service.support.cfg" override="false">
|
||||
mvn:ru.entaxy.esb.platform.runtime.modules/uniform-service/${project.version}/cfg/uniform.service.support
|
||||
</configfile>
|
||||
<configfile finalname="${karaf.etc}/uniform.service.ignite.cfg" override="false">
|
||||
mvn:ru.entaxy.esb.platform.runtime.modules/uniform-service/${project.version}/cfg/uniform.service.ignite
|
||||
</configfile>
|
||||
|
||||
<bundle>mvn:ru.entaxy.esb.platform.runtime.modules.uniform.service/support/${project.version}</bundle>
|
||||
<bundle>mvn:ru.entaxy.esb.platform.runtime.modules.uniform.service/connector/${project.version}</bundle>
|
||||
|
||||
<capability>
|
||||
osgi.service;effective:=active;objectClass=org.apache.camel.Component;connection.name=entaxy-broker
|
||||
osgi.service;effective:=active;objectClass=org.apache.camel.Component;connection.name=entaxy-broker,
|
||||
osgi.service;effective:=active;objectClass=org.apache.ignite.Ignite
|
||||
</capability>
|
||||
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-uniform-service" version="${project.version}">
|
||||
<feature name="entaxy-uniform-service" version="${project.version}" start-level="${bundle.startlevel.modules}">
|
||||
<feature version="${project.version}">common-soap</feature>
|
||||
<configfile finalname="${karaf.etc}/uniform.exchange.passive.cfg" override="false">
|
||||
mvn:ru.entaxy.esb.platform.runtime.modules/uniform-service/${project.version}/cfg/uniform.exchange.passive
|
||||
</configfile>
|
||||
<configfile finalname="${karaf.etc}/org.apache.felix.hc.generalchecks.HttpRequestsCheck-uniform_service.cfg" override="true">
|
||||
mvn:ru.entaxy.esb.platform.runtime.modules/uniform-service/${project.version}/cfg/org.apache.felix.hc.generalchecks.HttpRequestsCheck-uniform_service
|
||||
</configfile>
|
||||
<bundle>mvn:ru.entaxy.esb.platform.runtime.modules.uniform.service/uniform-service-endpoint/${project.version}</bundle>
|
||||
</configfile>
|
||||
<feature version="${project.version}">entaxy-uniform-passive-service</feature>
|
||||
<bundle start="true">mvn:ru.entaxy.esb.platform.runtime.modules.uniform.service/service/${project.version}</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-uniform-passive-service" version="${project.version}" start-level="${bundle.startlevel.base}">
|
||||
<configfile finalname="${karaf.etc}/init/artifacts/shared/entaxy/runtime/service/uniform-passive-service/1.0.0/uniform-passive-service-1.0.0-blueprint.xml" override="false">
|
||||
mvn:ru.entaxy.esb.platform.runtime.modules/uniform-service/${project.version}/xml/uniform.service
|
||||
</configfile>
|
||||
<configfile finalname="${karaf.etc}/init/install/uniform-service.properties" override="false">
|
||||
mvn:ru.entaxy.esb.platform.runtime.modules/uniform-service/${project.version}/properties/uniform-service
|
||||
</configfile>
|
||||
</feature>
|
||||
|
||||
</features>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!-- -->
|
||||
<configfile finalname="etc/org.apache.felix.hc.generalchecks.HttpRequestsCheck-uniform_service.cfg" override="true">
|
||||
mvn:ru.entaxy.esb.platform.runtime.modules/uniform-service/1.9.0/cfg/org.apache.felix.hc.generalchecks.HttpRequestsCheck-uniform_service
|
||||
mvn:ru.entaxy.esb.platform.runtime.modules/uniform-service/1.10.0/cfg/org.apache.felix.hc.generalchecks.HttpRequestsCheck-uniform_service
|
||||
</configfile>
|
||||
<!-- -->
|
@ -2,7 +2,7 @@
|
||||
# ~~~~~~licensing~~~~~~
|
||||
# uniform-service
|
||||
# ==========
|
||||
# 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,7 +24,7 @@
|
||||
# ~~~~~~/licensing~~~~~~
|
||||
###
|
||||
requests = [ \
|
||||
"-u admin:admin http://localhost:8181/cxf/uniform-exchange?wsdl => 200", \
|
||||
"http://localhost:${entaxy.org.osgi.service.http.port:-8181}/cxf/uniform-exchange?wsdl => 200", \
|
||||
]
|
||||
hc.tags = [ \
|
||||
"http", \
|
||||
|
Reference in New Issue
Block a user