summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-5184 : Setting message expiration to 0 should lead to the header propert...Robert Godfrey2013-09-272-17/+94
* QPID-5127 : ClassCastException on message conversion to 1-0Robert Godfrey2013-09-272-4/+53
* QPID-5182 : The details of custom error-conditions are not being preserved up...Robert Godfrey2013-09-272-1/+60
* QPID-5159: add management/common to the broker module.depends to ensure its i...Robert Gemmell2013-09-271-1/+1
* QPID-5178 : Flow detail from Rejected outcome though to MessageRejectedExcep...Robert Godfrey2013-09-262-4/+23
* QPID-5177 : Add support for default outcome, and assume default outcome is AC...Robert Godfrey2013-09-261-3/+37
* QPID-4901 : Queue Browser hangs on reaching end of queue Robert Godfrey2013-09-265-7/+32
* QPID-5615 : No mapping from JMS JMSXGroupID property to AMQP message group-id Robert Godfrey2013-09-261-31/+52
* QPID-5138: Respect user preference setting for update periodAlex Rudyy2013-09-261-7/+27
* QPID-5138: Use timezones from Broker JVMAlex Rudyy2013-09-256-47/+206
* QPID-5113 : JMS Client - JMS Connection exception listener is not notified w...Robert Godfrey2013-09-255-6/+121
* NO-JIRA : set svn:eol-style to nativeRobert Godfrey2013-09-258-2913/+2913
* QPID-5172 : Thread safety issue in StringTypeConstructor.construct and Symbo...Robert Godfrey2013-09-252-62/+9
* QPID-5167 : Allow sync_publish flag to be controlled from the ConnectionFacto...Robert Godfrey2013-09-253-1/+29
* NO-JIRA : set svn:eol-style to nativeRobert Godfrey2013-09-2554-7988/+7988
* QPID-5138: Convert the time displayed in log viewer, message viewer, etc into...Alex Rudyy2013-09-258-124/+463
* QPID-5166 : Lazily create dispatcher thread in JMS Session implementation (p...Robert Godfrey2013-09-251-2/+6
* QPID-5048: move extraction of the broker release binary for system testing us...Robert Gemmell2013-09-243-3/+3
* QPID-5048: add initial pom files for a maven buildRobert Gemmell2013-09-2337-0/+4241
* QPID-5164: remove use of qpid-all.jar from scripts, use classpath wildcard ex...Robert Gemmell2013-09-235-9/+9
* QPID-5161: prevent StoreOverfullTest from infinite looping if the client isn'...Robert Gemmell2013-09-231-0/+29
* QPID-5161: make UTF8Test use the resources in the jar instead of searching fo...Robert Gemmell2013-09-232-4/+9
* QPID-5161: make QTC able to generate the test.excludesfiles property contents...Robert Gemmell2013-09-231-2/+17
* QPID-5161: make QBTC use the canonical working dir, and throw an exception if...Robert Gemmell2013-09-231-1/+20
* QPID-5161: use a full test implementation of MessageMetaDataType to ensure th...Robert Gemmell2013-09-235-11/+296
* QPID-5163: move generation of the ACL log messages to broker-core alongside a...Robert Gemmell2013-09-233-7/+1
* QPID-5162: move the bdbstore-specific systests to their own moduleRobert Gemmell2013-09-2312-24/+100
* QPID-5161: update CloseOnNoRouteForMandatoryMessageTest to account for an add...Robert Gemmell2013-09-231-0/+18
* QPID-5160: add a qpid-test-utils module instead of making every modules tests...Robert Gemmell2013-09-2334-54/+455
* QPID-5159: fixups after previous directory rename of broker to broker-coreRobert Gemmell2013-09-2335-104/+139
* QPID-5159: move the entire broker dir to broker-core, no other changes, fixup...Robert Gemmell2013-09-23601-0/+0
* QPID-5158: extract the generation process for the common and broker modules i...Robert Gemmell2013-09-236-131/+243
* QPID-5157: Remove dead target whose execution is conditional on a property wh...Robert Gemmell2013-09-232-23/+1
* QPID-5157: remove unused test-only mock implementationRobert Gemmell2013-09-231-105/+0
* QPID-5138: Add functionality to delete user preferences from web management c...Alex Rudyy2013-09-194-42/+148
* QPID-5138: Protect user preferences operations with ACLAlex Rudyy2013-09-1910-1/+402
* QPID-5138: Change http management to use AuthenticationProvider for getting r...Alex Rudyy2013-09-177-40/+39
* QPID-5138: Disallow setting of preferneces provider for anonymous authenticat...Alex Rudyy2013-09-179-78/+138
* NO-JIRA: Remove background in qpid logo from web management consoleAlex Rudyy2013-09-141-0/+0
* QPID-5138: Add preferences UI into web management consoleAlex Rudyy2013-09-1411-7/+479
* QPID-5138: Add preferences REST interfaces to get, set and delete preferencesAlex Rudyy2013-09-146-0/+532
* QPID-5138: Add UI into web management console for creation and editing prefer...Alex Rudyy2013-09-1414-55/+727
* QPID-5138: Add preferences provider REST interfacesAlex Rudyy2013-09-143-0/+160
* QPID-5138: Integrate preferences provider into Broker model, create associati...Alex Rudyy2013-09-1427-63/+801
* QPID-5138: Introduce preferences provider interface and its implementation st...Alex Rudyy2013-09-143-0/+901
* Introduce UpdatableGrid widgetAlex Rudyy2013-09-144-143/+210
* [QPID-5058] Qpid JCA 0.22 on JBoss 5.1 Throws Errors. Corrected documentation...Weston M. Price2013-08-231-2/+2
* [QPID-5089] Remove Personalized User/Pass from EAP6/JBoss7 Example. Update EA...Weston M. Price2013-08-232-5/+18
* QPID-5087 : [Java Broker] Fix test to mock restoreQueue/Exchange rather than ...Robert Godfrey2013-08-211-6/+4
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-219-48/+114