summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-6002 : [Java Broker] NullPointerException when writing message discard l...Robert Godfrey2014-08-151-7/+6
* QPID-5998: Fix HA operational loggingAlex Rudyy2014-08-1510-296/+294
* QPID-3978 : [Java Broker] Add unit test for UnacknowledgedMessageMapRobert Godfrey2014-08-141-0/+84
* QPID-3978 : [Java Broker] Fix bug in unacknowledged map where non locked (del...Robert Godfrey2014-08-141-1/+1
* QPID-6001 : [Java Client] Prevent NPE when publishing using ADDR destination...Robert Godfrey2014-08-143-24/+53
* QPID-6001: [Java Client] Prevent NPE when publishing using ADDR destination t...Keith Wall2014-08-142-1/+12
* QPID-5996 : [Java Build] Coverage reports are not being producedRobert Godfrey2014-08-141-1/+0
* QPID-5991: [Java System Tests] BDB HA System Test ImprovementsKeith Wall2014-08-143-64/+38
* NO-JIRA: Remove unused test support classesKeith Wall2014-08-145-900/+0
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-6/+8
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-1314-56/+81
* NO-JIRA : remove empty fileRobert Godfrey2014-08-131-0/+0
* QPID-5994: Fix ocasionally failing test BDBHAVirtualHostNodeOperationalLoggin...Alex Rudyy2014-08-131-14/+41
* QPID-5993 : [Java] Address issues identified by FindbugsRobert Godfrey2014-08-138-140/+165
* QPID-5992 : [Java Broker] Allow HTTP management responses to be compressedRobert Godfrey2014-08-1320-46/+291
* QPID-5991: [Java System Tests] Rename tests to have better structure; Remove ...Keith Wall2014-08-138-342/+175
* QPID-5987: Fix VHN/VH grid selection and display host statitics only if it is...Alex Rudyy2014-08-121-6/+12
* QPID-5967: [Java Broker Tests] Add missing test assertion and extra logging t...Keith Wall2014-08-122-0/+11
* QPID-5989: [Java Tests] Relocate system test classes to beneath src/test/javaKeith Wall2014-08-12229-17/+6
* QPID-5967: Fix BDB HA VHN system testsAlex Rudyy2014-08-122-13/+47
* QPID-5988: [Java Broker] Default VHN/VH store paths to path location based on...Keith Wall2014-08-1121-106/+96
* QPID-5987: [Java Broker] Make VHN/VH grid consistent with other grids on brok...Alex Rudyy2014-08-111-10/+21
* QPID-4429 : C++ Broker does not enforce max frame size negotiation rulesRobert Godfrey2014-08-111-0/+2
* QPID-5967: Set permitted nodes on a replica from application state of a maste...Alex Rudyy2014-08-114-85/+150
* 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