summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-6429, QPID-6262: [Java Broker] Improve error handling in new NIO code; ↵Keith Wall2015-03-1619-445/+514
| | | | | | | | Remove MINA terminlogy (session etc) in 0-8 stack * Also added uncaught exception handler in test framework (QBTC) to guard log the case where a thread exits abnormally. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667068 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6449: Fix remaining failing testsAlex Rudyy2015-03-161-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666987 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6449: Fix failing testsAlex Rudyy2015-03-162-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666959 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6454 : [Java Broker] Improve rendering of attribute typesRobert Godfrey2015-03-162-51/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666934 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6454 : [Java Broker] Provide mechanism to view REST API interface ↵Robert Godfrey2015-03-164-5/+422
| | | | | | definition git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666850 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6452 : Defer creating filters in default filter map until a consumer is ↵Robert Godfrey2015-03-1519-186/+283
| | | | | | added. Optimize filters which start at the tail of the queue. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666810 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6428 : Remove explicit call to update store from within AbstractQueueRobert Godfrey2015-03-141-26/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666767 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6451: [Java Client] Remove logging of ConnectionExcepion from exception ↵Keith Wall2015-03-141-2/+0
| | | | | | handler git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666740 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6449: [Java Broker] Change REST interfaces to return 422 status code ↵Alex Rudyy2015-03-1414-54/+76
| | | | | | from create/update requests when provided attribute values are invalid or required attributes are missing git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666625 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6450 : [Java Broker] Allow separate model configuration threads for ↵Robert Godfrey2015-03-1346-25/+192
| | | | | | each virtual host node git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666609 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6438: Set Location header for REST create requestsAlex Rudyy2015-03-133-8/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666591 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Perf Test Framework] Add assembly for ↵Keith Wall2015-03-132-0/+69
| | | | | | qpid-perftests-visualisation-jfc for convenience of those charting perf results. This artifact (like its parent, qpid-perftests) is not distributed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666463 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Perf Test Framework] Ensure that the shutdown of the Broker ↵Keith Wall2015-03-133-1/+78
| | | | | | | | during a performance test run is detected by the framework and it will exit * Currently the clients sit awaiting their shutdown latches forever git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666456 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6438: [Java Broker] Extend REST interfaces to result in errors when ↵Alex Rudyy2015-03-1323-207/+237
| | | | | | object already exist on create and when object does not exist on update git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666380 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6447 : [Java AMQP 1.0 Client] Use endpoint lock in Transaction ControllerRobert Godfrey2015-03-121-6/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666241 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2836 : [Java Broker] Use slf4j facade for logging in the Java BrokerRobert Godfrey2015-03-12186-754/+1012
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666234 13f79535-47bb-0310-9956-ffa450edef68
* Merge from trunkQPID-6262-JavaBrokerNIOKeith Wall2015-03-129-53/+91
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1666219 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6436: Address review comments and fix issues caused by ACL refactoringAlex Rudyy2015-03-129-34/+91
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666212 13f79535-47bb-0310-9956-ffa450edef68
* | Merge from trunkKeith Wall2015-03-121-0/+3
|\ \ | |/ | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1666206 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6446: Temporary disable the test until root issue is resolvedAlex Rudyy2015-03-121-0/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1666159 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6440: [Java Broker] Web UI, correct problem that causes checkbox values ↵Keith Wall2015-03-101-1/+6
| | | | | | | | | | | | to be corrupted in edit dialogues git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1665735 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6438: [Java Broker] Add support for POST method into REST interfaces in ↵Alex Rudyy2015-03-1024-310/+274
| | | | | | | | | | | | order to create configured objects via POST git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1665732 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6436: Allow user to update its own preferences without explicit permissionsAlex Rudyy2015-03-101-0/+7
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1665731 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6439 : [Java Broker] config upgrader should upgrade key/trust stores ↵Robert Godfrey2015-03-101-0/+5
| | | | | | | | | | | | using the (omitted) default type git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1665702 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6436: [Java Broker] Move ACL functionality scattered over the ↵Alex Rudyy2015-03-1044-1081/+1274
| | | | | | | | | | | | configured objects into SecurityManager and AbstractConfiguredObjects git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1665410 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6437 : ensure session/link flow notifies occurRobert Godfrey2015-03-072-34/+32
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664839 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6347 : ensure link enpoints are notified outside of holding the ↵Robert Godfrey2015-03-062-38/+66
| | | | | | | | | | | | connection lock git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664731 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6437 : ensure no locks are held when link endpoint listeners are notifiedRobert Godfrey2015-03-061-2/+7
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664714 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6428: Remove now redundant changeAttributes overrideKeith Wall2015-03-062-6/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664662 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6433 : notify link listener flow state changed for link specific flowRobert Godfrey2015-03-052-5/+9
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664334 13f79535-47bb-0310-9956-ffa450edef68
| * add missing licence headerRobert Gemmell2015-03-051-0/+20
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664309 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6433 : notify link listeners of flow state change outside of the ↵Robert Godfrey2015-03-041-5/+7
| | | | | | | | | | | | connection endpoint lock git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664160 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6432: when looking for the JMSType value use the message Subject first ↵Robert Gemmell2015-03-041-0/+6
| | | | | | | | | | | | if present git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1664114 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6428 : [Java Broker] Use StoreConfigurationChangeListener to manage ↵Robert Godfrey2015-03-039-145/+145
| | | | | | | | | | | | storage of all configured objects git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1663573 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6425 : [Java Broker] Allow for local and global name equivalence on ↵Robert Godfrey2015-03-027-4/+152
| | | | | | | | | | | | virtual hosts git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1663189 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6424 : Implement Connection.Redirect in 0-8/9/9-1Robert Godfrey2015-03-0130-106/+1139
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1663170 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6423 : [Java Broker] Allow plugin of custom user queue reports using ↵Robert Godfrey2015-03-0112-0/+1217
| | | | | | | | | | | | the REST API git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1663082 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6421: fix typo in README, testing GitHub integrationRobert Gemmell2015-02-271-1/+1
| | | | | | | | | | | | This closes #5 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662778 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6419 : [Java Broker] Queue counts can become corrupt in case of rapid ↵Robert Godfrey2015-02-277-7/+28
| | | | | | | | | | | | acknowledgement git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662683 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6418 : [Java Broker] Fix testRobert Godfrey2015-02-261-1/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662489 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6418 : [Java Broker] Use annotation to denote managed object which ↵Robert Godfrey2015-02-2611-13/+35
| | | | | | | | | | | | manage the storage of their childrens' data git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662473 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA: Fix path encoding in rest system tests#Alex Rudyy2015-02-254-14/+10
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662225 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6412: Use ConcurrentMap interface rather than concrete class to ensure ↵Keith Wall2015-02-251-1/+2
| | | | | | | | | | | | linking issues when running JDK 1.8 compiled code under JDK 1.7 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662211 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6411 : Don't throw an NPE if there is no Error associated with the a ↵Robert Godfrey2015-02-241-8/+28
| | | | | | | | | | | | broker initiated detach git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662051 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6410: [Java Broker] Disambiguate connection adapter name by adding a ↵Alex Rudyy2015-02-245-11/+29
| | | | | | | | | | | | connection ID to the name git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661929 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6408: [Java Broker] Expose AMQP connection limits (max concurrent ↵Keith Wall2015-02-236-38/+95
| | | | | | | | | | | | connections) through the web management ui. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661741 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6407: [Java Broker] Fix Web UI defect that prevents the actual node ↵Keith Wall2015-02-2314-60/+35
| | | | | | | | | | | | priority / quorum override from populating within the dialogue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661693 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6406: [Java Broker] Prevent the spurious firing of the attribute ↵Keith Wall2015-02-222-2/+87
| | | | | | | | | | | | listener for attribute where no value change is made git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661531 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6247: [Java Broker] Use try-with-resources to avoid some repeated ↵Keith Wall2015-02-224-37/+5
| | | | | | | | | | | | cleanup code git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661530 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6404 : Message construction from received messages should be lenientRobert Godfrey2015-02-211-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661373 13f79535-47bb-0310-9956-ffa450edef68