summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5615 : [Java Broker] update the durable configuration store interface ↵Robert Godfrey2014-03-2348-795/+1606
| | | | | | to be entirely in terms of ConfiguredObjectRecords and give stores knowledge of hierarchy git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1580561 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5640 : [Java Broker] Allow the Json virtual host store to save bindingsRobert Godfrey2014-03-231-1/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1580560 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5633 : [Java Broker] Change the way StoreConfigurationChangeListener ↵Robert Godfrey2014-03-234-93/+14
| | | | | | derives the "type" (actually category) of the ConfiguredObject git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1580559 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5639 : [Java Broker] Add SCRAM-SHA-1 SASL supportRobert Godfrey2014-03-2117-44/+1489
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1580082 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of ↵Keith Wall2014-03-2128-515/+1122
| | | | | | the virtualhost. Introduce supports for ACLs rules that include virtualhost predicate. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1579986 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: new maven enforcer plugin rule for checking license filesAlex Rudyy2014-03-213-0/+346
| | | | | | Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1579936 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: dby profiles, bdb test deps and config for perftests-systests & ↵Alex Rudyy2014-03-215-24/+195
| | | | | | | | bdbstore-systests and a fix for clean between test runs Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1579935 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5625 : Fix saving of "createdBy" attribute which is incorrectly saving ↵Robert Godfrey2014-03-211-1/+1
| | | | | | as an object rather than a string git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1579926 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5635: Fix 'partitionCount' attribute setting for BoneCP connection pool ↵Alex Rudyy2014-03-211-1/+1
| | | | | | UI in Web Management console UI git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1579904 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5600: Advance the version number on trunk to 0.29Justin Ross2014-03-205-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1579690 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: stop the new perftets-systests module from making a release archiveRobert Gemmell2014-03-161-21/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1578151 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: unexclude some dirs, make the test-profiles exclusion specific ↵Robert Gemmell2014-03-161-6/+2
| | | | | | only to the test ssl resources git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1578150 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5600: remove stale and unused RELEASE_NOTES.txt and containing ↵Robert Gemmell2014-03-161-21/+0
| | | | | | qpid/java/release-docs directory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1578149 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: split out systests from perftests and add rat plugin configRobert Gemmell2014-03-1631-28/+301
| | | | | | Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1578145 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: add missing version for jxr plugin usage in the reporting ↵Robert Gemmell2014-03-141-0/+1
| | | | | | section, which doesnt respect/adhere to the pluginManagement versions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1577600 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: surefire, site, coverage and jxr configRobert Gemmell2014-03-142-0/+37
| | | | | | Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1577595 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5625 : [Java Broker] ensure common configured object values are saved ↵Robert Godfrey2014-03-131-1/+8
| | | | | | to the store git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1577256 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5625 : [Java Broker] ensure common configured object values are saved ↵Robert Godfrey2014-03-1215-96/+219
| | | | | | to the store git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1576826 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5612: JMS benchmarking tool fixesAlex Rudyy2014-03-115-49/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1576355 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5617 : [Java Broker] tidy-up of binding child add/remove from queue... ↵Robert Godfrey2014-03-091-1/+2
| | | | | | dulpicate functionality git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575688 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5617 : [Java Broker] tidy-up of binding child add/remove from queue... ↵Robert Godfrey2014-03-093-10/+2
| | | | | | dulpicate functionality git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575687 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5617 : [Java Broker] restore or implement child added/removed ↵Robert Godfrey2014-03-0853-243/+798
| | | | | | notifications for configured objects within the vhost git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575591 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5611 : Fix other logging to always use the most current event logger ↵Robert Godfrey2014-03-0828-60/+124
| | | | | | held at the broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575547 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5611 : Fix startup logging so as not to print vhost recovery informationRobert Godfrey2014-03-0812-78/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575541 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5616 : [Java Broker] update to management node to comply with working ↵Robert Godfrey2014-03-083-25/+38
| | | | | | draft WD08 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575536 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5601 : Allow for messages with null routing keysRobert Godfrey2014-03-082-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575507 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5611 : Ensure the appropriate principals are available at the time of ↵Robert Godfrey2014-03-0823-134/+177
| | | | | | all event logging git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575506 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-08102-425/+572
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575462 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5612: JMS benchmarking tool [Part of the existing Java Broker ↵Keith Wall2014-03-0712-24/+577
| | | | | | | | | | | | Performance Test suite] Simple tool that uses the existing performance test suite to give a message throughput statistics (msg/s) and (Kbytes/s) for a use case involving a producer/consumer (on separate connections) with persistent messages on transactional sessions. The test scales the number of connections through 1, 2, 5 and 10 and reports separate statistics for each. The duration of the test and message size can be overridden from the command line via system properties -Dqpid.disttest.duration and -Dqpid.disttest.messageSize respectively. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575336 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5601 : Address review comments from Robbie GemmellRobert Godfrey2014-03-079-27/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575335 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-07101-2732/+1448
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575315 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: get the tests running again for the perftests moduleRobert Gemmell2014-03-074-3/+39
| | | | | | Patch submitted by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575242 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5606 : [Java Broker] add connection principal to HTTP and JMX ↵Robert Godfrey2014-03-067-4/+210
| | | | | | management actions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574728 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5605 : [Java Broker] [AMQP 1.0] allow use of addresses of the form ↵Robert Godfrey2014-03-054-28/+96
| | | | | | <exchange>/<routing-key> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574582 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : formatting of license above package statementRobert Godfrey2014-03-053-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574564 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5577 : compareTo should throw an NPE if the object being compared to is ↵Robert Godfrey2014-03-051-4/+0
| | | | | | null git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574563 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different ↵Robert Godfrey2014-03-0541-115/+515
| | | | | | protocols. Add functionality to the default exchange to understand AMQP 1.0 addresses. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574551 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5602: change log level to info, include socket address in message, ↵Robert Gemmell2014-03-051-1/+1
| | | | | | report only the exception type and message rather than logging full stackrace git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574506 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5591 : Address review comments from Robbie GemmellRobert Godfrey2014-03-0411-21/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574258 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5601 : [Java Broker] remove unused interfaceRobert Godfrey2014-03-041-29/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574236 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be ↵Robert Godfrey2014-03-0437-716/+634
| | | | | | modelled as an Exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574235 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5567 : Address review commentsRobert Godfrey2014-03-033-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573683 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5577 : remove test which only tests that something fails if you pass in ↵Robert Godfrey2014-03-031-20/+0
| | | | | | a null in a constructor parameter which needs to get dereferenced for the object to construct git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573677 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5582 : fix deletion of bindings on exchange deletionRobert Godfrey2014-03-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573614 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5577 : address review commentsRobert Godfrey2014-03-032-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573598 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : Addressed review comments from Robbie GemmellRobert Godfrey2014-03-034-68/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573593 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5579 : [Java Broker] allow for attributes to be of type shortRobert Godfrey2014-03-031-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573587 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-0325-106/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573586 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5592 : [Java Broker] AuthenticationManagers should directly implement ↵Robert Godfrey2014-03-0358-1354/+1508
| | | | | | AuthenticationProvider git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573421 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : [Java Broker] allow the base class AbstractConfiguredObject to ↵Robert Godfrey2014-03-0233-493/+525
| | | | | | take responsibility for the management of managed attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1573336 13f79535-47bb-0310-9956-ffa450edef68