summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-6429, QPID-6262: [Java Broker] Improve error handling in new NIO code; ...Keith Wall2015-03-1619-445/+514
* QPID-6449: Fix remaining failing testsAlex Rudyy2015-03-161-8/+0
* QPID-6449: Fix failing testsAlex Rudyy2015-03-162-6/+2
* QPID-6454 : [Java Broker] Improve rendering of attribute typesRobert Godfrey2015-03-162-51/+52
* QPID-6454 : [Java Broker] Provide mechanism to view REST API interface defini...Robert Godfrey2015-03-164-5/+422
* QPID-6452 : Defer creating filters in default filter map until a consumer is ...Robert Godfrey2015-03-1519-186/+283
* QPID-6428 : Remove explicit call to update store from within AbstractQueueRobert Godfrey2015-03-141-26/+17
* QPID-6451: [Java Client] Remove logging of ConnectionExcepion from exception ...Keith Wall2015-03-141-2/+0
* QPID-6449: [Java Broker] Change REST interfaces to return 422 status code fro...Alex Rudyy2015-03-1414-54/+76
* QPID-6450 : [Java Broker] Allow separate model configuration threads for each...Robert Godfrey2015-03-1346-25/+192
* QPID-6438: Set Location header for REST create requestsAlex Rudyy2015-03-133-8/+41
* NO-JIRA: [Java Perf Test Framework] Add assembly for qpid-perftests-visualisa...Keith Wall2015-03-132-0/+69
* NO-JIRA: [Java Perf Test Framework] Ensure that the shutdown of the Broker du...Keith Wall2015-03-133-1/+78
* QPID-6438: [Java Broker] Extend REST interfaces to result in errors when obje...Alex Rudyy2015-03-1323-207/+237
* QPID-6447 : [Java AMQP 1.0 Client] Use endpoint lock in Transaction ControllerRobert Godfrey2015-03-121-6/+11
* QPID-2836 : [Java Broker] Use slf4j facade for logging in the Java BrokerRobert Godfrey2015-03-12186-754/+1012
* Merge from trunkQPID-6262-JavaBrokerNIOKeith Wall2015-03-129-53/+91
|\
| * QPID-6436: Address review comments and fix issues caused by ACL refactoringAlex Rudyy2015-03-129-34/+91
* | Merge from trunkKeith Wall2015-03-121-0/+3
|\ \ | |/
| * QPID-6446: Temporary disable the test until root issue is resolvedAlex Rudyy2015-03-121-0/+3
| * QPID-6440: [Java Broker] Web UI, correct problem that causes checkbox values ...Keith Wall2015-03-101-1/+6
| * QPID-6438: [Java Broker] Add support for POST method into REST interfaces in ...Alex Rudyy2015-03-1024-310/+274
| * QPID-6436: Allow user to update its own preferences without explicit permissionsAlex Rudyy2015-03-101-0/+7
| * QPID-6439 : [Java Broker] config upgrader should upgrade key/trust stores usi...Robert Godfrey2015-03-101-0/+5
| * QPID-6436: [Java Broker] Move ACL functionality scattered over the configured...Alex Rudyy2015-03-1044-1081/+1274
| * QPID-6437 : ensure session/link flow notifies occurRobert Godfrey2015-03-072-34/+32
| * QPID-6347 : ensure link enpoints are notified outside of holding the connecti...Robert Godfrey2015-03-062-38/+66
| * QPID-6437 : ensure no locks are held when link endpoint listeners are notifiedRobert Godfrey2015-03-061-2/+7
| * QPID-6428: Remove now redundant changeAttributes overrideKeith Wall2015-03-062-6/+1
| * QPID-6433 : notify link listener flow state changed for link specific flowRobert Godfrey2015-03-052-5/+9
| * add missing licence headerRobert Gemmell2015-03-051-0/+20
| * QPID-6433 : notify link listeners of flow state change outside of the connect...Robert Godfrey2015-03-041-5/+7
| * QPID-6432: when looking for the JMSType value use the message Subject first i...Robert Gemmell2015-03-041-0/+6
| * QPID-6428 : [Java Broker] Use StoreConfigurationChangeListener to manage stor...Robert Godfrey2015-03-039-145/+145
| * QPID-6425 : [Java Broker] Allow for local and global name equivalence on virt...Robert Godfrey2015-03-027-4/+152
| * QPID-6424 : Implement Connection.Redirect in 0-8/9/9-1Robert Godfrey2015-03-0130-106/+1139
| * QPID-6423 : [Java Broker] Allow plugin of custom user queue reports using the...Robert Godfrey2015-03-0112-0/+1217
| * QPID-6421: fix typo in README, testing GitHub integrationRobert Gemmell2015-02-271-1/+1
| * QPID-6419 : [Java Broker] Queue counts can become corrupt in case of rapid ac...Robert Godfrey2015-02-277-7/+28
| * QPID-6418 : [Java Broker] Fix testRobert Godfrey2015-02-261-1/+2
| * QPID-6418 : [Java Broker] Use annotation to denote managed object which manag...Robert Godfrey2015-02-2611-13/+35
| * NO-JIRA: Fix path encoding in rest system tests#Alex Rudyy2015-02-254-14/+10
| * QPID-6412: Use ConcurrentMap interface rather than concrete class to ensure l...Keith Wall2015-02-251-1/+2
| * QPID-6411 : Don't throw an NPE if there is no Error associated with the a bro...Robert Godfrey2015-02-241-8/+28
| * QPID-6410: [Java Broker] Disambiguate connection adapter name by adding a con...Alex Rudyy2015-02-245-11/+29
| * QPID-6408: [Java Broker] Expose AMQP connection limits (max concurrent connec...Keith Wall2015-02-236-38/+95
| * QPID-6407: [Java Broker] Fix Web UI defect that prevents the actual node prio...Keith Wall2015-02-2314-60/+35
| * QPID-6406: [Java Broker] Prevent the spurious firing of the attribute listene...Keith Wall2015-02-222-2/+87
| * QPID-6247: [Java Broker] Use try-with-resources to avoid some repeated cleanu...Keith Wall2015-02-224-37/+5
| * QPID-6404 : Message construction from received messages should be lenientRobert Godfrey2015-02-211-1/+1