1. a2fe891 fix(test): replace Thread.sleep with Wait.waitFor in ZeroPrefetchConsumerTest (#1746) by JB Onofré · 13 hours ago main
  2. 6060f9b Improve PortfolioPublishServlet encoding (#1745) by Christopher L. Shannon · 15 hours ago
  3. 6dc5c29 Bump commons-logging:commons-logging from 1.3.5 to 1.3.6 (#1744) by dependabot[bot] · 19 hours ago
  4. e95b4a5 fix(test): fix ZeroPrefetchConsumerTest flakiness caused by receiveNoWait() race (#1741) by JB Onofré · 20 hours ago
  5. 8eae494 fix(test): fix CompositeConsumerNetworkBridgeTest flakiness (#1742) by JB Onofré · 20 hours ago
  6. d58ca06 fix(#1731): adapter deadlock (#1735) by Jean-Louis Monteiro · 24 hours ago
  7. 1f2114e Bump org.apache.felix:maven-bundle-plugin from 6.0.0 to 6.0.2 (#1729) by dependabot[bot] · 6 days ago
  8. 7332e9b Bump org.mockito:mockito-core from 5.21.0 to 5.22.0 (#1730) by dependabot[bot] · 6 days ago
  9. 6871226 feat(tck): Add Jakarta Messaging 3.1 TCK with some fixes (#1712) by Jean-Louis Monteiro · 6 days ago
  10. e4d0149 [AMQ-8525] run mqtt parallel-friendly tests into separate forks in parallel (#1541) by Jean-Louis Monteiro · 7 days ago
  11. f7993bc test(unit-tests): improve reliability of message consumption in tests (#1711) by Jean-Louis Monteiro · 7 days ago
  12. 92c8b58 Improve duplex network wait conditions and ports (#1669) by Jean-Louis Monteiro · 13 days ago
  13. 3a88c10 Relax timeouts and macOS exclusions + small fixes (#1673) by Jean-Louis Monteiro · 14 days ago
  14. c4255bd fix(kahadb-store): Fix Windows CI hanging by adding timeout for forke… (#1708) by Jean-Louis Monteiro · 14 days ago
  15. 50119e0 Bump jolokia-version from 2.5.0 to 2.5.1 (#1694) by dependabot[bot] · 2 weeks ago
  16. 87e1919 Bump jackson-version from 2.21.0 to 2.21.1 (#1709) by dependabot[bot] · 2 weeks ago
  17. 0fa8083 test: use ephemeral ports (#1703) by Jean-Louis Monteiro · 3 weeks ago
  18. 8d51a29 test(usecases): various fixes for flaky tests (#1704) by Jean-Louis Monteiro · 3 weeks ago
  19. fb8acf9 Publish test results on failure (#1705) by Christopher L. Shannon · 3 weeks ago
  20. 625fc1f Protect the active branches (#1697) by JB Onofré · 3 weeks ago
  21. 902b85c Support ephemeral ports in network config and Spring (#1674) by Jean-Louis Monteiro · 3 weeks ago
  22. 6450290 Update CI configuration to use bash on Windows and profile for quick tests (#1700) by Jean-Louis Monteiro · 3 weeks ago
  23. 7993a69 Bump camel-version from 4.14.4 to 4.18.0 (#1695) by dependabot[bot] · 3 weeks ago
  24. c7f1326 Bump actions/stale from 10.1.1 to 10.2.0 (#1696) by dependabot[bot] · 3 weeks ago
  25. 94fb5f1 Windows does not like -P followed by -D (#1693) by Jean-Louis Monteiro · 3 weeks ago
  26. f6415f6 Remove unnecessary test profiles from pom.xml and consolidate performance/load test exclusions (#1692) by Jean-Louis Monteiro · 3 weeks ago
  27. 1dba35e Proper Appender lifecycle to assert log messages (#1670) by Jean-Louis Monteiro · 3 weeks ago
  28. 95d26d5 Enable GitHub Issues and Discussions (#1688) by JB Onofré · 3 weeks ago
  29. 83e4a5e Add stale PR and issue policy (#1689) by JB Onofré · 3 weeks ago
  30. e2b8de9 Update copyright year in NOTICE files (#1690) by JB Onofré · 3 weeks ago
  31. e505a9b Refactor AMQ3529v2Test to improve thread handling and logging consistency (#1649) by Jean-Louis Monteiro · 3 weeks ago
  32. 726fa61 [AMQ-9856] Journal move fails on Windows (#1654) by Jean-Louis Monteiro · 3 weeks ago
  33. 17c993d Increase timeout for weekly CI build and ensure test results are always uploaded (#1686) by Jean-Louis Monteiro · 3 weeks ago
  34. fb74401 Use destination statistics instead of global statistics to avoid side effects in asserts (#1668) by Jean-Louis Monteiro · 3 weeks ago
  35. 965b3bc Use ephemeral ports in HTTP/WS transport tests (#1675) by Jean-Louis Monteiro · 3 weeks ago
  36. f9fb06f Replace Thread.sleep with Wait.waitFor in FailoverClusterTest (#1679) by Jean-Louis Monteiro · 3 weeks ago
  37. 9eef83b Tolerate flaky tests here because it would fail the entire matrix. The PR one does not have the flag so we can still spot the flaky tests (#1685) by Jean-Louis Monteiro · 3 weeks ago
  38. 99c8a5a MQTT: fix clientId type in subscription inactivity checks (#1677) by Jean-Louis Monteiro · 3 weeks ago
  39. 44d8312 Bump karaf-version from 4.4.9 to 4.4.10 (#1684) by dependabot[bot] · 3 weeks ago
  40. cb9be7e Bump jolokia-version from 2.4.3 to 2.5.0 (#1663) by dependabot[bot] · 3 weeks ago
  41. 1896cc2 Remove required checks to avoid blocking PRs again in the future (#1683) by JB Onofré · 3 weeks ago
  42. c3a02f9 Update GitHub configuration with: (#1682) by JB Onofré · 3 weeks ago
  43. ffb10c8 Fix copy-paste bug in MessageGroupLateArrivalsTest assertion (#1680) by Jean-Louis Monteiro · 4 weeks ago
  44. 5f762b3 Add workflow_dispatch trigger to weekly CI build for manual execution (#1681) by Jean-Louis Monteiro · 4 weeks ago
  45. 1ff1f25 Introduce weekly CI build for comprehensive testing, and limit multi os/jvm to only the quick profile (#1678) by Jean-Louis Monteiro · 4 weeks ago
  46. 4809b1e For connections created outside the global field, use try-with-resour… (#1667) by Jean-Louis Monteiro · 4 weeks ago
  47. 649aa0a Bump spring-version from 6.2.15 to 6.2.16 (#1676) by dependabot[bot] · 4 weeks ago
  48. 2282e4e Build: consolidate surefire reuseForks configuration to avoid each module to override the setting (#1671) by Jean-Louis Monteiro · 4 weeks ago
  49. 2b52c38 Spring tests: refactor listener and broker config to use ephemeral ports (#1672) by Jean-Louis Monteiro · 4 weeks ago
  50. 7d5291e AMQ-9588: Run ActiveMQ with regular user in Docker container, and hook to easily stop the container (#1665) by JB Onofré · 4 weeks ago
  51. a8fa4b0 [AMQ-9860] [AMQ-9861] connection async exception handling and activemq pool tests connection leaks to other tests (#1657) by Jean-Louis Monteiro · 4 weeks ago
  52. 7795308 AMQ-9775: Add the maxBrowsePageSize attribute to the JMX destination MBean (#1500) by JB Onofré · 4 weeks ago
  53. 899f353 [AMQ-9769] Add name property to connector interface and MBean. (#1493) by Albertas Vyšniauskas · 4 weeks ago
  54. 9949dce [AMQ-9859] IOHelper: Do not swallow thrown exception to lose stacktrace when move fails (esp on windows) (#1655) by Matt Pavlovich · 4 weeks ago
  55. 46b7f68 AMQ-9812: Allow user to set ACTIVEMQ_OPTS and ACTIVEMQ_OPTS_MEMORY env variables in Docker image (#1664) by JB Onofré · 4 weeks ago
  56. e98f9f2 [AMQ-9806] Add H2 database support (#1535) by Matt Pavlovich · 4 weeks ago
  57. 3421695 Enhance JournalFdRecoveryTest to verify message recovery after journal file deletion (#1644) by Jean-Louis Monteiro · 4 weeks ago
  58. b31e804 ActiveMQ on Java 25 (#1563) by Jean-Louis Monteiro · 4 weeks ago
  59. dfe34cb Bump shiro-version from 2.0.6 to 2.1.0 (#1660) by dependabot[bot] · 4 weeks ago
  60. c30236b Bump netty-version from 4.2.9.Final to 4.2.10.Final (#1658) by dependabot[bot] · 4 weeks ago
  61. bc403d9 Bump org.ops4j.pax.url:pax-url-aether from 2.6.17 to 2.7.0 (#1652) by dependabot[bot] · 5 weeks ago
  62. cbf120d Decrease to 4 times a day (#1653) by Jean-Louis Monteiro · 5 weeks ago
  63. b387595 [#] Disable fail-fast in CI strategy to improve job resilience (#1651) by Jean-Louis Monteiro · 5 weeks ago
  64. 50931e7 [#] Ignore JournalFdRecoveryTest due to flakiness (#1650) by Jean-Louis Monteiro · 5 weeks ago
  65. 1357cd8 Multi broker setup hardening (#1627) by Jean-Louis Monteiro · 5 weeks ago
  66. 578de9b Flaky Tests and bug fixes (#1634) by Jean-Louis Monteiro · 5 weeks ago
  67. 0278be6 Bump netty-version from 4.1.94.Final to 4.2.9.Final (#1572) by dependabot[bot] · 5 weeks ago
  68. 0915805 Bump xbean-version from 4.29 to 4.30 (#1639) by dependabot[bot] · 5 weeks ago
  69. 56dd9fe AMQ9844 Refactor ReloadableProperties and PropertiesLoginModuleRaceConditionTest to improve error handling and concurrency management (#1636) by Jean-Louis Monteiro · 5 weeks ago
  70. a50e9c1 Bump commons-codec:commons-codec from 1.20.0 to 1.21.0 (#1642) by dependabot[bot] · 5 weeks ago
  71. 53b3e5b Bump org.jvnet.jaxb:jaxb-plugins-runtime from 4.0.8 to 4.0.12 (#1578) by dependabot[bot] · 5 weeks ago
  72. a8b67b1 Bump org.apache.cxf:cxf-xjc-plugin from 4.1.1 to 4.1.2 (#1632) by dependabot[bot] · 5 weeks ago
  73. c05e794 AMQ-9854 Add wait for broker to process disconnect before publishing … (#1646) by Jean-Louis Monteiro · 5 weeks ago
  74. 7b502c6 AMQ-9843 Handle InstanceNotFoundException during MBean unregistration to avoid errors on shutdown (#1635) by Jean-Louis Monteiro · 5 weeks ago
  75. 35e8b48 AMQ-9845 Fix race condition in AMQ4889Test by ensuring proper connection handling and verification of successful and failed connections (#1630) by Jean-Louis Monteiro · 5 weeks ago
  76. 0b85912 AMQ-9853 Ensure consumer is closed after all acknowledgments are processed in ActiveMQJMS2MessageListenerTest (#1643) by Jean-Louis Monteiro · 6 weeks ago
  77. a987c04 AMQ-9852 Ensure advisory consumer receives producer advisory before creation to prevent race conditions (#1641) by Jean-Louis Monteiro · 6 weeks ago
  78. adbd316 AMQ-9851 Set preallocation scope to NONE in JournalFdRecoveryTest (#1640) by Jean-Louis Monteiro · 6 weeks ago
  79. 61a0dd8 the Apache org only allows EnricoMi/publish-unit-test-result-action@* but not the /macos and /windows subpaths (#1638) by Jean-Louis Monteiro · 6 weeks ago
  80. e057fc3 Add test for VM transport behavior on broker restart (#1631) by pradeep85841 · 6 weeks ago
  81. 1e8ef75 Enable publishing of test results in CI workflows (#1637) by Jean-Louis Monteiro · 6 weeks ago
  82. fac8b6e Bump org.sonarsource.scanner.maven:sonar-maven-plugin (#1585) by dependabot[bot] · 6 weeks ago
  83. f6375f7 Bump maven-core-version from 3.8.6 to 3.9.12 (#1601) by dependabot[bot] · 6 weeks ago
  84. 7157a25 Bump org.eclipse.jdt:ecj from 3.17.0 to 3.44.0 (#1575) by dependabot[bot] · 6 weeks ago
  85. 66c4be6 Bump commons-codec:commons-codec from 1.15 to 1.20.0 (#1576) by dependabot[bot] · 6 weeks ago
  86. 88cfdda Bump pax-exam-version from 4.13.1 to 4.14.0 (#1584) by dependabot[bot] · 6 weeks ago
  87. be42b67 Bump org.apache.qpid:qpid-jms-client from 2.4.0 to 2.9.0 (#1598) by dependabot[bot] · 6 weeks ago
  88. 49450a6 Upgrade to Apache POM 37 (#1570) by JB Onofré · 6 weeks ago
  89. edcdba9 Bump xbean-version from 4.28 to 4.29 (#1577) by dependabot[bot] · 6 weeks ago
  90. e0df290 Bump commons-io:commons-io from 2.20.0 to 2.21.0 (#1583) by dependabot[bot] · 6 weeks ago
  91. 372538c Bump org.owasp:dependency-check-maven from 12.1.8 to 12.2.0 (#1590) by dependabot[bot] · 6 weeks ago
  92. f4ef9a3 Bump org.codehaus.mojo:taglist-maven-plugin from 3.2.1 to 3.2.2 (#1591) by dependabot[bot] · 6 weeks ago
  93. e689442 Bump org.apache.maven.plugins:maven-rar-plugin from 3.0.0 to 3.1.0 (#1592) by dependabot[bot] · 6 weeks ago
  94. c0b6f52 Bump jakarta.websocket:jakarta.websocket-api from 2.1.1 to 2.2.0 (#1593) by dependabot[bot] · 6 weeks ago
  95. 836b734 Bump jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api (#1597) by dependabot[bot] · 6 weeks ago
  96. 42740b9 [AMQ-9830] Replaces commons-io usage in activemq-jaas with Java nio (#1629) by Matt Pavlovich · 6 weeks ago
  97. 03d6569 Bump org.jmdns:jmdns from 3.6.2 to 3.6.3 (#1596) by dependabot[bot] · 6 weeks ago
  98. 5a75886 Bump org.apache.geronimo.specs:geronimo-annotation_1.3_spec (#1599) by dependabot[bot] · 6 weeks ago
  99. 2ee6772 Bump org.apache.cxf:cxf-xjc-plugin from 4.0.2 to 4.1.1 (#1600) by dependabot[bot] · 6 weeks ago
  100. 0317126 Bump karaf-version from 4.3.7 to 4.4.9 (#1603) by dependabot[bot] · 6 weeks ago