summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-2868: guard against non-existent destinations when moving/copyingRobert Gemmell2010-09-181-3/+10
* QPID-2867: add support to the JMX management console for removing bindings fr...Robert Gemmell2010-09-183-13/+101
* QPID-2870: move the authorisation check outside the AtomicBoolean wrapped que...Robert Gemmell2010-09-181-5/+6
* QPID-2695: use exchangeName variable instead of exchange variable when loggin...Robert Gemmell2010-09-181-7/+8
* QPID-2704: simplify the implementation of SQEL scavenge() ability and add test.Robert Gemmell2010-09-182-51/+158
* Remove old commented out conflict marker, erroneous println debugging stateme...Robert Gemmell2010-09-183-12/+6
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-1719-52/+57
* QPID-2858: Implement FilterManager for 0-10 subscriptionsAndrew Donald Kennedy2010-09-171-1/+5
* QPID-2857 : Added findbugs task to the build to automate the procedure for fi...Robert Godfrey2010-09-1732-0/+1503
* QPID-2858: Implement FilterManager for 0-10 subscriptionsAndrew Donald Kennedy2010-09-171-1/+18
* QPID-2832: Collate all the LogSubject formatting strings in a static classAndrew Donald Kennedy2010-09-178-124/+144
* QPID-2861Rajith Muditha Attapattu2010-09-171-1/+11
* QPID-2749: add -XX:+ExplicitGCInvokesConcurrent arg to ensure that the GCs pr...Robert Gemmell2010-09-142-4/+2
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-12159-1285/+1803
* QPID-2856 : Attempting deltion of a default exchange should cause 530 not-all...Robert Godfrey2010-09-121-1/+21
* QPID-2855 : Broker Transport should not block on awaiting session close confi...Robert Godfrey2010-09-123-16/+47
* QPID-2854 : Correct implemention of 0-10 Queue Exclusivity in the Java BrokerRobert Godfrey2010-09-121-43/+30
* Add the BURL prefix to denote the use of old style binding urls in the prop fileRajith Muditha Attapattu2010-09-091-5/+5
* QPID-2606: remove erroneous logging, missed when applying the half megabyte p...Robert Gemmell2010-09-091-1/+0
* QPID-2840: update to fix issue with InVM tests passing in isolation but faili...Robert Gemmell2010-09-091-3/+3
* QPID-2840: have the tests set a message prefix to facilitate scraping message...Robert Gemmell2010-09-083-1/+14
* QPID-2840: make the status logging message prefix configurable but empty by d...Robert Gemmell2010-09-081-1/+1
* Added a failure path for testRejectPolicy if an exception is not thrown.Rajith Muditha Attapattu2010-09-081-1/+2
* QPID-2838, QPID-2843: test readability tweaksRobert Gemmell2010-09-082-5/+5
* QPID-2845: exclude tests from the Java test profilesRobert Gemmell2010-09-062-0/+5
* QPID-2843: move the text to the properties file to allow for il8nRobert Gemmell2010-09-063-6/+6
* QPID-2837: The o.a.q.server.transport.ThreadPoolFilter class is not used and ...Robert Gemmell2010-09-051-698/+0
* QPID-2829: Remove the o.a.q.transport.Echo class as it is not usedRobert Gemmell2010-09-051-73/+0
* QPID-2826: The class o.a.q.transport.Result is not used and can be safely rem...Robert Gemmell2010-09-051-30/+0
* QPID-2825: The class o.a.q.transport.Sink is not used and can be safely removedRobert Gemmell2010-09-051-138/+0
* QPID-2418: updates to fix test failures when using the 0-10 client test profi...Robert Gemmell2010-09-0511-48/+67
* QPID-2418: Unsubscribe existing open durable subscriptions when changing subs...Robert Gemmell2010-09-057-266/+548
* QPID-2845Rajith Muditha Attapattu2010-09-031-0/+89
* QPID-2843: Ensure that a MNG-1004 message is logged when using the platform a...Robert Gemmell2010-09-035-7/+16
* QPID-2845Rajith Muditha Attapattu2010-09-031-1/+1
* QPID-2843: move the 2 management port listening messages to after the respect...Robert Gemmell2010-09-031-8/+5
* QPID-2843: add missed changeRobert Gemmell2010-09-031-1/+1
* QPID-2844Rajith Muditha Attapattu2010-09-021-1/+36
* QPID-2845Rajith Muditha Attapattu2010-09-021-11/+17
* QPID-2844Rajith Muditha Attapattu2010-09-021-2/+11
* QPID-2845Rajith Muditha Attapattu2010-09-022-92/+18
* QPID-2843: Remove old logging and use the operational logging framework to pr...Robert Gemmell2010-09-029-107/+124
* QPID-2838: add common code for repeated validations within test classes, help...Robert Gemmell2010-09-0118-543/+449
* QPID-2824: Use toLogString rather than toString on LogSubject(s)Robert Gemmell2010-08-3015-24/+35
* QPID-2802: remove forgotten debugging printlnRobert Gemmell2010-08-301-1/+0
* Remove unnecessary systests dependency on the management/eclipse-plugin moduleRobert Gemmell2010-08-281-1/+1
* QPID-2820: remove unused ManagedChannel interfaceRobert Gemmell2010-08-281-68/+0
* QPID-2769: add serialVersionUIDRobert Gemmell2010-08-281-0/+3
* QPID-2828: prevent NPE if attempting to add queues to the navigation tree tha...Robert Gemmell2010-08-273-2/+39
* QPID-2788: synchronize the concurrently accessed arraylists. Return new insta...Robert Gemmell2010-08-271-9/+38