summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-5577 : compareTo should throw an NPE if the object being compared to is ...Robert Godfrey2014-03-051-4/+0
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot...Robert Godfrey2014-03-0541-115/+515
* QPID-5602: change log level to info, include socket address in message, repor...Robert Gemmell2014-03-051-1/+1
* QPID-5591 : Address review comments from Robbie GemmellRobert Godfrey2014-03-0411-21/+81
* QPID-5601 : [Java Broker] remove unused interfaceRobert Godfrey2014-03-041-29/+0
* QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be m...Robert Godfrey2014-03-0437-716/+634
* QPID-5567 : Address review commentsRobert Godfrey2014-03-033-2/+3
* QPID-5577 : remove test which only tests that something fails if you pass in ...Robert Godfrey2014-03-031-20/+0
* QPID-5582 : fix deletion of bindings on exchange deletionRobert Godfrey2014-03-031-1/+1
* QPID-5577 : address review commentsRobert Godfrey2014-03-032-6/+0
* QPID-5578 : Addressed review comments from Robbie GemmellRobert Godfrey2014-03-034-68/+4
* QPID-5579 : [Java Broker] allow for attributes to be of type shortRobert Godfrey2014-03-031-0/+34
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-0325-106/+87
* QPID-5592 : [Java Broker] AuthenticationManagers should directly implement Au...Robert Godfrey2014-03-0358-1354/+1508
* QPID-5578 : [Java Broker] allow the base class AbstractConfiguredObject to ta...Robert Godfrey2014-03-0233-493/+525
* QPID-5048: Maven enahancements to remove child version definitions and improv...Robert Gemmell2014-02-2836-36/+10
* QPID-5048: remove the relativePath to qpid-parent, which is now in a separate...Robert Gemmell2014-02-271-1/+0
* QPID-5048: update years and tweak layout of NOTICE header to match the sampleRobert Gemmell2014-02-271-2/+3
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-2742-1294/+622
* QPID-5577 : make changes to help code compile on Java 1.6Robert Godfrey2014-02-273-6/+2
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-26172-3817/+2542
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-2570-1558/+1572
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-244-16/+6
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-243-16/+2
* QPID-5579 : Remove unused constantsRobert Godfrey2014-02-2437-232/+103
* QPID-5577 : fix creation of exchanges so that setting alt exchange increases ...Robert Godfrey2014-02-241-4/+4
* QPID-5551 : Ignore 0-9 test failure die to change from channel exception to c...Robert Godfrey2014-02-241-0/+3
* QPID-5582 : [Java Broker] only allow one binding per binding-key and queue at...Robert Godfrey2014-02-2418-123/+197
* QPID-5581 : [Java Broker] rename SimpleAMQQueue to AbstractQueueRobert Godfrey2014-02-2341-88/+85
* QPID-5578 : rename managed object annotationRobert Godfrey2014-02-237-14/+14
* QPID-5579 : [Java Broker] build attribute meta data the same way for REST API...Robert Godfrey2014-02-2399-1228/+2359
* QPID-5551 : Address review comments from Robbie GemmellRobert Godfrey2014-02-213-18/+36
* QPID-5576 : [JMS AMQP 1.0] don't throw an exception if no properties file is ...Robert Godfrey2014-02-211-6/+0
* QPID-5577 : [Java Broker] create exchanges using an attribute map rather than...Robert Godfrey2014-02-2133-302/+385
* QPID-5574 : Allow sync-publish to override default behaviour to make persiste...Robert Godfrey2014-02-213-8/+22
* QPID-5567 : Move acl checks into the objects being createdRobert Godfrey2014-02-2132-1247/+723
* QPID-5569 : NPE on getStringProperty("JMSXUserId")Robert Godfrey2014-02-201-1/+2
* QPID-5571 : Java Broker AMQP 1.0 deadlock on close consumerRobert Godfrey2014-02-203-26/+52
* QPID-5563 : Ensure vhost is set as early as possible, on receipt of connectio...Robert Godfrey2014-02-205-42/+65
* QPID-5567 : Further changes to SecurityMangagerRobert Godfrey2014-02-206-121/+79
* QPID-5570 : Client incorrectly acknowledges prefetched messages with client-ackRobert Godfrey2014-02-201-17/+19
* QPID-5570 : Client incorrectly acknowledges prefetched messages with client-ackRobert Godfrey2014-02-201-2/+2
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-1954-408/+869
* QPID-5566 : DestinationImpl should implement neither Queue nor TopicRobert Godfrey2014-02-191-1/+1
* QPID-5563 : [Java Broker] [AMQP 1.0] Use the hostname field in the open frame...Robert Godfrey2014-02-183-171/+205
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-1858-631/+386
* QPID-5555 : Fix queue exclusivity issuesRobert Godfrey2014-02-181-0/+5
* QPID-4000 : [Java Broker] add initial conversions from AMQP 1.0 messages to 0...Robert Godfrey2014-02-187-212/+655
* QPID-5559 : [Java Broker] remove unused methods from AMQQueue interfaceRobert Godfrey2014-02-178-102/+14
* QPID-5558 : [Java Broker] update management node to follow definitions in wor...Robert Godfrey2014-02-171-25/+35