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 @@
<parent>
<groupId>ru.entaxy.esb</groupId>
<artifactId>underlying</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
</parent>
<groupId>ru.entaxy.esb.underlying</groupId>
<artifactId>entaxy-underlying-configuration</artifactId>

View File

@ -2,7 +2,7 @@
# ~~~~~~licensing~~~~~~
# entaxy-underlying-configuration
# ==========
# 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
@ -58,7 +58,7 @@ karaf.framework=felix
# Location of the OSGi frameworks
#
karaf.framework.equinox=mvn\:org.eclipse.platform/org.eclipse.osgi/3.12.100
karaf.framework.felix=mvn\:org.apache.felix/org.apache.felix.framework/5.6.12
karaf.framework.felix=mvn\:org.apache.felix/org.apache.felix.framework/5.6.12-ENTAXY
#
# Framework config properties.
@ -198,7 +198,7 @@ org.osgi.framework.bundle.parent=framework
#
# Definition of the default bundle start level
#
org.osgi.framework.startlevel.beginning=100
org.osgi.framework.startlevel.beginning=200
karaf.startlevel.bundle=80
#

View File

@ -2,7 +2,7 @@
# ~~~~~~licensing~~~~~~
# entaxy-karaf
# ==========
# 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-underlying-configuration
# ==========
# 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-karaf
# ==========
# 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
@ -39,8 +39,8 @@ default.bundle.blacklist.outbound=none
#
# Filtering of the configurations in the default cluster group
#
default.config.whitelist.inbound=*
default.config.whitelist.outbound=*
default.config.whitelist.inbound=entaxy.runtime.*
default.config.whitelist.outbound=entaxy.runtime.*
default.config.blacklist.inbound=org.apache.felix.fileinstall*, \
org.apache.karaf.management, \
org.apache.karaf.shell, \
@ -92,7 +92,7 @@ default.feature.blacklist.outbound=none
#default.obr.urls.sync=cluster
#default.balanced.servlet.sync=cluster
default.bundle.sync = clusterOnly
default.config.sync = disabled
default.config.sync = clusterOnly
default.feature.sync = clusterOnly
default.obr.urls.sync = clusterOnly
default.balanced.servlet.sync = clusterOnly

View File

@ -2,7 +2,7 @@
# ~~~~~~licensing~~~~~~
# entaxy-karaf
# ==========
# 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
@ -39,7 +39,7 @@ groups = default
# A local listener listens for local events (like bundle install, etc) and broadcast this state change to the cluster
#
bundle.listener = false
config.listener = false
config.listener = true
feature.listener = false
#

View File

@ -2,7 +2,7 @@
# ~~~~~~licensing~~~~~~
# entaxy-karaf
# ==========
# 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
@ -98,7 +98,7 @@ objectName = connector:name=rmi
#
jmxmpObjectName = connector:name=jmxmp
audit.eventadmin.enabled=false
audit.eventadmin.enabled=true
#
# Timeout to lookup for the keystore in case of SSL authentication usage

View File

@ -2,7 +2,7 @@
# ~~~~~~licensing~~~~~~
# entaxy-karaf
# ==========
# 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-underlying-configuration
# ==========
# 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
@ -141,3 +141,12 @@ log4j2.logger.pax_mvn_aether.name = org.ops4j.pax.url.mvn.internal.AetherBasedRe
log4j2.logger.pax_mvn_aether.level = ERROR
log4j2.logger.cave_mvn_servlet.name = org.apache.karaf.cave.repository.service.maven.MavenServlet
log4j2.logger.cave_mvn_servlet.level = ERROR
# ENTAXY-865 disable ignite metrics and checks lower than WARN
# Ignite metrics
log4j2.logger.ignite_kernal.name = org.apache.ignite.internal.IgniteKernal
log4j2.logger.ignite_kernal.level = WARN
# Ignite checkpointer
log4j2.logger.ignite_checkpointer.name = org.apache.ignite.internal.processors.cache.persistence.checkpoint.Checkpointer
log4j2.logger.ignite_checkpointer.level = WARN

View File

@ -2,7 +2,7 @@
# ~~~~~~licensing~~~~~~
# entaxy-underlying-configuration
# ==========
# 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
@ -117,10 +117,10 @@ org.ops4j.pax.url.mvn.defaultRepositories=\
# @id=repository.id : the id for the repository, just like in the
# settings.xml this is optional but recommended
#
org.ops4j.pax.url.mvn.repositories = ${org.ops4j.pax.url.mvn.repositories.entaxy}, ${env:ENTAXY_PRIMARY_REPO}, https://nexus.entaxy.ru/nexus/repository/entaxy-public@id=entaxy.public, https://repo1.maven.org/maven2@id=central, https://repository.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases, https://oss.sonatype.org/content/repositories/ops4j-snapshots@id=ops4j.sonatype.snapshots.deploy@snapshots@noreleases
org.ops4j.pax.url.mvn.repositories = ${org.ops4j.pax.url.mvn.repositories.entaxy}, ${org.ops4j.pax.url.mvn.repositories.entaxy.custom}, ${env:ENTAXY_PRIMARY_REPO}, https://nexus.entaxy.ru/nexus/repository/entaxy-public@id=entaxy.public, https://repo1.maven.org/maven2@id=central, https://repository.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases, https://oss.sonatype.org/content/repositories/ops4j-snapshots@id=ops4j.sonatype.snapshots.deploy@snapshots@noreleases
org.ops4j.pax.url.mvn.repositories.entaxy =
org.ops4j.pax.url.mvn.repositories.entaxy.custom =
#
# Global policies override repository-specific settings (@checksum=..., @update=..., @releasesUpdate=..., ...)
#

View File

@ -2,7 +2,7 @@
# ~~~~~~licensing~~~~~~
# entaxy-karaf
# ==========
# 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
@ -28,3 +28,13 @@ org.osgi.service.http.port=${entaxy.org.osgi.service.http.port:-8181}
javax.servlet.context.tempdir=${karaf.data}/pax-web-jsp
org.ops4j.pax.web.config.file=${karaf.etc}/jetty.xml
#org.osgi.service.http.port.secure=${entaxy.org.osgi.service.http.port.secure:-8443}
#org.osgi.service.http.secure.enabled=true
#org.ops4j.pax.web.ssl.keystore=URL or path/to/file
#org.ops4j.pax.web.ssl.password=karaf1234
#org.ops4j.pax.web.ssl.keypassword=karaf1234
# IF NEEDED ONLY:
#org.osgi.service.http.enabled=false
#org.osgi.service.https.enabled=true

View File

@ -2,7 +2,7 @@
# ~~~~~~licensing~~~~~~
# entaxy-underlying-configuration
# ==========
# 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-karaf
# ==========
# 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
@ -59,6 +59,7 @@ entaxy.sshPort = 8101
# @see org.ops4j.pax.web.cfg
#
entaxy.org.osgi.service.http.port = 8181
entaxy.org.osgi.service.http.port.secure = 8443
#
# @see ru.entaxy.esb.system.event.rest.cfg

View File

@ -2,7 +2,7 @@
# ~~~~~~licensing~~~~~~
# entaxy-karaf
# ==========
# 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
@ -65,7 +65,8 @@ eclipsesource-jaxrs=mvn:com.eclipsesource.jaxrs/features/RELEASE/xml/features
aries-jpa=mvn:org.apache.aries.jpa/jpa-features/RELEASE/xml/features
aries-rsa=mvn:org.apache.aries.rsa/rsa-features/RELEASE/xml/features
hibernate=mvn:org.hibernate/hibernate-osgi/RELEASE/xml/karaf
ignite=mvn:org.apache.ignite/ignite-osgi-karaf/RELEASE/xml/features
#no repository for actual version
#ignite=mvn:org.apache.ignite/ignite-osgi-karaf/RELEASE/xml/features
openjpa=mvn:org.apache.openjpa/openjpa-features/RELEASE/xml/features
artemis=mvn:org.apache.activemq/artemis-features/RELEASE/xml/features
brave=mvn:io.zipkin.brave.karaf/brave-features/RELEASE/xml/features

View File

@ -3,7 +3,7 @@
~~~~~~licensing~~~~~~
entaxy-underlying-configuration
==========
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
@ -77,7 +77,7 @@
<bundle originalUri="mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/(0,${jackson.version})" replacement="mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/${jackson.version}" mode="maven" />
<bundle originalUri="mvn:com.fasterxml.jackson.datatype/jackson-datatype-jsr310/(0,${jackson.version})" replacement="mvn:com.fasterxml.jackson.datatype/jackson-datatype-jsr310/${jackson.version}" mode="maven" />
<bundle originalUri="mvn:org.yaml/snakeyaml/(1,${snakeyaml1.version})" replacement="mvn:org.yaml/snakeyaml/${snakeyaml1.version}" mode="maven" />
<bundle originalUri="mvn:org.yaml/snakeyaml/(1,${snakeyaml1.version}]" replacement="mvn:org.yaml/snakeyaml/${snakeyaml2.version}" mode="maven" />
<bundle originalUri="mvn:org.javassist/javassist/(0,${javassist.version.clean})" replacement="mvn:org.javassist/javassist/${javassist.version}" mode="maven" />
@ -117,23 +117,72 @@
<bundle originalUri="mvn:org.apache.camel/camel-base/${camel.version}" replacement="mvn:org.apache.camel/camel-base/${camel.version}-ENTAXY" mode="maven" />
<bundle originalUri="mvn:org.apache.camel/camel-quartz/${camel.version}" replacement="mvn:org.apache.camel/camel-quartz/${camel.version}-ENTAXY" mode="maven" />
<bundle originalUri="mvn:org.apache.camel/camel-core-engine/${camel.version}" replacement="mvn:org.apache.camel/camel-core-engine/${camel.version}-ENTAXY" mode="maven" />
<bundle originalUri="mvn:org.apache.camel/camel-master/${camel.version}" replacement="mvn:org.apache.camel/camel-master/${camel.version}-ENTAXY" mode="maven" />
<bundle originalUri="mvn:org.apache.camel/camel-jms/${camel.version}" replacement="mvn:org.apache.camel/camel-jms/${camel.version}-ENTAXY" mode="maven" />
<bundle originalUri="mvn:org.apache.camel.karaf/camel-cxf-blueprint/${camel.version}" replacement="mvn:org.apache.camel.karaf/camel-cxf-blueprint/${camel.version}-ENTAXY" mode="maven" />
<bundle originalUri="mvn:org.apache.camel/camel-freemarker/${camel.version}" replacement="mvn:org.apache.camel/camel-freemarker/${camel.version}-ENTAXY" mode="maven" />
<bundle originalUri="mvn:org.codehaus.woodstox/woodstox-core-asl/4.4.1"
replacement="mvn:org.codehaus.woodstox/woodstox-core-asl/4.4.1-ENTAXY" mode="maven" />
<bundle originalUri="mvn:org.apache.activemq/artemis-server-osgi/2.19.0"
replacement="mvn:org.apache.activemq/artemis-server-osgi/2.19.0-ENTAXY" mode="maven" />
<bundle originalUri="mvn:com.google.code.gson/gson/${gson.version}"
replacement="mvn:ru.entaxy.bundles-repacked/ru.entaxy.bundles-repacked.com.google.code.gson-2.8.5.entaxy/${gson.version}-ENTAXY" mode="maven" />
<bundle originalUri="mvn:org.apache.karaf.cave.repository/org.apache.karaf.cave.repository.service/${cave.version}"
replacement="mvn:org.apache.karaf.cave.repository/org.apache.karaf.cave.repository.service/${cave.version}-ENTAXY" mode="maven" />
<bundle originalUri="mvn:org.eclipse.jdt.core.compiler/ecj/4.5.1"
replacement="mvn:org.eclipse.jdt/ecj/3.24.0" mode="maven" />
<bundle originalUri="mvn:org.apache.karaf.management/org.apache.karaf.management.server/${karaf.version}"
replacement="mvn:org.apache.karaf.management/org.apache.karaf.management.server/${karaf.version}-ENTAXY" mode="maven" />
<bundle originalUri="mvn:org.apache.karaf.features/org.apache.karaf.features.core/${karaf.version}"
replacement="mvn:org.apache.karaf.features/org.apache.karaf.features.core/${karaf.version}-ENTAXY" mode="maven" />
<bundle originalUri="wrap:mvn:org.dom4j/dom4j/2.1.1"
replacement="wrap:mvn:org.dom4j/dom4j/2.1.1/&#36;Bundle-SymbolicName=dom4j.wrap&amp;Bundle-Version=2.1.1&amp;Export-Package=*;version=&quot;2.1.1&quot;" mode="maven" />
<bundle originalUri="wrap:mvn:antlr/antlr/2.7.7"
replacement="wrap:mvn:antlr/antlr/2.7.7/&#36;Bundle-SymbolicName=antlr.wrap&amp;Bundle-Version=2.7.7&amp;Export-Package=*;version=&quot;2.7.7&quot;" mode="maven" />
<!-- to avoid refresh on bundles rewiring -->
<bundle originalUri="mvn:javax.el/javax.el-api/[3, 4)"
replacement="mvn:org.glassfish/jakarta.el/3.0.3" mode="maven" />
<bundle originalUri="mvn:org.jboss.spec.javax.transaction/jboss-transaction-api_1.2_spec/1.1.1.Final"
replacement="mvn:javax.transaction/javax.transaction-api/1.2" mode="maven" />
<bundle originalUri="mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1"
replacement="mvn:javax.transaction/javax.transaction-api/1.2" mode="maven" />
<!-- use patched version -->
<bundle originalUri="mvn:com.hazelcast/hazelcast-all/${hazelcast.version}"
replacement="mvn:com.hazelcast/hazelcast-all/${hazelcast.version}-ENTAXY" mode="maven" />
<!-- to avoid refresh on bundles rewiring -->
<bundle originalUri="mvn:joda-time/joda-time/[2, 2.10.14)"
replacement="mvn:joda-time/joda-time/2.10.14" mode="maven" />
<bundle originalUri="mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1"
replacement="mvn:jakarta.jms/jakarta.jms-api/2.0.3" mode="maven" />
<!-- use repacked version to exclude org.yaml/snakeyaml/1.x -->
<bundle originalUri="mvn:org.liquibase/liquibase-core/${liquibase.version}"
replacement="mvn:ru.entaxy.bundles-repacked/ru.entaxy.bundles-repacked.org.liquibase.core-${liquibase.version}.entaxy/${liquibase.version}-ENTAXY" mode="maven" />
<bundle originalUri="mvn:org.freemarker/freemarker/(2, ${freemarker.version})"
replacement="mvn:org.freemarker/freemarker/${freemarker.version}" />
<!-- use repacked version to enable eventadmin audit -->
<bundle originalUri="mvn:io.hawt/hawtio-osgi/2.14.1/war"
replacement="mvn:ru.entaxy.bundles-repacked/ru.entaxy.bundles-repacked.io.hawt.hawtio-osgi-2.14.1.entaxy/2.14.1-ENTAXY/war" mode="maven" />
</bundleReplacements>
<featureReplacements>
<replacement mode="replace">
<feature name="cave-common" version="${cellar.version}">
<feature name="cave-common" version="${cellar.version}" start-level="50">
<features:feature prerequisite="true">http</features:feature>
<features:feature prerequisite="true">scr</features:feature>
<features:feature version="${cxf.version}">cxf-jaxrs</features:feature>

View File

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