ENTAXY-634 release version 1.9.0
This commit is contained in:
@ -5,17 +5,23 @@
|
||||
==========
|
||||
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
|
||||
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
|
||||
rights to the Software and any copies are the property of the Copyright Holder. Unless
|
||||
it is explicitly allowed the Copyright Holder, the User is prohibited from using the
|
||||
Software for commercial purposes to provide services to third parties.
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
The Copyright Holder hereby declares that the Software is provided on an "AS IS".
|
||||
Under no circumstances does the Copyright Holder guarantee or promise that the
|
||||
Software provided by him will be suitable or not suitable for the specific purposes
|
||||
of the User, that the Software will meet all commercial and personal subjective
|
||||
expectations of the User, that the Software will work properly, without technical
|
||||
errors, quickly and uninterruptedly.
|
||||
|
||||
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.
|
||||
Under no circumstances shall the Copyright Holder or its Affiliates is not liable
|
||||
to the User for any direct or indirect losses of the User, his expenses or actual
|
||||
damage, including, downtime; loss of bussines; lost profit; lost earnings; loss
|
||||
or damage to data, property, etc.
|
||||
~~~~~~/licensing~~~~~~
|
||||
-->
|
||||
|
||||
@ -71,12 +77,20 @@
|
||||
<configfile finalname="${karaf.etc}/org.ops4j.pax.web.cfg" override="true">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/cfg/org.ops4j.pax.web
|
||||
</configfile>
|
||||
<configfile finalname="${karaf.etc}/org.ops4j.pax.logging.cfg" override="true">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/cfg/org.ops4j.pax.logging
|
||||
</configfile>
|
||||
|
||||
<configfile finalname="${karaf.etc}/quartz.properties" override="false">
|
||||
mvn:ru.entaxy.esb.underlying/entaxy-underlying-configuration/${project.version}/properties/quartz
|
||||
</configfile>
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-karaf-commons-support" version="${project.version}">
|
||||
<bundle>mvn:commons-io/commons-io/${commons-io.version}</bundle>
|
||||
<bundle>mvn:commons-codec/commons-codec/${commons-codec.version}</bundle>
|
||||
<bundle>mvn:org.apache.commons/commons-collections4/${commons-collections4.version}</bundle>
|
||||
<!-- bundle>mvn:org.apache.commons/commons-lang3/3.12.0</bundle -->
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-karaf-liquibase-support" version="${project.version}">
|
||||
@ -101,5 +115,34 @@
|
||||
<bundle>wrap:mvn:org.jvnet.hyperjaxb3/hyperjaxb3-ejb-runtime/0.6.2</bundle>
|
||||
<bundle>wrap:mvn:org.jvnet.jaxb2_commons/jaxb2-basics-runtime/0.10.0</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-karaf-jackson-support" version="${project.version}">
|
||||
<feature prerequisite="true">entaxy-karaf-snakeyaml-support</feature>
|
||||
<bundle start-level="35">mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson.version}</bundle>
|
||||
<bundle start-level="35">mvn:com.fasterxml.jackson.core/jackson-core/${jackson.version}</bundle>
|
||||
<bundle start-level="35">mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version}</bundle>
|
||||
<bundle start-level="35">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/${jackson.version}</bundle>
|
||||
<bundle start-level="35">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/${jackson.version}</bundle>
|
||||
<bundle start-level="35">mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/${jackson.version}</bundle>
|
||||
<bundle start-level="35">mvn:com.fasterxml.jackson.datatype/jackson-datatype-jsr310/${jackson.version}</bundle>
|
||||
<bundle start-level="35">mvn:com.google.guava/guava/24.0-jre</bundle>
|
||||
<bundle start-level="35">mvn:com.fasterxml.jackson.datatype/jackson-datatype-guava/${jackson.version}</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-karaf-snakeyaml-support" version="${project.version}">
|
||||
<bundle start-level="35">mvn:org.yaml/snakeyaml/${snakeyaml1.version}</bundle>
|
||||
<bundle start-level="35">mvn:org.yaml/snakeyaml/${snakeyaml2.version}</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-karaf-swagger-support" version="${project.version}">
|
||||
<bundle start-level="10">mvn:javax.validation/validation-api/${javax.validation-api.version}</bundle>
|
||||
<bundle start-level="50">mvn:io.github.classgraph/classgraph/${classgraph.version}</bundle>
|
||||
<bundle start-level="50">mvn:io.swagger/swagger-annotations/${swagger1.version}</bundle>
|
||||
<bundle start-level="50">mvn:io.swagger.core.v3/swagger-annotations/${swagger.v3.version}</bundle>
|
||||
<bundle start-level="50">mvn:io.swagger.core.v3/swagger-core/${swagger.v3.version}</bundle>
|
||||
<bundle start-level="50">mvn:io.swagger.core.v3/swagger-models/${swagger.v3.version}</bundle>
|
||||
<bundle start-level="50">mvn:io.swagger.core.v3/swagger-integration/${swagger.v3.version}</bundle>
|
||||
<bundle start-level="50">mvn:io.swagger.core.v3/swagger-jaxrs2/${swagger.v3.version}</bundle>
|
||||
</feature>
|
||||
|
||||
</features>
|
||||
|
@ -5,17 +5,23 @@
|
||||
==========
|
||||
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
|
||||
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
|
||||
rights to the Software and any copies are the property of the Copyright Holder. Unless
|
||||
it is explicitly allowed the Copyright Holder, the User is prohibited from using the
|
||||
Software for commercial purposes to provide services to third parties.
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
The Copyright Holder hereby declares that the Software is provided on an "AS IS".
|
||||
Under no circumstances does the Copyright Holder guarantee or promise that the
|
||||
Software provided by him will be suitable or not suitable for the specific purposes
|
||||
of the User, that the Software will meet all commercial and personal subjective
|
||||
expectations of the User, that the Software will work properly, without technical
|
||||
errors, quickly and uninterruptedly.
|
||||
|
||||
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.
|
||||
Under no circumstances shall the Copyright Holder or its Affiliates is not liable
|
||||
to the User for any direct or indirect losses of the User, his expenses or actual
|
||||
damage, including, downtime; loss of bussines; lost profit; lost earnings; loss
|
||||
or damage to data, property, etc.
|
||||
~~~~~~/licensing~~~~~~
|
||||
-->
|
||||
|
||||
@ -32,15 +38,26 @@
|
||||
this feature as automatically generated
|
||||
DON'T EDIT IT !!!
|
||||
-->
|
||||
<bundle>mvn:org.apache.felix/org.apache.felix.configadmin/1.9.16-ENTAXY</bundle>
|
||||
<bundle>mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.cm/1.3.2-ENTAXY</bundle>
|
||||
<bundle>mvn:org.apache.karaf.cellar/org.apache.karaf.cellar.bundle/4.2.1-ENTAXY</bundle>
|
||||
<bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.10.5</bundle>
|
||||
<bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.10.5</bundle>
|
||||
<bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.10.5</bundle>
|
||||
<bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.10.3</bundle>
|
||||
<bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.10.3</bundle>
|
||||
<bundle>mvn:org.apache.karaf.cellar/org.apache.karaf.cellar.bundle/4.2.1-ENTAXY</bundle>
|
||||
<bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.2</bundle>
|
||||
<bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.15.2</bundle>
|
||||
<bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.15.2</bundle>
|
||||
<bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.15.2</bundle>
|
||||
<bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.15.2</bundle>
|
||||
<bundle>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.15.2</bundle>
|
||||
<bundle>mvn:com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.15.2</bundle>
|
||||
<bundle>mvn:org.yaml/snakeyaml/1.33</bundle>
|
||||
<bundle>mvn:org.javassist/javassist/3.29.0-GA</bundle>
|
||||
<bundle>mvn:org.apache.commons/commons-lang3/3.12.0</bundle>
|
||||
<bundle>mvn:commons-codec/commons-codec/1.14</bundle>
|
||||
<bundle>mvn:io.swagger/swagger-annotations/1.6.11</bundle>
|
||||
<bundle>mvn:io.swagger.core.v3/swagger-annotations/2.2.11</bundle>
|
||||
<bundle>mvn:io.swagger.core.v3/swagger-core/2.2.11</bundle>
|
||||
<bundle>mvn:io.swagger.core.v3/swagger-models/2.2.11</bundle>
|
||||
<bundle>mvn:io.swagger.core.v3/swagger-integration/2.2.11</bundle>
|
||||
<bundle>mvn:io.swagger.core.v3/swagger-jaxrs2/2.2.11</bundle>
|
||||
<bundle>mvn:io.github.classgraph/classgraph/4.8.160</bundle>
|
||||
<bundle>mvn:org.webjars/swagger-ui/3.52.5</bundle>
|
||||
<bundle>mvn:io.netty/netty-common/4.1.51.Final</bundle>
|
||||
<bundle>mvn:io.netty/netty-buffer/4.1.51.Final</bundle>
|
||||
<bundle>mvn:io.netty/netty-resolver/4.1.51.Final</bundle>
|
||||
@ -55,9 +72,13 @@
|
||||
<bundle>mvn:javax.mail/mail/1.4.7</bundle>
|
||||
<bundle>mvn:com.h2database/h2/1.4.199-ENTAXY</bundle>
|
||||
<bundle>mvn:org.apache.camel/camel-base/3.4.5-ENTAXY</bundle>
|
||||
<bundle>mvn:org.apache.camel/camel-quartz/3.4.5-ENTAXY</bundle>
|
||||
<bundle>mvn:org.apache.camel/camel-core-engine/3.4.5-ENTAXY</bundle>
|
||||
<bundle>mvn:org.apache.camel/camel-master/3.4.5-ENTAXY</bundle>
|
||||
<bundle>mvn:org.apache.camel.karaf/camel-cxf-blueprint/3.4.5-ENTAXY</bundle>
|
||||
<bundle>mvn:org.codehaus.woodstox/woodstox-core-asl/4.4.1-ENTAXY</bundle>
|
||||
<bundle>mvn:org.apache.activemq/artemis-server-osgi/2.19.0-ENTAXY</bundle>
|
||||
<bundle>mvn:org.apache.karaf.cave.repository/org.apache.karaf.cave.repository.service/4.2.1-ENTAXY</bundle>
|
||||
</feature>
|
||||
|
||||
</features>
|
||||
|
@ -5,17 +5,23 @@
|
||||
==========
|
||||
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
|
||||
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
|
||||
rights to the Software and any copies are the property of the Copyright Holder. Unless
|
||||
it is explicitly allowed the Copyright Holder, the User is prohibited from using the
|
||||
Software for commercial purposes to provide services to third parties.
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
The Copyright Holder hereby declares that the Software is provided on an "AS IS".
|
||||
Under no circumstances does the Copyright Holder guarantee or promise that the
|
||||
Software provided by him will be suitable or not suitable for the specific purposes
|
||||
of the User, that the Software will meet all commercial and personal subjective
|
||||
expectations of the User, that the Software will work properly, without technical
|
||||
errors, quickly and uninterruptedly.
|
||||
|
||||
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.
|
||||
Under no circumstances shall the Copyright Holder or its Affiliates is not liable
|
||||
to the User for any direct or indirect losses of the User, his expenses or actual
|
||||
damage, including, downtime; loss of bussines; lost profit; lost earnings; loss
|
||||
or damage to data, property, etc.
|
||||
~~~~~~/licensing~~~~~~
|
||||
-->
|
||||
|
||||
|
Reference in New Issue
Block a user