summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-5157: remove unused test-only mock implementationRobert Gemmell2013-09-231-105/+0
* QPID-5138: Add functionality to delete user preferences from web management c...Alex Rudyy2013-09-194-42/+148
* QPID-5138: Protect user preferences operations with ACLAlex Rudyy2013-09-1910-1/+402
* QPID-5138: Change http management to use AuthenticationProvider for getting r...Alex Rudyy2013-09-177-40/+39
* QPID-5138: Disallow setting of preferneces provider for anonymous authenticat...Alex Rudyy2013-09-179-78/+138
* NO-JIRA: Remove background in qpid logo from web management consoleAlex Rudyy2013-09-141-0/+0
* QPID-5138: Add preferences UI into web management consoleAlex Rudyy2013-09-1411-7/+479
* QPID-5138: Add preferences REST interfaces to get, set and delete preferencesAlex Rudyy2013-09-146-0/+532
* QPID-5138: Add UI into web management console for creation and editing prefer...Alex Rudyy2013-09-1414-55/+727
* QPID-5138: Add preferences provider REST interfacesAlex Rudyy2013-09-143-0/+160
* QPID-5138: Integrate preferences provider into Broker model, create associati...Alex Rudyy2013-09-1427-63/+801
* QPID-5138: Introduce preferences provider interface and its implementation st...Alex Rudyy2013-09-143-0/+901
* Introduce UpdatableGrid widgetAlex Rudyy2013-09-144-143/+210
* [QPID-5058] Qpid JCA 0.22 on JBoss 5.1 Throws Errors. Corrected documentation...Weston M. Price2013-08-231-2/+2
* [QPID-5089] Remove Personalized User/Pass from EAP6/JBoss7 Example. Update EA...Weston M. Price2013-08-232-5/+18
* QPID-5087 : [Java Broker] Fix test to mock restoreQueue/Exchange rather than ...Robert Godfrey2013-08-211-6/+4
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-219-48/+114
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-211-2/+2
* QPID-5088 : [Java Broker] fix NPE when null queue name is looked up in the qu...Robert Godfrey2013-08-211-1/+1
* QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-21106-1009/+606
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-2035-132/+1337
* [QPID-5082] Updated documentation to reflect new configuration changeWeston M. Price2013-08-191-1/+1
* QPID-5081 : [Java Broker] Refactor Queue Creation - allow integer argument fo...Robert Godfrey2013-08-191-1/+1
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-181-2/+16
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-1860-883/+1419
* [NO-JIRA] Changed JCA adapter to not use ConnectionPerHandler for performance...Weston M. Price2013-08-171-2/+2
* QPID-5050: Move invocation of ExceptionListener to after the failoverMutex is...Keith Wall2013-08-164-32/+290
* QPID-5074: update broker binary release tar process to handle plugins with de...Robert Gemmell2013-08-168-8/+37
* QPID-5073 : Add dependency on alternate exchange for queues where such an alt...Robert Godfrey2013-08-161-17/+15
* QPID-5073 : Add dependency on alternate exchange for queues where such an alt...Robert Godfrey2013-08-162-39/+167
* QPID-5073 : [Java Broker] Refactor DurableConfigurationStore recovery to allo...Robert Godfrey2013-08-1534-650/+1842
* NO-JIRA: Fixed Eclipse project generation - project name suffix now has defau...Phil Harvey2013-08-141-0/+1
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-1/+1
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-6/+4
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-093-19/+11
* QPID-5056 : [Java Broker] Change configuration model to allow for KeyStores/T...Robert Godfrey2013-08-0810-162/+213
* QPID-5049 : Improve exception messages in RestServletRobert Godfrey2013-08-071-2/+2
* QPID-5044 : Include bonecp jdbc pooling details in ivy.nexus.xmlRobert Godfrey2013-08-061-0/+6
* QPID-5036: View Message dialogue can omit or display stale field values.Keith Wall2013-08-054-16/+29
* QPID-5038: [Java Broker Tests] Fix leak from message store testsKeith Wall2013-08-047-69/+80
* QPID-5037: Move log viewer into a separate tab and add abilities to download ...Alex Rudyy2013-08-0239-62/+2911
* QPID-4875 : The parsing logic for certificate subjects does not work properly...Robert Godfrey2013-07-305-101/+132
* QPID-5024: updated README.txt to point at the current documentation rather th...Robert Gemmell2013-07-301-39/+2
* QPID-5012: use the constant to make the hard-dependency on 5.0.84+ clear at c...Robert Gemmell2013-07-291-1/+1
* QPID-4989: moved Java perf test README into a docbook so it can be published ...Phil Harvey2013-07-251-105/+0
* QPID-5012: [Java Broker] Turn off BDB JE stats generation feature (on by defa...Keith Wall2013-07-241-0/+1
* NO_JIRA Changed the exception thrown for an invalid destination from a regula...Rajith Muditha Attapattu2013-07-231-2/+2
* NO_JIRA Corrected the error message thrown when the message id is not ofRajith Muditha Attapattu2013-07-231-1/+1
* QPID-3838 Removed two System.out's from the code.Rajith Muditha Attapattu2013-07-232-2/+0
* QPID-5012: update optional BDB store to use version 5.0.84 of BDB JEKeith Wall2013-07-233-3/+3