summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-4596: create/delete password file for the password file authentication p...Alex Rudyy2013-03-2218-39/+179
* QPID-4596: Restrict the creation of PasswordCredentialManagingAuthenticationP...Alex Rudyy2013-03-223-32/+62
* QPID-4661: Improve broker attribute editing UI to avoid sending of unmodified...Alex Rudyy2013-03-2210-55/+108
* QPID-4390: Improve the thread safety of java broker management operationsAlex Rudyy2013-03-223-24/+106
* QPID-4661: Display java broker store details and platform details in the web ...Alex Rudyy2013-03-212-3/+45
* QPID-4390: Add ability to save java broker store version with existing broker...Alex Rudyy2013-03-2112-12/+123
* NO-JIRA: renamed latency performance tests to avoid name clashes when queryin...Phil Harvey2013-03-211-2422/+3
* QPID-4661: Add functionality to update broker fields affected by changes in a...Alex Rudyy2013-03-213-13/+111
* QPID-4661: Add UI into java broker web management console to edit broker attr...Alex Rudyy2013-03-2010-43/+831
* QPID-4657: Add UI into java broker web management console to add/edit/delete ...Alex Rudyy2013-03-1813-22/+507
* QPID-4656: added perftests documentationPhil Harvey2013-03-181-0/+105
* QPID-4655: add BrokerOptions support for skipping the logging configuration (...Robert Gemmell2013-03-183-2/+29
* QPID-4636: expand testing of the new TrustManagersRobert Gemmell2013-03-177-41/+284
* QPID-4654 : [Java Client 1.0] Add connection redirect support to the AMQP 1.0...Robert Godfrey2013-03-17148-13283/+13497
* QPID-4653 : [Java Broker 1.0] Implement statistics counting on 1.0 connectionsRobert Godfrey2013-03-174-11/+40
* QPID-4652 [Java Broker 1.0] delete temporary queues created for exchange subs...Robert Godfrey2013-03-171-0/+37
* QPID-4000 : [Java Broker] Add conversion of 0-x messages to 1-0 subscriptionsRobert Godfrey2013-03-171-21/+14
* QPID-4000 : [Java Broker] Add conversion of 0-x messages to 1-0 subscriptionsRobert Godfrey2013-03-1710-216/+776
* QPID-4636: add 'peersOnly=false' on the 'regular trustStore' for clarity, add...Robert Gemmell2013-03-143-2/+4
* QPID-4636: add unit tests for new TrustManagersRobert Gemmell2013-03-143-0/+163
* QPID-4636: add support for a broker 'peerStore' that can be used to perform S...Robert Gemmell2013-03-148-37/+324
* QPID-4593: Remove initial store type command line argument, simplify configur...Alex Rudyy2013-03-1419-939/+953
* QPID-4549 Applying Pavel's patch.Rajith Muditha Attapattu2013-03-131-5/+2
* QPID-3769 Modified the hashcode impl to match equals. Added a test caseRajith Muditha Attapattu2013-03-132-5/+57
* QPID-3769 Applying a modified version of a patch from Siddesh Poyarekar.Rajith Muditha Attapattu2013-03-131-7/+25
* QPID-4596,QPID-4638: Change authentication provider names to shorter names, r...Alex Rudyy2013-03-1321-36/+32
* QPID-4597: Missing licence on new java test added by rev 1449342. No other c...Keith Wall2013-03-121-0/+19
* QPID-4645: the firewall plugin no longer exists, functionality is aprt of the...Robert Gemmell2013-03-122-3/+2
* QPID-4645: forgot the HA related jmx addon for the optional bdbstoreRobert Gemmell2013-03-121-2/+2
* QPID-4645: add the broker-plugins and bdbstore moudles as optional dependenci...Robert Gemmell2013-03-114-2/+17
* QPID-4639: Add UI to add/delete virtual hosts into java broker web management...Alex Rudyy2013-03-1117-30/+471
* QPID-4638: Add UI to add/delete/update authentication providers into java bro...Alex Rudyy2013-03-1131-187/+1075
* QPID-4596: remove manipulation of store files, and vhost store type etc.Robert Gemmell2013-03-102-227/+1
* QPID-4390: misc cleanupRobert Gemmell2013-03-105-39/+6
* QPID-4390: change new sytem property names to include broker to allow disting...Robert Gemmell2013-03-104-12/+16
* QPID-4390: move the work dir defaulting and configuration fully within Broker...Robert Gemmell2013-03-104-38/+166
* QPID-4390: remove dead code, method was only ever called with null envVarMap argRobert Gemmell2013-03-102-20/+2
* QPID-4390: misc logging related changesRobert Gemmell2013-03-105-19/+32
* QPID-4390: move the store factory interface beside the other plugin factory i...Robert Gemmell2013-03-108-4/+8
* QPID-4390: remove the BDB-HA store factory to remove it from the types usable...Robert Gemmell2013-03-103-44/+1
* QPID-4445: make the jar file produced by the JCA module use 'jca' in its name...Robert Gemmell2013-03-1013-20/+182
* QPID-4274 Applied the same fix when an exchange is deleted as the sameRajith Muditha Attapattu2013-03-071-0/+1
* QPID-4274 Applied Pavel's fix of setting the resolved time to zero, butRajith Muditha Attapattu2013-03-071-0/+1
* QPID-3396 Excluded my new test until we make decision on whether to portRajith Muditha Attapattu2013-03-071-0/+2
* QPID-3396 Fixed the typo from sasl_mech to sasl_mechs. This test wasRajith Muditha Attapattu2013-03-071-1/+1
* QPID-3396 Added a test case to verify that if mech needs user passwordRajith Muditha Attapattu2013-03-061-0/+24
* QPID-3396 Changed the test cases to relect that username and passwordRajith Muditha Attapattu2013-03-062-5/+4
* QPID-3396 Modified the URLParser to not throw an exception if theRajith Muditha Attapattu2013-03-063-5/+16
* QPID-4617 Added a null check to clear ReplyTo.Rajith Muditha Attapattu2013-03-051-1/+1
* QPID-4617 null is now returned when exchange and routingkey are set toRajith Muditha Attapattu2013-03-011-1/+1