summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-3936: Java Performance Test Framework - better PSFC supportKeith Wall2012-05-2610-52/+461
* QPID-4006: [Java Broker] BDB HA.Keith Wall2012-05-2514-75/+237
* QPID-4012: update the priority queue entry sub lists to maintain a record of ...Robert Gemmell2012-05-251-4/+13
* QPID-4006: Remove BDB StateChangeListener during Environment#close() to avoid...Keith Wall2012-05-241-73/+108
* QPID-4006: BDB HA. Make passivation async to avoid holding up the BDB thread....Keith Wall2012-05-227-173/+175
* QPID-3994: fix -Doptional=true enabling of the optional bdbstore dependency i...Robert Gemmell2012-05-202-0/+12
* QPID-4010 : [Java broker] Add LDAP authenticationRobert Godfrey2012-05-183-3/+406
* QPID-3973 : [Java] Add support for non JKS key store types (patch supplied by...Robert Godfrey2012-05-189-28/+65
* QPID-4006: Fix failing HA tests due to spaces in filenames on Apache CI serversKeith Wall2012-05-184-12/+3
* QPID-4007 : [Java Broker] Fix pointless equality test in Kerberos authenticat...Robert Godfrey2012-05-181-1/+1
* QPID-4007 : [Java Broker] Add Kerberos authentication supportRobert Godfrey2012-05-172-2/+230
* QPID-4006: exclude systests until updated to account for the paths found in t...Robert Gemmell2012-05-171-0/+3
* QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-1770-725/+3153
* QPID-3997 : [Java Broker] add ability to configure multiple Authenticationman...Robert Godfrey2012-05-1715-42/+781
* QPID-3997 : [Java Broker] Refactor code to make all calls to getAuthenticatio...Robert Godfrey2012-05-1613-25/+82
* NO-JIRA: reuse the properties from build.deps, remove duplication in build.xm...Robert Gemmell2012-05-151-16/+3
* QPID-3996 : [Java Broker] update BDB depency to latest versionRobert Godfrey2012-05-151-1/+1
* QPID-3996 : [Java Broker] update BDB depency to latest versionRobert Godfrey2012-05-153-7/+3
* QPID-3994: add missed dep to the -Doptional=true switchRobert Gemmell2012-05-151-0/+1
* QPID-3994: add ability to specify -Doptional=true to enable all optional modu...Robert Gemmell2012-05-144-2/+12
* QPID-3994: add properties for libraries used only in the buildRobert Gemmell2012-05-143-6/+9
* QPID-3990:Weston M. Price2012-05-141-4/+5
* QPID-3990: Multiple XAResources isSameRM behaviorWeston M. Price2012-05-146-41/+247
* NO-JIRA: Java Perftests - correct JAR name for JFreeCommonKeith Wall2012-05-141-2/+2
* QPID-3986 : [Java Broker] Fix typo/bug for low threshold > high threshold caseRobert Godfrey2012-05-141-1/+1
* QPID-3994: add property for bnd jar locationRobert Gemmell2012-05-142-1/+3
* QPID-3994: trivial changes to the build.xml files to aid people regenerating ...Robert Gemmell2012-05-1318-16/+15
* QPID-3971: resolve CI failure (hopefully), make misc test improvementsRobert Gemmell2012-05-132-69/+58
* QPID-3994: update the optional download of Cobertura to be performed using IvyRobert Gemmell2012-05-133-36/+14
* QPID-3971:PropertiesFileInitialContextFactory cannot open file URIWeston M. Price2012-05-131-1/+0
* QPID-3994: add support for optionally retrieving FindBugs using IvyWeston M. Price2012-05-132-35/+51
* QPID-3994: add support for optionally retrieving FindBugs using IvyRobert Gemmell2012-05-125-42/+54
* QPID-3994: move the deps for the optional charting module over to being retri...Robert Gemmell2012-05-124-17/+42
* QPID-3994: use Ivy to download the main component dependencies during the bui...Robert Gemmell2012-05-1141-147/+251
* QPID-3993 : NPE on continuation transfers with no deliveryIdRobert Godfrey2012-05-112-4/+34
* QPID-3979: [Java Broker] Conflation queuesKeith Wall2012-05-112-141/+335
* QPID-3979: [Java Broker] Conflation queues: guard NPE identified by review fe...Keith Wall2012-05-091-5/+12
* QPID-3941 This is a carbon copy of qpid-cpp-benchmark with minorRajith Muditha Attapattu2012-05-091-0/+316
* QPID-3941 Added the c++ equivalent of qpid-send and qpid-receive withRajith Muditha Attapattu2012-05-092-0/+454
* QPID-3941 Fixed an error when setting the python path.Rajith Muditha Attapattu2012-05-091-1/+1
* QPID-3941 Moved the printing of header information into it's ownRajith Muditha Attapattu2012-05-091-29/+34
* QPID-3941 Made modifications to get the qpid-jms-send, qpid-jms-receiveRajith Muditha Attapattu2012-05-096-878/+978
* QPID-3941 Marked the following files as excutable.Rajith Muditha Attapattu2012-05-093-0/+0
* QPID-3979: [Java Broker] Last value queue memory leakKeith Wall2012-05-092-21/+275
* QPID-3980: Last Value Queue: Replaced conflation queue entries are never dele...Keith Wall2012-05-092-74/+44
* QPID-3988 : Fix spurious test errors caused by change in log4j ConsoleAppende...Robert Godfrey2012-05-092-36/+30
* QPID-3988: update dependency stubs to fix POM generation before Jenkins point...Robert Gemmell2012-05-0811-11/+11
* QPID-3989 : [Java Broker] Add ability to run "in-memory" Derby storeRobert Godfrey2012-05-089-6/+287
* QPID-3988 : [Java] Update dependencies to latest versionRobert Godfrey2012-05-0824-14/+14
* QPID-3985 : [Java Tests] Fix locale specific testsRobert Godfrey2012-05-073-36/+27