21 Commits
Author SHA1 Message Date
brian.long bf6ba664f5 v1.0.10 2025-03-18 14:35:29 -04:00
brian.long d5fe8e3176 Merge branch 'develop' into stable 2025-03-18 14:35:10 -04:00
brian.long 893596898b v1.0.9 pom 2025-03-11 12:22:44 -04:00
brian.long 61c552fdd2 Merge branch 'develop' into stable 2025-03-11 12:22:26 -04:00
brian.long e3d49c2811 v1.0.8 pom 2025-02-24 15:33:11 -05:00
brian.long 5234aad45d Merge branch 'develop' into stable 2025-02-24 15:32:48 -05:00
brian.long 8b90e42614 v1.0.7 pom 2025-02-21 09:36:27 -05:00
brian.long 1d98e90e97 Merge branch 'develop' into stable 2025-02-21 09:36:12 -05:00
brian.long 7a5065419a v1.0.6 pom 2025-02-20 13:10:24 -05:00
brian.long d3c79cac9c Merge branch 'develop' into stable 2025-02-20 13:10:05 -05:00
brian.long dfb24cbd1f v1.0.5 pom 2025-02-19 11:59:39 -05:00
brian.long 7a67634cfb Merge branch 'develop' into stable 2025-02-19 11:59:12 -05:00
brian.long 969d7661cf v1.0.4 pom 2025-02-14 15:52:23 -05:00
brian.long fbca940d7a Merge branch 'develop' into stable 2025-02-14 15:52:06 -05:00
brian.long fd142e709e v1.0.3 pom 2025-02-14 11:25:59 -05:00
brian.long 98ee188595 Merge branch 'develop' into stable 2025-02-14 11:25:41 -05:00
brian.long bdbda54743 v1.0.2 pom 2025-02-13 15:58:45 -05:00
brian.long 8d91166a01 Merge branch 'develop' into stable 2025-02-13 15:58:12 -05:00
brian.long 370b385aea v1.0.1 pom 2025-02-13 15:08:24 -05:00
brian.long 82b4c500d5 Merge branch 'develop' into stable 2025-02-12 15:16:48 -05:00
brian.long 90ac5540df v1.0.0 poms 2025-02-11 17:37:28 -05:00
2 changed files with 97 additions and 40 deletions
+8 -1
View File
@@ -5,7 +5,7 @@
<groupId>com.inteligr8.activiti</groupId> <groupId>com.inteligr8.activiti</groupId>
<artifactId>mq-activiti-ext-parent</artifactId> <artifactId>mq-activiti-ext-parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>MQ Activiti Extension Parent</name> <name>MQ Activiti Extension Parent</name>
@@ -76,4 +76,11 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<distributionManagement>
<repository>
<id>inteligr8-releases</id>
<url>https://repos.inteligr8.com/nexus/repository/inteligr8-private/</url>
</repository>
</distributionManagement>
</project> </project>
+89 -39
View File
@@ -6,12 +6,12 @@
<parent> <parent>
<groupId>com.inteligr8.activiti</groupId> <groupId>com.inteligr8.activiti</groupId>
<artifactId>mq-activiti-ext-parent</artifactId> <artifactId>mq-activiti-ext-parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.0</version>
<relativePath>parent/pom.xml</relativePath> <relativePath>parent/pom.xml</relativePath>
</parent> </parent>
<artifactId>mq-activiti-ext</artifactId> <artifactId>mq-activiti-ext</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.10</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>MQ Activiti Extension</name> <name>MQ Activiti Extension</name>
@@ -23,18 +23,18 @@
<maven.compiler.release>11</maven.compiler.release> <maven.compiler.release>11</maven.compiler.release>
<aps.docker-tag>docker.inteligr8.com/inteligr8/alfresco-process-services</aps.docker-tag> <aps.docker-tag>docker.inteligr8.com/inteligr8/alfresco-process-services</aps.docker-tag>
<aps.version>25.1.1</aps.version> <aps.version>2.4.6</aps.version>
<spring.version>6.2.5</spring.version> <spring.version>5.3.31</spring.version>
<activiti.version>8.1.3</activiti.version> <activiti.version>7.11.1</activiti.version>
<tomcat-rad.version>10-2.2</tomcat-rad.version> <tomcat-rad.version>9-2.2</tomcat-rad.version>
<aps.tomcat.opts>-Dinteligr8.mq.connectors.docker-mq.url=failover:\(tcp://${project.artifactId}-mq:61616\)?timeout=3000 -Dinteligr8.mq.connectors.docker-mq.username=admin -Dinteligr8.mq.connectors.docker-mq.password=admin -Dvalidator.editor.dmn.espression=false -Dvalidator.editor.bpmn.disable.scripttask=false -Djavascript.secure-scripting.enabled=false -Djavascript.secure-scripting.enable-class-whitelisting=false -Dbeans.whitelisting.enabled=false -Del.whitelisting.enabled=false -Dshell.whitelisting.enabled=false</aps.tomcat.opts> <aps.tomcat.opts>-Dinteligr8.mq.connectors.docker-mq.url=failover:\(tcp://${project.artifactId}-mq:61616\)?timeout=3000 -Dinteligr8.mq.connectors.docker-mq.username=admin -Dinteligr8.mq.connectors.docker-mq.password=admin -Dvalidator.editor.dmn.espression=false -Dvalidator.editor.bpmn.disable.scripttask=false -Djavascript.secure-scripting.enabled=false -Djavascript.secure-scripting.enable-class-whitelisting=false -Dbeans.whitelisting.enabled=false -Del.whitelisting.enabled=false -Dshell.whitelisting.enabled=false</aps.tomcat.opts>
<!-- reloads in APS are slower than a restart --> <!-- reloads in APS are slower than a restart -->
<aps.hotswap.enabled>false</aps.hotswap.enabled> <aps.hotswap.enabled>false</aps.hotswap.enabled>
<rabbitmq.version>5.18.0</rabbitmq.version> <rabbitmq.version>5.18.0</rabbitmq.version>
<activemq.version>5.18.7</activemq.version> <activemq.version>5.18.6</activemq.version>
<activemq.jms.version>2.52.0</activemq.jms.version> <activemq.jms.version>2.31.2</activemq.jms.version>
<activemq.httpPort>8161</activemq.httpPort> <activemq.httpPort>8161</activemq.httpPort>
</properties> </properties>
@@ -103,8 +103,12 @@
<artifactId>amqp-client</artifactId> <artifactId>amqp-client</artifactId>
<version>${rabbitmq.version}</version> <version>${rabbitmq.version}</version>
<scope>provided</scope> <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
<version>${activemq.version}</version>
<exclusions> <exclusions>
<!-- Use versions included in APS App -->
<exclusion> <exclusion>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>*</artifactId> <artifactId>*</artifactId>
@@ -113,22 +117,9 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
<version>${activemq.version}</version>
<exclusions>
<!-- Use versions included in APS App -->
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.artemis</groupId>
<artifactId>artemis-jms-client</artifactId> <artifactId>artemis-jms-client</artifactId>
<version>${activemq.jms.version}</version> <version>${activemq.jms.version}</version>
<exclusions> <exclusions>
<!-- Use versions included in APS App -->
<exclusion> <exclusion>
<groupId>commons-collections</groupId> <groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId> <artifactId>commons-collections</artifactId>
@@ -141,7 +132,6 @@
<groupId>commons-beanutils</groupId> <groupId>commons-beanutils</groupId>
<artifactId>*</artifactId> <artifactId>*</artifactId>
</exclusion> </exclusion>
<!-- Use its own shaded version of netty -->
</exclusions> </exclusions>
</dependency> </dependency>
@@ -178,7 +168,7 @@
<!-- avoids log4j dependency --> <!-- avoids log4j dependency -->
<plugin> <plugin>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.14.1</version> <version>3.13.0</version>
</plugin> </plugin>
<!-- avoids struts and vulnerable jetty dependency --> <!-- avoids struts and vulnerable jetty dependency -->
<plugin> <plugin>
@@ -187,19 +177,11 @@
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>3.5.4</version> <version>3.5.2</version>
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-failsafe-plugin</artifactId> <artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.4</version> <version>3.5.2</version>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.1</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.4</version>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
@@ -234,6 +216,7 @@
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>
<version>3.6.0</version>
<executions> <executions>
<execution> <execution>
<id>shade-deps</id> <id>shade-deps</id>
@@ -270,14 +253,14 @@
<plugin> <plugin>
<groupId>io.repaint.maven</groupId> <groupId>io.repaint.maven</groupId>
<artifactId>tiles-maven-plugin</artifactId> <artifactId>tiles-maven-plugin</artifactId>
<version>2.41</version> <version>2.40</version>
<extensions>true</extensions> <extensions>true</extensions>
<configuration> <configuration>
<tiles> <tiles>
<!-- Documentation: https://bitbucket.org/inteligr8/ootbee-beedk/src/stable/beedk-aps-ext-rad-tile --> <!-- Documentation: https://bitbucket.org/inteligr8/ootbee-beedk/src/stable/beedk-aps-ext-rad-tile -->
<tile>com.inteligr8.ootbee:beedk-aps-ext-rad-tile:[1.1,1.2)</tile> <tile>com.inteligr8.ootbee:beedk-aps-ext-rad-tile:[1.1,1.1.999)</tile>
<!-- Documentation: https://bitbucket.org/inteligr8/ootbee-beedk/src/stable/beedk-aps-ext-it-tile --> <!-- Documentation: https://bitbucket.org/inteligr8/ootbee-beedk/src/stable/beedk-aps-ext-it-tile -->
<tile>com.inteligr8.ootbee:beedk-aps-ext-it-tile:[1.1,1.2)</tile> <tile>com.inteligr8.ootbee:beedk-aps-ext-it-tile:[1.1,1.1.999)</tile>
</tiles> </tiles>
</configuration> </configuration>
</plugin> </plugin>
@@ -362,7 +345,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>3.12.0</version> <version>3.8.0</version>
<executions> <executions>
<execution> <execution>
<id>generate-doclet</id> <id>generate-doclet</id>
@@ -373,7 +356,7 @@
<docletArtifact> <docletArtifact>
<groupId>com.inteligr8.activiti</groupId> <groupId>com.inteligr8.activiti</groupId>
<artifactId>activiti-api-doclet</artifactId> <artifactId>activiti-api-doclet</artifactId>
<version>1.1.1</version> <version>1.1.0</version>
</docletArtifact> </docletArtifact>
<useStandardDocletOptions>false</useStandardDocletOptions> <useStandardDocletOptions>false</useStandardDocletOptions>
<destDir>apidocs</destDir> <destDir>apidocs</destDir>
@@ -392,6 +375,66 @@
</plugins> </plugins>
</build> </build>
</profile> </profile>
<profile>
<id>ossrh-release</id>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>source</id>
<phase>package</phase>
<goals><goal>jar-no-fork</goal></goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>javadoc</id>
<phase>package</phase>
<goals><goal>jar</goal></goals>
<configuration>
<show>public</show>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign</id>
<phase>verify</phase>
<goals><goal>sign</goal></goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.7.0</version>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
<executions>
<execution>
<id>ossrh-deploy</id>
<phase>deploy</phase>
<goals><goal>deploy</goal></goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles> </profiles>
<repositories> <repositories>
@@ -404,4 +447,11 @@
<url>https://artifacts.alfresco.com/nexus/content/repositories/activiti-enterprise-releases</url> <url>https://artifacts.alfresco.com/nexus/content/repositories/activiti-enterprise-releases</url>
</repository> </repository>
</repositories> </repositories>
<distributionManagement>
<repository>
<id>inteligr8-releases</id>
<url>https://repos.inteligr8.com/nexus/repository/inteligr8-private/</url>
</repository>
</distributionManagement>
</project> </project>