summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-5813, QPID-5913: various LICENCE and NOTICE file updatesRobert Gemmell2014-08-116-5/+73
* QPID-5986: [Java Broker] right aligned attributes on queue, connection and vi...Andrew MacBean2014-08-114-11/+17
* QPID-5981: Improve look and feel of 'Add binding' dialog in web management co...Alex Rudyy2014-08-112-6/+16
* QPID-5978 : [Java Client] deal with protocol initialisation failures such as ...Robert Godfrey2014-08-113-11/+23
* QPID-5984: [Java Broker] Queue tab improvementsKeith Wall2014-08-102-58/+104
* QPID-5982: [Java Broker] BDB HA: Reset replication transaction id when contac...Keith Wall2014-08-103-5/+6
* QPID-5983: [Java Broker] BDB HA: Reset role to DETACHED when BDB HA VHN is st...Keith Wall2014-08-101-5/+10
* QPID-4429 : Fix 0-8 version of frame too large testRobert Godfrey2014-08-091-1/+1
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-0926-211/+687
* QPID-5878 : Address review comments from [~k-wall]Robert Godfrey2014-08-082-13/+13
* QPID-5745 : [Java Broker] enforce disconnect of AMQP 0-x connections when aut...Robert Godfrey2014-08-088-18/+63
* QPID-5746 : [Java Broker] enforce idle disconnect of AMQP 0-8/9/9-1 connectionsRobert Godfrey2014-08-081-1/+10
* QPID-5981: [Java Broker] Add ability to set binding arguments in web manageme...Alex Rudyy2014-08-082-21/+245
* QPID-5980: final tweaks to resolve javadoc errors and allow use of the apache...Robert Gemmell2014-08-082-1/+8
* QPID-4307 : [Java Broker] prevent the copying/moving of messages onto queues ...Robert Godfrey2014-08-0824-24/+471
* QPID-5980: javadoc fixups continueRobert Gemmell2014-08-086-34/+32
* QPID-5980: continued javadoc fixupsRobert Gemmell2014-08-0829-280/+198
* QPID-5979: Derby/JDBC logs unnecessary "message not found" at WARN on rollback.Keith Wall2014-08-082-11/+16
* QPID-5980: yet more javadoc fixupsRobert Gemmell2014-08-0814-61/+40
* QPID-5980: more javadoc fixupsRobert Gemmell2014-08-0811-76/+30
* QPID-5980: revert exclusion of selector parser from javadoc run, it is only e...Robert Gemmell2014-08-081-13/+1
* QPID-5980: exclude selector parser from javadoc, its full of generated incomp...Robert Gemmell2014-08-081-1/+13
* QPID-5980: more javadoc fixupsRobert Gemmell2014-08-0825-114/+64
* QPID-5980: initial javadoc fixupsRobert Gemmell2014-08-0827-174/+45
* QPID-3978 : [Java Broker] Allow for acquired messages to be removed from a qu...Robert Godfrey2014-08-0823-90/+389
* QPID-5978 : [Java Client] fail faster when a TCP connection is established, b...Robert Godfrey2014-08-082-18/+36
* QPID-5976: [Java Broker] The file keystore/truststore objects should not try ...Keith Wall2014-08-082-0/+9
* QPID-5813: Advance version numbers on trunk to 0.29 or 0.32-SNAPSHOT as appro...Justin Ross2014-08-0745-46/+46
* QPID-5972: [Java Broker] Web UI to edit actual attribute values rather than e...Keith Wall2014-08-0747-158/+316
* QPID-5957 : fix race condition which can cause test to failRobert Godfrey2014-08-071-1/+1
* QPID-5971 : [Java Broker] enable long running transaction warnings by defaultRobert Godfrey2014-08-071-2/+2
* QPID-5970 : [Java Broker] Expose "age of oldest message on queue" to manageme...Robert Godfrey2014-08-0720-37/+355
* QPID-5960: Turn on SSL host name verification by defaultAlex Rudyy2014-08-074-10/+95
* QPID-5969 : [Java Common] Add support of AMQP 0-9-1 field-array typeRobert Godfrey2014-08-065-15/+253
* QPID-5965 : Fix test mock message to include stored messageRobert Godfrey2014-08-061-0/+2
* QPID-5967: Intruder node detection must be mandatory and should validate all ...Alex Rudyy2014-08-0611-407/+349
* QPID-5965 : [Java Broker] flow transient messages to disk in low memory situa...Robert Godfrey2014-08-0623-24/+348
* QPID-5048: update client release assemblies to contain the example sources, a...Robert Gemmell2014-08-064-0/+58
* QPID-5940 : Make ConfiguredObjectTypeRegistry more easy to test, and add some...Robert Godfrey2014-08-0520-85/+379
* QPID-5048: add pom to build the AMQP 1.0 JMS client examples, simplify exampl...Robert Gemmell2014-08-054-100/+103
* QPID-5962: [Java Broker] Prevent two or more BDB virtual host or virtual host...Keith Wall2014-08-055-15/+248
* QPID-5928: [Java Broker] Modify web management console to hide queues and exc...Alex Rudyy2014-08-044-47/+88
* QPID-5639, QPID-5878 : Ensure that the client gets a chance to evaluate the s...Robert Godfrey2014-08-044-3/+9
* QPID-5935: [Java Broker] Web Management UI style refactor to remove html inli...Andrew MacBean2014-08-0455-372/+384
* QPID-5958: [Java Broker UI] Add missing panel surrounding connection attributes.Keith Wall2014-08-042-61/+64
* QPID-5957 , QPID-5958 : [Java Broker] Add new methods to mock objects so the ...Robert Godfrey2014-08-031-0/+18
* QPID-5946 : [Java Broker] Add ability to parse PKCS#1 format private keys and...Robert Godfrey2014-08-039-30/+183
* QPID-5958: [Java Broker] Wire up the Connection#remoteProcessPid attribute to...Keith Wall2014-08-039-26/+101
* QPID-5957: [Java Broker] Extend the Session model object to expose transactio...Keith Wall2014-08-038-23/+185
* QPID-5956 : [Java Broker] Management UI for add/edit ports should allow multi...Robert Godfrey2014-08-022-8/+29