Skip to content

Commit

Permalink
Merge branch 'release/12.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
iitsoftware committed Oct 12, 2021
2 parents 1335caa + 9e60c67 commit a215d44
Show file tree
Hide file tree
Showing 28 changed files with 72 additions and 76 deletions.
8 changes: 1 addition & 7 deletions distribution/disttemplates/router/scripts/checkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,5 @@ if [[ ! -e /swiftmq/data/log ]]; then
mkdir /swiftmq/data/log
fi

PWD=`pwd`
cd /swiftmq/optional-swiftlets/extension
for D in */; do
if [[ ! -e /swiftmq/data/deploy/${D} ]]; then
cp -Rf /swiftmq/optional-swiftlets/extension/${D} /swiftmq/data/deploy/. >/dev/null 2>&1
fi
done
rsync -av /swiftmq/optional-swiftlets/extension/ /swiftmq/data/deploy/
cd /swiftmq/scripts
1 change: 1 addition & 0 deletions distribution/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ghcr.io/graalvm/graalvm-ce:latest
RUN microdnf install rsync
COPY swiftmq.tar.gz /swiftmq.tar.gz
WORKDIR /
RUN tar xvfz swiftmq.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_xa</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion distribution/src/assembly/filter.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
vendor=IIT Software GmbH, Muenster, Germany
release=12.03.03
release=12.03.04
distribution=Community Edition


2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<packaging>pom</packaging>
<version>12.3.3</version>
<version>12.3.4</version>

<modules>
<module>router</module>
Expand Down
4 changes: 2 additions & 2 deletions router/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>swiftmq-ce</artifactId>
<groupId>com.swiftmq</groupId>
<version>12.3.3</version>
<version>12.3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.swiftmq</groupId>
<artifactId>router</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
<build>
<plugins>
<plugin>
Expand Down
6 changes: 3 additions & 3 deletions router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq</groupId>
<artifactId>router</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>

<dependencies>
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_amqp</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_authentication</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
</dependency>
<dependency>
<groupId>org.jasypt</groupId>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_deploy</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_jms</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_jndi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_jndi</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ private BytesMessageImpl createMessage(Versionable versionable, Destination repl
msg.setJMSDeliveryMode(javax.jms.DeliveryMode.NON_PERSISTENT);
msg.setJMSDestination(new TopicImpl(JNDISwiftlet.JNDI_TOPIC));
msg.setJMSPriority(MessageImpl.MAX_PRIORITY);
msg.setJMSExpiration(System.currentTimeMillis() + 60000);
if (replyTo != null)
msg.setJMSReplyTo(replyTo);
msg.setReadOnly(false);
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_log</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_mgmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_mgmt</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_mqtt</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_net_netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_net_netty</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_queuemanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_queuemanager</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_routing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_routing</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions swiftlets/sys_scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-ce</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_scheduler</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.3.3</version>
<version>12.3.4</version>
</dependency>
</dependencies>
<build>
Expand Down
Loading

0 comments on commit a215d44

Please sign in to comment.