summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-5413: Add virtual host node UI to view the details about existing virtua...Alex Rudyy2014-05-0723-34/+998
* QPID-5726: add libs property to fix the release-mvn targetRobert Gemmell2014-05-051-0/+2
* QPID-5744: Fix REST URL in 'Add Exchange UI' of web management consoleAlex Rudyy2014-05-052-4/+6
* QPID-5048: change to using the qpid-parent 1.0 release pomRobert Gemmell2014-05-021-1/+1
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-02115-557/+765
* QPID-5744: Change web management console to call management REST API under /a...Alex Rudyy2014-05-0247-560/+231
* QPID-5744: Move management REST API under /api/latest and auxiliary REST serv...Alex Rudyy2014-05-0238-457/+444
* QPID-5715: Restart replicated environment several times before giving up. Thi...Alex Rudyy2014-05-022-10/+33
* QPID-5715: Fix sporadically faling BDB HA testsAlex Rudyy2014-05-011-20/+27
* QPID-5739: update Hello example config to correctly specify clientid, and sho...Robert Gemmell2014-05-011-2/+2
* QPID-5673 : Allow for closing of a connection that has not yet been openedRobert Godfrey2014-05-011-0/+2
* QPID-5715: Address review comments from Alex RudyyKeith Wall2014-04-302-23/+54
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-3013-89/+1295
* QPID-5048: fix scope on dependencyRobert Gemmell2014-04-301-0/+1
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-3098-2047/+1225
* QPID-5048: remove enforcer rule that requires enable property to be set.Robert Gemmell2014-04-291-5/+0
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-2939-53/+50
* QPID-5730 : [Java Broker] allow configured object attributes to be maked as n...Robert Godfrey2014-04-298-46/+317
* QPID-5727: Prevent test failure in test environments already using the defaul...Keith Wall2014-04-292-2/+7
* QPID-5715: [Java Broker]: Wire up the BDB HA VirtualHostNode to the Replicate...Keith Wall2014-04-295-38/+595
* QPID-5578 : Address Review comment from Keith Wall re: r1589912Robert Godfrey2014-04-289-78/+132
* QPID-5686 : Address review comments from Alex RudyyRobert Godfrey2014-04-281-62/+22
* QPID-5679 : Address review comments from Alex RudyyRobert Godfrey2014-04-283-68/+15
* QPID-5721 : Allow interpolation to include the values of attributes of the ob...Robert Godfrey2014-04-281-0/+135
* QPID-5665 : Address review comments from Alex RudyyRobert Godfrey2014-04-286-140/+80
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-28201-2629/+1180
* QPID-5724 : Allow configured object default values to be overridden by subtypesRobert Godfrey2014-04-265-96/+70
* QPID-5715: [Java Broker]: Refactor VHN implementations to avoid duplicated codeKeith Wall2014-04-265-433/+347
* QPID-5048 : Add empty argLine property to allow for tests to run within Intel...Robert Godfrey2014-04-261-0/+1
* QPID-5578 : make mocked queue return the correct model object to prevent NPEsRobert Godfrey2014-04-261-0/+1
* QPID-5723: fix JavaScript issues to enable evaluation under the new engine in...Robert Gemmell2014-04-261-2/+2
* QPID-5723: fix compilation under JDK 8 (somehow..?)Robert Gemmell2014-04-261-1/+2
* QPID-5615 : Address review comments from Alex RudyyRobert Godfrey2014-04-2538-225/+128
* QPID-5715: [Java Broker] Defect fix - when stop the VHN before deleting itKeith Wall2014-04-251-1/+29
* QPID-5634: Remove virtualhost level attribute, securityAcl, which was made ob...Keith Wall2014-04-254-20/+1
* QPID-5578 : Make TaskExecutor an interface and provide a test-only current th...Robert Godfrey2014-04-253-11/+7
* QPID-5715: Change test utility method for virtual host configuration store cr...Alex Rudyy2014-04-251-0/+8
* QPID-5578 : Make TaskExecutor an interface and provide a test-only current th...Robert Godfrey2014-04-2532-492/+704
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-2521-135/+138
* QPID-5639 : Add SASL SCRAM-SHA-1 Java client supportRobert Godfrey2014-04-242-0/+397
* QPID-5578 : Remove unusued contants and tidy up other codeRobert Godfrey2014-04-243-137/+115
* QPID-5580 : Address review comments from Keith Wall / remove dead codeRobert Godfrey2014-04-241-62/+0
* QPID-5698 : Address review comments by Keith WallRobert Godfrey2014-04-2410-21/+0
* QPID-5722 : Client connection read can hang forever since socket timeout is 0...Robert Godfrey2014-04-241-8/+37
* QPID-5710 : Address review comments from Keith Wall and remove unnecessary cl...Robert Godfrey2014-04-249-168/+105
* QPID-5698 : [Java Broker] fix broken implementation of queue automated/derive...Robert Godfrey2014-04-242-30/+2
* QPID-5709 : [Java Broker] address review comments from Keith WallRobert Godfrey2014-04-245-190/+25
* QPID-5721 : [Java Broker] allow interpolation and parsing of string values as...Robert Godfrey2014-04-241-1/+95
* QPID-5702: upgrade JUnit dependency from version 3.8.1 to 4.11, change import...Robert Gemmell2014-04-2221-74/+74
* QPID-5702: remove override from pom to inherit parent property specifying jun...Robert Gemmell2014-04-221-3/+0