1 |
21ee598 | 2021/02/11 12:00:04 | Clebert Suconic | [maven-release-plugin] prepare for next development iteration | |
0 | 0 | 0 | 0 | | | |
2 |
a75dce9 | 2020/10/09 12:16:35 | Petr Kužel | ARTEMIS-2931: Resolving potential NPEs detected by eclipse | Major/Bug/Fixed/Closed (ARTEMIS-2931) |
4 | 2 | 3 | 3 | | | |
3 |
7d10e91 | 2021/02/12 10:56:32 | Clebert Suconic | ARTEMIS-3116 Fixing Core->AMQP Conversion of Scheduled Delivery Time | Major/Bug/Fixed/Closed (ARTEMIS-3116) |
69 | 2 | 11 | 60 | DirectConvertTest.java(+) MessageTransformationTest.java(+) AMQPScheduledCoreOverBrokerConnectTest.java(+) | | |
4 |
fd1ccbe | 2021/02/15 11:28:33 | Bartosz Spyrko-Smietanko | ARTEMIS-3120 Preserve default LocatorConfig if no configuration provided in RecoveryConfig | Major/Bug/Fixed/Closed (ARTEMIS-3120) |
0 | 3 | 0 | 3 | | | |
5 |
ab7058a | 2021/02/17 11:31:04 | Domenico Francesco Bruscino | ARTEMIS-3118 Fix the expiration on converting from AMQP to core | Minor/Bug/Fixed/Closed (ARTEMIS-3118) |
4 | 0 | 0 | 4 | AMQPMessageTest.java(+) | | |
6 |
3296d43 | 2021/02/17 14:12:13 | Justin Bertram | ARTEMIS-3124 readability for 'Expires' when browsing via console | Minor/Bug/Fixed/Closed (ARTEMIS-3124) |
0 | 0 | 0 | 0 | | | |
7 |
3cbc225 | 2021/02/17 15:57:14 | Clebert Suconic | NO-JIRA Fixing links on RELEASING.md | |
0 | 2 | 0 | 2 | | | |
8 |
f9e23de | 2021/02/16 12:36:11 | sebthom | ARTEMIS-3121 Avoid creation of unnecessary StringBuilder instance in Netty#getProtocols() and simplify implementation | Trivial/Task/Fixed/Closed (ARTEMIS-3121) |
0 | 5 | 0 | 5 | | | |
9 |
6126d92 | 2020/12/24 07:02:43 | franz1981 | ARTEMIS-3045 ReplicationManager can batch sent replicated packets | Major/Improvement/Fixed/Closed (ARTEMIS-3045) |
96 | 177 | 71 | 202 | ChannelImplTest.java(+) BackupSyncDelay.java(+) NettyConnectionTest.java(+) | | |
10 |
12c8096 | 2021/02/22 09:36:55 | Clebert Suconic | ARTEMIS-3093 Ordering on multiple consumers and core with rollback | Critical/Bug/Fixed/Closed (ARTEMIS-3093) |
15 | 39 | 22 | 32 | ScheduledDeliveryHandlerTest.java(+) DummyServerConsumer.java(+) JMSOrderTest.java(+) RingQueueTest.java(+) FakeQueue.java(+) | | |
11 |
a56ade3 | 2021/02/22 17:08:23 | gtully | ARTEMIS-3135 - track possible change in memory estimate when messages are converted to maps for JMX or UI display, follows up from ARTEMIS-3067 | Major/Bug/Fixed/Closed (ARTEMIS-3135), Major/Bug/Fixed/Closed (ARTEMIS-3067) |
17 | 2 | 10 | 9 | AmqpScheduledMessageTest.java(+) JMXManagementTest.java(+) | | |
12 |
66040b0 | 2021/02/23 13:59:24 | Clebert Suconic | ARTEMIS-3135 Fixing intermittent test failure | Major/Bug/Fixed/Closed (ARTEMIS-3135) |
0 | 0 | 0 | 0 | JMXManagementTest.java(+) | | |
13 |
a0ce381 | 2021/02/23 16:11:48 | gtully | ARTEMIS-3067, ARTEMIS-3135 - rework accounting for lazy decoding by directly referencing the owning page store, owner now tracked on a message rather than the message reference. This avoids the error prone checks around potential decoding sites | Major/Bug/Fixed/Closed (ARTEMIS-3135), Major/Bug/Fixed/Closed (ARTEMIS-3067) |
61 | 19 | 92 | -12 | ScheduledDeliveryHandlerTest.java(+) ActiveMQTestBase.java(+) AcknowledgeTest.java(+) GlobalPagingTest.java(+) QueueConcurrentTest.java(+) | | |
14 |
03a8e20 | 2021/02/24 06:34:36 | franz1981 | ARTEMIS-3138 Shared Nothing Live broker shouldn't try to connect to itself | Major/Improvement/Fixed/Closed (ARTEMIS-3138) |
5 | 0 | 0 | 5 | | | |
15 |
6c72319 | 2021/02/24 11:43:51 | franz1981 | ARTEMIS-3138 Shared Nothing Live broker shouldn't try to connect to itself (2) | Major/Improvement/Fixed/Closed (ARTEMIS-3138) |
4 | 16 | 3 | 17 | | | |
16 |
4c4d7a7 | 2021/02/23 10:24:13 | Christopher L. Shannon (cshannon) | ARTEMIS-2802: Add a null check when checking matching metaData inside Federated Queue | Minor/Bug/Fixed/Closed (ARTEMIS-2802) |
0 | 2 | 0 | 2 | | | |
17 |
9e72460 | 2021/02/20 03:44:03 | Andy Taylor | ARTEMIS-3129 - added roles needed for the browse tab for clarity | Minor/Improvement/Fixed/Closed (ARTEMIS-3129) |
0 | 0 | 0 | 0 | | | |
18 |
46858bc | 2021/02/20 03:48:35 | Andy Taylor | ARTEMIS-3130 - fixing broken filter fields in console | Major/Improvement/Fixed/Closed (ARTEMIS-3130) |
2 | 0 | 0 | 2 | | | |
19 |
026f385 | 2021/02/19 07:04:37 | sebthom | ARTEMIS-3117 Provide CachingOpenSSLContextFactory to mitigate performance degradation in JDK 11 during TLS connection initialization. | Critical/Improvement/Fixed/Closed (ARTEMIS-3117) |
517 | 95 | 17 | 595 | OpenSSLContextFactoryProviderTest.java(+) | configuring-transports.md(+) | |
20 |
5aa3a4b | 2021/03/01 16:38:25 | Domenico Francesco Bruscino | ARTEMIS-3147 Fix auto created addresses reload | Minor/Bug/Fixed/Closed (ARTEMIS-3147) |
8 | 0 | 0 | 8 | AddressInfoRestartTest.java(+) | | |
21 |
bc83b31 | 2021/02/21 15:00:26 | franz1981 | ARTEMIS-3133 Reduce memory usage for Null an Ping packets | Major/Improvement/Fixed/Closed (ARTEMIS-3133) |
90 | 19 | 4 | 105 | | | |
22 |
05c55d3 | 2021/03/03 15:46:14 | Clebert Suconic | ARTEMIS-3133 Just Encapsulating ObjectPool into a small utility | Major/Improvement/Fixed/Closed (ARTEMIS-3133) |
119 | 13 | 2 | 130 | | | |
23 |
2826c8a | 2021/03/04 13:35:45 | Robbie Gemmell | NO-JIRA: GHA workflow improvements | |
0 | 0 | 0 | 0 | | | |
24 |
57e85bb | 2021/03/05 08:49:43 | franz1981 | NO-JIRA fix flaky ReplicatedMultipleFailbackTest NPE | |
0 | 0 | 0 | 0 | ReplicatedMultipleFailbackTest.java(+) | | |
25 |
dbebf68 | 2021/03/08 07:15:50 | Domenico Francesco Bruscino | ARTEMIS-3165 Update karaf version to 4.3.0 | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3165) |
0 | 0 | 0 | 0 | | | |
26 |
37371c7 | 2021/03/08 16:10:57 | gtully | NO JIRA - remove commented out dependency | |
0 | 0 | 0 | 0 | | | |
27 |
8f7970c | 2021/03/05 17:30:31 | Erwin Dondorp | NO-JIRA clarify REST doc to use ttl parameter | |
0 | 0 | 0 | 0 | | rest.md(+) | |
28 |
4483a8c | 2021/03/02 09:31:41 | Andy Taylor | ARTEMIS-3154 - Add support for navigation/deleting messages while being browsed in the details | Major/Improvement/Fixed/Closed (ARTEMIS-3154) |
0 | 0 | 0 | 0 | | | |
29 |
11f4403 | 2021/03/03 14:39:17 | Domenico Francesco Bruscino | ARTEMIS-3132 Inhibit context menu and dblclick handler of broker diagram | Minor/Bug/Fixed/Closed (ARTEMIS-3132) |
0 | 0 | 0 | 0 | | | |
30 |
6f0cb8b | 2021/03/09 06:51:07 | Domenico Francesco Bruscino | ARTEMIS-3169 Update jetty to 9.4.38 and servlet-api to 3.0 | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3169) |
0 | 0 | 0 | 0 | | | |
31 |
190fd9f | 2021/03/08 07:25:42 | Domenico Francesco Bruscino | ARTEMIS-3144 Update resteasy version to 3.15.0.Final | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3144) |
2 | 2 | 0 | 4 | EmbeddedRestActiveMQJMSTest.java(+) EmbeddedTest.java(+) JMSTest.java(+) SelectorTest.java(+) TransformTest.java(+) | | |
32 |
d4f1552 | 2021/02/19 04:34:58 | Domenico Francesco Bruscino | ARTEMIS-3123 Update netty version to 4.1.59.Final | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3123) |
0 | 0 | 0 | 0 | CoreClientOverTwoWayOpenSSLTest.java(+) | | |
33 |
1a149b9 | 2021/02/09 12:00:26 | Justin Bertram | ARTEMIS-3102 throw more accurate exception when re-authentication fails | Major/Improvement/Fixed/Closed (ARTEMIS-3102) |
37 | 1 | 0 | 38 | | | |
34 |
5a57940 | 2021/02/08 10:48:56 | Domenico Francesco Bruscino | ARTEMIS-3044 Add Artemis web console tests | Major/Test/Fixed/Closed (ARTEMIS-3044) |
0 | 0 | 0 | 0 | tests.md(+) ConsoleTest.java(+) LoginTest.java(+) QueuesTest.java(+) ArtemisPage.java(+) ConsolePage.java(+) LoginPage.java(+) MessagePage.java(+) QueuePage.java(+) QueuesPage.java(+) StatusPage.java(+) | tests.md(+) | |
35 |
20007ad | 2021/03/10 07:35:10 | gtully | ARTEMIS-3141 - respect the browse page limit on all queue controll/jmx operations that use a queue browser | Major/Improvement/Fixed/Closed (ARTEMIS-3141) |
4 | 4 | 0 | 8 | QueueControlTest.java(+) | address-model.md(+) | |
36 |
eb26f67 | 2021/02/23 14:19:23 | Justin Bertram | ARTEMIS-3137 support XPath filters | Major/New Feature/Fixed/Closed (ARTEMIS-3137) |
126 | 28 | 90 | 64 | JMSXPathSelectorTest.java(+) ConsumerTest.java(+) StompTest.java(+) | filter-expressions.md(+) | |
37 |
2026016 | 2021/03/10 11:15:20 | gtully | ARTEMIS-3141 - configure managementBrowsePageSize limit to 1k for test expectation | Major/Improvement/Fixed/Closed (ARTEMIS-3141) |
0 | 0 | 0 | 0 | ManagementWithPagingServerTest.java(+) | | |
38 |
f49a163 | 2021/03/10 21:44:07 | Clebert Suconic | ARTEMIS-3137 Fixing Test with wrong message type on Xpath and Core | Major/New Feature/Fixed/Closed (ARTEMIS-3137) |
3 | 3 | 0 | 6 | ConsumerTest.java(+) | | |
39 |
adf054f | 2021/03/11 07:09:15 | Domenico Francesco Bruscino | ARTEMIS-3144 Fix RestDeserializationTest | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3144) |
0 | 0 | 0 | 0 | | | |
40 |
d541851 | 2021/03/12 11:04:21 | Domenico Francesco Bruscino | ARTEMIS-3179 Update netty version to 4.1.60.Final | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3179) |
0 | 0 | 0 | 0 | | | |
41 |
e548e0a | 2021/03/15 20:57:52 | Justin Bertram | ARTEMIS-3182 remove defunct repo | Major/Task/Fixed/Closed (ARTEMIS-3182) |
0 | 0 | 0 | 0 | | | |
42 |
96a0904 | 2021/03/16 08:39:58 | Robbie Gemmell | ARTEMIS-3183: resolve various immediate warnings at build start | Major/Task/Fixed/Closed (ARTEMIS-3183) |
0 | 0 | 0 | 0 | | | |
43 |
3c5b95c | 2021/03/16 11:59:00 | Clebert Suconic | NO-JIRA Simple Logging Change on Test | |
0 | 0 | 0 | 0 | NIOJournalCompactTest.java(+) | | |
44 |
1a4fd1d | 2021/03/16 10:23:08 | Erwin Dondorp | NO-JIRA Cosmetic logging change | |
0 | 3 | 0 | 3 | | | |
45 |
14755a0 | 2021/03/17 09:28:51 | Domenico Francesco Bruscino | ARTEMIS-3152 Fix console column selectors | Minor/Bug/Fixed/Closed (ARTEMIS-3152) |
0 | 0 | 0 | 0 | | | |
46 |
6d379d1 | 2021/03/12 06:00:20 | Erwin Dondorp | NO-JIRA visually separate the controls in groups | |
0 | 0 | 0 | 0 | | | |
47 |
9bdd271 | 2021/03/11 11:57:23 | Justin Bertram | ARTEMIS-3176 don't log JDBC datasource 'password' property | Major/Bug/Fixed/Closed (ARTEMIS-3176) |
0 | 1 | 0 | 1 | | | |
48 |
fea5e24 | 2021/03/11 14:32:44 | Justin Bertram | ARTEMIS-3166 support disabling configuration file reload | Minor/Improvement/Fixed/Closed (ARTEMIS-3166) |
0 | 14 | 0 | 14 | FileBrokerTest.java(+) | config-reload.md(+) | |
49 |
e1669d4 | 2021/03/10 10:24:10 | Justin Bertram | ARTEMIS-3172 don't log STOMP CONNECT passcode header | Major/Bug/Fixed/Closed (ARTEMIS-3172) |
1 | 5 | 0 | 6 | | | |
50 |
3b9008b | 2021/03/11 05:35:19 | Markus Meierhofer | ARTEMIS-3174: Set new connection on ServerSession during reattachment | Major/Bug/Fixed/Closed (ARTEMIS-3174) |
9 | 1 | 0 | 10 | | | |
51 |
d365253 | 2021/03/17 14:30:50 | Justin Bertram | ARTEMIS-3174 add test | Major/Bug/Fixed/Closed (ARTEMIS-3174) |
0 | 0 | 0 | 0 | ReattachTest.java(+) | | |
52 |
052bd60 | 2021/03/15 10:30:39 | gtully | ARTEMIS-3180 - fix multiple path match case in wildcard address map | Blocker/Bug/Fixed/Closed (ARTEMIS-3180) |
2 | 15 | 0 | 17 | AddressMapUnitTest.java(+) | | |
53 |
76b76c5 | 2021/03/18 14:09:26 | Sebastian Thomschke | NO-JIRA Remove unused private logger field | |
0 | 0 | 3 | -3 | | | |
54 |
8d848f4 | 2021/03/18 06:08:38 | gtully | ARTEMIS-3188 / ARTEMIS-2108 Fixing StackOverFlow over bindings | Major/Bug/Fixed/Closed (ARTEMIS-3188), Major/Bug/Fixed/Closed (ARTEMIS-2108) |
0 | 11 | 9 | 2 | RemoteBindingWithoutLoadBalancingTest.java(+) | | |
55 |
1d1a943 | 2021/03/16 06:50:31 | Markus Meierhofer | ARTEMIS-2870: Transfer connection close/failure listeners one by one on reattachment | Blocker/Bug/Fixed/Closed (ARTEMIS-2870) |
0 | 20 | 6 | 14 | ReattachTest.java(+) | | |
56 |
b4beea1 | 2021/03/22 12:22:41 | Clebert Suconic | ARTEMIS-3150 Broker Connections with restricted security | Minor/Bug/Fixed/Closed (ARTEMIS-3150) |
39 | 31 | 10 | 60 | BrokerConnectionBridgeSecurityTest.java(+) | | |
57 |
41d9eef | 2021/03/22 19:01:34 | Clebert Suconic | ARTEMIS-3191 Tests with Mirror and Credentials | Major/Bug/Fixed/Closed (ARTEMIS-3191) |
0 | 0 | 0 | 0 | BrokerConnectionMirrorSecurityTest.java(+) | | |
58 |
e9e1e47 | 2021/03/22 12:44:36 | AntonRoskvist | ARTEMIS-3198 Add concurrency option on core bridges | Minor/New Feature/Fixed/Closed (ARTEMIS-3198) |
33 | 17 | 0 | 50 | BridgeConfigurationTest.java(+) BridgeRoutingTest.java(+) | configuration-index.md(+) core-bridges.md(+) | |
59 |
8fd1b33 | 2021/03/22 10:53:11 | gtully | ARTEMIS-3197 - add selectorAware option to virtualTopicConsumerWildcards for openwire acceptor | Major/Improvement/Fixed/Closed (ARTEMIS-3197) |
21 | 32 | 0 | 53 | OpenWireProtocolManagerTest.java(+) VirtualTopicToFQQNOpenWireTest.java(+) | VirtualTopics.md(+) openwire.md(+) | |
60 |
31345c5 | 2021/03/22 21:56:02 | Clebert Suconic | ARTEMIS-3198 Fixing test after concurrency bridge changes | Minor/New Feature/Fixed/Closed (ARTEMIS-3198) |
0 | 1 | 0 | 1 | | | |
61 |
4473758 | 2021/03/22 04:06:04 | Domenico Francesco Bruscino | ARTEMIS-3195 Filter empty items from listNetworkTopology | Major/Improvement/Fixed/Closed (ARTEMIS-3195) |
2 | 0 | 2 | 0 | | | |
62 |
02bb703 | 2021/03/12 07:18:00 | gtully | ARTEMIS-3175 - implement address setting management-message-attribute-size-limit to sensibly limit data returned by list/browse/filter management ops | Major/Improvement/Fixed/Closed (ARTEMIS-3175) |
108 | 55 | 1 | 162 | CoreMessageTest.java(+) JMXManagementTest.java(+) QueueControlTest.java(+) | | |
63 |
06461f1 | 2021/03/08 16:54:31 | gtully | ARTEMIS-3168 - add PrincipalConversionLoginModule feature | Minor/New Feature/Fixed/Closed (ARTEMIS-3168) |
103 | 0 | 0 | 103 | PrincipalConversionLoginModuleTest.java(+) | security.md(+) | |
64 |
d71d54b | 2021/03/09 05:23:33 | gtully | ARTEMIS-3168 - add example using authentication delegation to keycloak, principal conversion for jms clients and oath for the web cosole | Minor/New Feature/Fixed/Closed (ARTEMIS-3168) |
0 | 1 | 0 | 1 | | examples.md(+) | readme.md(+) KeycloakSecurityExample.java(+) |
65 |
28c7d95 | 2021/03/18 14:18:30 | Sebastian Thomschke | NO-JIRA Remove unnecessary cast from byte[] to byte[] | |
0 | 1 | 0 | 1 | | | |
66 |
5a137fa | 2021/03/22 03:30:36 | Domenico Francesco Bruscino | ARTEMIS-3194 Upgrade hawtio version to 2.13.1 | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3194) |
0 | 0 | 0 | 0 | | | |
67 |
bb94d0a | 2021/03/22 07:31:23 | Andy Taylor | ARTEMIS-3196 - expose journal pool files in JMX | Major/Improvement/Fixed/Closed (ARTEMIS-3196) |
21 | 0 | 0 | 21 | ActiveMQServerControlTest.java(+) ActiveMQServerControlUsingCoreTest.java(+) | | |
68 |
89ea4ec | 2021/03/23 10:03:18 | Clebert Suconic | NO-JIRA Adding CoreMessage Test with Bytes access | |
0 | 0 | 0 | 0 | MessageBufferTest.java(+) | | |
69 |
6231a70 | 2021/03/22 03:46:09 | Domenico Francesco Bruscino | NO-JIRA Sync karaf version | |
0 | 0 | 0 | 0 | | | |
70 |
0f03064 | 2021/03/22 03:55:53 | Domenico Francesco Bruscino | ARTEMIS-3199 Upgrade postgresql to 42.2.19 | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3199) |
0 | 0 | 0 | 0 | | | |
71 |
7b8f34a | 2021/03/23 18:49:47 | Clebert Suconic | ARTEMIS-3196 Fixing ActiveMQServerControlUsingCoreTest | Major/Improvement/Fixed/Closed (ARTEMIS-3196) |
0 | 0 | 0 | 0 | ActiveMQServerControlUsingCoreTest.java(+) | | |
72 |
8d24bfa | 2021/03/23 13:27:59 | Clebert Suconic | ARTEMIS-3204 Fixing NPE on Counting Queue for Resource Limit | Major/Bug/Fixed/Closed (ARTEMIS-3204) |
0 | 14 | 0 | 14 | ResourceLimitTest.java(+) MaxQueueResourceTest.java(+) | | |
73 |
7bd2a4d | 2021/03/23 16:35:53 | franz1981 | ARTEMIS-3045 NettyConnection should null-check Netty buffer | Major/Improvement/Fixed/Closed (ARTEMIS-3045) |
1 | 8 | 0 | 9 | | | |
74 |
4f4231f | 2021/02/13 19:00:31 | dhawkins | ARTEMIS-3156 Better support for PKCS #11 | Major/Improvement/Fixed/Closed (ARTEMIS-3156) |
2 | 12 | 0 | 14 | | | |
75 |
186481b | 2021/02/18 23:30:03 | Justin Bertram | ARTEMIS-3155 differentiate SSL store type and provider | Blocker/Bug/Fixed/Closed (ARTEMIS-3155) |
169 | 64 | 0 | 233 | SimpleJNDIClientTest.java(+) SecurityTest.java(+) CoreClientOverOneWaySSLTest.java(+) CoreClientOverTwoWayOpenSSLServerTest.java CoreClientOverTwoWayOpenSSLTest.java CoreClientOverTwoWaySSLTest.java(+) SSLProviderTest.java(+) SSLProviderTwoWayTest.java(+) SSLTestBase.java(+) SSLSupportTest.java(+) | configuring-transports.md(+) | |
76 |
e45c1d9 | 2021/03/24 14:36:31 | Domenico Francesco Bruscino | NO-JIRA Fix NettyConnectorWithHTTPUpgradeTest | |
0 | 0 | 0 | 0 | NettyConnectorWithHTTPUpgradeTest.java(+) | | |
77 |
69bea67 | 2021/03/23 08:07:42 | Andy Taylor | ARTEMIS-3201 - configured diverts arent persisted | Major/Bug/Fixed/Closed (ARTEMIS-3201) |
19 | 0 | 11 | 8 | DivertTest.java(+) ActiveMQServerControlTest.java(+) | | |
78 |
658d45f | 2021/03/24 04:41:21 | Andy Taylor | ARTEMIS-3202 - add a flag to deleted diverts removed from config | Major/Improvement/Fixed/Closed (ARTEMIS-3202) |
31 | 8 | 7 | 32 | DivertTest.java(+) | address-model.md(+) config-reload.md(+) configuration-index.md(+) | |
79 |
3b4872e | 2021/03/26 10:42:03 | gtully | ARTEMIS-3128 - add test of large message browse opentype support | Critical/Improvement/Fixed/Closed (ARTEMIS-3128) |
0 | 1 | 0 | 1 | SimpleStreamingLargeMessageTest.java(+) | | |
80 |
fe3851f | 2021/03/25 11:08:50 | AntonRoskvist | ARTEMIS-3198 - Fix order of concurrency parameter | Minor/New Feature/Fixed/Closed (ARTEMIS-3198) |
0 | 0 | 0 | 0 | | | |
81 |
0ca4130 | 2021/03/29 12:38:11 | Justin Bertram | ARTEMIS-3155 fix test | Blocker/Bug/Fixed/Closed (ARTEMIS-3155) |
0 | 0 | 0 | 0 | SSLProviderTwoWayTest.java(+) | | |
82 |
a70b21c | 2021/03/31 09:46:19 | Domenico Francesco Bruscino | NO-JIRA Fix SSLSupportTest for IBM JVM | |
0 | 0 | 0 | 0 | SSLSupportTest.java(+) | | |
83 |
3aa2f09 | 2021/03/31 04:52:11 | Domenico Francesco Bruscino | ARTEMIS-3215 Upgrade hawtio version to 2.13.2 | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3215) |
0 | 0 | 0 | 0 | | | |
84 |
ad964b1 | 2021/03/31 22:08:46 | Justin Bertram | ARTEMIS-3217 unescape address name from JMX | Major/Bug/Fixed/Closed (ARTEMIS-3217) |
0 | 0 | 0 | 0 | | | |
85 |
e633e17 | 2021/04/01 13:17:27 | Justin Bertram | NO-JIRA management doc updates and clarifications | |
0 | 0 | 0 | 0 | | management.md(+) | |
86 |
2f851cb | 2021/03/31 14:09:42 | Domenico Francesco Bruscino | ARTEMIS-3203 Match filter field names with view field names | Minor/Bug/Fixed/Closed (ARTEMIS-3203) |
372 | 233 | 1 | 604 | | | |
87 |
17dd86f | 2021/04/01 11:39:56 | franz1981 | ARTEMIS-3219 Improve message routing | Major/Improvement/Fixed/Closed (ARTEMIS-3219) |
101 | 143 | 3 | 241 | | | |
88 |
08ec7c6 | 2021/04/02 03:50:43 | franz1981 | ARTEMIS-3219 Improve FQQN message routing | Major/Improvement/Fixed/Closed (ARTEMIS-3219) |
283 | 133 | 4 | 412 | | | |
89 |
158a94a | 2021/04/07 09:46:58 | Clebert Suconic | ARTEMIS-3224 Removing Artemis-tools migration tool from 1.x address model | Major/Task/Fixed/Closed (ARTEMIS-3224) |
0 | 0 | 563 | -563 | XMLConfigurationMigrationTest.java | | |
90 |
0edbf89 | 2021/04/08 18:43:46 | Clebert Suconic | ARTEMIS-3228 Enable javadocs check on PRs | Major/Task/Fixed/Closed (ARTEMIS-3228) |
0 | 0 | 0 | 0 | | | |
91 |
5313a80 | 2021/02/25 00:42:17 | Christoph Läubrich | ARTEMIS-3106 Support for SASL-SCRAM | Major/New Feature/Fixed/Closed (ARTEMIS-3106) |
4213 | 32 | 140 | 4105 | SCRAMTest.java(+) Krb5LoginModuleTest.java(+) AMQPConnectSaslTest.java(+) SaslScramTest.java(+) | | readme.md(+) QPIDClient.java(+) readme.md(+) TestServer.java(+) |
92 |
faf32fe | 2021/04/08 11:47:13 | Clebert Suconic | ARTEMIS-3227 Web Console could be shutdown after certain failures | Major/Task/Fixed/Closed (ARTEMIS-3227) |
15 | 2 | 1 | 16 | BackupAuthenticationTest.java(+) FakeServiceComponent.java(+) NetworkIsolationTest.java(+) QuorumFailOverTest.java(+) | | |
93 |
5642356 | 2021/04/09 08:42:08 | Clebert Suconic | artemis-3106 Refactoring SaslScramTest to use ActiveMQTestBase | |
0 | 0 | 0 | 0 | SaslScramTest.java(+) | | |
94 |
565d921 | 2021/04/09 08:48:17 | Clebert Suconic | ARTEMIS-3106 Check style fix on SaslScramTest | Major/New Feature/Fixed/Closed (ARTEMIS-3106) |
0 | 0 | 0 | 0 | SaslScramTest.java(+) | | |
95 |
9c9f89f | 2021/04/09 09:52:55 | gtully | ARTEMIS-3106 - remove sha-1 references from the test | Major/New Feature/Fixed/Closed (ARTEMIS-3106) |
0 | 0 | 0 | 0 | SaslScramTest.java(+) | | |
96 |
a195790 | 2021/04/09 11:23:23 | gtully | ARTEMIS-3106 - apply mvn verify template to the example | Major/New Feature/Fixed/Closed (ARTEMIS-3106) |
0 | 0 | 0 | 0 | | | readme.md(+) readme.md QPIDClient.java readme.md TestServer.java QPIDClient.java(+) |
97 |
78401dc | 2021/04/09 05:23:41 | Domenico Francesco Bruscino | ARTEMIS-3226 Add version output to cli | Minor/Improvement/Fixed/Closed (ARTEMIS-3226) |
37 | 3 | 0 | 40 | ArtemisTest.java(+) | | |
98 |
447f4c3 | 2021/04/09 09:44:40 | Domenico Francesco Bruscino | ARTEMIS-3232 Upgrade netty version to 4.1.63.Final | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3232) |
0 | 0 | 0 | 0 | | | |
99 |
b4789a8 | 2021/04/09 04:25:17 | Domenico Francesco Bruscino | ARTEMIS-3221 Migrating to Jakarta EE 8 artifacts | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3221) |
0 | 0 | 0 | 0 | MDBMultipleHandlersServerDisconnectTest.java(+) ActiveMQRATestBase.java(+) BootstrapContext.java(+) MessageEndpointFactory.java(+) | | |
100 |
9679843 | 2021/04/11 14:26:29 | Clebert Suconic | NO-JIRA renaming branch name to main on scripts | |
0 | 9 | 0 | 9 | | | |
101 |
fa80c03 | 2021/04/09 14:51:09 | gtully | ARTEMIS-3234 - fix and test, the existing tests suffered with suppressInternalManagementObjects defaulting to true. credit accounting is now independent of the ack list such that preack for advisories can work | Blocker/Bug/Fixed/Closed (ARTEMIS-3234) |
22 | 30 | 5 | 47 | AdvisoryOpenWireTest.java(+) | | |
102 |
d408f28 | 2021/04/12 14:36:49 | Clebert Suconic | ARTEMIS-3238 AMQP Mirror not routing correctly with SNF | Major/Bug/Fixed/Closed (ARTEMIS-3238) |
66 | 7 | 15 | 58 | AMQPReplicaTest.java(+) | | |
103 |
ac4eb69 | 2021/04/13 08:49:17 | Clebert Suconic | ARTEMIS-3238 Fixing SendACKFailTest after d408f284b171c361000a0a3876da3a155a8b5255 | Major/Bug/Fixed/Closed (ARTEMIS-3238) |
0 | 1 | 0 | 1 | | | |
104 |
d6ee91a | 2021/04/13 13:29:45 | Robbie Gemmell | NO-JIRA: fix date in binary archive NOTICE file, missed in 6b1d5341284f8317f678887e61dc514779608d46 changes (and previously). | |
0 | 0 | 0 | 0 | | | |
105 |
e195526 | 2021/04/14 06:01:26 | Robbie Gemmell | ARTEMIS-3242: update to qpid-jms 0.58.0 | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3242) |
0 | 0 | 0 | 0 | | | |
106 |
3c90c69 | 2021/04/14 07:45:46 | Robbie Gemmell | ARTEMIS-3106: remove duplicate artemis-server dependency added in 5313a800a37a4174a43289457a8934266b50f96b | Major/New Feature/Fixed/Closed (ARTEMIS-3106) |
0 | 0 | 0 | 0 | | | |
107 |
81e6e4a | 2021/04/12 21:11:21 | Justin Bertram | ARTEMIS-3209 add details to AMQ222186 WARN message | Major/Improvement/Fixed/Closed (ARTEMIS-3209) |
0 | 6 | 0 | 6 | | | |
108 |
64f5761 | 2021/04/14 09:55:48 | gtully | ARTEMIS-3117 - tackle the root cause of the scale issue with the netty ssl acceptor, the creation of an sslcontext per connetion, since ARTEMIS-400 | Critical/Improvement/Fixed/Closed (ARTEMIS-3117), Major/New Feature/Fixed/Closed (ARTEMIS-400) |
22 | 3 | 1 | 24 | | | |
109 |
b5740d3 | 2021/04/15 07:33:38 | gtully | no jira - fix schema gen on jdk8 on non clean build, only parse the dto files and not the integration tests | |
0 | 0 | 0 | 0 | | | |
110 |
0f3d877 | 2021/04/13 09:35:40 | gtully | ARTEMIS-3240 - ensure pending transactions are rolled back on connection failure. Fix and test | Major/Bug/Fixed/Closed (ARTEMIS-3240) |
4 | 0 | 0 | 4 | JMSConsumer2Test.java(+) | | |
111 |
02a6db8 | 2021/04/17 05:07:05 | Erwin Dondorp | NO-JIRA fixed spelling error in code of broker diagram | |
0 | 0 | 0 | 0 | | | |
112 |
24bae19 | 2021/04/17 05:51:24 | Erwin Dondorp | ARTEMIS-3256 internalqueue and internaladdress get their own color in the diagram | Trivial/Improvement/Fixed/Closed (ARTEMIS-3256) |
0 | 0 | 0 | 0 | | | |
113 |
6b86770 | 2021/04/19 12:00:24 | Jacob Middag | NO-JIRA Fix description of DiskStoreUsage | |
0 | 1 | 0 | 1 | MetricsPluginTest.java(+) | | |
114 |
a008c0e | 2021/04/19 20:32:00 | Erwin Dondorp | ARTEMIS-3257 fixed documentation issue wrt federation configuration | Major/Bug/Fixed/Closed (ARTEMIS-3257) |
0 | 0 | 0 | 0 | | federation-address.md(+) federation-queue.md(+) | |
115 |
52c5608 | 2021/04/21 16:35:58 | Domenico Francesco Bruscino | ARTEMIS-3241 Update console packages licenses | Blocker/Bug/Fixed/Closed (ARTEMIS-3241) |
0 | 0 | 0 | 0 | | | |
116 |
2a28a5d | 2021/04/22 15:03:16 | Clebert Suconic | NO-JIRA Fixing typo on log trace | |
0 | 1 | 0 | 1 | | | |
117 |
1392cb5 | 2021/04/22 21:59:05 | Clebert Suconic | ARTEMIS-3261 Enhance compact to deal with Rollbacks and update records that can be replaced | Major/Bug/Fixed/Closed (ARTEMIS-3261) |
172 | 28 | 2 | 198 | InfiniteRedeliveryTest.java(+) | | |
118 |
792fc7f | 2021/04/23 15:11:35 | Domenico Francesco Bruscino | ARTEMIS-3266 Upgrade jetty version to 9.4.40.v20210413 | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3266) |
0 | 0 | 0 | 0 | | | |
119 |
62395dc | 2021/04/24 11:37:20 | Clebert Suconic | ARTEMIS-3261 Fixing tests and allowing configuration to reload data files on start | Major/Bug/Fixed/Closed (ARTEMIS-3261) |
43 | 14 | 0 | 57 | InfiniteRedeliveryTest.java(+) ShrinkDataOnStartTest.java(+) ReplicationTest.java(+) JournalImplTestUnit.java(+) | | |
120 |
42405fe | 2021/04/26 14:30:07 | Clebert Suconic | ARTEMIS-3261 Expanding verification to journal compacting counters | Major/Bug/Fixed/Closed (ARTEMIS-3261) |
29 | 54 | 2 | 81 | VerifyUpdateFactorSystemProperty.java(+) InfiniteRedeliverySmokeTest.java(+) ReclaimerTest.java(+) | | |
121 |
39f4684 | 2021/04/27 14:15:03 | Clebert Suconic | ARTEMIS-3271 Improve Critical Analyzer to sample single therads | Major/Bug/Fixed/Closed (ARTEMIS-3271) |
9 | 32 | 14 | 27 | Wait.java(+) CriticalMeasureTest.java(+) MultiThreadCriticalMeasureTest.java(+) | | |
122 |
6e6ae3e | 2021/04/29 04:42:24 | gtully | ARTEMIS-3271 - tidy up comments and remove 'dead local store' | Major/Bug/Fixed/Closed (ARTEMIS-3271) |
0 | 4 | 5 | -1 | | | |
123 |
a3295c9 | 2021/04/29 08:28:04 | Clebert Suconic | ARTEMIS-3271 removing not needed Field Updater and fixing reset | Major/Bug/Fixed/Closed (ARTEMIS-3271) |
4 | 5 | 8 | 1 | CriticalMeasureTest.java(+) | | |
124 |
d2676e7 | 2021/04/28 15:04:46 | Clebert Suconic | ARTEMIS-3271 Improve Critical Analyzer to use AutoCloseable on the API | Major/Bug/Fixed/Closed (ARTEMIS-3271) |
183 | 228 | 281 | 130 | CriticalAnalyzerTest.java(+) CriticalMeasureTest.java(+) MultiThreadCriticalMeasureTest.java(+) TransactionImplTest.java(+) SendAckFailTest.java(+) CriticalCrashTest.java(+) CriticalSimpleTest.java(+) | | |
125 |
b0f8f51 | 2021/04/30 12:44:13 | Clebert Suconic | ARTEMIS-3273 Recover tool and PrintData enhancements | Major/Bug/Fixed/Closed (ARTEMIS-3273) |
292 | 59 | 1 | 350 | AMQPPrintDataTest.java(+) RecoverTest.java(+) JournalDataPrintTest.java(+) | | |
126 |
909f6f4 | 2021/05/04 16:59:43 | Clebert Suconic | NO-JIRA avoiding println on PrintData for Paged Files | |
0 | 1 | 0 | 1 | | | |
127 |
5393470 | 2021/05/05 16:27:38 | Clebert Suconic | NO-JIRA Reformating smoke-tests/pom.xml | |
0 | 0 | 0 | 0 | | | |
128 |
4df2936 | 2021/05/11 12:32:30 | Domenico Francesco Bruscino | ARTEMIS-3241 Update angular-resizable license | Blocker/Bug/Fixed/Closed (ARTEMIS-3241) |
0 | 0 | 0 | 0 | | | |
129 |
924a7fe | 2021/05/07 12:18:06 | Domenico Francesco Bruscino | ARTEMIS-3287 Upgrade micrometer version to 1.6.3 | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3287) |
0 | 0 | 0 | 0 | | | |
130 |
a30b3a8 | 2021/05/07 11:56:22 | Clebert Suconic | ARTEMIS-3293 System test on Paging and DLQ processing | Major/Task/Fixed/Closed (ARTEMIS-3293) |
0 | 0 | 0 | 0 | SmokeTestBase.java(+) JmxServerControlTest.java(+) MMSFactoryTest.java(+) | | |
131 |
4727be6 | 2021/05/11 17:22:38 | Clebert Suconic | NO-JIRA fixing logging.properties | |
0 | 0 | 0 | 0 | | | |
132 |
67d4727 | 2021/05/11 18:53:54 | Clebert Suconic | NO-JIRA removing runDirectJournalBlast | |
0 | 0 | 79 | -79 | ReplicationTest.java(+) | | |
133 |
0355dda | 2021/05/13 06:30:01 | Domenico Francesco Bruscino | ARTEMIS-3294 Fix conversion of messages with a text body | Major/Bug/Fixed/Closed (ARTEMIS-3294) |
0 | 2 | 0 | 2 | OpenTypeSupportTest.java(+) | | |
134 |
9513405 | 2021/05/13 14:33:35 | Timothy Bish | ARTEMIS-2813 Update MiniKDC and fix Kerberos tests on JDK 11+ | Major/Test/Fixed/Closed (ARTEMIS-2813) |
0 | 0 | 0 | 0 | JMSSaslGssapiTest.java(+) | | |
135 |
9e70b26 | 2021/05/13 17:23:42 | Timothy Bish | ARTEMIS-2813 Fix SaslKrb5LDAPSecurityTest failing on JDK 11 | Major/Test/Fixed/Closed (ARTEMIS-2813) |
0 | 0 | 0 | 0 | SaslKrb5LDAPSecurityTest.java(+) JournalPendingMessageTest.java(+) StompWebSocketMaxFrameTest.java(+) | | |
136 |
a3de3d4 | 2021/05/14 06:37:16 | Robbie Gemmell | ARTEMIS-3038, ARTEMIS-2813: remove the CoreClientOverOneWaySSLKerb5Test test class | Major/Test/Fixed/Closed (ARTEMIS-2813), Major/Task/Fixed/Closed (ARTEMIS-3038) |
0 | 0 | 0 | 0 | CoreClientOverOneWaySSLKerb5Test.java | | |
137 |
a34d9aa | 2021/05/13 07:08:33 | Andy Taylor | ARTEMIS-3295 - do not cluster advisories | Major/Bug/Fixed/Closed (ARTEMIS-3295) |
23 | 0 | 0 | 23 | MessageRedistributionTest.java(+) | | |
138 |
fe361d3 | 2021/05/03 09:10:48 | Clebert Suconic | ARTEMIS-3273 Moving verification of directory | Major/Bug/Fixed/Closed (ARTEMIS-3273) |
0 | 9 | 4 | 5 | | | |
139 |
2e2cd1f | 2021/05/17 04:18:19 | Robbie Gemmell | ARTEMIS-3296: get things building on Java 16 (and 17EA+21) | Major/Task/Fixed/Closed (ARTEMIS-3296) |
0 | 0 | 0 | 0 | | | |
140 |
0094fc9 | 2021/05/17 10:04:43 | Robbie Gemmell | NO-JIRA: update to current setup-java action, take advantage of tool cache install for LTS versions | |
0 | 0 | 0 | 0 | | | |
141 |
c45b87d | 2021/05/17 10:27:28 | Robbie Gemmell | ARTEMIS-3304: replace use of deprecated constructors marked as for-removal since Java 16 | Major/Bug/Fixed/Closed (ARTEMIS-3304) |
0 | 5 | 0 | 5 | | | |
142 |
7733a76 | 2021/05/18 07:50:53 | Robbie Gemmell | ARTEMIS-3296: drop back to assembly plugin 3.1.1 after prior update to 3.2.0 | Major/Task/Fixed/Closed (ARTEMIS-3296) |
0 | 0 | 0 | 0 | | | |
143 |
27c3439 | 2021/05/11 17:22:56 | Clebert Suconic | ARTEMIS-3297 Journal Retention Feature | Major/New Feature/Fixed/Closed (ARTEMIS-3297) |
729 | 105 | 7 | 827 | FileConfigurationParserTest.java(+) FileConfigurationTest.java(+) BufferSplitterTest.java(+) RecoverTest.java(+) FailoverTestBase.java(+) NIOJournalCompactTest.java(+) ReplicationTest.java(+) ReplicationFlowControlTest.java(+) FakeJournalImplTest.java(+) JournaHistorylBackupTest.java(+) JournalImplTestBase.java(+) JournalImplTestUnit.java(+) | data-tools.md(+) persistence.md(+) | |
144 |
5e622a6 | 2021/05/18 22:27:39 | Clebert Suconic | ARTEMIS-3297 Fixing Tests that do not support retention on the file system | Major/New Feature/Fixed/Closed (ARTEMIS-3297) |
0 | 0 | 0 | 0 | FailoverTestBase.java(+) ReplicatedLargeMessageWithDelayFailoverTest.java(+) ReplicatedWithDelayFailoverTest.java(+) | | |
145 |
d8d4419 | 2021/05/19 09:36:36 | Domenico Francesco Bruscino | ARTEMIS-3296 Align enforcer ids with the parent pom to avoid duplicate runs | Major/Task/Fixed/Closed (ARTEMIS-3296) |
0 | 0 | 0 | 0 | | | |
146 |
194d633 | 2021/05/19 13:00:24 | Domenico Francesco Bruscino | NO-JIRA Update the tar format for long files to posix | |
0 | 0 | 0 | 0 | | | |
147 |
e4f8d17 | 2021/05/18 12:52:11 | Domenico Francesco Bruscino | NO-JIRA Fix maven compiler version for java 1.8 | |
0 | 0 | 0 | 0 | | | |
148 |
9e9e279 | 2021/05/19 17:18:06 | Domenico Francesco Bruscino | ARTEMIS-3294 Fix testTextMessageAttributeLimits | Major/Bug/Fixed/Closed (ARTEMIS-3294) |
0 | 0 | 0 | 0 | QueueControlTest.java(+) | | |
149 |
3f38be8 | 2021/05/20 09:47:03 | Clebert Suconic | ARTEMIS-3310 Paging could lose AMQPmessage if match didn't work for any reason | Major/Bug/Fixed/Closed (ARTEMIS-3310) |
0 | 5 | 0 | 5 | ParseAppMultiThread.java(+) AmqpFilterChangePageTest.java(+) MMSFactoryTest.java(+) | | |
150 |
c0128b2 | 2021/05/24 08:55:31 | Clebert Suconic | ARTEMIS-3297 Fixing BackupSyncLargeMessageTest | Major/New Feature/Fixed/Closed (ARTEMIS-3297) |
0 | 0 | 0 | 0 | BackupSyncLargeMessageTest.java(+) | | |
151 |
847fe90 | 2021/05/24 09:51:42 | Clebert Suconic | ARTEMIS-3295 Removing Clutered OpenWire test since we are not clustering advisory any longer | Major/Bug/Fixed/Closed (ARTEMIS-3295) |
0 | 0 | 0 | 0 | TemporaryQueueClusterTest.java(+) | | |
152 |
23a28dc | 2021/05/24 10:34:58 | Clebert Suconic | NO-JIRA Removing comment from PrintData | |
0 | 1 | 0 | 1 | | | |
153 |
72c9cae | 2021/05/20 16:03:01 | gtully | ARTEMIS-3311 - ensure visibility of error state on operation context callback registration, fix and test | Major/Bug/Fixed/Closed (ARTEMIS-3311) |
0 | 47 | 5 | 42 | OperationContextUnitTest.java(+) | | |
154 |
ecad4fb | 2021/05/24 07:26:45 | Robbie Gemmell | ARTEMIS-3314: fix warning about not triggering inclusion filter | Minor/Task/Fixed/Closed (ARTEMIS-3314) |
0 | 0 | 0 | 0 | | | |
155 |
0477fc1 | 2021/05/24 08:09:04 | Robbie Gemmell | ARTEMIS-3314: fix warnings about not including the module artifact | Minor/Task/Fixed/Closed (ARTEMIS-3314) |
0 | 0 | 0 | 0 | | | |
156 |
3c0e14d | 2021/05/04 17:24:11 | Martyn Taylor | ARTEMIS-3283 Added SlowConsumerThreshold unit configuration option | Major/Improvement/Fixed/Closed (ARTEMIS-3283) |
104 | 12 | 0 | 116 | FileConfigurationTest.java(+) AddressSettingsTest.java(+) SlowConsumerTest.java(+) | address-model.md(+) | |
157 |
81bbca1 | 2021/04/12 12:51:44 | Justin Bertram | ARTEMIS-3229 add details to AdressControl MBean | Minor/Improvement/Fixed/Closed (ARTEMIS-3229) |
58 | 0 | 0 | 58 | AddressControlUsingCoreTest.java(+) | | |
158 |
79c9364 | 2021/04/12 14:36:44 | Justin Bertram | ARTEMIS-3237 logging OpenWire producer exception is confusing | Major/Bug/Fixed/Closed (ARTEMIS-3237) |
0 | 1 | 0 | 1 | | | |
159 |
e543aa3 | 2021/04/12 18:48:50 | Justin Bertram | ARTEMIS-3159 errors during concurrent expiration with auto-creation | Critical/Bug/Fixed/Closed (ARTEMIS-3159) |
1 | 14 | 0 | 15 | AutoCreateExpiryResourcesTest.java(+) | | |
160 |
e03c4fe | 2021/05/24 11:42:32 | Domenico Francesco Bruscino | ARTEMIS-3309 Add a parameter to limit messages to move or transfer | Major/Improvement/Fixed/Closed (ARTEMIS-3309) |
71 | 170 | 0 | 241 | CliTestBase.java(+) TransferTest.java(+) ScheduledDeliveryHandlerTest.java(+) QueueControlTest.java(+) QueueControlUsingCoreTest.java(+) FakeQueue.java(+) | | |
161 |
d50fbc4 | 2021/04/30 08:25:13 | Erwin Dondorp | ARTEMIS-3258 added warning for url parameters that are explicitly ignored | Minor/Bug/Fixed/Closed (ARTEMIS-3258) |
12 | 11 | 0 | 23 | | | |
162 |
3621258 | 2021/05/06 15:22:17 | Justin Bertram | ARTEMIS-3285 potential duplicate messages with LVQ + non-destructive | Major/Bug/Fixed/Closed (ARTEMIS-3285) |
59 | 29 | 2 | 86 | Wait.java(+) JMSNonDestructiveTest.java(+) | | |
163 |
a06494d | 2021/05/24 16:49:27 | Clebert Suconic | ARTEMIS-3297 Moving journal-retention-directory commented out element | Major/New Feature/Fixed/Closed (ARTEMIS-3297) |
0 | 0 | 0 | 0 | | | |
164 |
90101f5 | 2021/05/25 08:42:13 | Robbie Gemmell | ARTEMIS-3270: update enforced minimum maven version to 3.5.0 | Minor/Bug/Fixed/Closed (ARTEMIS-3270) |
0 | 0 | 0 | 0 | | | |
165 |
f6df608 | 2021/05/25 11:07:17 | Clebert Suconic | ARTEMIS-3283 Fixing Slow Consuemr Test and speeding it up | Major/Improvement/Fixed/Closed (ARTEMIS-3283) |
17 | 0 | 0 | 17 | SlowConsumerTest.java(+) | | |
166 |
4de9e88 | 2021/05/25 11:45:17 | Clebert Suconic | ARTEMIS-3309 Fixing QueueControlUsingCoreTest | Major/Improvement/Fixed/Closed (ARTEMIS-3309) |
0 | 0 | 0 | 0 | QueueControlUsingCoreTest.java(+) | | |
167 |
e9c94e5 | 2021/05/07 22:31:47 | Justin Bertram | ARTEMIS-3288 support bulk user loading with basic security manager | Major/New Feature/Fixed/Closed (ARTEMIS-3288) |
9 | 39 | 0 | 48 | BasicSecurityManagerTest.java(+) | security.md(+) | |
168 |
a3fb3ff | 2021/05/25 12:21:03 | Justin Bertram | NO-JIRA fix security doc typo | |
0 | 0 | 0 | 0 | | security.md(+) | |
169 |
6ec7a69 | 2021/04/14 04:20:37 | Domenico Francesco Bruscino | ARTEMIS-3236 Preserve managed queues on removing MQTT subscription | Major/Bug/Fixed/Closed (ARTEMIS-3236) |
1 | 8 | 1 | 8 | MQTTQueueCleanTest.java(+) | | |
170 |
295cf79 | 2021/05/25 12:37:59 | Justin Bertram | NO-JIRA fix cluster doc XML order | |
0 | 0 | 0 | 0 | | clusters.md(+) | |
171 |
6bdb511 | 2021/05/25 14:15:11 | Justin Bertram | NO-JIRA update JDBC docs | |
0 | 0 | 0 | 0 | | persistence.md(+) | |
172 |
8d90aa7 | 2021/05/26 09:49:25 | Robbie Gemmell | ARTEMIS-3314: fix 11 warnings messages about assembly paths | Minor/Task/Fixed/Closed (ARTEMIS-3314) |
0 | 0 | 0 | 0 | | | |
173 |
a7027e5 | 2021/05/26 09:50:44 | Robbie Gemmell | ARTEMIS-3314: split dir creation to its own execution to fix warning | Minor/Task/Fixed/Closed (ARTEMIS-3314) |
0 | 0 | 0 | 0 | | | |
174 |
13121cd | 2021/05/26 05:04:06 | Domenico Francesco Bruscino | ARTEMIS-3316 Upgrade netty version to 4.1.65.Final | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3316) |
0 | 0 | 0 | 0 | | | |
175 |
cfee203 | 2021/05/26 11:35:16 | Clebert Suconic | ARTEMIS-3318 Invalid data on page should not hold page cleanup | Major/Bug/Fixed/Closed (ARTEMIS-3318) |
14 | 9 | 0 | 23 | PagingTest.java(+) | | |
176 |
f0476d6 | 2021/05/27 08:50:53 | Clebert Suconic | ARTEMIS-3318/ARTEMIS-2931 Fixing potential issue | Major/Bug/Fixed/Closed (ARTEMIS-2931), Major/Bug/Fixed/Closed (ARTEMIS-3318) |
0 | 4 | 0 | 4 | | | |
177 |
cdaa00d | 2021/05/26 14:50:15 | Justin Bertram | ARTEMIS-3317 OpenWire property conversion can cause ClassCastException | Major/Bug/Fixed/Closed (ARTEMIS-3317) |
0 | 9 | 0 | 9 | SimpleOpenWireTest.java(+) | | |
178 |
ba6422d | 2021/05/26 10:50:50 | Domenico Francesco Bruscino | ARTEMIS-3315 Fix JSON serialization of AMQP messages | Major/Improvement/Fixed/Closed (ARTEMIS-3315) |
4 | 2 | 1 | 5 | JMXManagementTest.java(+) | | |
179 |
0716189 | 2021/05/27 11:46:48 | Clebert Suconic | ARTEMIS-3309 Improving test reliability | Major/Improvement/Fixed/Closed (ARTEMIS-3309) |
0 | 0 | 0 | 0 | TransferTest.java(+) | | |
180 |
8ec0e51 | 2021/05/27 05:59:18 | Robbie Gemmell | ARTEMIS-3242: update to Qpid JMS 0.59.0 | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3242) |
0 | 0 | 0 | 0 | | | |
181 |
3ca0295 | 2021/05/27 14:01:16 | Justin Bertram | NO-JIRA make TransferTest more robust, readable | |
0 | 0 | 0 | 0 | TransferTest.java(+) | | |
182 |
14dddb0 | 2020/07/30 06:15:50 | franz1981 | ARTEMIS-3280 Netty Pool micrometer metric plugin | Major/New Feature/Fixed/Closed (ARTEMIS-3280) |
395 | 0 | 0 | 395 | FileConfigurationTest.java(+) | metrics.md(+) | |
183 |
7ce9030 | 2021/06/01 07:16:29 | gtully | ARTEMIS-3323 - ensure openwire message id is unique and consistent for the life of a broker when converted from core | Major/Bug/Fixed/Closed (ARTEMIS-3323) |
2 | 21 | 14 | 9 | OpenWireMessageConverterTest.java(+) AMQConsumerTest.java(+) ClusterTestBase.java(+) MessageRedistributionTest.java(+) GeneralInteropTest.java(+) UUIDGeneratorTest.java(+) | | |
184 |
24c6d90 | 2021/06/01 11:50:27 | Clebert Suconic | ARTEMIS-3324 JournalFilesRepository running out of open files while compacting | Major/Bug/Fixed/Closed (ARTEMIS-3324) |
4 | 6 | 0 | 10 | JournalImplTestBase.java(+) | | |
185 |
ee92ddc | 2021/06/01 19:31:54 | Clebert Suconic | NO-JIRA Fixing test | |
0 | 0 | 0 | 0 | AIOUnbuferedJournalImplTest.java(+) | | |
186 |
815f383 | 2021/06/01 19:09:02 | gtully | ARTEMIS-3234 - revisit fix to deal with credit on unmatched acks, thanks to brusdev for the interceptor feature and test from ARTEMIS-2650 | Blocker/Bug/Fixed/Closed (ARTEMIS-3234), Major/Bug/Fixed/Closed (ARTEMIS-2650) |
43 | 51 | 13 | 81 | OpenWireProtocolManagerTest.java(+) GeneralInteropTest.java(+) | | |
187 |
c993b5a | 2021/06/02 11:58:25 | Robbie Gemmell | NO-JIRA: fix javadoc errors on JDK11+, enable CI javadoc check on JDK11+ | |
0 | 4 | 0 | 4 | | | |
188 |
f380324 | 2021/06/02 19:53:26 | Clebert Suconic | NO-JIRA fixing intermittent failure with a Wait call | |
0 | 0 | 0 | 0 | TransactionalSendTest.java(+) | | |
189 |
0e77f93 | 2021/05/31 06:54:18 | gtully | ARTEMIS-3326 - fix state visibility between netty and actor thread after initial connection info processing. fix and test | Major/Bug/Fixed/Closed (ARTEMIS-3326) |
0 | 16 | 0 | 16 | OpenWireConnectionTest.java(+) | | |
190 |
9484e49 | 2021/06/03 06:28:39 | gtully | no jira - fix intermittent checkthreadrule failure in JDBCJournalTest | |
0 | 0 | 0 | 0 | JDBCJournalTest.java(+) | | |
191 |
3f67d93 | 2021/06/03 07:22:52 | gtully | no jira - intermittnet failure due to possibly slower hw, eliminate that | |
0 | 0 | 0 | 0 | ScaleDownTest.java(+) | | |
192 |
f4f31df | 2021/06/03 10:17:48 | gtully | no jira - only delay on expected messages and no wait on null. speed up test - thanks rgemmell | |
0 | 0 | 0 | 0 | ScaleDownTest.java(+) | | |
193 |
cfd0327 | 2021/06/02 12:53:36 | Clebert Suconic | ARTEMIS-3327 removing unecessary blocking operations on update and delete records | Major/Improvement/Fixed/Closed (ARTEMIS-3327) |
80 | 133 | 69 | 144 | TransactionImplTest.java(+) SendAckFailTest.java(+) DeleteMessagesOnStartupTest.java(+) ReplicationTest.java(+) FakeStorageManager.java(+) JournalImplTestBase.java(+) | | |
194 |
7137252 | 2021/06/03 10:43:11 | Clebert Suconic | NO-JIRA fixing spelling udpate as update | |
0 | 3 | 0 | 3 | UpdateQueueTest.java(+) | management.md(+) | |
195 |
73bcc78 | 2021/06/04 08:46:34 | gtully | no jira - update commons.io version to latest | |
0 | 0 | 0 | 0 | | | |
196 |
5bf3228 | 2021/06/03 06:40:57 | Robbie Gemmell | ARTEMIS-3328: fix assembly descriptors and stop downgrading assembly plugin | Major/Task/Fixed/Closed (ARTEMIS-3296), Major/Task/Fixed/Closed (ARTEMIS-3328) |
0 | 0 | 0 | 0 | | | |
197 |
c05c595 | 2021/06/03 06:41:14 | Robbie Gemmell | ARTEMIS-3328: only build the source-release assembly during the release process, or upon request | Major/Task/Fixed/Closed (ARTEMIS-3328) |
0 | 0 | 0 | 0 | | | |
198 |
aa67a12 | 2021/06/03 06:41:32 | Robbie Gemmell | ARTEMIS-3328: override the parent pom assembly creation, suppress creating and deploying unused assembly | Major/Task/Fixed/Closed (ARTEMIS-3328) |
0 | 4 | 0 | 4 | | | |
199 |
c24a2fa | 2021/06/04 10:05:22 | Robbie Gemmell | NO-JIRA: remove profiled module definitions which duplicate the base module set, delete empty profile | |
0 | 0 | 0 | 0 | | | |
200 |
686a61d | 2021/06/05 03:38:02 | Andy Taylor | ARTEMIS-3332 - fix search on consumer count in console | Major/Bug/Fixed/Closed (ARTEMIS-3332) |
0 | 0 | 0 | 0 | | | |
201 |
0edf599 | 2021/06/04 18:15:58 | Clebert Suconic | ARTEMIS-3261 Updating logic to use only replaceable records on compacting verification | Major/Bug/Fixed/Closed (ARTEMIS-3261) |
41 | 32 | 1 | 72 | ReclaimerTest.java(+) | | |
202 |
3913c17 | 2021/06/07 13:05:34 | Clebert Suconic | NO-JIRA fixing intermittent failure on test | |
0 | 0 | 0 | 0 | QueueControlTest.java(+) | | |
203 |
a38f009 | 2021/06/07 14:45:01 | Justin Bertram | ARTEMIS-1883 clarify docs for use of '::' | Major/Bug/Fixed/Closed (ARTEMIS-1883) |
0 | 0 | 0 | 0 | | address-model.md(+) | |
204 |
26b8398 | 2021/06/03 13:54:01 | Justin Bertram | ARTEMIS-3330 JMS session stopped on failed rollback | Major/Bug/Fixed/Closed (ARTEMIS-3330) |
0 | 9 | 0 | 9 | RollbackTest.java(+) | | |
205 |
0857660 | 2021/06/04 10:23:40 | gtully | no jira - remove unused log4j dependency | |
0 | 0 | 0 | 0 | | | |
206 |
b432eb8 | 2021/06/08 07:38:39 | gtully | no-jira - update mvn-war-plugin to get rid of xstream security warning in build | |
0 | 0 | 0 | 0 | | | |
207 |
7e15de6 | 2021/06/08 09:15:52 | gtully | no-jira - consolidate mvn-war-plugin version in play | |
0 | 0 | 0 | 0 | | | |
208 |
eb4723c | 2021/06/09 10:49:15 | Robbie Gemmell | NO-JIRA: update broken repo/website URLs in pom to point to something useful | |
0 | 0 | 0 | 0 | | | |
209 |
05498c3 | 2021/06/08 10:00:45 | Clebert Suconic | ARTEMIS-3261 Remove need to lookup replaceableRecords on the hot path | Major/Bug/Fixed/Closed (ARTEMIS-3261) |
22 | 65 | 15 | 72 | JDBCJournalLoaderCallbackTest.java(+) ReplicationTest.java(+) InfiniteRedeliverySmokeTest.java(+) JournalImplTestBase.java(+) JournalImplTestUnit.java(+) | | |
210 |
bafefdc | 2021/06/09 04:40:49 | Domenico Francesco Bruscino | ARTEMIS-3338 Preserve prepared XA transactions on connection failure | Major/Bug/Fixed/Closed (ARTEMIS-3338) |
2 | 6 | 2 | 6 | SessionFailureXATest.java(+) BindingsImplTest.java(+) | | |
211 |
3ff70cb | 2021/06/09 14:08:35 | Erwin Dondorp | ARTEMIS-3334 suggest to use the etc directory, which is already in the classpath and also has all other config files | Major/Improvement/Fixed/Closed (ARTEMIS-3334) |
0 | 0 | 0 | 0 | | clusters.md(+) | |
212 |
88122e0 | 2021/06/02 05:59:43 | Andy Taylor | ARTEMIS-3331 - RA improvements to work well with more Servers | Major/Improvement/Fixed/Closed (ARTEMIS-3331) |
101 | 24 | 0 | 125 | | | |
213 |
dc7de89 | 2021/06/10 12:50:44 | Robbie Gemmell | ARTEMIS-3341: update checkstyle, use consistent plugin version, fix some issues or tweak config to allow existing style | Minor/Task/Fixed/Closed (ARTEMIS-3341) |
0 | 1 | 0 | 1 | | | |
214 |
a4c1155 | 2021/06/10 23:56:40 | Justin Bertram | ARTEMIS-3341 update checkstyle to latest + update code | Minor/Task/Fixed/Closed (ARTEMIS-3341) |
0 | 65 | 0 | 65 | TestJDBCDriver.java(+) NoProcessFilesBehind.java(+) ActiveMQMessageHandlerTest.java(+) ActiveMQServerControlMultiThreadTest.java(+) BMFailoverTest.java(+) ClusteredBridgeReconnectTest.java(+) ClusteredGroupingTest.java(+) ConcurrentDeliveryCancelTest.java(+) CriticalAnalyzerFaultInjectionTest.java(+) DisconnectOnCriticalFailureTest.java(+) FailureXATest.java(+) FileLockMonitorTest.java(+) FileLockNodeManagerTest.java(+) GroupingTest.java(+) HierarchicalObjectRepositoryTest.java(+) InterruptedMessageHandlerTest.java(+) JMSBridgeReconnectionTest.java(+) JournalImplConcurrencyTest.java(+) LargeMessageOnShutdownTest.java(+) LargeMessageOverReplicationTest.java(+) LargeMessageReplicationTest.java(+) LatencyTest.java(+) LoggingActiveMQServerPluginAMQPTest.java(+) LoggingActiveMQServerPluginOpenWireTest.java(+) LoggingActiveMQServerPluginTest.java(+) ManagementExceptionHandlingTest.java(+) OrphanedConsumerTest.java(+) PagingLeakTest.java(+) PagingOMETest.java(+) QueueDeploymentFailedTest.java(+) RaceOnClosingConsumerWhileReconnecting.java(+) RaceOnCursorIteratorTest.java(+) RaceOnSyncLargeMessageOverReplication2Test.java(+) RaceOnSyncLargeMessageOverReplicationTest.java(+) ReplicationBackupTest.java(+) StartStopDeadlockTest.java(+) StompInternalStateTest.java(+) TimeoutXATest.java(+) FileSystemSyncBlockedTest.java(+) SaslKrb5LDAPSecurityTest.java(+) BridgeTest.java(+) | | |
215 |
bff242b | 2021/06/11 10:52:51 | Clebert Suconic | NO-JIRA Small tweaks on PrintData.java | |
1 | 3 | 0 | 4 | | | |
216 |
9791a96 | 2021/06/11 12:47:16 | Justin Bertram | NO-JIRA further clarify clustered grouping | |
0 | 0 | 0 | 0 | | message-grouping.md(+) | |
217 |
d9f0a1f | 2021/06/11 14:32:25 | Justin Bertram | NO-JIRA update clustered grouping example doc | |
0 | 0 | 0 | 0 | | | readme.md(+) |
218 |
595d1e4 | 2021/06/14 10:22:07 | Domenico Francesco Bruscino | ARTEMIS-3346 Fix typo in coreMaptoJMSMap | Minor/Bug/Fixed/Closed (ARTEMIS-3346) |
0 | 1 | 0 | 1 | | | |
219 |
a7089d0 | 2021/06/14 11:25:33 | Justin Bertram | ARTEMIS-3346 test for typo fix | Minor/Bug/Fixed/Closed (ARTEMIS-3346) |
0 | 0 | 0 | 0 | ConversionTest.java(+) | | |
220 |
3b1f6ee | 2021/06/01 05:53:26 | Markus Meierhofer | ARTEMIS-3337: Correctly handle multiple connection failures | Major/Bug/Fixed/Closed (ARTEMIS-3337) |
12 | 10 | 0 | 22 | | | |
221 |
65782cb | 2021/06/14 15:48:51 | Domenico Francesco Bruscino | ARTEMIS-3337 Add test on multiple connection failures | Major/Bug/Fixed/Closed (ARTEMIS-3337) |
0 | 0 | 0 | 0 | FailoverTest.java(+) | | |
222 |
867bf5e | 2021/06/14 17:17:39 | Justin Bertram | ARTEMIS-3155 support better backwards compatibility | Blocker/Bug/Fixed/Closed (ARTEMIS-3155) |
30 | 21 | 4 | 47 | CoreClientOverOneWaySSLTest.java(+) CoreClientOverTwoWaySSLTest.java(+) | | |
223 |
567c4fc | 2021/06/15 07:53:43 | Robbie Gemmell | ARTEMIS-3155: fix javadoc error introduced in #3624 | Blocker/Bug/Fixed/Closed (ARTEMIS-3155) |
0 | 1 | 0 | 1 | | | |
224 |
98e5e19 | 2021/06/15 06:33:52 | Robbie Gemmell | ARTEMIS-3347: update various commons-io usages, and bump all to latest | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3347) |
0 | 0 | 0 | 0 | | | |
225 |
1430972 | 2021/06/15 06:57:41 | Robbie Gemmell | ARTEMIS-3348, ARTEMIS-3347: update to hawtio 2.13.4 | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3348), Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3347) |
0 | 0 | 0 | 0 | | | |
226 |
d22b9d5 | 2021/06/15 11:05:50 | Robbie Gemmell | ARTEMIS-2813: exclude old transitive test dep which isnt actually needed in tests | Major/Test/Fixed/Closed (ARTEMIS-2813) |
0 | 0 | 0 | 0 | | | |
227 |
a8c17fa | 2021/06/15 12:11:36 | Robbie Gemmell | ARTEMIS-3270: move enforcer execution config so it overrides parent execution | Minor/Bug/Fixed/Closed (ARTEMIS-3270) |
0 | 0 | 0 | 0 | | | |
228 |
48d489e | 2021/06/15 13:16:11 | Justin Bertram | NO-JIRA clarify broker setup/config doc | |
0 | 0 | 0 | 0 | | using-server.md(+) | |
229 |
b1d326b | 2021/06/15 09:07:58 | Domenico Francesco Bruscino | ARTEMIS-3339 Fix management role match key comparator | Major/Bug/Fixed/Closed (ARTEMIS-3339) |
0 | 4 | 0 | 4 | JMXAccessControlListTest.java(+) | | |
230 |
afa7209 | 2021/06/16 09:20:07 | Clebert Suconic | NO-JIRA Fixing Intermittent failure on AutoCreateExpiryResourcesTest with a Wait.assert change | |
0 | 0 | 0 | 0 | AutoCreateExpiryResourcesTest.java(+) | | |
231 |
318110b | 2021/06/16 11:49:52 | Robbie Gemmell | ARTEMIS-3352: remove stale cobertura plugin config | Minor/Task/Fixed/Closed (ARTEMIS-3352) |
0 | 0 | 0 | 0 | | | |
232 |
8b33279 | 2021/06/16 11:53:08 | Robbie Gemmell | ARTEMIS-3352: remove redundant snapshot repo definition | Minor/Task/Fixed/Closed (ARTEMIS-3352) |
0 | 0 | 0 | 0 | | | |
233 |
45ae64a | 2021/06/24 14:10:48 | Justin Bertram | ARTEMIS-3366 deleteAddress can remove SnF queue | Major/Bug/Fixed/Closed (ARTEMIS-3366) |
1 | 4 | 0 | 5 | SimpleSymmetricClusterTest.java(+) | | |
234 |
2585ef3 | 2021/06/28 12:18:29 | Domenico Francesco Bruscino | ARTEMIS-3368 Upgrade hawtio version to 2.13.5 | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3368) |
0 | 0 | 0 | 0 | | | |
235 |
200e436 | 2021/06/29 13:58:48 | Clebert Suconic | ARTEMIS-3371 Adding TestContainers support and adding QpidDispatchPeerTest | Major/Test/Fixed/Closed (ARTEMIS-3371) |
1 | 0 | 0 | 1 | BrokerConnectionBridgeSecurityTest.java(+) BrokerConnectionMirrorSecurityTest.java(+) QpidDispatchPeerTest.java(+) ContainerService.java(+) SmokeTestBase.java(+) | | |
236 |
4d7c6cc | 2021/07/02 10:51:39 | Clebert Suconic | ARTEMIS-3373 Using consistent template terminology under the collections package | Minor/Task/Fixed/Closed (ARTEMIS-3373) |
0 | 162 | 0 | 162 | | | |
237 |
c6874c9 | 2021/07/04 11:29:56 | Erwin Dondorp | ARTEMIS-3375 fix for helptext for 'artemis address' | Minor/Bug/Fixed/Closed (ARTEMIS-3375) |
0 | 1 | 0 | 1 | | | |
238 |
bea0568 | 2021/06/21 05:41:47 | franz1981 | ARTEMIS-3360 Backup connector ignores TTL settings on the connection factories | Major/Improvement/Fixed/Closed (ARTEMIS-3360) |
0 | 20 | 5 | 15 | BackupManagerInheritedConfigTest.java(+) CheckRetryIntervalBackupManagerTest.java | | |
239 |
33e13eb | 2021/06/17 09:00:31 | Michal Petrov | ARTEMIS-3356: fix debug message arguments | Major/Bug/Fixed/Closed (ARTEMIS-3356) |
0 | 2 | 0 | 2 | | | |
240 |
47d4b8f | 2021/07/04 16:59:25 | Justin Bertram | ARTEMIS-3343 log WARN & ignore duplicate address-setting match | Major/Improvement/Fixed/Closed (ARTEMIS-3343) |
5 | 7 | 0 | 12 | FileConfigurationParserTest.java(+) | | |
241 |
1d02d06 | 2021/06/23 15:22:17 | Justin Bertram | ARTEMIS-3374 config-managed queue can be deleted by durable subscriber | Major/Bug/Fixed/Closed (ARTEMIS-3374) |
41 | 21 | 0 | 62 | JMSClientTestSupport.java(+) JMSMessageConsumerTest.java(+) | | |
242 |
b7f9807 | 2020/12/01 12:02:25 | Justin Bertram | ARTEMIS-2919 support timestamping incoming messages | Major/New Feature/Fixed/Closed (ARTEMIS-2919) |
108 | 12 | 0 | 120 | FileConfigurationTest.java(+) MessagePropertyTest.java(+) AmqpClientTestSupport.java(+) AmqpIngressTimestampTest.java(+) IngressTimestampTest.java(+) StompTest.java(+) | address-model.md(+) | |
243 |
5c051e9 | 2021/07/06 14:19:11 | Clebert Suconic | ARTEMIS-3327 Removing unecessary block operation on journal append record | Major/Improvement/Fixed/Closed (ARTEMIS-3327) |
0 | 0 | 6 | -6 | | | |
244 |
9f96e2d | 2021/07/06 14:07:49 | Justin Bertram | ARTEMIS-3379 add message details to consumer audit log | Minor/Improvement/Fixed/Closed (ARTEMIS-3379) |
0 | 5 | 0 | 5 | | | |
245 |
7fc312a | 2021/07/02 08:27:08 | gtully | ARTEMIS-3372 - disconnect consumers on queue deletion event | Major/Bug/Fixed/Closed (ARTEMIS-3372) |
0 | 10 | 0 | 10 | OpenWireDeleteQueueTest.java(+) | | |
246 |
bb3f313 | 2021/06/17 03:49:50 | franz1981 | ARTEMIS-3354 journal-max-io cannot be set to 1 with ASYNCIO journal | Minor/Bug/Fixed/Closed (ARTEMIS-3354) |
0 | 2 | 0 | 2 | AIOSequentialFileFactoryTest.java(+) | | |
247 |
ff6e157 | 2021/06/17 07:22:30 | franz1981 | ARTEMIS-3354 Better doc journal-max-io misuse with ASYNCIO | Minor/Bug/Fixed/Closed (ARTEMIS-3354) |
3 | 0 | 0 | 3 | | | |
248 |
000f83d | 2021/07/07 16:19:08 | Clebert Suconic | ARTEMIS-3327 Reverting 5c051e98329eb69a1d923ce20c689d2aee065348 and adding test to validate contract with sync. | Major/Improvement/Fixed/Closed (ARTEMIS-3327) |
6 | 0 | 0 | 6 | JournalAsyncTest.java(+) FakeSequentialFileFactory.java(+) | | |
249 |
3961fd1 | 2021/07/09 07:41:17 | gtully | ARTEMIS-3372 - ensure test verification happens after expected failover event such that expected message is not tracked as a duplicate | Major/Bug/Fixed/Closed (ARTEMIS-3372) |
0 | 0 | 0 | 0 | OpenWireDeleteQueueTest.java(+) | | |
250 |
4c06d44 | 2021/07/09 09:56:29 | gtully | ARTEMIS-2974 - fix up the regexp used in the test to match to the end | Major/Bug/Fixed/Closed (ARTEMIS-2974) |
0 | 0 | 0 | 0 | MultiThreadedAuditLoggingTest.java(+) | | |
251 |
bf875c3 | 2021/07/08 12:55:55 | Justin Bertram | ARTEMIS-3374 fix tests and shared subscriber case | Major/Bug/Fixed/Closed (ARTEMIS-3374) |
0 | 4 | 0 | 4 | SecureConfigurationTest.java(+) | | |
252 |
ec508d8 | 2021/07/08 21:01:44 | Justin Bertram | ARTEMIS-3381 AMQP bypasses session when deleting queues | Major/Bug/Fixed/Closed (ARTEMIS-3381) |
0 | 1 | 0 | 1 | SecureConfigurationTest.java(+) | | |
253 |
ee3814d | 2021/07/12 22:58:14 | Clebert Suconic | ARTEMIS-3383 AMQPMessage.isDurable wrongly returns false during persistent lazy reload state | Major/Bug/Fixed/Closed (ARTEMIS-3383) |
0 | 3 | 0 | 3 | AmqpJournalLoadingTest.java(+) | | |
254 |
fb5f6a3 | 2021/07/09 16:06:26 | Clebert Suconic | NO-JIRA I got tired of the ThreadDump after Wait failures. I am removing it. | |
0 | 0 | 0 | 0 | Wait.java(+) | | |
255 |
18e9dee | 2021/07/13 08:28:03 | Clebert Suconic | NO-JIRA Small tweaks on AMQPMessage. - adding annotations into toString() - comment typo | |
1 | 1 | 0 | 2 | | | |
256 |
b4aef3f | 2021/07/14 17:21:28 | Clebert Suconic | ARTEMIS-3386 Expiry messages using too many threads | Major/Bug/Fixed/Closed (ARTEMIS-3386) |
29 | 49 | 1 | 77 | Wait.java(+) ScheduledDeliveryHandlerTest.java(+) ExpiryAddressTest.java(+) ExpiryRunnerTest.java(+) FakeQueue.java(+) | | |
257 |
2d07d0d | 2021/07/15 04:58:28 | Domenico Francesco Bruscino | ARTEMIS-3384 Fix bridge duplicate messages after reconnection | Major/Bug/Fixed/Closed (ARTEMIS-3384) |
10 | 12 | 0 | 22 | BridgeReconnectTest.java(+) | | |
258 |
277aa37 | 2021/07/13 17:24:38 | Clebert Suconic | NO-JIRA Adding Core Bridge Transfer Test | |
0 | 0 | 0 | 0 | BridgeTransferingTest.java(+) | | |
259 |
c479cb5 | 2021/07/15 22:51:43 | Clebert Suconic | ARTEMIS-3384 Adding tests around duplicate detection | Major/Bug/Fixed/Closed (ARTEMIS-3384) |
0 | 0 | 0 | 0 | DuplicateDetectionTest.java(+) AmqpSenderTest.java(+) BridgeReconnectTest.java(+) | | |
260 |
eefb748 | 2021/07/20 16:10:41 | Justin Bertram | NO-JIRA update REST doc with caveats | |
0 | 0 | 0 | 0 | | rest.md(+) | |
261 |
3a8e995 | 2021/07/20 16:38:35 | Justin Bertram | NO-JIRA add broker config doc for REST | |
0 | 0 | 0 | 0 | | rest.md(+) | |
262 |
8a88c5f | 2021/07/20 06:43:26 | Howard Gao | ARTEMIS-3392 Scale down would fail if target queue's id greater than max int | Major/Bug/Fixed/Closed (ARTEMIS-3392) |
0 | 3 | 0 | 3 | ScaleDownDirectTest.java(+) | | |
263 |
51801d9 | 2021/07/22 01:39:10 | Domenico Francesco Bruscino | ARTEMIS-3396 Convert bytes properties to String for OpenWire | Major/Bug/Fixed/Closed (ARTEMIS-3396) |
6 | 1 | 0 | 7 | OpenWireMessageConverterTest.java(+) AMQPToOpenwireTest.java(+) | | |
264 |
82e40ce | 2021/07/22 07:11:14 | Andy Taylor | ARTEMIS-3398 - fix filtering in console with filter | Major/Bug/Fixed/Closed (ARTEMIS-3398) |
2 | 0 | 1 | 1 | | | |
265 |
1d15fb1 | 2021/07/08 07:43:33 | Domenico Francesco Bruscino | ARTEMIS-3380 Upgrade jetty version to 9.4.43.v20210629 | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3380) |
0 | 0 | 0 | 0 | | | |
266 |
bb9bbf0 | 2021/07/21 11:58:47 | Justin Bertram | ARTEMIS-3395 ensure sending audit log contains message ID | Minor/Bug/Fixed/Closed (ARTEMIS-3395) |
4 | 0 | 4 | 0 | AuditLoggerTest.java(+) | | |
267 |
459d392 | 2021/07/19 09:30:17 | Domenico Francesco Bruscino | ARTEMIS-3391 Upgrade netty version to 4.1.66.Final | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3391) |
0 | 0 | 0 | 0 | | | |
268 |
2954829 | 2021/07/22 13:54:47 | Justin Bertram | ARTEMIS-3399 fix audit logging for AMQP | Major/Bug/Fixed/Closed (ARTEMIS-3399) |
12 | 712 | 5 | 719 | SmokeTestBase.java(+) AuditLoggerAMQPMutualSSLTest.java(+) AuditLoggerResourceTest.java(+) AuditLoggerTest.java(+) AuditLoggerTestBase.java(+) | | |
269 |
f554806 | 2021/07/23 13:54:01 | Justin Bertram | ARTEMIS-3400 add audit logging for message ack | Major/Improvement/Fixed/Closed (ARTEMIS-3400) |
18 | 30 | 0 | 48 | AuditLoggerAMQPMutualSSLTest.java(+) AuditLoggerTest.java(+) | | |
270 |
0cdd0c8 | 2021/07/27 07:38:19 | Robbie Gemmell | NO-JIRA: make redirectTestOutputToFile config use the standard property to allow configuring on command line | |
0 | 0 | 0 | 0 | | | |
271 |
d9a4400 | 2021/07/27 09:55:40 | Robbie Gemmell | ARTEMIS-3304: replace use of deprecated constructors marked as for-removal since Java 16 | Major/Bug/Fixed/Closed (ARTEMIS-3304) |
0 | 0 | 0 | 0 | TestConversions.java(+) BrokerBenchmark.java(+) ActiveMQBytesMessageTest.java(+) ActiveMQMapMessageTest.java(+) ActiveMQStreamMessageTest.java(+) SimpleProducer.java(+) SimpleQueueSender.java(+) DemandForwardingBridgeTest.java(+) ForwardingBridgeTest.java(+) NestedMapAndListPropertyTest.java(+) SocketTstFactory.java(+) DurableSubscriptionReactivationTest.java(+) NetworkBridgeProducerFlowControlTest.java(+) ReflectionSupportTest.java(+) TypeConversionSupport.java(+) JMXManagementTest.java(+) BridgeReconnectTest.java(+) MultiThreadRandomReattachTestBase.java(+) RequestReplyNonJMSTest.java(+) PagingTest.java(+) XmlImportExportTest.java(+) ScaleDownTest.java(+) BodyIsAssignableFromTest.java(+) BytesMessageTest.java(+) MapMessageTest.java(+) MessageBodyTest.java(+) MessageHeaderTest.java(+) MessageTestBase.java(+) SimpleJMSMapMessage.java(+) SimpleJMSMessage.java(+) SimpleJMSStreamMessage.java(+) StreamMessageTest.java(+) InVMInitialContextFactory.java(+) JNDIUtilTest.java(+) MessageTypeTest.java(+) MessagePropertyTest.java(+) | | |
272 |
57790a9 | 2021/07/27 05:42:09 | Andy Taylor | ARTEMIS-3403 - wrong debug level in ArtemisMBeanServerGuard | Major/Bug/Fixed/Closed (ARTEMIS-3403) |
0 | 1 | 0 | 1 | | | |
273 |
63577c7 | 2021/07/27 09:34:13 | franz1981 | ARTEMIS-3405 Log the end of paging mode for a destination | Minor/Improvement/Fixed/Closed (ARTEMIS-3405) |
5 | 6 | 1 | 10 | PagingStoreImplTest.java(+) | | |
274 |
4a677d0 | 2021/07/28 05:58:49 | franz1981 | NO-JIRA Speeding-up I/O paging for tests | |
0 | 0 | 0 | 0 | PagingStoreImplTest.java(+) | | |
275 |
b8d0674 | 2021/07/29 11:37:17 | Clebert Suconic | NO-JIRA AssertionLoggerHandler improvements | |
46 | 0 | 0 | 46 | AssertionLoggerTest.java(+) | | |
276 |
62c3d86 | 2021/07/29 17:50:06 | Clebert Suconic | NO-JIRA Addressing Intermitent Failure on MessageExpirationTest | |
0 | 0 | 0 | 0 | MessageExpirationTest.java(+) | | |
277 |
eabfc06 | 2021/07/29 21:53:43 | Clebert Suconic | NO-JIRA Moving AssertionLoggerHandlerTest to Unit Tests | |
0 | 0 | 0 | 0 | AssertionLoggerTest.java AssertionLoggerTest.java(+) | | |
278 |
7ddc947 | 2021/07/30 06:59:19 | Robbie Gemmell | ARTEMIS-3407: update pax-exam to 4.13.4 and karaf to 4.3.1, get tests working on Java 11 | Major/Dependency upgrade/Fixed/Closed (ARTEMIS-3407) |
0 | 0 | 0 | 0 | | | |
279 |
ff9346d | 2021/07/30 10:39:20 | Robbie Gemmell | NO-JIRA: remove invalid tt tag usage to get javadoc building on Java 11 | |
0 | 0 | 0 | 0 | InVMNameParser.java(+) | | |
280 |
2694f8b | 2021/07/26 12:55:45 | franz1981 | ARTEMIS-3402 Split Brain detection should reject bad member updates | Major/New Feature/Fixed/Closed (ARTEMIS-3402) |
6 | 8 | 1 | 13 | DNSSwitchTest.java(+) | | |
281 |
6b8fdcb | 2021/08/03 07:51:09 | Robbie Gemmell | ARTEMIS-3409: skip tests if preconditions cant be satisfied | Major/Test/Fixed/Closed (ARTEMIS-3409) |
0 | 0 | 0 | 0 | NetUtil.java(+) NetworkFailureFailoverTest.java(+) DNSSwitchTest.java(+) | | |
282 |
c358688 | 2021/07/27 06:56:27 | Andy Taylor | ARTEMIS-3404 - expose max retry interval on bridge mbean | Major/Improvement/Fixed/Closed (ARTEMIS-3404) |
27 | 0 | 0 | 27 | BridgeControlTest.java(+) BridgeControlUsingCoreTest.java(+) | | |
283 |
7a9de8e | 2021/07/25 23:07:49 | Justin Bertram | ARTEMIS-3302 swap deprecated X509Certificate | Critical/Bug/Fixed/Closed (ARTEMIS-3302) |
0 | 10 | 0 | 10 | StubCertificateLoginModule.java(+) StubX509Certificate.java(+) TextFileCertificateLoginModuleTest.java(+) SslBrokerServiceTest.java(+) SslSocketHelper.java SslTransportFactoryTest.java SslTransportTest.java StubSSLSession.java StubSSLSocket.java SecurityTest.java(+) CoreClientOverTwoWaySSLTest.java(+) | | |
284 |
55533ae | 2021/07/21 10:26:43 | Justin Bertram | ARTEMIS-3394 ClassCastException when queue & divert have same name | Major/Bug/Fixed/Closed (ARTEMIS-3394) |
3 | 8 | 0 | 11 | DivertTest.java(+) | | |
285 |
8c3384a | 2021/07/21 15:47:40 | Justin Bertram | ARTEMIS-3397 remove queue rate metric from web console | Major/Improvement/Fixed/Closed (ARTEMIS-2322), Major/Bug/Fixed/Closed (ARTEMIS-3397) |
3 | 3 | 5 | 1 | ScheduledDeliveryHandlerTest.java(+) FakeQueue.java(+) QueueImplTest.java(+) | | |
286 |
516f342 | 2021/07/20 14:39:19 | Justin Bertram | ARTEMIS-3393 support securityDomain on in-vm acceptor | Major/Improvement/Fixed/Closed (ARTEMIS-3393) |
3 | 0 | 0 | 3 | SecurityPerAcceptorTest.java(+) | | |
287 |
2b5ca1b | 2021/07/23 23:42:14 | Justin Bertram | ARTEMIS-3401 use regex on web console for DLQ & expiry | Minor/Improvement/Fixed/Closed (ARTEMIS-3401) |
0 | 0 | 0 | 0 | | | |
288 |
6bd30e8 | 2021/07/14 15:26:19 | Justin Bertram | ARTEMIS-3385 management changes can be reverted by XML update | Major/Bug/Fixed/Closed (ARTEMIS-3385) |
24 | 0 | 12 | 12 | RedeployTest.java(+) | | |
289 |
b6d7807 | 2021/08/03 12:34:18 | Clebert Suconic | NO-JIRA using latch::countdown on RedeployTest instead of new Runnable | |
0 | 0 | 0 | 0 | RedeployTest.java(+) | | |
290 |
813ed88 | 2021/08/03 16:50:43 | Clebert Suconic | ARTEMIS-3243 Implementing dual mirror with Broker Connections | Major/Bug/Fixed/Closed (ARTEMIS-3243) |
764 | 402 | 140 | 1026 | ByteUtilTest.java(+) Wait.java(+) ConnectorTransportConfigurationParserURITest.java(+) run-examples.sh(+) PriorityLinkedListTest.java(+) ScheduledDeliveryHandlerTest.java(+) AmqpClientTestSupport.java(+) AMQPChainedReplicaTest.java(+) AMQPReplicaTest.java(+) BrokerInSyncTest.java(+) MirrorControllerBasicTest.java(+) ValidateAMQPErrorsTest.java(+) AmqpJournalLoadingTest.java(+) ChainedMirrorTest.java(+) DualMirrorFailoverWithContainerTest.java(+) DualMirrorNoContainerTest.java(+) DualMirrorWithContainerTest.java(+) QpidDispatchPeerTest.java(+) SplitMirrorTest.java(+) ValidateContainer.java(+) SmokeTestBase.java(+) ConfigurationValidationTest.java(+) FakeQueue.java(+) FakePostOffice.java(+) LinkedListTest.java(+) | amqp-broker-connections.md(+) | readme.md(+) DisasterAndRecovery.java(+) |
291 |
a741ae9 | 2021/08/03 14:11:20 | Domenico Francesco Bruscino | ARTEMIS-3367 Set verifyHost true for connectors by default | Major/Improvement/Fixed/Closed (ARTEMIS-3367) |
0 | 7 | 0 | 7 | AmqpFailoverEndpointDiscoveryTest.java(+) JMSSaslExternalLDAPTest.java(+) JMSSaslExternalTest.java(+) AMQPConnectSaslTest.java(+) SSLSecurityNotificationTest.java(+) MQTTSecurityCRLTest.java(+) SecurityTest.java(+) CoreClientOverOneWaySSLTest.java(+) CoreClientOverTwoWaySSLTest.java(+) DualAuthenticationTest.java(+) SSLTestBase.java(+) NettyConnectorWithHTTPUpgradeTest.java(+) build.sh(+) AuditLoggerAMQPMutualSSLTest.java(+) NettyConnectorTest.java(+) SSLSupportTest.java(+) | | readme.md(+) JMXOverSSLExample.java(+) readme.md(+) MqttCrlEnabledExample.java(+) readme.md(+) readme.md(+) StompDualAuthenticationExample.java(+) |
292 |
9726476 | 2021/08/04 08:02:59 | Robbie Gemmell | ARTEMIS-3410: disable karaf client integration tests on Java 16+ for now | Major/Bug/ /Reopened (ARTEMIS-3410) |
0 | 0 | 0 | 0 | | | |
293 |
8799fe8 | 2021/08/03 23:29:37 | Justin Bertram | ARTEMIS-3302 fix regression with OpenSSL | Critical/Bug/Fixed/Closed (ARTEMIS-3302) |
5 | 25 | 0 | 30 | | | |
294 |
9a2e2b3 | 2021/08/03 23:45:43 | Justin Bertram | ARTEMIS-3397 fix test failure | Major/Bug/Fixed/Closed (ARTEMIS-3397) |
0 | 0 | 0 | 0 | ActiveMQServerControlTest.java(+) | | |
295 |
828d494 | 2021/08/04 10:01:28 | Robbie Gemmell | ARTEMIS-3302: enable some integration tests (primarily TLS+security) in the fast-tests profile | Critical/Bug/Fixed/Closed (ARTEMIS-3302) |
0 | 0 | 0 | 0 | | | |
296 |
feddd94 | 2021/08/04 17:08:11 | Clebert Suconic | NO-JIRA Updating parameter description | |
0 | 2 | 0 | 2 | | | |
297 |
f9aa0a9 | 2021/08/04 17:18:15 | Clebert Suconic | ARTEMIS-3411 Add PrintData information on Divert records | Trivial/Improvement/Fixed/Closed (ARTEMIS-3411) |
17 | 0 | 0 | 17 | | | |
298 |
abcfe2f | 2021/06/21 19:22:09 | Erwin Dondorp | ARTEMIS-3177 allow a NOT-CONTAINS filter | Minor/Wish/Fixed/Closed (ARTEMIS-3177) |
8 | 3 | 0 | 11 | ArtemisTest.java(+) | | |
299 |
c2da0fd | 2021/05/05 07:39:51 | gtully | ARTEMIS-3200 - remove braces from the belt and braces fix in ARTEMIS-2712, the braces are not necessary and leak, cleaning up in close negates the need to the session closeable | Blocker/Bug/Fixed/Closed (ARTEMIS-2712), Blocker/Bug/Fixed/Closed (ARTEMIS-3200) |
13 | 4 | 8 | 9 | AMQPSessionCallbackTest.java(+) ProtonServerReceiverContextTest.java(+) AmqpSessionTest.java(+) | | |
300 |
eb183b1 | 2021/08/05 10:06:38 | Robbie Gemmell | ARTEMIS-3412: update Mockito version | Major/Test/Fixed/Closed (ARTEMIS-3412) |
0 | 0 | 0 | 0 | | | |
301 |
b343639 | 2021/08/05 12:00:49 | Clebert Suconic | ARTEMIS-3243 Fixing typo on amqp-broker-connections.md | Major/Bug/Fixed/Closed (ARTEMIS-3243) |
0 | 0 | 0 | 0 | | amqp-broker-connections.md(+) | |
302 |
63ccba3 | 2021/08/05 12:48:51 | Robbie Gemmell | NO-JIRA: remove duplicate dependency declaration, fix build warning | |
0 | 0 | 0 | 0 | | | |
303 |
9989d9c | 2021/08/05 10:41:05 | Robbie Gemmell | NO-JIRA: make errorprone consistently opt-in on all JDKs as it already is on JDK8 and 16 due to required forking | |
0 | 0 | 0 | 0 | | | |
304 |
5362714 | 2020/04/14 11:11:32 | Francesco Nigro | ARTEMIS-2716 Pluggable Quorum Vote | Major/New Feature/Fixed/Closed (ARTEMIS-2716) |
3834 | 120 | 42 | 3912 | ThreadLeakCheckRule.java(+) DistributedLockTest.java(+) FileDistributedLockTest.java(+) CuratorDistributedLockTest.java(+) CuratorDistributedPrimitiveManagerTest.java(+) HAPolicyConfigurationTest.java(+) ActiveMQTestBase.java(+) ScaleDownFailoverTest.java(+) ScaleDownFailureTest.java(+) InfiniteRedeliveryTest.java(+) PluggableQuorumInfiniteRedeliveryTest.java(+) ClusterTestBase.java(+) ClusterWithBackupTest.java(+) SimpleSymmetricClusterTest.java(+) SymmetricClusterWithBackupTest.java(+) FailoverTest.java(+) FailoverTestBase.java(+) GroupingFailoverReplicationTest.java(+) GroupingFailoverSharedServerTest.java(+) GroupingFailoverTestBase.java(+) LiveVoteOnBackupFailureClusterTest.java(+) MultipleServerFailoverTestBase.java(+) NettyReplicationStopTest.java(+) NetworkIsolationTest.java(+) ReplicaTimeoutTest.java(+) ReplicatedDistributionTest.java(+) ReplicatedLargeMessageFailoverTest.java ReplicatedLargeMessageWithDelayFailoverTest.java ReplicatedMultipleServerFailoverExtraBackupsTest.java(+) ReplicatedMultipleServerFailoverTest.java(+) SharedStoreDistributionTest.java(+) SharedStoreDontWaitForActivationTest.java(+) SharedStoreMetricsLeakTest.java(+) SharedStoreScaleDownBackupTest.java(+) StaticClusterWithBackupFailoverTest.java(+) PluggableQuorumBackupAuthenticationTest.java(+) PluggableQuorumBackupSyncJournalTest.java(+) PluggableQuorumExtraBackupReplicatedFailoverTest.java(+) PluggableQuorumGroupingFailoverReplicationTest.java(+) PluggableQuorumNettyNoGroupNameReplicatedFailoverTest.java(+) PluggableQuorumNettyReplicationStopTest.java(+) PluggableQuorumPageCleanupWhileReplicaCatchupTest.java(+) PluggableQuorumReplicaTimeoutTest.java(+) PluggableQuorumReplicatedDistributionTest.java(+) PluggableQuorumReplicatedLargeMessageFailoverTest.java(+) PluggableQuorumReplicatedLargeMessageWithDelayFailoverTest.java(+) PluggableQuorumReplicatedPagingFailoverTest.java(+) BackupSyncDelay.java(+) OpenWireProtocolManagerTest.java(+) PluggableQuorumReplicationFlowControlTest.java(+) PluggableQuorumReplicationOrderTest.java(+) PluggableQuorumReplicationTest.java(+) ReplicationTest.java(+) SharedNothingReplicationFlowControlTest.java(+) SharedNothingReplicationTest.java(+) PluggableQuorumBasicSecurityManagerFailoverTest.java(+) ScaleDown3NodeTest.java(+) ReplicatedBackupUtils.java(+) PluggableQuorumSinglePairTest.java(+) ZookeeperPluggableQuorumSinglePairTest.java(+) Jmx.java(+) | ha.md(+) | |
305 |
ca7a100 | 2021/07/07 15:54:49 | gtully | ARTEMIS-3340 Sequential activation tracking for pluggable quorum replication policies + peer | Major/Improvement/Fixed/Closed (ARTEMIS-3340) |
468 | 208 | 348 | 328 | DistributedLockTest.java(+) HAPolicyConfigurationTest.java(+) InfiniteRedeliveryTest.java(+) FailoverTest.java(+) FailoverTestBase.java(+) MultipleServerFailoverTestBase.java(+) ReplicaTimeoutTest.java(+) ReplicatedMultipleServerFailoverExtraBackupsTest.java(+) PluggableQuorumBackupAuthenticationTest.java(+) PluggableQuorumBackupSyncJournalTest.java(+) PluggableQuorumNettyNoGroupNameReplicatedFailoverTest.java(+) PluggableQuorumNettyReplicationStopTest.java(+) PluggableQuorumPageCleanupWhileReplicaCatchupTest.java(+) PluggableQuorumReplicaTimeoutTest.java(+) PluggableQuorumReplicatedLargeMessageFailoverTest.java(+) PluggableQuorumReplicatedLargeMessageWithDelayFailoverTest.java(+) PluggableQuorumReplicatedPagingFailoverTest.java(+) ActiveMQServerControlUsingCoreTest.java(+) PluggableQuorumReplicationFlowControlTest.java(+) PluggableQuorumReplicationOrderTest.java(+) PluggableQuorumReplicationTest.java(+) SharedNothingReplicationTest.java(+) PluggableQuorumBasicSecurityManagerFailoverTest.java(+) PluggableQuorumSinglePairTest.java(+) ZookeeperPluggableQuorumPeerTest.java(+) ZookeeperPluggableQuorumSinglePairTest.java(+) Jmx.java(+) FileLockTest.java(+) | ha.md(+) | readme.md(+) ZookeeperSinglePairFailback.java(+) |
306 |
5629943 | 2021/08/04 15:03:51 | Clebert Suconic | ARTEMIS-3340 Removing not needed TemporaryFolder usages on tests | Major/Improvement/Fixed/Closed (ARTEMIS-3340) |
0 | 0 | 0 | 0 | PluggableQuorumInfiniteRedeliveryTest.java(+) ClusterTestBase.java(+) FailoverTestBase.java(+) MultipleServerFailoverTestBase.java(+) PluggableQuorumReplicaTimeoutTest.java(+) PluggableQuorumReplicationFlowControlTest.java(+) PluggableQuorumReplicationTest.java(+) ReplicationTest.java(+) PluggableQuorumBasicSecurityManagerFailoverTest.java(+) ZookeeperPluggableQuorumSinglePairTest.java(+) | | |
307 |
3d77fcf | 2021/08/05 14:17:18 | Clebert Suconic | ARTEMIS-3340 Small edits to readme.md on zookeeper example | Major/Improvement/Fixed/Closed (ARTEMIS-3340) |
0 | 0 | 0 | 0 | | | readme.md(+) |
308 |
2ee2291 | 2021/08/05 18:09:10 | Clebert Suconic | ARTEMIS-3413 Testing with RemoveQueue=false on the replica | Major/Test/Fixed/Closed (ARTEMIS-3413) |
0 | 0 | 0 | 0 | AMQPReplicaTest.java(+) | | |
309 |
313d3a8 | 2021/08/06 00:25:59 | Domenico Francesco Bruscino | ARTEMIS-3367 Fix security resources for stomp-dual-authentication | Major/Improvement/Fixed/Closed (ARTEMIS-3367) |
0 | 0 | 0 | 0 | | | |
310 |
49e3843 | 2021/08/06 06:34:07 | franz1981 | ARTEMIS-3340 Atomic server restart and clean dirty activation: fix testFailbackTimeout | Major/Improvement/Fixed/Closed (ARTEMIS-3340) |
0 | 32 | 0 | 32 | | | |
311 |
6d2b96c | 2021/06/22 03:52:48 | Domenico Francesco Bruscino | ARTEMIS-3275 Lock CORE client communication during failover retries | Major/Bug/Fixed/Closed (ARTEMIS-3275) |
56 | 16 | 21 | 51 | FailoverTest.java(+) BackupSyncDelay.java(+) | | |
312 |
3555dd7 | 2021/08/05 18:49:11 | Domenico Francesco Bruscino | ARTEMIS-3365 Add broker balancers | Major/New Feature/Fixed/Closed (ARTEMIS-3365) |
4284 | 372 | 28 | 4628 | OperationAnnotationTest.java(+) FileConfigurationTest.java(+) ConsistentHashPolicyTest.java(+) FirstElementPolicyTest.java(+) LeastConnectionsPolicyTest.java(+) PolicyTestBase.java(+) RoundRobinPolicyTest.java(+) DiscoveryPoolTest.java(+) MockDiscoveryService.java(+) PoolTestBase.java(+) StaticPoolTest.java(+) MockTarget.java(+) MockTargetFactory.java(+) MockTargetProbe.java(+) TargetKeyResolverTest.java(+) ClusteredResetMockTest.java(+) BalancingTestBase.java(+) MQTTRedirectTest.java(+) RedirectTest.java(+) TargetKeyTest.java(+) FailoverTest.java(+) SessionMetadataAddExceptionTest.java(+) ActiveMQServerControlTest.java(+) BrokerBalancerControlTest.java(+) ManagementControlHelper.java(+) build.sh(+) | SUMMARY.md(+) broker-balancers.md(+) | readme.md(+) EvenlyRedirectExample.java(+) readme.md(+) SymmetricRedirectExample.java(+) |
313 |
e72e7e7 | 2021/08/06 08:34:42 | Robbie Gemmell | ARTEMIS-3413: clean up tests to verify queue create behaviour, have names reflect what they check | Major/Test/Fixed/Closed (ARTEMIS-3413) |
0 | 0 | 0 | 0 | AMQPReplicaTest.java(+) | | |
314 |
f54c915 | 2021/08/06 04:01:35 | franz1981 | ARTEMIS-3414 Disable OpenWire advisory support as default created configuration on CLI | Major/Improvement/Fixed/Closed (ARTEMIS-3414) |
8 | 0 | 0 | 8 | ArtemisTest.java(+) | | |
315 |
dfca54c | 2021/08/06 10:04:59 | franz1981 | ARTEMIS-3340 Fix example artifact name | Major/Improvement/Fixed/Closed (ARTEMIS-3340) |
0 | 0 | 0 | 0 | | | |
316 |
8442c9b | 2021/08/06 10:39:56 | Clebert Suconic | ARTEMIS-3417 AutoDelete false by default on the created broker.xml | Major/Improvement/Fixed/Closed (ARTEMIS-3417) |
13 | 0 | 0 | 13 | ArtemisTest.java(+) | | |
317 |
9fd1d59 | 2021/08/06 12:43:41 | Domenico Francesco Bruscino | ARTEMIS-3365 Fix NPE on CORE client disconnecting | Major/New Feature/Fixed/Closed (ARTEMIS-3365) |
0 | 7 | 0 | 7 | | | |
318 |
cb705b5 | 2021/08/06 13:46:54 | Clebert Suconic | [maven-release-plugin] prepare release 2.18.0 | |
0 | 0 | 0 | 0 | | | |
319 |
0e2ce48 | 2021/08/06 13:46:56 | Clebert Suconic | [maven-release-plugin] prepare for next development iteration | |
0 | 0 | 0 | 0 | | | |
320 |
ff27d10 | 2021/08/06 13:50:00 | Clebert Suconic | SNAPSHOT update on Extra Tests | |
0 | 0 | 0 | 0 | | | |
321 |
f905d7e | 2021/08/06 14:40:11 | Domenico Francesco Bruscino | NO-JIRA Fix broker-balancer module | |
0 | 0 | 0 | 0 | | | |
322 |
2aebcb7 | 2021/08/06 16:03:27 | Clebert Suconic | NO-JIRA Fixing Broker Balance Examples poms | |
0 | 0 | 0 | 0 | | | |
323 |
36620e9 | 2021/08/06 16:42:46 | Clebert Suconic | NO-JIRA Update version.md for documentation | |
0 | 0 | 0 | 0 | | versions.md(+) | |
324 |
0b30187 | 2021/08/06 17:04:16 | Clebert Suconic | [maven-release-plugin] prepare release 2.18.0 | |
0 | 0 | 0 | 0 | | | |
325 |
cc4a51a | 2021/08/06 17:04:18 | Clebert Suconic | [maven-release-plugin] prepare for next development iteration | |
0 | 0 | 0 | 0 | | | |
326 |
f593a2d | 2021/08/09 10:20:21 | Robbie Gemmell | NO-JIRA: remove tmp editor scratch file that shouldnt be there | |
0 | 0 | 0 | 0 | | | |
327 |
37cc298 | 2021/08/09 11:58:27 | Clebert Suconic | [maven-release-plugin] prepare release 2.18.0 | |
0 | 0 | 0 | 0 | | | |