summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5730 : [Java Broker] allow configured object attributes to be maked as ↵Robert Godfrey2014-04-298-46/+317
| | | | | | not to be persisted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590945 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5727: Prevent test failure in test environments already using the ↵Keith Wall2014-04-292-2/+7
| | | | | | | | default HTTP management port (8080). Patch Supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590929 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: [Java Broker]: Wire up the BDB HA VirtualHostNode to the ↵Keith Wall2014-04-295-38/+595
| | | | | | | | | | ReplicatedEnvironmentFacade. * Attributes priority, quorumOverride, designatedPrimary are exposed as read/write attributes. * Attribute role is readable (to observe the current role of the node), and writable, to request a change in mastership. * Attributes joinTime and lastKnownReplicationTransactionId are exposed as derived attributes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590917 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : Address Review comment from Keith Wall re: r1589912Robert Godfrey2014-04-289-78/+132
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590699 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5686 : Address review comments from Alex RudyyRobert Godfrey2014-04-281-62/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590689 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5679 : Address review comments from Alex RudyyRobert Godfrey2014-04-283-68/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590686 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5721 : Allow interpolation to include the values of attributes of the ↵Robert Godfrey2014-04-281-0/+135
| | | | | | object on which the value is being iterpolated git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590603 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5665 : Address review comments from Alex RudyyRobert Godfrey2014-04-286-140/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590593 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5726 : [Java Broker] Use annotation processing to generate object ↵Robert Godfrey2014-04-28201-2629/+1180
| | | | | | factories and service definitions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590547 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5724 : Allow configured object default values to be overridden by subtypesRobert Godfrey2014-04-265-96/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590321 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: [Java Broker]: Refactor VHN implementations to avoid duplicated codeKeith Wall2014-04-265-433/+347
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590316 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048 : Add empty argLine property to allow for tests to run within ↵Robert Godfrey2014-04-261-0/+1
| | | | | | IntelliJ which otherwise fail git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590281 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : make mocked queue return the correct model object to prevent NPEsRobert Godfrey2014-04-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590279 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5723: fix JavaScript issues to enable evaluation under the new engine ↵Robert Gemmell2014-04-261-2/+2
| | | | | | in JDK 8 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590256 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5723: fix compilation under JDK 8 (somehow..?)Robert Gemmell2014-04-261-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590255 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5615 : Address review comments from Alex RudyyRobert Godfrey2014-04-2538-225/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590188 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: [Java Broker] Defect fix - when stop the VHN before deleting itKeith Wall2014-04-251-1/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590082 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5634: Remove virtualhost level attribute, securityAcl, which was made ↵Keith Wall2014-04-254-20/+1
| | | | | | obsolete by this change. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590081 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : Make TaskExecutor an interface and provide a test-only current ↵Robert Godfrey2014-04-253-11/+7
| | | | | | thread implementation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590044 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: Change test utility method for virtual host configuration store ↵Alex Rudyy2014-04-251-0/+8
| | | | | | creation to wipe out the store folder before creation a store git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1590003 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : Make TaskExecutor an interface and provide a test-only current ↵Robert Godfrey2014-04-2532-492/+704
| | | | | | thread implementation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589969 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : Ensure correct error code is returned when a queue is declared ↵Robert Godfrey2014-04-2521-135/+138
| | | | | | with an unknown alternate exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589912 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5639 : Add SASL SCRAM-SHA-1 Java client supportRobert Godfrey2014-04-242-0/+397
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589898 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : Remove unusued contants and tidy up other codeRobert Godfrey2014-04-243-137/+115
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589897 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5580 : Address review comments from Keith Wall / remove dead codeRobert Godfrey2014-04-241-62/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589882 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5698 : Address review comments by Keith WallRobert Godfrey2014-04-2410-21/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589862 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5722 : Client connection read can hang forever since socket timeout is ↵Robert Godfrey2014-04-241-8/+37
| | | | | | 0 (Patch from Michael Samson) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589855 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5710 : Address review comments from Keith Wall and remove unnecessary ↵Robert Godfrey2014-04-249-168/+105
| | | | | | classes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589801 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5698 : [Java Broker] fix broken implementation of queue ↵Robert Godfrey2014-04-242-30/+2
| | | | | | automated/derived attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589798 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5709 : [Java Broker] address review comments from Keith WallRobert Godfrey2014-04-245-190/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589777 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5721 : [Java Broker] allow interpolation and parsing of string values ↵Robert Godfrey2014-04-241-1/+95
| | | | | | as maps/list/collections if the String is of the correct JSON form git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589730 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5702: upgrade JUnit dependency from version 3.8.1 to 4.11, change ↵Robert Gemmell2014-04-2221-74/+74
| | | | | | | | imports etc to remove deprecation notices Patch Supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589144 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5702: remove override from pom to inherit parent property specifying ↵Robert Gemmell2014-04-221-3/+0
| | | | | | junit 4.11 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589143 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker] Remove now dead recovery/dependency resolution classesKeith Wall2014-04-2213-500/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589113 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: [Java Broker] Refactor ↵Keith Wall2014-04-2211-1043/+793
| | | | | | VirtualHostStoreUpgraderAndRecoverer/BrokerStoreUpgrader to avoid duplicated code git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589112 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5717: update the ant build to configure javac to the 1.7 formatRobert Gemmell2014-04-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589085 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5717: remove compiler configuration override and inherit parent valuesRobert Gemmell2014-04-221-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1589076 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: update to use the current antrun-plugin configuration syntaxRobert Gemmell2014-04-211-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588905 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: override the parent pom property to keep using junit 3.8.1 until ↵Robert Gemmell2014-04-211-0/+3
| | | | | | QPID-5702 is applied git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588895 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor ↵Keith Wall2014-04-21131-3661/+4504
| | | | | | existing broker functionality to conform the new model. Save configuration model version as VHN attribute and refactor the upgraders and configuration recovery. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588886 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: re-instate dependency versions after qpid parent pom removal of ↵Robert Gemmell2014-04-2128-10/+154
| | | | | | | | dependency management section. Patch supplied by Andrew MacBean <andymacbean@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588885 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ↵Robert Godfrey2014-04-2079-528/+759
| | | | | | instead treat as an instance variable git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588794 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant ↵Robert Godfrey2014-04-2030-1095/+692
| | | | | | maps from BrokerAdapter git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588715 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5698 : [Java Broker] Make all configured object attributes either ↵Robert Godfrey2014-04-1910-26/+52
| | | | | | automated or derived (except for state) and enforce this git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588667 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : Undo accidental commit of r1588632Robert Godfrey2014-04-198-44/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588633 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : [Java Broker] Remove DurableConfigurationStoreHelper as it no ↵Robert Godfrey2014-04-198-20/+44
| | | | | | longer does anything useful git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588632 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : [Java Broker] Remove DurableConfigurationStoreHelper as it no ↵Robert Godfrey2014-04-187-113/+30
| | | | | | longer does anything useful git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588589 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make ↵Robert Godfrey2014-04-1894-782/+399
| | | | | | constructors consistent across ConfiguredObjects git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588586 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5710 : [Java Broker] Use common creation/recovery mechanism for BindingsRobert Godfrey2014-04-188-23/+145
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588501 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5710 : [Java Broker] Use common creation/recovery mechanism for QueuesRobert Godfrey2014-04-1870-1003/+1101
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1588468 13f79535-47bb-0310-9956-ffa450edef68