summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-4594, QPID-4682: review changesRobert Gemmell2013-04-011-4/+2
* QPID-4657, QPID-4683: review changesRobert Gemmell2013-04-012-5/+4
* QPID-4676: change External auth provider to create usernames of the form <CN>...Robert Gemmell2013-04-015-17/+237
* QPID-4677: fix for r1463064, which was apparently too complex for the Eclipse...Robert Gemmell2013-04-011-1/+1
* QPID-4677: group the constants for clarity and rename remaining inherited que...Robert Gemmell2013-03-312-11/+13
* QPID-4462: simply return the PlainSaslServer directly instead of looking up i...Robert Gemmell2013-03-311-6/+3
* QPID-4390, QPID-4681: change attribute name to "modelVersion" to better refel...Robert Gemmell2013-03-313-7/+7
* QPID-4594, QPID-4682: changes from review of new 'management mode' functionalityRobert Gemmell2013-03-316-24/+70
* QPID-4657, QPID-4683: review changes for new port configuration functionalityRobert Gemmell2013-03-319-39/+272
* QPID-4680 : [Java Broker] NoAck subscription on persistent queue in 0-8/9/9-1...Robert Godfrey2013-03-311-5/+27
* QPID-4678: Add ACL checks to restrict the operations to change broker level c...Alex Rudyy2013-03-2914-9/+711
* QPID-4677: Rename broker and virtual host attribute constants to distiguish t...Alex Rudyy2013-03-2919-167/+167
* QPID-4677: Add missing broker attributes related to store transactionsAlex Rudyy2013-03-297-5/+159
* QPID-4677: Fix incorrect attribute names and update web management console UI...Alex Rudyy2013-03-2910-102/+141
* QPID-4661: Fix broker attribute conversion bugAlex Rudyy2013-03-292-3/+24
* QPID-4671: [Java Broker] Fix NPE occuring in FanoutExchange#isBound(... AMQQu...Alex Rudyy2013-03-282-2/+72
* QPID-4666: fix exception messages during during 0-10 MessageSubscribe failure...Robert Gemmell2013-03-271-2/+2
* QPID-4673 : [Java Broker AMQP 1.0] Remove potential for deadlock between conn...Robert Godfrey2013-03-271-18/+30
* QPID-3769 Addressed concerns raised by Alex. Expanded the tests toRajith Muditha Attapattu2013-03-261-2/+6
* QPID-3769 Added a check to see if the subject is equal.Rajith Muditha Attapattu2013-03-261-0/+15
* QPID-4637: increment version used for the maven [snapshot] artifacts to 0.24Robert Gemmell2013-03-251-1/+1
* QPID-4637: Change the Qpid version to 0.23Justin Ross2013-03-245-5/+5
* 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