summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-4831 : [Java Broker] Allow SSL and non-SSL connections on the same portRobert Godfrey2013-05-114-5/+21
* QPID-4752: Move FileGroupProvider resources into correct locationAlex Rudyy2013-05-061-19/+0
* NO-JIRA: add missing licence headers to various java filesRobert Gemmell2013-05-058-0/+160
* QPID-4594,QPID-4682: rename BrokerOptions methods for overriding the HTTP/JMX...Robert Gemmell2013-05-053-50/+50
* QPID-4815: make BrokerOptions the primary source of the location for the logg...Robert Gemmell2013-05-052-8/+26
* QPID-4809: change initial-config.json to using qpid.work_dir and qpid.home_di...Robert Gemmell2013-05-041-29/+72
* QPID-4803: Ensure the modelVersion and storeVersion attributes are saved to t...Alex Rudyy2013-05-033-8/+137
* QPID-4802: In management mode set state to ERRORED for failing to activate au...Alex Rudyy2013-05-031-0/+245
* QPID-4809: add support for setting configuration properties through the comma...Robert Gemmell2013-05-035-19/+114
* QPID-4795: update naming of the UserManagement MBeans to remove restriction p...Robert Gemmell2013-05-011-12/+7
* QPID-4778: Introduce additional states for configured objects: ERRORED and RE...Alex Rudyy2013-04-301-0/+205
* NO-JIRA : remove unused code from the Java BrokerRobert Godfrey2013-04-303-28/+1
* QPID-4785: relax restrictions on editing/deleting active ports outwith manage...Robert Gemmell2013-04-291-0/+3
* QPID-4639: Improve functionality to delete store on virtual host deletionAlex Rudyy2013-04-293-0/+324
* QPID-4784: stop generating errors during creation of PDAM's due to duplicate ...Robert Gemmell2013-04-294-280/+28
* QPID-4596: Call AuthenticationManager#onCreate() only when authentication pro...Alex Rudyy2013-04-253-14/+92
* QPID-4753: move ACL config from broker attribute to a top level entityAlex Rudyy2013-04-195-15/+13
* QPID-4752: Make the GroupProvider a full broker-level configuration entry ins...Alex Rudyy2013-04-195-22/+53
* QPID-4754: Make broker name editable and show it in the browser titleAlex Rudyy2013-04-191-1/+1
* QPID-4746, QPID-4747: remove the defaultAuthenticationProvider attribute from...Alex Rudyy2013-04-1713-315/+380
* QPID-4731: Implemented JMSSelectorFilter equals() and hashcode() to avoid lea...Keith Wall2013-04-171-0/+56
* QPID-4741: add command line option to request overwritig existing broker conf...Robert Gemmell2013-04-153-11/+64
* QPID-4739: add ACL tests for new TrustStore + KeyStore objectsRobert Gemmell2013-04-151-1/+4
* QPID-4739: complete support for defining multiple key/trust stores and assign...Robert Gemmell2013-04-124-69/+128
* QPID-4696: Group broker attributes on editing UI, improve attribute descripti...Alex Rudyy2013-04-032-86/+37
* QPID-4657, QPID-4683: review changesRobert Gemmell2013-04-011-1/+1
* QPID-4676: change External auth provider to create usernames of the form <CN>...Robert Gemmell2013-04-011-10/+113
* QPID-4594, QPID-4682: changes from review of new 'management mode' functionalityRobert Gemmell2013-03-313-11/+38
* QPID-4657, QPID-4683: review changes for new port configuration functionalityRobert Gemmell2013-03-311-7/+109
* QPID-4677: Rename broker and virtual host attribute constants to distiguish t...Alex Rudyy2013-03-298-50/+50
* QPID-4677: Add missing broker attributes related to store transactionsAlex Rudyy2013-03-291-0/+48
* QPID-4677: Fix incorrect attribute names and update web management console UI...Alex Rudyy2013-03-292-6/+6
* QPID-4671: [Java Broker] Fix NPE occuring in FanoutExchange#isBound(... AMQQu...Alex Rudyy2013-03-281-0/+67
* QPID-4596: create/delete password file for the password file authentication p...Alex Rudyy2013-03-226-14/+63
* QPID-4596: Restrict the creation of PasswordCredentialManagingAuthenticationP...Alex Rudyy2013-03-221-3/+45
* QPID-4661: Improve broker attribute editing UI to avoid sending of unmodified...Alex Rudyy2013-03-222-5/+1
* QPID-4390: Add ability to save java broker store version with existing broker...Alex Rudyy2013-03-213-3/+28
* QPID-4657: Add UI into java broker web management console to add/edit/delete ...Alex Rudyy2013-03-181-0/+24
* QPID-4655: add BrokerOptions support for skipping the logging configuration (...Robert Gemmell2013-03-181-0/+11
* QPID-4000 : [Java Broker] Add conversion of 0-x messages to 1-0 subscriptionsRobert Godfrey2013-03-171-21/+14
* QPID-4636: add unit tests for new TrustManagersRobert Gemmell2013-03-141-0/+1
* QPID-4593: Remove initial store type command line argument, simplify configur...Alex Rudyy2013-03-146-176/+134
* QPID-4596,QPID-4638: Change authentication provider names to shorter names, r...Alex Rudyy2013-03-131-1/+1
* QPID-4639: Add UI to add/delete virtual hosts into java broker web management...Alex Rudyy2013-03-111-2/+9
* QPID-4638: Add UI to add/delete/update authentication providers into java bro...Alex Rudyy2013-03-111-0/+2
* QPID-4390: misc cleanupRobert Gemmell2013-03-101-16/+1
* QPID-4390: move the work dir defaulting and configuration fully within Broker...Robert Gemmell2013-03-102-4/+63
* QPID-4596: Add java broker ability to create/delete/update virtual hosts, aut...Alex Rudyy2013-02-271-1/+1
* [QPID-4594] Add command line option to start java broker in a management mode...Alex Rudyy2013-02-223-0/+442
* QPID-4593: add command line argument to pass path to initial storeAlex Rudyy2013-02-205-60/+258