Files
entaxy-public/platform/src/main/features/features.xml

157 lines
6.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
~~~~~~licensing~~~~~~
platform
==========
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
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~~~~~~
-->
<features name="entaxy-platform-${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">
<repository>mvn:org.apache.camel.karaf/apache-camel/${camel.version}/xml/features</repository>
<repository>mvn:org.apache.activemq/artemis-features/${activemq.version}/xml/features</repository>
<repository>mvn:org.hibernate/hibernate-osgi/${hibernate.version}/xml/karaf</repository>
<repository>mvn:org.apache.karaf.cellar/apache-karaf-cellar/${cellar.version}/xml/features</repository>
<repository>mvn:org.apache.ignite/ignite-osgi-karaf/${ignite.version}/xml/features</repository>
<repository>mvn:org.apache.karaf.features/enterprise/${karaf.version}/xml/features</repository>
<repository>mvn:org.ops4j.pax.jdbc/pax-jdbc-features/1.4.4/xml/features</repository>
<repository>mvn:org.apache.karaf.features/spring/4.2.9/xml/features</repository>
<repository>mvn:org.apache.karaf.cave/apache-karaf-cave/${cave.version}/xml/features</repository>
<!-- repository>mvn:ru.entaxy.esb/karaf-features/${project.version}/xml/features</repository -->
<!-- underlying repo -->
<repository>mvn:ru.entaxy.esb.underlying/entaxy-underlying-features/${project.version}/xml/features</repository>
<!-- basics repo -->
<repository>mvn:ru.entaxy.esb/platform/${project.version}/xml/basics</repository>
<!-- legacy repos -->
<repository>mvn:ru.entaxy.esb/platform/${project.version}/xml/legacy</repository>
<repository>mvn:ru.entaxy.esb.system/system-parent/${project.version}/xml/features</repository>
<repository>mvn:ru.entaxy.esb.platform.runtime/base/${project.version}/xml/features</repository>
<repository>mvn:ru.entaxy.esb.platform.runtime/core/${project.version}/xml/features</repository>
<repository>mvn:ru.entaxy.esb.platform.runtime/modules/${project.version}/xml/features</repository>
<feature name="entaxy-platform" version="${project.version}">
<!-- Wait for all the startup features to be installed -->
<feature>entaxy-underlying-configuration</feature>
<feature>entaxy-karaf-basic</feature>
<feature>entaxy-karaf-runtime</feature>
<!-- feature>maven-support</feature -->
<!-- bundle start-level="5" dependency="true">mvn:org.ops4j.pax.logging/pax-logging-api/1.11.6</bundle -->
<!-- then be sure all entaxy features needed are installed -->
<!-- feature>entaxy-karaf</feature -->
<feature>entaxy-legacy</feature>
<!-- @TODO must be moved to base -->
<feature>entaxy-freemarker-support</feature>
<feature version="${project.version}">entaxy-platform-components</feature>
<!-- prepare for modules installation -->
<feature version="${project.version}">entaxy-legacy-for-modules</feature>
<feature version="${project.version}">entaxy-platform-modules-components</feature>
</feature>
<feature name="entaxy-karaf-healthcheck" version="${project.version}">
<bundle>mvn:org.apache.felix/org.apache.felix.healthcheck.api/2.0.4</bundle>
<bundle>mvn:org.apache.felix/org.apache.felix.healthcheck.core/2.0.12</bundle>
<bundle>mvn:org.apache.felix/org.apache.felix.healthcheck.generalchecks/2.0.14</bundle>
</feature>
<feature name="entaxy-platform-components" version="${project.version}">
<feature>entaxy-karaf-basic</feature>
<feature>entaxy-karaf-runtime</feature>
<!-- feature>entaxy-karaf</feature -->
<feature>entaxy-legacy</feature>
<feature>entaxy-legacy-system</feature>
<!-- feature>karaf-camel-common</feature -->
<feature>entaxy-freemarker-support</feature>
<configfile finalname="${karaf.etc}/org.apache.felix.hc.generalchecks.BundlesStartedCheck-platform.cfg" override="true">
mvn:ru.entaxy.esb/platform/${project.version}/cfg/org.apache.felix.hc.generalchecks.BundlesStartedCheck-platform
</configfile>
<!-- then install platform base & core -->
<!-- bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.freemarker/2.3.29_1</bundle -->
<feature version="${project.version}" dependency="false">entaxy-platform-base</feature>
<feature version="${project.version}" dependency="false">entaxy-platform-core</feature>
</feature>
<feature name="entaxy-legacy-for-modules" version="${project.version}">
<feature>entaxy-legacy</feature>
<feature version="${project.version}">entaxy-platform-base</feature>
<feature version="${project.version}">entaxy-platform-core</feature>
<feature version="${project.version}">entaxy-platform-components</feature>
<!-- feature>entaxy-legacy-blueprint-generator</feature -->
<feature>entaxy-legacy-system-api</feature>
<!-- feature>entaxy-legacy-deployer</feature -->
<feature>entaxy-legacy-profile-commons</feature>
<feature>entaxy-legacy-bundle-service</feature>
<feature>entaxy-legacy-connectors</feature>
<feature>entaxy-legacy-management</feature>
<feature>entaxy-legacy-error-handler</feature>
<feature>entaxy-legacy-system-profile</feature>
<feature>entaxy-legacy-bridge-profiles</feature>
<feature>entaxy-legacy-system-management</feature>
<feature>entaxy-legacy-system-component</feature>
<feature>entaxy-legacy-system-groups</feature>
<feature>entaxy-legacy-permissions</feature>
<feature>entaxy-legacy-management-connectors</feature>
<feature>entaxy-legacy-events</feature>
<!-- feature>entaxy-legacy-schema</feature -->
<feature>entaxy-legacy-basic-auth</feature>
<capability>
osgi.service;objectClass=org.hibernate.SessionFactory;effective:=active;
</capability>
</feature>
<feature name="entaxy-platform-modules-components" version="${project.version}">
<feature version="${project.version}">entaxy-platform-base</feature>
<feature version="${project.version}">entaxy-platform-core</feature>
<feature version="${project.version}">entaxy-legacy-for-modules</feature>
<!-- install platform modules -->
<feature version="${project.version}">entaxy-platform-modules</feature>
</feature>
</features>