summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
...
* | QPID-5744: Move management REST API under /api/latest and auxiliary REST serv...Alex Rudyy2014-05-021-13/+14
* | QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-301-0/+2
* | QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-3017-265/+138
* | QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-2915-18/+16
* | QPID-5578 : Address Review comment from Keith Wall re: r1589912Robert Godfrey2014-04-283-6/+6
* | QPID-5665 : Address review comments from Alex RudyyRobert Godfrey2014-04-282-6/+76
* | QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-28101-1000/+246
* | QPID-5723: fix compilation under JDK 8 (somehow..?)Robert Gemmell2014-04-261-1/+2
* | QPID-5615 : Address review comments from Alex RudyyRobert Godfrey2014-04-251-2/+1
* | QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-252-10/+10
* | QPID-5578 : Remove unusued contants and tidy up other codeRobert Godfrey2014-04-241-114/+114
* | QPID-5710 : Address review comments from Keith Wall and remove unnecessary cl...Robert Godfrey2014-04-247-129/+104
* | QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-2119-60/+539
* | QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-2110-0/+21
* | QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-209-33/+62
* | QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map...Robert Godfrey2014-04-204-12/+9
* | QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-187-51/+29
* | QPID-5710 : [Java Broker] Use common creation/recovery mechanism for QueuesRobert Godfrey2014-04-184-18/+36
* | QPID-5580 : [Java Broker] Introduce explicit type hierarchy for queues in the...Robert Godfrey2014-04-176-14/+14
* | QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-1710-32/+115
* | QPID-5698 : [Java Broker] make the lifetimePolicy attribute automatedRobert Godfrey2014-04-151-16/+1
* | QPID-5699 : [Java Broker] Make getAttributeNames() in AbstractConfiguredObjec...Robert Godfrey2014-04-143-18/+0
* | QPID-5698 : [Java Broker] make the durable attribute automated, remove unused...Robert Godfrey2014-04-141-24/+19
* | QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-139-254/+315
* | QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-123-2/+4
* | QPID-5639 : [Java Broker] Correct SASL Mechanism name in client / use consist...Robert Godfrey2014-04-121-2/+2
* | QPID-5683 : [Java Broker] Make the AMQP 1.0 protocol logging available throug...Robert Godfrey2014-04-111-10/+31
* | QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-1113-60/+63
* | QPID-5673 : [Java Broker] Check the virtual host has been found before attemp...Robert Godfrey2014-04-111-7/+12
* | QPID-5684 : [Java Broker] Links detached with an error should set the closed ...Robert Godfrey2014-04-111-15/+37
* | QPID-5680 : [Java Broker] move configuration defualts to annotationsRobert Godfrey2014-04-1110-113/+133
* | QPID-5679 : [Java Broker] Use interpolation for "inherited" attributes (such ...Robert Godfrey2014-04-109-80/+139
* | QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-0949-166/+176
* | QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-0712-64/+78
* | QPID-5048: add dependency change verifcation reference files and LICENSE, NOT...Robert Gemmell2014-04-052-0/+12
* | QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-0420-210/+473
* | QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with vis...Keith Wall2014-04-0410-33/+81
* | NO-JIRA: Make the MessageStore and DurableConfigurationStore stateless. This...Keith Wall2014-03-282-16/+6
* | NO-JIRA: Merge changes from trunk.Keith Wall2014-03-2513-80/+329
|\ \
| * | QPID-5639 : [Java Broker] Add SCRAM-SHA-1 SASL supportRobert Godfrey2014-03-215-40/+205
| * | QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of the...Keith Wall2014-03-217-39/+123
| * | QPID-5635: Fix 'partitionCount' attribute setting for BoneCP connection pool ...Alex Rudyy2014-03-211-1/+1
* | | Introduction of separate lifecycle methods on stores for open/close/recover.Keith Wall2014-03-256-94/+29
* | | QPID-5624: Bug fix - derby must allow absence of configuration store settingsKeith Wall2014-03-181-1/+1
* | | QPID-5624: Remove commons-config etc as broker dependencyKeith Wall2014-03-171-0/+7
* | | QPID-5624: Introduce configurationStoreSettings VH attributesKeith Wall2014-03-179-133/+59
* | | QPID-5624: Introduce messageStoreSettings VH attribute and move all message s...Keith Wall2014-03-1410-56/+128
* | | QPID-5624: Remove MessageStoreCreator and finish some virtual host refactoringKeith Wall2014-03-133-0/+3
* | | QPID-5624: Remove virtualhost xml configuration. Move virtual host configurat...Alex Rudyy2014-03-129-67/+16
|/ /
* | QPID-5617 : [Java Broker] restore or implement child added/removed notificati...Robert Godfrey2014-03-0822-110/+480