ENTAXY-248 release 1.8.1
This commit is contained in:
@ -0,0 +1,61 @@
|
||||
###
|
||||
# ~~~~~~licensing~~~~~~
|
||||
# entaxy-karaf
|
||||
# ==========
|
||||
# Copyright (C) 2020 - 2021 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
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# 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.
|
||||
# ~~~~~~/licensing~~~~~~
|
||||
###
|
||||
# Common information
|
||||
entaxy.version=${project.version}
|
||||
entaxy.karaf.version=${karaf.version}
|
||||
|
||||
#
|
||||
# Local Karaf configuration to change when using multi-node cluster on one VM
|
||||
#
|
||||
|
||||
#
|
||||
# Port number for RMI registry connection
|
||||
# @see org.apache.karaf.management.cfg
|
||||
#
|
||||
entaxy.rmiRegistryPort = 1099
|
||||
|
||||
#
|
||||
# Port number for RMI connector server connection
|
||||
# @see org.apache.karaf.management.cfg
|
||||
#
|
||||
entaxy.rmiServerPort = 44444
|
||||
|
||||
#
|
||||
# JMXMP connector port number
|
||||
# @see org.apache.karaf.management.cfg
|
||||
#
|
||||
entaxy.jmxmpPort = 9999
|
||||
|
||||
#
|
||||
# Via sshPort and sshHost you define the address you can login into Karaf.
|
||||
# @see org.apache.karaf.shell.cfg
|
||||
#
|
||||
entaxy.sshPort = 8101
|
||||
|
||||
#
|
||||
# @see org.ops4j.pax.web.cfg
|
||||
#
|
||||
entaxy.org.osgi.service.http.port = 8181
|
||||
|
||||
#
|
||||
# @see ru.entaxy.esb.system.event.rest.cfg
|
||||
#
|
||||
entaxy.service.port.management = 9090
|
||||
entaxy.service.port.subscription = 9092
|
@ -0,0 +1,67 @@
|
||||
###
|
||||
# ~~~~~~licensing~~~~~~
|
||||
# entaxy-karaf
|
||||
# ==========
|
||||
# Copyright (C) 2020 - 2021 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
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# 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.
|
||||
# ~~~~~~/licensing~~~~~~
|
||||
###
|
||||
|
||||
#
|
||||
# This file describes the features repository URL
|
||||
# It could be directly installed using feature:repo-add command
|
||||
#
|
||||
enterprise=mvn:org.apache.karaf.features/enterprise/${karaf.version}/xml/features
|
||||
enterprise-legacy=mvn:org.apache.karaf.features/enterprise-legacy/${karaf.version}/xml/features
|
||||
spring=mvn:org.apache.karaf.features/spring/${karaf.version}/xml/features
|
||||
spring-legacy=mvn:org.apache.karaf.features/spring-legacy/${karaf.version}/xml/features
|
||||
cellar=mvn:org.apache.karaf.cellar/apache-karaf-cellar/${cellar.version}/xml/features
|
||||
|
||||
# we don't use rebuilded features descriptor with raised CXF version anymore
|
||||
# due to switching to org.apache.karaf.features.xml configuration
|
||||
# cave=mvn:ru.entaxy.esb.distribution/apache-karaf-cave/${cave.version}/xml/features
|
||||
cave=mvn:org.apache.karaf.cave/apache-karaf-cave/${cave.version}/xml/features
|
||||
|
||||
camel=mvn:org.apache.camel.karaf/apache-camel/${camel.version}/xml/features
|
||||
camel-extras=mvn:org.apache-extras.camel-extra.karaf/camel-extra/RELEASE/xml/features
|
||||
cxf=mvn:org.apache.cxf.karaf/apache-cxf/${cxf.version}/xml/features
|
||||
cxf-dosgi=mvn:org.apache.cxf.dosgi/cxf-dosgi/RELEASE/xml/features
|
||||
cxf-dosgi-samples=mvn:org.apache.cxf.dosgi/cxf-dosgi-samples/RELEASE/xml/features
|
||||
cxf-xkms=mvn:org.apache.cxf.services.xkms/cxf-services-xkms-features/RELEASE/xml
|
||||
activemq=mvn:org.apache.activemq/activemq-karaf/RELEASE/xml/features
|
||||
jclouds=mvn:org.apache.jclouds.karaf/jclouds-karaf/RELEASE/xml/features
|
||||
openejb=mvn:org.apache.openejb/openejb-feature/RELEASE/xml/features
|
||||
wicket=mvn:org.ops4j.pax.wicket/features/RELEASE/xml/features
|
||||
# we don't define hawtio repo for it must be defined somewhere in /ui/entaxy-hawtio
|
||||
# hawtio=mvn:io.hawt/hawtio-karaf/RELEASE/xml/features
|
||||
pax-cdi=mvn:org.ops4j.pax.cdi/pax-cdi-features/RELEASE/xml/features
|
||||
pax-jdbc=mvn:org.ops4j.pax.jdbc/pax-jdbc-features/RELEASE/xml/features
|
||||
pax-jms=mvn:org.ops4j.pax.jms/pax-jms-features/RELEASE/xml/features
|
||||
pax-jpa=mvn:org.ops4j.pax.jpa/pax-jpa-features/RELEASE/xml/features
|
||||
pax-transx=mvn:org.ops4j.pax.transx/pax-transx-features/RELEASE/xml/features
|
||||
pax-keycloak=mvn:org.ops4j.pax.keycloak/pax-keycloak-features/RELEASE/xml/features
|
||||
pax-web=mvn:org.ops4j.pax.web/pax-web-features/RELEASE/xml/features
|
||||
pax-wicket=mvn:org.ops4j.pax.wicket/pax-wicket-features/RELEASE/xml/features
|
||||
ecf=http://download.eclipse.org/rt/ecf/RELEASE/site.p2/karaf-features.xml
|
||||
decanter=mvn:org.apache.karaf.decanter/apache-karaf-decanter/RELEASE/xml/features
|
||||
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
|
||||
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
|
||||
sling=mvn:org.apache.sling/org.apache.sling.karaf-features/RELEASE/xml/features
|
||||
|
@ -0,0 +1,112 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
~~~~~~licensing~~~~~~
|
||||
entaxy-underlying-configuration
|
||||
==========
|
||||
Copyright (C) 2020 - 2021 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
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
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.
|
||||
~~~~~~/licensing~~~~~~
|
||||
-->
|
||||
|
||||
<featuresProcessing xmlns="http://karaf.apache.org/xmlns/features-processing/v1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:features="http://karaf.apache.org/xmlns/features/v1.6.0"
|
||||
xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.6.0 http://karaf.apache.org/xmlns/features/v1.6.0
|
||||
http://karaf.apache.org/xmlns/features-processing/v1.0.0 http://karaf.apache.org/xmlns/features-processing/v1.0.0">
|
||||
|
||||
<!--
|
||||
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
contributor license agreements. See the NOTICE file distributed with
|
||||
this work for additional information regarding copyright ownership.
|
||||
The ASF licenses this file to You 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
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
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.
|
||||
-->
|
||||
|
||||
<blacklistedRepositories>
|
||||
<repository>mvn:org.apache.karaf.features/framework/4.3.0-SNAPSHOT/xml/features</repository>
|
||||
<repository>mvn:org.apache.karaf.features/standard/4.3.0-SNAPSHOT/xml/features</repository>
|
||||
<repository>mvn:org.apache.karaf.features/enterprise/4.3.0-SNAPSHOT/xml/features</repository>
|
||||
<repository>mvn:org.apache.karaf.features/enterprise-legacy/4.3.0-SNAPSHOT/xml/features</repository>
|
||||
<repository>mvn:org.apache.karaf.features/spring/4.3.0-SNAPSHOT/xml/features</repository>
|
||||
<repository>mvn:org.apache.karaf.features/spring-legacy/4.3.0-SNAPSHOT/xml/features</repository>
|
||||
<repository>mvn:org.apache.karaf.features/framework/4.3.0.RC1/xml/features</repository>
|
||||
<repository>mvn:org.apache.karaf.features/standard/4.3.0.RC1/xml/features</repository>
|
||||
<repository>mvn:org.apache.karaf.features/enterprise/4.3.0.RC1/xml/features</repository>
|
||||
<repository>mvn:org.apache.karaf.features/enterprise-legacy/4.3.0.RC1/xml/features</repository>
|
||||
<repository>mvn:org.apache.karaf.features/spring/4.3.0.RC1/xml/features</repository>
|
||||
<repository>mvn:org.apache.karaf.features/spring-legacy/4.3.0.RC1/xml/features</repository>
|
||||
|
||||
<repository>mvn:org.apache.cxf.karaf/apache-cxf/3.3.4/xml/features</repository>
|
||||
<repository>mvn:org.apache.karaf.features/spring-legacy/4.2.9/xml/features</repository>
|
||||
</blacklistedRepositories>
|
||||
|
||||
<bundleReplacements>
|
||||
<bundle originalUri="mvn:org.apache.karaf.cellar/org.apache.karaf.cellar.bundle/${cellar.version}" replacement="mvn:org.apache.karaf.cellar/org.apache.karaf.cellar.bundle/${cellar.version}-ENTAXY" mode="maven" />
|
||||
|
||||
<bundle originalUri="mvn:com.fasterxml.jackson.core/jackson-annotations/(0,2.10.5)" replacement="mvn:com.fasterxml.jackson.core/jackson-annotations/2.10.5" mode="maven" />
|
||||
<bundle originalUri="mvn:com.fasterxml.jackson.core/jackson-core/(0,2.10.5)" replacement="mvn:com.fasterxml.jackson.core/jackson-core/2.10.5" mode="maven" />
|
||||
<bundle originalUri="mvn:com.fasterxml.jackson.core/jackson-databind/(0,2.10.5)" replacement="mvn:com.fasterxml.jackson.core/jackson-databind/2.10.5" mode="maven" />
|
||||
|
||||
<bundle originalUri="mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/(0,2.10.3)" replacement="mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.10.3" mode="maven" />
|
||||
<bundle originalUri="mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/(0,2.10.3)" replacement="mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.10.3" mode="maven" />
|
||||
|
||||
<bundle originalUri="mvn:commons-codec/commons-codec/(1,1.14)" replacement="mvn:commons-codec/commons-codec/1.14" mode="maven" />
|
||||
|
||||
<bundle originalUri="mvn:io.netty/netty-common/(4,4.1.51)" replacement="mvn:io.netty/netty-common/4.1.51.Final" mode="maven" />
|
||||
<bundle originalUri="mvn:io.netty/netty-buffer/(4,4.1.51)" replacement="mvn:io.netty/netty-buffer/4.1.51.Final" mode="maven" />
|
||||
<bundle originalUri="mvn:io.netty/netty-resolver/(4,4.1.51)" replacement="mvn:io.netty/netty-resolver/4.1.51.Final" mode="maven" />
|
||||
<bundle originalUri="mvn:io.netty/netty-transport/(4,4.1.51)" replacement="mvn:io.netty/netty-transport/4.1.51.Final" mode="maven" />
|
||||
<bundle originalUri="mvn:io.netty/netty-handler/(4,4.1.51)" replacement="mvn:io.netty/netty-handler/4.1.51.Final" mode="maven" />
|
||||
<bundle originalUri="mvn:io.netty/netty-codec/(4,4.1.51)" replacement="mvn:io.netty/netty-codec/4.1.51.Final" mode="maven" />
|
||||
<bundle originalUri="mvn:io.netty/netty-transport-native-epoll/(4,4.1.51)" replacement="mvn:io.netty/netty-transport-native-epoll/4.1.51.Final" mode="maven" />
|
||||
<bundle originalUri="mvn:io.netty/netty-transport-native-kqueue/(4,4.1.51)" replacement="mvn:io.netty/netty-transport-native-kqueue/4.1.51.Final" mode="maven" />
|
||||
<bundle originalUri="mvn:io.netty/netty-codec-http/(4,4.1.51)" replacement="mvn:io.netty/netty-codec-http/4.1.51.Final" mode="maven" />
|
||||
<bundle originalUri="mvn:io.netty/netty-transport-native-unix-common/(4,4.1.51)" replacement="mvn:io.netty/netty-transport-native-unix-common/4.1.51.Final" mode="maven" />
|
||||
|
||||
<bundle originalUri="mvn:javax.annotation/javax.annotation-api/(1,1.3.2)" replacement="mvn:javax.annotation/javax.annotation-api/1.3.2" mode="maven" />
|
||||
|
||||
<bundle originalUri="mvn:javax.mail/mail/(1, 1.4.7)" replacement="mvn:javax.mail/mail/1.4.7" mode="maven" />
|
||||
|
||||
<bundle originalUri="mvn:com.h2database/h2/(1.4, 1.5)" replacement="mvn:com.h2database/h2/1.4.199-ENTAXY" mode="maven" />
|
||||
<!-- bundle originalUri="mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.opensaml/(3.2, 3.4)"
|
||||
replacement="mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.opensaml/3.4.5_2" mode="maven" / -->
|
||||
|
||||
<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-core-engine/${camel.version}" replacement="mvn:org.apache.camel/camel-core-engine/${camel.version}-ENTAXY" mode="maven" />
|
||||
</bundleReplacements>
|
||||
|
||||
<featureReplacements>
|
||||
<replacement mode="replace">
|
||||
<feature name="cave-common" version="${cellar.version}">
|
||||
<features:feature prerequisite="true">http</features:feature>
|
||||
<features:feature prerequisite="true">scr</features:feature>
|
||||
<features:feature version="${cxf.version}">cxf-jaxrs</features:feature>
|
||||
<features:bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-core/2.10.0</features:bundle>
|
||||
<features:bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-annotations/2.10.0</features:bundle>
|
||||
<features:bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-databind/2.10.0</features:bundle>
|
||||
<features:bundle dependency="true">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.10.0</features:bundle>
|
||||
<features:bundle dependency="true">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.10.0</features:bundle>
|
||||
</feature>
|
||||
</replacement>
|
||||
</featureReplacements>
|
||||
|
||||
</featuresProcessing>
|
Reference in New Issue
Block a user