ENTAXY-248 release 1.8.1

This commit is contained in:
2022-02-28 15:20:38 +03:00
parent 4d274c4fcc
commit c826adf1db
1958 changed files with 195926 additions and 10280 deletions

View File

@ -7,7 +7,7 @@
<parent>
<groupId>ru.entaxy.esb.system.registry</groupId>
<artifactId>registry</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
<relativePath>../../registry/pom.xml</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>ru.entaxy.esb.system.registry.systems</groupId>
<artifactId>systems</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
<relativePath>../../systems/pom.xml</relativePath>
</parent>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ru.entaxy.esb.system.registry.systems</groupId>
<artifactId>systems</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
<relativePath>../../systems/pom.xml</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>ru.entaxy.esb.system.registry.systems</groupId>
<artifactId>systems</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
<relativePath>../../systems/pom.xml</relativePath>
</parent>
@ -35,6 +35,9 @@
javassist.util.proxy,
*
</bundle.osgi.import.pkg>
<!-- bundle.osgi.export.pkg>
ru.entaxy.esb.system.jpa.impl
</bundle.osgi.export.pkg -->
</properties>
<dependencies>
@ -70,7 +73,6 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.core</artifactId>
<version>${osgi.version}</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -38,6 +38,11 @@
interface="org.hibernate.SessionFactory"
timeout="30000"/>
<!-- NOTE: Don't delete! -->
<!-- It needs for hibernate because dataSource doesn't has time to registry in jndi-->
<reference id="storage" interface="javax.sql.DataSource" filter="(osgi.jndi.service.name=entaxy.esb.storage)"
availability="mandatory"/>
<service ref="SystemService"
interface="ru.entaxy.esb.system.jpa.SystemService"/>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>ru.entaxy.esb.system.registry.systems</groupId>
<artifactId>systems</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
<relativePath>../../systems/pom.xml</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>ru.entaxy.esb.system.registry.systems.profile</groupId>
<artifactId>system-profile</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
<relativePath>../../system-profile/pom.xml</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>ru.entaxy.esb.system.registry.systems.profile</groupId>
<artifactId>system-profile</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
<relativePath>../../system-profile/pom.xml</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>ru.entaxy.esb.system.registry.systems.profile</groupId>
<artifactId>system-profile</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
<relativePath>../../system-profile/pom.xml</relativePath>
</parent>
@ -41,7 +41,6 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jms</artifactId>
<version>${camel.version}</version>
</dependency>
</dependencies>