summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-5138: Add ability into web management console to display time in UTCAlex Rudyy2013-10-056-44/+116
* QPID-5138: Move logout link into user drop-down menuAlex Rudyy2013-10-052-11/+22
* QPID-5138: Rename PreferencesServlet into LoggedOnUserPreferencesServletAlex Rudyy2013-10-052-3/+3
* QPID-5138: Change preferences provider to allow deletion of preferences for m...Alex Rudyy2013-10-057-50/+117
* QPID-5138: Remove the duplicate code processing servlet path infoAlex Rudyy2013-10-055-33/+37
* QPID-5138: Optimize code in preferences provider recovererAlex Rudyy2013-10-052-17/+15
* QPID-5138: Simplify the evaluation of child configured object class in config...Alex Rudyy2013-10-054-27/+127
* QPID-5138: Replace PreferencesProviderCreator with the static code in Prefere...Alex Rudyy2013-10-0512-122/+141
* QPID-5138: Simplify file locking meachsnism and improve the implementation of...Alex Rudyy2013-10-052-203/+243
* QPID-5197: Remove obsolete --cluster-durable/persistLastNode options in java ...Alan Conway2013-10-041-6/+1
* QPID-5161: Use case-insensitive path comparing on Windows OS when evaluating ...Alex Rudyy2013-10-033-5/+14
* QPID-5195: verify _receivingSessions array has been initialised before access...Robert Gemmell2013-10-021-4/+7
* QPID-5138: Embed the UI to create preferences provider into authentication pr...Alex Rudyy2013-10-019-153/+302
* QPID-5195 : Client does not properly support channel-max over 255Robert Godfrey2013-10-011-1/+1
* QPID-5048: update additional repository definitions to specify releases+snaps...Robert Gemmell2013-09-301-0/+12
* QPID-5048: add pluginManagement section to the qpid parent, to override apach...Robert Gemmell2013-09-3033-483/+220
* 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