| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-5721 : [Java Broker] allow interpolation and parsing of string values as... | Robert Godfrey | 2014-04-24 | 1 | -1/+95 |
| * | QPID-5702: upgrade JUnit dependency from version 3.8.1 to 4.11, change import... | Robert Gemmell | 2014-04-22 | 21 | -74/+74 |
| * | QPID-5702: remove override from pom to inherit parent property specifying jun... | Robert Gemmell | 2014-04-22 | 1 | -3/+0 |
| * | NO-JIRA: [Java Broker] Remove now dead recovery/dependency resolution classes | Keith Wall | 2014-04-22 | 13 | -500/+3 |
| * | QPID-5715: [Java Broker] Refactor VirtualHostStoreUpgraderAndRecoverer/Broker... | Keith Wall | 2014-04-22 | 11 | -1043/+793 |
| * | QPID-5717: update the ant build to configure javac to the 1.7 format | Robert Gemmell | 2014-04-22 | 1 | -2/+2 |
| * | QPID-5717: remove compiler configuration override and inherit parent values | Robert Gemmell | 2014-04-22 | 1 | -4/+0 |
| * | QPID-5048: update to use the current antrun-plugin configuration syntax | Robert Gemmell | 2014-04-21 | 1 | -2/+2 |
| * | QPID-5048: override the parent pom property to keep using junit 3.8.1 until Q... | Robert Gemmell | 2014-04-21 | 1 | -0/+3 |
| * | QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis... | Keith Wall | 2014-04-21 | 131 | -3661/+4504 |
| * | QPID-5048: re-instate dependency versions after qpid parent pom removal of de... | Robert Gemmell | 2014-04-21 | 28 | -10/+154 |
| * | QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ... | Robert Godfrey | 2014-04-20 | 79 | -528/+759 |
| * | QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map... | Robert Godfrey | 2014-04-20 | 30 | -1095/+692 |
| * | QPID-5698 : [Java Broker] Make all configured object attributes either automa... | Robert Godfrey | 2014-04-19 | 10 | -26/+52 |
| * | QPID-5578 : Undo accidental commit of r1588632 | Robert Godfrey | 2014-04-19 | 8 | -44/+20 |
| * | QPID-5578 : [Java Broker] Remove DurableConfigurationStoreHelper as it no lon... | Robert Godfrey | 2014-04-19 | 8 | -20/+44 |
| * | QPID-5578 : [Java Broker] Remove DurableConfigurationStoreHelper as it no lon... | Robert Godfrey | 2014-04-18 | 7 | -113/+30 |
| * | QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c... | Robert Godfrey | 2014-04-18 | 94 | -782/+399 |
| * | QPID-5710 : [Java Broker] Use common creation/recovery mechanism for Bindings | Robert Godfrey | 2014-04-18 | 8 | -23/+145 |
| * | QPID-5710 : [Java Broker] Use common creation/recovery mechanism for Queues | Robert Godfrey | 2014-04-18 | 70 | -1003/+1101 |
| * | QPID-5710 : [Java Broker] Remove AMQQueueFactory and QueueRegistry | Robert Godfrey | 2014-04-17 | 14 | -540/+337 |
| * | QPID-5580 : [Java Broker] Introduce explicit type hierarchy for queues in the... | Robert Godfrey | 2014-04-17 | 42 | -346/+454 |
| * | QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com... | Robert Godfrey | 2014-04-17 | 86 | -2226/+1678 |
| * | QPID-5698 : [Java Broker] make attributes automated or derived | Robert Godfrey | 2014-04-15 | 20 | -253/+185 |
| * | QPID-5698 : [Java Broker] make the lifetimePolicy attribute automated | Robert Godfrey | 2014-04-15 | 42 | -443/+113 |
| * | QPID-5699 : [Java Broker] Make getAttributeNames() in AbstractConfiguredObjec... | Robert Godfrey | 2014-04-14 | 24 | -153/+2 |
| * | QPID-5698 : [Java Broker] remove duplicate definitions of the DURABLE attribu... | Robert Godfrey | 2014-04-14 | 18 | -24/+0 |
| * | QPID-5698 : [Java Broker] make the durable attribute automated, remove unused... | Robert Godfrey | 2014-04-14 | 27 | -739/+273 |
| * | QPID-5685: Store configuration version as an attribute of virtualhost within ... | Keith Wall | 2014-04-14 | 23 | -303/+618 |
| * | QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c... | Robert Godfrey | 2014-04-13 | 70 | -3435/+4118 |
| * | QPID-5687 : [Java Broker] change to explicitly use the port in a connection u... | Robert Godfrey | 2014-04-13 | 2 | -4/+8 |
| * | QPID-5687 : [Java Broker] change to explicitly use the port in a connection u... | Robert Godfrey | 2014-04-13 | 1 | -1/+1 |
| * | QPID-5687 : [Java Broker] fix the initial config store to use "type" not "plu... | Robert Godfrey | 2014-04-13 | 7 | -54/+66 |
| * | QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi... | Robert Godfrey | 2014-04-12 | 50 | -1173/+1300 |
| * | QPID-5639 : [Java Broker] Correct SASL Mechanism name in client / use consist... | Robert Godfrey | 2014-04-12 | 5 | -10/+10 |
| * | QPID-5683 : [Java Broker] Make the AMQP 1.0 protocol logging available throug... | Robert Godfrey | 2014-04-11 | 2 | -29/+93 |
| * | QPID-5680 : [Java Broker] remove configuration defualt maps | Robert Godfrey | 2014-04-11 | 67 | -425/+323 |
| * | QPID-5673 : [Java Broker] Check the virtual host has been found before attemp... | Robert Godfrey | 2014-04-11 | 1 | -7/+12 |
| * | QPID-5684 : [Java Broker] Links detached with an error should set the closed ... | Robert Godfrey | 2014-04-11 | 1 | -15/+37 |
| * | QPID-5048: remove enforcer rule, it is no longer used | Robert Gemmell | 2014-04-11 | 3 | -346/+0 |
| * | QPID-5680 : [Java Broker] move configuration defualts to annotations | Robert Godfrey | 2014-04-11 | 52 | -600/+640 |
| * | QPID-5676, QPID-5677, QPID-5048: go back to using the original BCEL dependenc... | Robert Gemmell | 2014-04-10 | 4 | -13/+6 |
| * | QPID-5676: revert r1586026, taking a different approach to equalise the builds | Robert Gemmell | 2014-04-10 | 3 | -5/+5 |
| * | QPID-5679 : [Java Broker] Use interpolation for "inherited" attributes (such ... | Robert Godfrey | 2014-04-10 | 36 | -1097/+553 |
| * | QPID-5677: commons-configuration is no longer used on trunk, remove it from t... | Robert Gemmell | 2014-04-09 | 1 | -5/+0 |
| * | QPID-5677: stop including extra files within the qpid-all.jar manifest jars | Robert Gemmell | 2014-04-09 | 2 | -2/+2 |
| * | QPID-5675: remove the unused xalan dependency, matching previous change in th... | Robert Gemmell | 2014-04-09 | 3 | -34/+1 |
| * | QPID-5674: update the target creating the 'java release' tar to ignore the te... | Robert Gemmell | 2014-04-09 | 1 | -0/+2 |
| * | QPID-5676: update BCEL dependency in the Ant build to match previous change f... | Robert Gemmell | 2014-04-09 | 3 | -5/+5 |
| * | QPID-5048: include the JMS API jar in the client release assemblies as we hav... | Robert Gemmell | 2014-04-09 | 4 | -0/+24 |