summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-4463: [Java Broker] Change SimpleLDAPAuthManager to accept trust store ↵Keith Wall2013-10-2124-86/+853
| | | | | | | | | | model object in order to conveniently connect to a Directory secured by certificate signed by private-CA (or using self-signed cert). * SimpleLDAPAuthManager can be associated with a truststore model object via the * SSLSocketFactory classes generated on the fly (associated with the truststore) in order to work around limitations in the javax.naming API. * In the Management UI, the user currently needs to enter the name of the truststore configured object (rather than select from a dropdown) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1534105 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5243: Replace dojo 1.8.3 pom xml with 1.9.1 pom xml for ant buildAlex Rudyy2013-10-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1533357 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5243: Upgrade dojo toolkit to 1.9.1 and fix the incompatibility issues ↵Alex Rudyy2013-10-178-140/+248
| | | | | | in web management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1533143 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5242: Remove obsolete conversion of queue message grouping attributes ↵Alex Rudyy2013-10-175-35/+41
| | | | | | into old grouping arguments on queue creation with Virtual Host adapter git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1533142 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Provide time zone name for dalight saving time only when daylight ↵Alex Rudyy2013-10-151-1/+3
| | | | | | saving time is in effect git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1532248 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Add improvements and fixes into Web Management Console preferences:Alex Rudyy2013-10-1410-57/+231
| | | | | | | | | | Use UTC time zone by default if no time zone is set Create preferences dialog on demand Enable preferences Set buttons only when changes are made Display log viewer last update time for preferred and browser time zones Fix provider name editing git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1531965 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5224: escape usage of the ExchangeBound AMQP extension during basic ↵Robert Gemmell2013-10-136-5/+64
| | | | | | consumer setup to enable interop with 0-8/0-9/0-9-1 brokers that lack this Qpid extension to AMQP, such as RabbitMQ. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1531762 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5223: add system property to toggle populating the 'expiration' header ↵Robert Gemmell2013-10-132-3/+21
| | | | | | with the raw TTL value instead of the actual expiration time, for interop with e.g. RabbitMQ git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1531761 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5222: Update optional BDB store to use version 5.0.97 of BDB JEKeith Wall2013-10-124-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1531560 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5204 Modified the code to return qpid.subject even when renamed toRajith Muditha Attapattu2013-10-073-2/+3
| | | | | | JMS_qpid_subject. Modified the test case to handle the changes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1530007 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5204 If the strict-jms flag is set qpid.subject is transformed intoRajith Muditha Attapattu2013-10-071-1/+1
| | | | | | JMS_qpid_subject on the receiver side. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1530001 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5207: fix the pom generation in the Ant buildRobert Gemmell2013-10-072-0/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1529781 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5048: add initial config for project-info report plugin, and a TODO ↵Robert Gemmell2013-10-061-0/+23
| | | | | | entry for the underlying content still required git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1529707 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5161, QPID-5048: default the broker.log.interleave property in QBTC to ↵Robert Gemmell2013-10-062-3/+1
| | | | | | allow removing the definition from the pom git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1529706 13f79535-47bb-0310-9956-ffa450edef68
* 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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@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/qpid@1527319 13f79535-47bb-0310-9956-ffa450edef68