[
https://issues.apache.org/jira/browse/AMQ-9386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré reassigned AMQ-9386:
-----------------------------------------
Assignee: Jean-Baptiste Onofré
> Update MBeanTest and StompTest for old IBM specific property ordering
> ----------------------------------------------------------------------
>
> Key: AMQ-9386
> URL: https://issues.apache.org/jira/browse/AMQ-9386
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 6.0.0
> Environment: Environments tested:
> ||Operating System||JDK||Maven||Architecture||
> |CentOS Stream 9|IBM Semeru Community Edition 17|3.6.3|PPC64LE|
> |Ubuntu 22.04.3 LTS|IBM Semeru Community Edition 17|3.9.5|x64|
>
> Reporter: Jamie Mark Goodyear
> Assignee: Jean-Baptiste Onofré
> Priority: Trivial
>
> Please see:
> MBeanTest.browseAndVerifyTypes:672
> ```
> // The order of the properties is different when using the ibm jdk.
> if (System.getProperty("java.vendor").equals("IBM Corporation")) {
> expected = "\{MyHeader=" + i + ",
> MyStringHeader=StringHeader" + i + "}";
> }
> ```
> StompTest setup contains IBM Java 1.5 specific construction.
> Given ActiveMQ 6.x targets Java 17 and above, and IBM Java appears to support
> the same property ordering as other JVMs we should remove these legacy test
> paths.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)