summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore
Commit message (Expand)AuthorAgeFilesLines
* QPID-5048: fix scope on dependencyRobert Gemmell2014-05-011-0/+1
* QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-213-0/+7
* QPID-5048,QPID-5657: initial bulk change toward bringing the maven build on t...Robert Gemmell2014-04-132-0/+75
* QPID-5048: split out systests from perftests and add rat plugin configRobert Gemmell2014-03-161-4/+0
* QPID-5625 : [Java Broker] ensure common configured object values are saved to...Robert Godfrey2014-03-122-6/+33
* QPID-5611 : Ensure the appropriate principals are available at the time of al...Robert Godfrey2014-03-081-4/+2
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-082-4/+6
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-072-21/+20
* QPID-5048: get the tests running again for the perftests moduleRobert Gemmell2014-03-071-0/+4
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot...Robert Godfrey2014-03-051-1/+1
* QPID-5048: Maven enahancements to remove child version definitions and improv...Robert Gemmell2014-02-283-3/+0
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-273-147/+10
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-241-2/+0
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-172-1/+2
* QPID-5551 : Change AMQStoreException to StoreException which inherits from Se...Robert Godfrey2014-02-1414-218/+139
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-1419-205/+182
* QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-074-4/+52
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-063-44/+35
* NO-JIRA : fix spelling error/typo in name of Enque(ue)ableMessageRobert Godfrey2014-01-233-8/+8
* QPID-5504 : remove InboundMessage... characterize routing as being on the imm...Robert Godfrey2014-01-221-0/+6
* QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-222-5/+4
* QPID-5048: logging and build output cleanupRobert Gemmell2014-01-221-3/+6
* QPID-5048: Logging dependency and configuration tidy up for maven buildRobert Gemmell2014-01-223-0/+31
* QPID-5065: modifications to get more tests running on windows (both ant and m...Keith Wall2014-01-173-18/+27
* NO-JIRA : add info to test assert to give clue as to why test failedRobert Godfrey2014-01-071-1/+4
* QPID-5211: [Java Broker] Prevent spurious 'No valid transition from state CLO...Keith Wall2014-01-061-3/+11
* NO-JIRA: Add missing licences to some Java Broker Management .html files (ide...Keith Wall2013-12-162-0/+32
* QPID-5048: [Maven build system] Fix poms so that resources beneath the nonsta...Keith Wall2013-11-151-0/+11
* QPID-5336: Don't hardcode location of bash in shell scriptsAndrew Stitcher2013-11-141-1/+1
* QPID-5222: Update optional BDB store to use version 5.0.97 of BDB JEKeith Wall2013-10-121-1/+1
* QPID-5048: remove the groupId from sub-modules, inherit org.apache.qpid from ...Robert Gemmell2013-10-063-3/+0
* QPID-5161: Use case-insensitive path comparing on Windows OS when evaluating ...Alex Rudyy2013-10-031-1/+1
* QPID-5048: add pluginManagement section to the qpid parent, to override apach...Robert Gemmell2013-09-303-46/+3
* QPID-5048: move extraction of the broker release binary for system testing us...Robert Gemmell2013-09-241-1/+1
* QPID-5048: add initial pom files for a maven buildRobert Gemmell2013-09-233-0/+413
* QPID-5164: remove use of qpid-all.jar from scripts, use classpath wildcard ex...Robert Gemmell2013-09-231-1/+1
* QPID-5162: move the bdbstore-specific systests to their own moduleRobert Gemmell2013-09-2310-22/+91
* QPID-5160: add a qpid-test-utils module instead of making every modules tests...Robert Gemmell2013-09-232-2/+2
* QPID-5159: fixups after previous directory rename of broker to broker-coreRobert Gemmell2013-09-232-6/+6
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-212-11/+13
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-207-36/+115
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-184-9/+17
* QPID-5074: update broker binary release tar process to handle plugins with de...Robert Gemmell2013-08-162-0/+12
* QPID-5073 : [Java Broker] Refactor DurableConfigurationStore recovery to allo...Robert Godfrey2013-08-152-9/+36
* QPID-5038: [Java Broker Tests] Fix leak from message store testsKeith Wall2013-08-044-21/+31
* QPID-5012: use the constant to make the hard-dependency on 5.0.84+ clear at c...Robert Gemmell2013-07-291-1/+1
* QPID-5012: [Java Broker] Turn off BDB JE stats generation feature (on by defa...Keith Wall2013-07-241-0/+1
* QPID-5009 : Update broker store to revision 7Robert Godfrey2013-07-195-9/+205
* QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings t...Robert Godfrey2013-07-181-0/+7
* QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings t...Robert Godfrey2013-07-181-24/+98