summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* 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
| * QPID-6404 : Change default Message constructor to be strict by defaultRobert Godfrey2015-02-211-1/+1
| * QPID-6404 : Be lenient in receiving invalid messages, send AmqpValue(null) fo...Robert Godfrey2015-02-214-17/+20
| * QPID-6404 : [AMQP 1.0 JMS Client ] session.createMessage() should not attempt...Robert Godfrey2015-02-201-1/+5
| * QPID-6346: [Java Broker] Fix field reference when file reader is unsupportedAlex Rudyy2015-02-201-1/+1
| * QPID-6398: [Java Broker] Update web management console UI to invoke dojo pars...Alex Rudyy2015-02-2068-214/+424
| * QPID-6364: Display actual value for a secure attribute with value not matchin...Alex Rudyy2015-02-204-5/+20
| * QPID-6247: Updates to configuration files should maintain existing file permi...Alex Rudyy2015-02-2012-183/+461
| * QPID-6400 : [Java AMQP 1.0] add accessors for the SSLConnection to the connec...Robert Godfrey2015-02-201-0/+10
| * QPID-6401 : move authroize check inside try-catchRobert Godfrey2015-02-201-7/+8
| * QPID-6401 : [Java Broker] Add ability to validate connection attempts based o...Robert Godfrey2015-02-198-13/+149
| * NO-JIRA : [JMS AMQP 1.0 client] add log message when underlying connection is...Robert Godfrey2015-02-191-1/+1
| * QPID-6390: [Java Broker Tests] Remove tests that rely on presence of the Ano...Keith Wall2015-02-186-92/+5
| * QPID-6390: [Java System Tests] Ensure that Broker's system properties are loa...Keith Wall2015-02-183-5/+22
| * QPID-6396 : [Java Broker] Allow queues to enforce all consumers to be non-des...Robert Godfrey2015-02-186-2/+144
| * QPID-6395 : [Java Broker] add support for queue default filters, and filters ...Robert Godfrey2015-02-1731-171/+792
| * QPID-6364: Introduce attribute annotation property 'secureValueFilter' to mas...Alex Rudyy2015-02-1716-155/+279