ENTAXY-480 release version 1.8.3
This commit is contained in:
3
platform/src/main/features/TO_FIX.txt
Normal file
3
platform/src/main/features/TO_FIX.txt
Normal file
@ -0,0 +1,3 @@
|
||||
[entaxy-artifact-management/1.8.3, entaxy-platform-core/1.8.3, entaxy-blueprint-generator/1.8.3, entaxy-object-producing/1.8.3, generator/1.8.3, objects-base/1.8.3, entaxy-management/1.8.3, entaxy-datasources-initializer/1.8.3, entaxy-platform-base/1.8.3]
|
||||
|
||||
[entaxy-artifact-management/1.8.3, entaxy-platform-core/1.8.3, entaxy-object-producing/1.8.3, generator/1.8.3, objects-base/1.8.3, entaxy-management/1.8.3, entaxy-datasources-initializer/1.8.3, entaxy-init-manager/1.8.3, entaxy-platform-base/1.8.3]
|
17
platform/src/main/features/UPDATE_PLAN.txt
Normal file
17
platform/src/main/features/UPDATE_PLAN.txt
Normal file
@ -0,0 +1,17 @@
|
||||
repo-add entaxy-underlying-features-1.8.3
|
||||
feature:install -r -v -u entaxy-underlying-configuration/1.8.3
|
||||
repo-add mvn:ru.entaxy.esb/platform/1.8.3/xml/basics
|
||||
feature:install -r -v -u entaxy-karaf-basic/1.8.3
|
||||
feature:install -r -v -u entaxy-karaf-runtime/1.8.3
|
||||
repo-add mvn:ru.entaxy.esb/platform/1.8.3/xml/legacy
|
||||
feature:install -r -v -u entaxy-legacy/1.8.3
|
||||
repo-add mvn:ru.entaxy.esb.platform.runtime/base/1.8.3/xml/support
|
||||
feature:install -r -v -u base-support/1.8.3
|
||||
feature:install -r -v -u generator/1.8.3
|
||||
repo-add mvn:ru.entaxy.esb.platform.runtime/base/1.8.3/xml/features
|
||||
feature:install -r -v -u entaxy-platform-base/1.8.3
|
||||
repo-add mvn:ru.entaxy.esb.platform.runtime/core/1.8.3/xml/features
|
||||
feature:install -r -v -u entaxy-platform-core/1.8.3
|
||||
repo-add mvn:ru.entaxy.esb/platform/1.8.3/xml/features
|
||||
feature:install -r -v -u entaxy-platform/1.8.3
|
||||
|
139
platform/src/main/features/basics.xml
Normal file
139
platform/src/main/features/basics.xml
Normal file
@ -0,0 +1,139 @@
|
||||
<?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-basics-${project.version}"
|
||||
xmlns="http://karaf.apache.org/xmlns/features/v1.6.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.6.0 http://karaf.apache.org/xmlns/features/v1.6.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>
|
||||
|
||||
<!-- underlying repos -->
|
||||
<repository>mvn:ru.entaxy.esb.underlying/entaxy-underlying-features/${project.version}/xml/features</repository>
|
||||
|
||||
|
||||
<feature name="entaxy-karaf-basic" version="${project.version}">
|
||||
<feature>entaxy-underlying-configuration</feature>
|
||||
<feature>wrap</feature>
|
||||
<!-- feature>classpath</feature -->
|
||||
<feature>shell</feature>
|
||||
<feature>feature</feature>
|
||||
<feature>jaas</feature>
|
||||
<feature>ssh</feature>
|
||||
<feature>management</feature>
|
||||
<feature>bundle</feature>
|
||||
<feature>config</feature>
|
||||
<feature>deployer</feature>
|
||||
<feature>diagnostic</feature>
|
||||
<feature>feature</feature>
|
||||
<feature>instance</feature>
|
||||
<feature>kar</feature>
|
||||
<feature>log</feature>
|
||||
<feature>package</feature>
|
||||
<feature>service</feature>
|
||||
<feature>system</feature>
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-karaf-runtime" version="${project.version}">
|
||||
<feature>entaxy-underlying-configuration</feature>
|
||||
<feature>entaxy-karaf-basic</feature>
|
||||
<feature>scheduler</feature>
|
||||
<feature>eventadmin</feature>
|
||||
<feature>aries-blueprint</feature>
|
||||
|
||||
<feature>entaxy-karaf-healthcheck</feature>
|
||||
|
||||
<feature version="${cellar.version}">cellar</feature>
|
||||
<feature version="${cellar.version}">cellar-eventadmin</feature>
|
||||
<feature>cxf</feature>
|
||||
|
||||
|
||||
<feature>camel</feature>
|
||||
<feature>camel-blueprint</feature>
|
||||
<feature>camel-jaxb</feature>
|
||||
<feature>camel-cxf</feature>
|
||||
<feature>camel-amqp</feature>
|
||||
<feature>camel-core</feature>
|
||||
<feature>camel-http</feature>
|
||||
|
||||
<feature>hibernate</feature>
|
||||
<feature>jdbc</feature>
|
||||
<feature>pax-jdbc-pool-dbcp2</feature>
|
||||
<feature>jndi</feature>
|
||||
|
||||
<feature>camel-eventadmin</feature>
|
||||
<feature>camel-quartz</feature>
|
||||
<feature>camel-jsonpath</feature>
|
||||
<feature>camel-gson</feature>
|
||||
<feature>camel-ognl</feature>
|
||||
|
||||
<feature>entaxy-karaf-commons-support</feature>
|
||||
<feature>entaxy-karaf-liquibase-support</feature>
|
||||
|
||||
<feature>entaxy-karaf-artemis-jms-support</feature>
|
||||
<feature>artemis-jms-client</feature>
|
||||
<feature>camel-jms</feature>
|
||||
|
||||
<!-- feature version="1.4.4">pax-jdbc-spec</feature>
|
||||
<feature version="1.4.4">pax-jdbc</feature>
|
||||
<feature version="1.4.4">pax-jdbc-config</feature>
|
||||
<feature version="4.2.9">jdbc</feature -->
|
||||
|
||||
<feature version="${spring.bundles.version}">spring</feature>
|
||||
<feature version="${spring.bundles.version}">spring-tx</feature>
|
||||
<feature version="${spring.bundles.version}">spring-jdbc</feature>
|
||||
<feature version="[2,3)">jpa</feature>
|
||||
<!-- feature>entaxy-karaf-db-support</feature -->
|
||||
|
||||
<feature>ignite-core</feature>
|
||||
<feature>entaxy-karaf-ignite-support</feature>
|
||||
<feature>camel-ignite</feature>
|
||||
<feature>camel-sql</feature>
|
||||
|
||||
<feature>entaxy-karaf-jaxb-support</feature>
|
||||
|
||||
<feature>cave-repository</feature>
|
||||
<feature>cave-repository-api</feature>
|
||||
|
||||
<feature>wrapper</feature>
|
||||
<feature>shell-compat</feature>
|
||||
<feature>camel-jpa</feature>
|
||||
<feature>camel-jaxb</feature>
|
||||
<feature>camel-base64</feature>
|
||||
<feature>camel-zip-deflater</feature>
|
||||
<feature>camel-zipfile</feature>
|
||||
<feature>entaxy-freemarker-support</feature>
|
||||
</feature>
|
||||
|
||||
<feature name="entaxy-freemarker-support">
|
||||
<bundle dependency='true'>mvn:org.freemarker/freemarker/${freemarker.version}</bundle>
|
||||
</feature>
|
||||
|
||||
|
||||
</features>
|
52
platform/src/main/features/legacy.xml
Normal file
52
platform/src/main/features/legacy.xml
Normal file
@ -0,0 +1,52 @@
|
||||
<?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-legacy-${project.version}"
|
||||
xmlns="http://karaf.apache.org/xmlns/features/v1.6.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.6.0 http://karaf.apache.org/xmlns/features/v1.6.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>
|
||||
|
||||
<!-- underlying repo -->
|
||||
<repository>mvn:ru.entaxy.esb.underlying/entaxy-underlying-features/${project.version}/xml/features</repository>
|
||||
|
||||
<!-- legacy repo -->
|
||||
<repository>mvn:ru.entaxy.esb.system/system-parent/${project.version}/xml/basics</repository>
|
||||
|
||||
<feature name="entaxy-legacy" version="${project.version}">
|
||||
<feature>entaxy-karaf-basic</feature>
|
||||
<feature>entaxy-karaf-runtime</feature>
|
||||
<configfile finalname="${karaf.etc}/ru.entaxy.esb.cfg" override="false">
|
||||
mvn:ru.entaxy.esb.system/system-parent/${project.version}/cfg/ru.entaxy.esb
|
||||
</configfile>
|
||||
<feature>entaxy-legacy-main</feature>
|
||||
</feature>
|
||||
|
||||
</features>
|
Reference in New Issue
Block a user