summaryrefslogtreecommitdiff
path: root/qpid/java/systests
Commit message (Expand)AuthorAgeFilesLines
* QPID-4984: WIP - Merge from trunk r.1534385.Kim van der Riet2013-10-2113-27/+649
* QPID-4984: WIP - Merge from trunk r.1525056Kim van der Riet2013-09-2033-81/+2526
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-101-2/+1
* QPID-4980 : [Java Broker] In HTTP Management make (standard) virtual host sto...Robert Godfrey2013-07-051-0/+5
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStoreRobert Godfrey2013-07-022-50/+18
* QPID-4970 : [Java Broker] Configure MessageStores based on VirtualHost object...Robert Godfrey2013-07-015-30/+143
* QPID-4951: Add cause code and message into operational logs for session close...Alex Rudyy2013-06-261-0/+102
* QPID-4946 : [Java Broker] closing the broker may result in same message being...Robert Godfrey2013-06-251-1/+73
* QPID-4943: Introduce a feature for 0-8/0-9/0-9-1 protocols to close a connect...Alex Rudyy2013-06-218-80/+488
* QPID-4937 : [Java Broker] separate virtualhosts into different typesRobert Godfrey2013-06-196-3/+12
* QPID-4912: Allow setting queue binding arguments in exchange MBeanAlex Rudyy2013-06-061-0/+140
* QPID-4908: Expose queue attributes MessageGroupKey and MessageGroupSharedGrou...Alex Rudyy2013-06-051-0/+35
* QPID-4897 : [Java Broker] Allow selectors on bindings fro non-topic exchangesRobert Godfrey2013-06-016-303/+345
* QPID-4876: Throw an exception when virtual host configuration is not found in...Alex Rudyy2013-05-221-3/+3
* QPID-4858: Prevent silent use of insecure HTTP connector when HTTP protocol w...Alex Rudyy2013-05-172-3/+3
* QPID-4863: Validate plugin attribute changes and throw UnsupportedOperationEx...Alex Rudyy2013-05-171-0/+22
* QPID-4847: add support for message group attributes when creating/inspecting ...Robert Gemmell2013-05-151-2/+1
* QPID-4382 : [Java Broker] Implement the default exchange as a facade on top o...Robert Godfrey2013-05-119-96/+34
* QPID-4831 : [Java Broker] Allow SSL and non-SSL connections on the same portRobert Godfrey2013-05-111-49/+96
* NO-JIRA: add missing licence headers to various java filesRobert Gemmell2013-05-051-0/+20
* QPID-4815: make BrokerOptions the primary source of the location for the logg...Robert Gemmell2013-05-051-1/+1
* QPID-4814: Fix the rest layer configured object update by name and multiple o...Alex Rudyy2013-05-041-1/+0
* QPID-4813: Protect operations to update queue and exchange attributes with ACLAlex Rudyy2013-05-045-0/+504
* QPID-4803: Ensure the modelVersion and storeVersion attributes are saved to t...Alex Rudyy2013-05-031-10/+2
* QPID-4802: In management mode set state to ERRORED for failing to activate au...Alex Rudyy2013-05-033-0/+162
* QPID-4809: add support for setting configuration properties through the comma...Robert Gemmell2013-05-031-1/+1
* QPID-4795: update naming of the UserManagement MBeans to remove restriction p...Robert Gemmell2013-05-013-22/+12
* QPID-4785: relax restrictions on editing/deleting active ports outwith manage...Robert Gemmell2013-04-292-47/+3
* QPID-4639: Improve functionality to delete store on virtual host deletionAlex Rudyy2013-04-291-0/+6
* QPID-4777: Add UI to view and edit web management configurationAlex Rudyy2013-04-268-8/+141
* QPID-4596: Call AuthenticationManager#onCreate() only when authentication pro...Alex Rudyy2013-04-251-0/+46
* QPID-4753: Add additional tests for updated AcessControlProvider config, inc ...Robert Gemmell2013-04-232-0/+399
* QPID-4753: move ACL config from broker attribute to a top level entityAlex Rudyy2013-04-194-19/+23
* QPID-4755: Rename broker attribute 'supportedStoreTypes' into 'virtualHostSup...Alex Rudyy2013-04-192-2/+14
* QPID-4752: Make the GroupProvider a full broker-level configuration entry ins...Alex Rudyy2013-04-199-29/+361
* QPID-4754: Make broker name editable and show it in the browser titleAlex Rudyy2013-04-193-3/+3
* QPID-4746, QPID-4747:Fix the tests failing on IBM JDKAlex Rudyy2013-04-181-18/+33
* QPID-4746, QPID-4747: remove the defaultAuthenticationProvider attribute from...Alex Rudyy2013-04-1713-169/+100
* QPID-4731: Added additional system test DurableSubscriptionTest#testUnsubscri...Keith Wall2013-04-171-33/+113
* QPID-4390, QPID-4743: generate ID's randomly at startup, for the broker and d...Robert Gemmell2013-04-1519-25/+65
* QPID-4390, QPID-4743: configuration improvements from reviewRobert Gemmell2013-04-151-28/+0
* QPID-4739: add ACL tests for new TrustStore + KeyStore objectsRobert Gemmell2013-04-151-0/+302
* QPID-4739: complete support for defining multiple key/trust stores and assign...Robert Gemmell2013-04-1215-91/+673
* QPID-4705: Restrict access to web management interfaces to authenticated and ...Alex Rudyy2013-04-085-12/+115
* QPID-4676: set the certificate alias to use for the client to ensure the test...Robert Gemmell2013-04-051-1/+1
* QPID-4695: Add validation of configured object names and IDsAlex Rudyy2013-04-031-0/+17
* QPID-4691: Fix validation and UI for setting of keystore/truststore/peerstore...Alex Rudyy2013-04-021-2/+134
* QPID-4676: add system test to check External authentication provider behaviou...Robert Gemmell2013-04-021-1/+73
* QPID-4657, QPID-4683: review changes for new port configuration functionalityRobert Gemmell2013-03-312-2/+9
* QPID-4678: Add ACL checks to restrict the operations to change broker level c...Alex Rudyy2013-03-292-0/+461