summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* Introduction of separate lifecycle methods on stores for open/close/recover.Keith Wall2014-03-2536-791/+968
* QPID-5624: Remove dead test virtualhost.xml files and references to the sameKeith Wall2014-03-2141-475/+0
* Temporary change to pom.xml to clean broker between tests - change will come ...Keith Wall2014-03-181-0/+1
* QPID-5624: Bug fix - derby must allow absence of configuration store settingsKeith Wall2014-03-181-1/+1
* NO-JIRA: Merged changes from trunk with command:Keith Wall2014-03-1847-141/+535
|\
| * QPID-5048: stop the new perftets-systests module from making a release archiveRobert Gemmell2014-03-161-21/+0
| * QPID-5048: unexclude some dirs, make the test-profiles exclusion specific onl...Robert Gemmell2014-03-161-6/+2
| * QPID-5600: remove stale and unused RELEASE_NOTES.txt and containing qpid/java...Robert Gemmell2014-03-161-21/+0
| * QPID-5048: split out systests from perftests and add rat plugin configRobert Gemmell2014-03-1631-28/+301
| * QPID-5048: add missing version for jxr plugin usage in the reporting section,...Robert Gemmell2014-03-141-0/+1
| * QPID-5048: surefire, site, coverage and jxr configRobert Gemmell2014-03-142-0/+37
| * QPID-5625 : [Java Broker] ensure common configured object values are saved to...Robert Godfrey2014-03-131-1/+8
| * QPID-5625 : [Java Broker] ensure common configured object values are saved to...Robert Godfrey2014-03-1215-96/+219
* | QPID-5024: Change maven test profiles to pass message store type by type name...Keith Wall2014-03-171-12/+12
* | QPID-5624: Remove commons-config etc as broker dependencyKeith Wall2014-03-176-93/+14
* | QPID-5624: Refactor broker configuration store upgrader for version 1.3Keith Wall2014-03-173-189/+396
* | QPID-5624: Introduce configurationStoreSettings VH attributesKeith Wall2014-03-1723-217/+355
* | QPID-5624: Introduce messageStoreSettings VH attribute and move all message s...Keith Wall2014-03-1454-366/+939
* | QPID-5624: Revert whitespace change in file causing patching problemKeith Wall2014-03-141-0/+1
* | Change test-profiles to remove references to messagestore classKeith Wall2014-03-1329-49/+21
* | QPID-5410: Fix HAClusterTwoNodeTestKeith Wall2014-03-131-0/+6
* | QPID-5624: Test fixKeith Wall2014-03-131-6/+0
* | QPID-5410: Part of REF refactoring - the ommitted state transition. Also refa...Keith Wall2014-03-133-36/+66
* | QPID-5624: Remove MessageStoreCreator and finish some virtual host refactoringKeith Wall2014-03-1321-228/+60
* | QPID-5624: Remove virtualhost xml configuration. Move virtual host configurat...Alex Rudyy2014-03-12129-3553/+876
* | QPID-5410: [Java Broker/BDB]. Introduce a thin facade (EnvironmentFacade) bet...Keith Wall2014-03-1231-2866/+4651
|/
* QPID-5612: JMS benchmarking tool fixesAlex Rudyy2014-03-115-49/+99
* QPID-5617 : [Java Broker] tidy-up of binding child add/remove from queue... d...Robert Godfrey2014-03-091-1/+2
* QPID-5617 : [Java Broker] tidy-up of binding child add/remove from queue... d...Robert Godfrey2014-03-093-10/+2
* QPID-5617 : [Java Broker] restore or implement child added/removed notificati...Robert Godfrey2014-03-0853-243/+798
* QPID-5611 : Fix other logging to always use the most current event logger hel...Robert Godfrey2014-03-0828-60/+124
* QPID-5611 : Fix startup logging so as not to print vhost recovery informationRobert Godfrey2014-03-0812-78/+100
* QPID-5616 : [Java Broker] update to management node to comply with working dr...Robert Godfrey2014-03-083-25/+38
* QPID-5601 : Allow for messages with null routing keysRobert Godfrey2014-03-082-3/+3
* QPID-5611 : Ensure the appropriate principals are available at the time of al...Robert Godfrey2014-03-0823-134/+177
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-08102-425/+572
* QPID-5612: JMS benchmarking tool [Part of the existing Java Broker Performanc...Keith Wall2014-03-0712-24/+577
* QPID-5601 : Address review comments from Robbie GemmellRobert Godfrey2014-03-079-27/+59
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-07101-2732/+1448
* QPID-5048: get the tests running again for the perftests moduleRobert Gemmell2014-03-074-3/+39
* QPID-5606 : [Java Broker] add connection principal to HTTP and JMX management...Robert Godfrey2014-03-067-4/+210
* QPID-5605 : [Java Broker] [AMQP 1.0] allow use of addresses of the form <exch...Robert Godfrey2014-03-054-28/+96
* NO-JIRA : formatting of license above package statementRobert Godfrey2014-03-053-3/+5
* 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