summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5048: remove the groupId from sub-modules, inherit org.apache.qpid from ↵Robert Gemmell2013-10-0633-33/+0
| | | | | | the parent git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529705 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: use enforcer plugin to require Maven 3 and ensure the profile ↵Robert Gemmell2013-10-061-2/+32
| | | | | | property contains a vallid supported test profile value git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529703 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5037: Improve log viewer implementationAlex Rudyy2013-10-0611-44/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529690 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: ensure the file+directory permissions are set as expected when ↵Robert Gemmell2013-10-061-0/+12
| | | | | | including the scripts and config in the broker release assembly git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529631 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5159: restore svn:executable property on scripts, lost during previous ↵Robert Gemmell2013-10-065-0/+0
| | | | | | changes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529630 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5207, QPID-5048: use the dojo release zip instead of extracting files ↵Robert Gemmell2013-10-0611-52/+203
| | | | | | from the war git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529610 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5205: Change ExchangeAdapter to return a model exchange object for ↵Keith Wall2013-10-051-5/+5
| | | | | | | | | alternate exchange This avoids the possibility of a StackOverflowException when viewing an exchange were a alternate has been set at declare time (0-10 only). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529492 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Bump broker model version to 1.2Alex Rudyy2013-10-053-5/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529366 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Add ability into web management console to display time in UTCAlex Rudyy2013-10-056-44/+116
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529365 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Move logout link into user drop-down menuAlex Rudyy2013-10-052-11/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529364 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Rename PreferencesServlet into LoggedOnUserPreferencesServletAlex Rudyy2013-10-052-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529363 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Change preferences provider to allow deletion of preferences for ↵Alex Rudyy2013-10-057-50/+117
| | | | | | multiple users git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529362 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Remove the duplicate code processing servlet path infoAlex Rudyy2013-10-055-33/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529361 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Optimize code in preferences provider recovererAlex Rudyy2013-10-052-17/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529360 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Simplify the evaluation of child configured object class in ↵Alex Rudyy2013-10-054-27/+127
| | | | | | configuration store and add tests git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529359 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Replace PreferencesProviderCreator with the static code in ↵Alex Rudyy2013-10-0512-122/+141
| | | | | | PreferencesProviderFactory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529358 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Simplify file locking meachsnism and improve the implementation ↵Alex Rudyy2013-10-052-203/+243
| | | | | | of prefgerences store git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529357 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5197: Remove obsolete --cluster-durable/persistLastNode options in java ↵Alan Conway2013-10-041-6/+1
| | | | | | code. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529200 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5161: Use case-insensitive path comparing on Windows OS when evaluating ↵Alex Rudyy2013-10-033-5/+14
| | | | | | path relative to working directory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1528832 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5195: verify _receivingSessions array has been initialised before ↵Robert Gemmell2013-10-021-4/+7
| | | | | | accessing it during closure git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1528451 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Embed the UI to create preferences provider into authentication ↵Alex Rudyy2013-10-019-153/+302
| | | | | | provider create UI git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1528117 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5195 : Client does not properly support channel-max over 255Robert Godfrey2013-10-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1528025 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: update additional repository definitions to specify ↵Robert Gemmell2013-09-301-0/+12
| | | | | | releases+snapshots settings git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527799 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: add pluginManagement section to the qpid parent, to override ↵Robert Gemmell2013-09-3033-483/+220
| | | | | | | | | apache parent versions as desired and set any additional config. Sets the compiler source+target values in parent and removes unecessary duplicate compiler plugin config from child modules. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527797 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5195 : Client does not properly support channel-maxRobert Godfrey2013-09-307-37/+113
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5194 : Occaisionally see ERROR (221): Caught Exception: ↵Robert Godfrey2013-09-301-2/+2
| | | | | | java.lang.IllegalArgumentException: timeout value is negative git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527511 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5177 : Set the default and supported outcomes on sending links in the ↵Robert Godfrey2013-09-308-34/+58
| | | | | | amqp 1.0 JMS client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527467 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5193: update the source and target values used for javac to 1.6Robert Gemmell2013-09-294-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527389 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5192: commit the protocol and logging files output by running the ↵Robert Gemmell2013-09-29504-0/+67437
| | | | | | updated explicit generation process git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527366 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5192: update protocol generation templates to remove whitespace errors ↵Robert Gemmell2013-09-2919-262/+199
| | | | | | in and improve readability of generated classes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527357 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5192: update logmessage template to improve generation notice and ↵Robert Gemmell2013-09-291-9/+6
| | | | | | remove whitespace errors from generated files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527356 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5192, QPID-5048: update the maven build in line with previous QPID-5192 ↵Robert Gemmell2013-09-293-108/+99
| | | | | | | | | commit, generate into the src tree but only when -Dgenerate=true is used Moves the JavaCC invocation in common and the antrun-plugin invocation in broker-core to their own profile so they dont run unless requested. The antrun-plugin in common to be similarly moved when other changes to what its doing later become possible. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527355 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5192: make the protocol and logging source generation explicitly ↵Robert Gemmell2013-09-293-31/+27
| | | | | | triggered by setting -Dgenerate=true. Generate the files directly into the src dir so as to overwrite the previous versions upon request. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527353 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5192: remove erroneous template, it causes creation of a junk file ↵Robert Gemmell2013-09-291-37/+0
| | | | | | simply called "null" which wouldnt compile if it were ever tried git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527352 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5158: remove old/duplicate create-version target, fix version.file ↵Robert Gemmell2013-09-294-24/+4
| | | | | | property location git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527351 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5190 : [JMS AMQP 1.0 CLient] Notify the connection endpoint when the ↵Robert Godfrey2013-09-293-1/+24
| | | | | | socket is remotely closed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527319 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5184 : Setting message expiration to 0 should lead to the header ↵Robert Godfrey2013-09-272-17/+94
| | | | | | property being unset - not being set as the empty string git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526904 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5127 : ClassCastException on message conversion to 1-0Robert Godfrey2013-09-272-4/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526887 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5182 : The details of custom error-conditions are not being preserved ↵Robert Godfrey2013-09-272-1/+60
| | | | | | up to the Error object git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526864 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5159: add management/common to the broker module.depends to ensure its ↵Robert Gemmell2013-09-271-1/+1
| | | | | | inclusion in the broker release binary git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526843 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5178 : Flow detail from Rejected outcome though to ↵Robert Godfrey2013-09-262-4/+23
| | | | | | MessageRejectedException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526658 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5177 : Add support for default outcome, and assume default outcome is ↵Robert Godfrey2013-09-261-3/+37
| | | | | | ACCEPTED if there are no supported outcomes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526574 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4901 : Queue Browser hangs on reaching end of queue Robert Godfrey2013-09-265-7/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526438 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5615 : No mapping from JMS JMSXGroupID property to AMQP message group-id Robert Godfrey2013-09-261-31/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526425 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Respect user preference setting for update periodAlex Rudyy2013-09-261-7/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526424 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Use timezones from Broker JVMAlex Rudyy2013-09-256-47/+206
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526318 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5113 : JMS Client - JMS Connection exception listener is not notified ↵Robert Godfrey2013-09-255-6/+121
| | | | | | when AMQ broker is killed (patch from Michael Samson) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526207 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : set svn:eol-style to nativeRobert Godfrey2013-09-258-2913/+2913
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526202 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5172 : Thread safety issue in StringTypeConstructor.construct and ↵Robert Godfrey2013-09-252-62/+9
| | | | | | SymbolTypeConstructor.construct (patch from dingham@microsoft.com) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526198 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5167 : Allow sync_publish flag to be controlled from the ↵Robert Godfrey2013-09-253-1/+29
| | | | | | ConnectionFactory connection string (patch from dingham@microsoft.com) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526195 13f79535-47bb-0310-9956-ffa450edef68