gemmellr commented on code in PR #5145:
URL: https://github.com/apache/activemq-artemis/pull/5145#discussion_r1715395516
##########
tests/compatibility-tests/pom.xml:
##########
@@ -265,6 +271,39 @@
</plugins>
</build>
<profiles>
+ <profile>
+ <id>compatibility-real-servers</id>
+ <properties>
+ <skipCompatibilityTests>false</skipCompatibilityTests>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>artemis-maven-plugin</artifactId>
+ <version>${project.version}</version>
+ <executions>
+ <!-- The executions of dependency-scan will calculate
dependencies for each specific version used here on this testsuite. -->
+ <execution>
+ <id>snapshot-check</id>
+ <phase>compile</phase>
+ <goals>
+ <goal>dependency-scan</goal>
+ </goals>
+ <configuration>
+ <libList>
+
<arg>org.apache.activemq:apache-artemis:zip:bin:2.30.0</arg>
+
<arg>org.apache.activemq:apache-artemis:zip:bin:2.35.0</arg>
Review Comment:
the breaking change was in 2.32.0, not 2.31.0 ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact