clebertsuconic commented on code in PR #5993:
URL: https://github.com/apache/activemq-artemis/pull/5993#discussion_r2449556272


##########
tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/PagingCounterTest.java:
##########
@@ -51,8 +51,12 @@ public static Collection getParameters() {
       //      combinations.add(new Object[]{SNAPSHOT, ONE_FIVE, ONE_FIVE});
       //      combinations.add(new Object[]{ONE_FIVE, ONE_FIVE, ONE_FIVE});
 
-      combinations.add(new Object[]{null, TWO_TWENTYTWO_ZERO, SNAPSHOT});
-      combinations.add(new Object[]{null, SNAPSHOT, TWO_TWENTYTWO_ZERO});
+      if (getJavaVersion() <= 22) {
+         // 2.22.0 servers fail on JDK23+ without workarounds.

Review Comment:
   I have seen you keeping Twenty two on other tests.
   
   Isn't there any server we can keep in its replacement. I would like to just 
keep verifying the compatibility between SNAPSHOT and *any* previous version.



-- 
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


Reply via email to