summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-5195 : Client does not properly support channel-maxRobert Godfrey2013-09-307-37/+113
* QPID-5194 : Occaisionally see ERROR (221): Caught Exception: java.lang.Illega...Robert Godfrey2013-09-301-2/+2
* QPID-5177 : Set the default and supported outcomes on sending links in the am...Robert Godfrey2013-09-308-34/+58
* QPID-5193: update the source and target values used for javac to 1.6Robert Gemmell2013-09-294-7/+7
* QPID-5192: commit the protocol and logging files output by running the update...Robert Gemmell2013-09-29504-0/+67437
* QPID-5192: update protocol generation templates to remove whitespace errors i...Robert Gemmell2013-09-2919-262/+199
* QPID-5192: update logmessage template to improve generation notice and remove...Robert Gemmell2013-09-291-9/+6
* QPID-5192, QPID-5048: update the maven build in line with previous QPID-5192 ...Robert Gemmell2013-09-293-108/+99
* QPID-5192: make the protocol and logging source generation explicitly trigger...Robert Gemmell2013-09-293-31/+27
* QPID-5192: remove erroneous template, it causes creation of a junk file simpl...Robert Gemmell2013-09-291-37/+0
* QPID-5158: remove old/duplicate create-version target, fix version.file prope...Robert Gemmell2013-09-294-24/+4
* QPID-5190 : [JMS AMQP 1.0 CLient] Notify the connection endpoint when the soc...Robert Godfrey2013-09-293-1/+24
* 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