Skip to content

Commit

Permalink
Merge branch 'release/12.5.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
iitsoftware committed Feb 16, 2023
2 parents b319d34 + 57cd74c commit 40f3acc
Show file tree
Hide file tree
Showing 34 changed files with 348 additions and 184 deletions.
1 change: 1 addition & 0 deletions distribution/disttemplates/router/scripts/preconfigproc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -cp ../jars/swiftmq.jar com.swiftmq.preconfig.Processor $1 $2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -cp ../jars/swiftmq.jar com.swiftmq.preconfig.Processor %1 %2
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.5.2</version>
<version>12.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_xa</artifactId>
<version>12.5.2</version>
<version>12.5.3</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.05.02
release=12.05.03
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.5.2</version>
<version>12.5.3</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.5.2</version>
<version>12.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.swiftmq</groupId>
<artifactId>router</artifactId>
<version>12.5.2</version>
<version>12.5.3</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.5.2</version>
<version>12.5.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq</groupId>
<artifactId>router</artifactId>
<version>12.5.2</version>
<version>12.5.3</version>

<dependencies>
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.5.2</version>
<version>12.5.3</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.5.2</version>
<version>12.5.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_amqp</artifactId>
<version>12.5.2</version>
<version>12.5.3</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.5.2</version>
<version>12.5.3</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.5.2</version>
<version>12.5.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_authentication</artifactId>
<version>12.5.2</version>
<version>12.5.3</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.5.2</version>
<version>12.5.3</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.5.2</version>
<version>12.5.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_deploy</artifactId>
<version>12.5.2</version>
<version>12.5.3</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.5.2</version>
<version>12.5.3</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.5.2</version>
<version>12.5.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_jms</artifactId>
<version>12.5.2</version>
<version>12.5.3</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.5.2</version>
<version>12.5.3</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.5.2</version>
<version>12.5.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_jndi</artifactId>
<version>12.5.2</version>
<version>12.5.3</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.5.2</version>
<version>12.5.3</version>
</dependency>
</dependencies>
<build>
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.5.2</version>
<version>12.5.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_log</artifactId>
<version>12.5.2</version>
<version>12.5.3</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.5.2</version>
<version>12.5.3</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.5.2</version>
<version>12.5.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_mgmt</artifactId>
<version>12.5.2</version>
<version>12.5.3</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.5.2</version>
<version>12.5.3</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@
import com.swiftmq.util.SwiftUtilities;

import javax.management.*;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.*;

public class EntityMBean implements DynamicMBean, EntityWatchListener {
SwiftletContext ctx = null;
Expand Down Expand Up @@ -62,7 +59,7 @@ private void createChildren() {
private Command findCommand(CommandRegistry cr, String name) {
if (cr == null)
return null;
ArrayList list = cr.getCommands();
List list = cr.getCommands();
if (list == null)
return null;
for (int i = 0; i < list.size(); i++) {
Expand All @@ -74,7 +71,7 @@ private Command findCommand(CommandRegistry cr, String name) {
}

private MBeanAttributeInfo[] createAttributeInfo() {
ArrayList list = new ArrayList();
List list = new ArrayList();
Map props = entity.getProperties();
if (props != null && props.size() > 0) {
for (Iterator iter = props.entrySet().iterator(); iter.hasNext(); ) {
Expand All @@ -90,7 +87,7 @@ private MBeanOperationInfo[] createEntityOperationInfo() {
ArrayList list = new ArrayList();
CommandRegistry cmdReg = entity.getCommandRegistry();
if (cmdReg != null) {
ArrayList cmdList = cmdReg.getCommands();
List cmdList = cmdReg.getCommands();
if (cmdList != null) {
for (int i = 0; i < cmdList.size(); i++) {
Command cmd = (Command) cmdList.get(i);
Expand All @@ -103,7 +100,7 @@ private MBeanOperationInfo[] createEntityOperationInfo() {
if (entity.getParent() != null && entity.getParent() instanceof EntityList) {
CommandRegistry cr = entity.getParent().getCommandRegistry();
if (cr != null) {
ArrayList al = cr.getCommands();
List al = cr.getCommands();
if (al != null) {
for (int i = 0; i < al.size(); i++) {
Command c = (Command) al.get(i);
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.5.2</version>
<version>12.5.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_mqtt</artifactId>
<version>12.5.2</version>
<version>12.5.3</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.5.2</version>
<version>12.5.3</version>
</dependency>
</dependencies>
<build>
Expand Down
8 changes: 4 additions & 4 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.5.2</version>
<version>12.5.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.swiftmq.swiftlets</groupId>
<artifactId>sys_net_netty</artifactId>
<version>12.5.2</version>
<version>12.5.3</version>

<properties>
<jar.finalName>${project.artifactId}</jar.finalName>
Expand All @@ -39,12 +39,12 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.66.Final</version>
<version>4.1.89.Final</version>
</dependency>
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client</artifactId>
<version>12.5.2</version>
<version>12.5.3</version>
</dependency>
</dependencies>
<build>
Expand Down
Loading

0 comments on commit 40f3acc

Please sign in to comment.