summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-5207: fix the pom generation in the Ant buildRobert Gemmell2013-10-072-0/+28
* QPID-5048: add initial config for project-info report plugin, and a TODO entr...Robert Gemmell2013-10-061-0/+23
* QPID-5161, QPID-5048: default the broker.log.interleave property in QBTC to a...Robert Gemmell2013-10-062-3/+1
* QPID-5048: remove the groupId from sub-modules, inherit org.apache.qpid from ...Robert Gemmell2013-10-0633-33/+0
* QPID-5048: use enforcer plugin to require Maven 3 and ensure the profile prop...Robert Gemmell2013-10-061-2/+32
* QPID-5037: Improve log viewer implementationAlex Rudyy2013-10-0611-44/+54
* QPID-5048: ensure the file+directory permissions are set as expected when inc...Robert Gemmell2013-10-061-0/+12
* QPID-5159: restore svn:executable property on scripts, lost during previous c...Robert Gemmell2013-10-065-0/+0
* QPID-5207, QPID-5048: use the dojo release zip instead of extracting files fr...Robert Gemmell2013-10-0611-52/+203
* QPID-5205: Change ExchangeAdapter to return a model exchange object for alter...Keith Wall2013-10-051-5/+5
* QPID-5138: Bump broker model version to 1.2Alex Rudyy2013-10-053-5/+21
* 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