ENTAXY-374 release 1.8.2

This commit is contained in:
2022-08-23 13:40:11 +03:00
parent b68642f81c
commit f495628c75
618 changed files with 61269 additions and 3202 deletions

View File

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

View File

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

View File

@ -58,7 +58,7 @@ public class HandleOutFaultInterceptor extends AbstractSoapInterceptor {
public void handleMessage(SoapMessage message) {
LOG.debug("HandleOutFaultInterceptor.handleMessage invocation");
// String inMEssage = message.getExchange().getInMessage().getContent(String.class);
// String inMessage = message.getExchange().getInMessage().getContent(String.class);
// Fault fault = (Fault) message.getContent(Exception.class);
Map headers = prepareHeaders(message);
String response = template.requestBodyAndHeaders(this.endpointUri, "", headers, String.class);

View File

@ -6,7 +6,7 @@
<parent>
<groupId>ru.entaxy.esb.system.core.events</groupId>
<artifactId>events</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<relativePath>../../events/pom.xml</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>ru.entaxy.esb.system.core.events</groupId>
<artifactId>events</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<relativePath>../../events/pom.xml</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>ru.entaxy.esb.system.core.events</groupId>
<artifactId>events</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<relativePath>../../events/pom.xml</relativePath>
</parent>

View File

@ -34,7 +34,7 @@
<cm:property-placeholder
persistent-id="ru.entaxy.esb.system.event.handler" update-strategy="reload">
<cm:default-properties>
<cm:property name="quirtz.job.clean.cron" value="0+0/1+*+*+*+?+*"/><!-- cron - Every minute -->
<cm:property name="quartz.job.clean.cron" value="0+0/1+*+*+*+?+*"/><!-- cron - Every minute -->
<cm:property name="mode.dev" value="false"/>
</cm:default-properties>
</cm:property-placeholder>
@ -244,7 +244,7 @@
</route>
<route id="cleanTopicsJob">
<from uri="quartz://cleanTopics?cron={{quirtz.job.clean.cron}}"/>
<from uri="quartz://cleanTopics?cron={{quartz.job.clean.cron}}"/>
<log message="Job: Clean topics and subscriptions" loggingLevel="DEBUG"/>
<to uri="direct-vm:cleanProcess"/>
</route>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>ru.entaxy.esb.system.core.events</groupId>
<artifactId>events</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<relativePath>../../events/pom.xml</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>ru.entaxy.esb.system.core.events</groupId>
<artifactId>events</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<relativePath>../../events/pom.xml</relativePath>
</parent>

View File

@ -142,7 +142,7 @@
<choice>
<when>
<simple>${exchangeProperty.DELETED}</simple>
<!-- Restore ropic -->
<!-- Restore topic -->
<to uri="direct:restoreSubscriberRoutes"/>
<setHeader name="Exchange.HTTP_RESPONSE_CODE">
<constant>200</constant>

View File

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

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ru.entaxy.esb.system</groupId>
<artifactId>system-parent</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>
<groupId>ru.entaxy.esb.system.core</groupId>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>ru.entaxy.esb.system.core.permission</groupId>
<artifactId>permission</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<relativePath>../../security/pom.xml</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>ru.entaxy.esb.system.core.permission</groupId>
<artifactId>permission</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<relativePath>../../security/pom.xml</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>ru.entaxy.esb.system.core.permission</groupId>
<artifactId>permission</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<relativePath>../../security/pom.xml</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>ru.entaxy.esb.system.core.permission</groupId>
<artifactId>permission</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<relativePath>../../security/pom.xml</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>ru.entaxy.esb.system.core.permission</groupId>
<artifactId>permission</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<relativePath>../../security/pom.xml</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>ru.entaxy.esb.system.core.permission</groupId>
<artifactId>permission</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>
<artifactId>permission-soap</artifactId>

View File

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

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>system-core</artifactId>
<groupId>ru.entaxy.esb.system.core</groupId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>