Skip to content

Commit

Permalink
MNT-24065 Upgrade Active MQ (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhyland authored Nov 15, 2023
1 parent d4c661f commit 4b6467e
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 14 deletions.
2 changes: 1 addition & 1 deletion engines/aio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<configuration>
<images>
<image>
<name>alfresco/alfresco-activemq:5.17.1-jre11-rockylinux8</name>
<name>alfresco/alfresco-activemq:5.17.6-jre17-rockylinux8</name>
<run>
<hostname>activemq</hostname>
<ports>
Expand Down
4 changes: 2 additions & 2 deletions engines/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<configuration>
<images>
<image>
<name>alfresco/alfresco-activemq:5.17.1-jre11-rockylinux8</name>
<name>alfresco/alfresco-activemq:5.17.6-jre17-rockylinux8</name>
<run>
<hostname>activemq</hostname>
<ports>
Expand All @@ -123,7 +123,7 @@
<port>61616:61616</port>
</ports>
<wait>
<log>Apache ActiveMQ 5.17.1 .* started</log>
<log>Apache ActiveMQ 5.17.* started</log>
<time>20000</time>
<kill>500</kill>
<shutdown>100</shutdown>
Expand Down
4 changes: 2 additions & 2 deletions engines/imagemagick/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<configuration>
<images>
<image>
<name>alfresco/alfresco-activemq:5.17.1-jre11-rockylinux8</name>
<name>alfresco/alfresco-activemq:5.17.6-jre17-rockylinux8</name>
<run>
<hostname>activemq</hostname>
<ports>
Expand All @@ -115,7 +115,7 @@
<port>61616:61616</port>
</ports>
<wait>
<log>Apache ActiveMQ 5.17.1 .* started</log>
<log>Apache ActiveMQ 5.17.* started</log>
<time>20000</time>
<kill>500</kill>
<shutdown>100</shutdown>
Expand Down
4 changes: 2 additions & 2 deletions engines/libreoffice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<configuration>
<images>
<image>
<name>alfresco/alfresco-activemq:5.17.1-jre11-rockylinux8</name>
<name>alfresco/alfresco-activemq:5.17.6-jre17-rockylinux8</name>
<run>
<hostname>activemq</hostname>
<ports>
Expand All @@ -119,7 +119,7 @@
<port>61616:61616</port>
</ports>
<wait>
<log>Apache ActiveMQ 5.17.1 .* started</log>
<log>Apache ActiveMQ 5.17.* started</log>
<time>20000</time>
<kill>500</kill>
<shutdown>100</shutdown>
Expand Down
4 changes: 2 additions & 2 deletions engines/misc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<configuration>
<images>
<image>
<name>alfresco/alfresco-activemq:5.16.1</name>
<name>alfresco/alfresco-activemq:5.17.6-jre17-rockylinux8</name>
<run>
<hostname>activemq</hostname>
<ports>
Expand All @@ -163,7 +163,7 @@
<port>61616:61616</port>
</ports>
<wait>
<log>Apache ActiveMQ 5.16.1 .* started</log>
<log>Apache ActiveMQ 5.17.* started</log>
<time>20000</time>
<kill>500</kill>
<shutdown>100</shutdown>
Expand Down
4 changes: 2 additions & 2 deletions engines/pdfrenderer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<configuration>
<images>
<image>
<name>alfresco/alfresco-activemq:5.17.1-jre11-rockylinux8</name>
<name>alfresco/alfresco-activemq:5.17.6-jre17-rockylinux8</name>
<run>
<hostname>activemq</hostname>
<ports>
Expand All @@ -111,7 +111,7 @@
<port>61616:61616</port>
</ports>
<wait>
<log>Apache ActiveMQ 5.17.1 .* started</log>
<log>Apache ActiveMQ 5.17.* started</log>
<time>20000</time>
<kill>500</kill>
<shutdown>100</shutdown>
Expand Down
4 changes: 2 additions & 2 deletions engines/tika/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<configuration>
<images>
<image>
<name>alfresco/alfresco-activemq:5.17.1-jre11-rockylinux8</name>
<name>alfresco/alfresco-activemq:5.17.6-jre17-rockylinux8</name>
<run>
<hostname>activemq</hostname>
<ports>
Expand All @@ -207,7 +207,7 @@
<port>61616:61616</port>
</ports>
<wait>
<log>Apache ActiveMQ 5.17.1 .* started</log>
<log>Apache ActiveMQ 5.17.* started</log>
<time>20000</time>
<kill>500</kill>
<shutdown>100</shutdown>
Expand Down
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency.pdfbox.version>2.0.26</dependency.pdfbox.version>
<dependency.alfresco-jodconverter-core.version>3.0.1.14</dependency.alfresco-jodconverter-core.version>
<env.project_version>${project.version}</env.project_version>
<dependency.activemq.version>5.17.1</dependency.activemq.version>
<dependency.activemq.version>5.17.6</dependency.activemq.version>
<dependency.jackson.version>2.15.0-rc2</dependency.jackson.version>
<dependency.cxf.version>3.5.3</dependency.cxf.version>
<dependency.tika.version>2.4.1</dependency.tika.version>
Expand Down Expand Up @@ -189,6 +189,16 @@
<artifactId>activemq-client</artifactId>
<version>${dependency.activemq.version}</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>${dependency.activemq.version}</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-openwire-legacy</artifactId>
<version>${dependency.activemq.version}</version>
</dependency>
<!-- Google Guava -->
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 4b6467e

Please sign in to comment.