summaryrefslogtreecommitdiff
path: root/java/systests/src
Commit message (Expand)AuthorAgeFilesLines
* Initial change to separate virtual hosts into typesRobert Godfrey2013-06-176-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-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-192-2/+2
* 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-1712-167/+96
* 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-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-1214-87/+663
* 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
* QPID-4677: Rename broker and virtual host attribute constants to distiguish t...Alex Rudyy2013-03-292-27/+27
* QPID-4677: Add missing broker attributes related to store transactionsAlex Rudyy2013-03-291-0/+8
* QPID-4677: Fix incorrect attribute names and update web management console UI...Alex Rudyy2013-03-291-4/+4
* QPID-4661: Fix broker attribute conversion bugAlex Rudyy2013-03-291-1/+22
* QPID-4661: Add UI into java broker web management console to edit broker attr...Alex Rudyy2013-03-204-4/+129
* QPID-4657: Add UI into java broker web management console to add/edit/delete ...Alex Rudyy2013-03-184-5/+22
* QPID-4636: expand testing of the new TrustManagersRobert Gemmell2013-03-172-0/+61
* QPID-4636: add 'peersOnly=false' on the 'regular trustStore' for clarity, add...Robert Gemmell2013-03-142-2/+3
* QPID-4593: Remove initial store type command line argument, simplify configur...Alex Rudyy2013-03-141-4/+3
* QPID-4596,QPID-4638: Change authentication provider names to shorter names, r...Alex Rudyy2013-03-135-7/+7
* QPID-4639: Add UI to add/delete virtual hosts into java broker web management...Alex Rudyy2013-03-111-14/+2