summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap ↵Robert Godfrey2014-08-1819-48/+65
| | | | | | to avoid linking issues after compiling under Java 8 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618690 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3978 : [Java Broker] Download severity of log message 'MessageRelease ↵Keith Wall2014-08-181-3/+3
| | | | | | | | received for message which has not been acquired' to debug This message is now normal and will happen as a result of ttl or management action. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618660 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5998: [Java Broker] Correct typo in HA operational log message.Keith Wall2014-08-182-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618640 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6011 : [Java Broker] change plugin exclude naming mechanism to be more ↵Robert Godfrey2014-08-181-3/+3
| | | | | | user-friendly git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618533 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6011 : [Java Broker] provide a mechanism for disabling plugins and ↵Robert Godfrey2014-08-1816-31/+175
| | | | | | implementation types git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618531 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6010 : [Java Tests] Use context defaulting to select protocols in useRobert Godfrey2014-08-176-37/+92
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618478 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6000 : Add test exclude for C++ brokerRobert Godfrey2014-08-171-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618473 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6009 : [Java Broker] Add tests of valid value meta dataRobert Godfrey2014-08-169-3/+179
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618433 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6006: [Java Broker] Fix the formatting of the port add/edit dialogueKeith Wall2014-08-162-169/+250
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618422 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6000 : Tidy up remove unused static, and use utility gzip mechanismRobert Godfrey2014-08-162-33/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618418 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6009 : [Java Broker] Add valid value meta data for attributesRobert Godfrey2014-08-1612-57/+326
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618414 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure ↵Robert Godfrey2014-08-1640-219/+1205
| | | | | | automatic message compression git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618375 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6006: [Java Broker] UI to expose attribute defaults during create and ↵Keith Wall2014-08-1641-484/+971
| | | | | | | | | | edit workflows * Metadata service now used to discover the attributes for each category instance type. * Create/edit dialogues now have promptMessages to provide a fuller description of the field's purpose * If the attribute has a default, the default is interpolated into the promptMessage in a standard way. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618373 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5996 : temporarily revert due to failures with external toolsRobert Godfrey2014-08-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618287 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5813: add license headers to various files, remove empty fileRobert Gemmell2014-08-159-2/+165
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618218 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6005 : [Java Broker] AMQP 1.0 messages cannot be recovered from the ↵Robert Godfrey2014-08-152-2/+2
| | | | | | store on restart git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618206 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6003 : [Java Broker] improve conversion of non-standard AMQP 1.0 types ↵Robert Godfrey2014-08-153-35/+102
| | | | | | in message headers git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618176 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6004 : [Java AMQP 1.0 Client] Improve error message propagationRobert Godfrey2014-08-153-4/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618168 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6002 : [Java Broker] NullPointerException when writing message discard ↵Robert Godfrey2014-08-151-7/+6
| | | | | | logging message git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618139 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5998: Fix HA operational loggingAlex Rudyy2014-08-1510-296/+294
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618086 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3978 : [Java Broker] Add unit test for UnacknowledgedMessageMapRobert Godfrey2014-08-141-0/+84
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618082 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3978 : [Java Broker] Fix bug in unacknowledged map where non locked ↵Robert Godfrey2014-08-141-1/+1
| | | | | | (deleted) messages were not being excluded from the messages to dequeue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618079 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6001 : [Java Client] Prevent NPE when publishing using ADDR ↵Robert Godfrey2014-08-143-24/+53
| | | | | | destination to Broker using AMQP 0-9-1 or lower git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618077 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6001: [Java Client] Prevent NPE when publishing using ADDR destination ↵Keith Wall2014-08-142-1/+12
| | | | | | to Broker using AMQP 0-9-1 or lower git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1618073 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5996 : [Java Build] Coverage reports are not being producedRobert Godfrey2014-08-141-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617908 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5991: [Java System Tests] BDB HA System Test ImprovementsKeith Wall2014-08-143-64/+38
| | | | | | | | | | | * Change failover url so that algorithm for cases where we expect a connection to the broker checks each broker once per cycle rather than twice successively. Doubled the number of cycles and reduced the connect delay so that test discover the master node more quickly. * Use separate negative failover url when expectation is that group will refuse connection. * Remove duplicated test * In TwoNodeTest use REST API only. JMXManagementTest now has sole responsibility for testing HA using the JMX bean. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617895 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove unused test support classesKeith Wall2014-08-145-900/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617894 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-131-6/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617847 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-1314-56/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617822 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : remove empty fileRobert Godfrey2014-08-131-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617774 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5994: Fix ocasionally failing test ↵Alex Rudyy2014-08-131-14/+41
| | | | | | BDBHAVirtualHostNodeOperationalLoggingTest.testRemoteNodeReAttached git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617736 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5993 : [Java] Address issues identified by FindbugsRobert Godfrey2014-08-138-140/+165
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617716 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5992 : [Java Broker] Allow HTTP management responses to be compressedRobert Godfrey2014-08-1320-46/+291
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617707 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5991: [Java System Tests] Rename tests to have better structure; Remove ↵Keith Wall2014-08-138-342/+175
| | | | | | some duplication between tests git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617668 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5987: Fix VHN/VH grid selection and display host statitics only if it ↵Alex Rudyy2014-08-121-6/+12
| | | | | | is active git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617628 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5967: [Java Broker Tests] Add missing test assertion and extra logging ↵Keith Wall2014-08-122-0/+11
| | | | | | to understand occasional failure. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617504 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5989: [Java Tests] Relocate system test classes to beneath src/test/javaKeith Wall2014-08-12229-17/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617503 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5967: Fix BDB HA VHN system testsAlex Rudyy2014-08-122-13/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617467 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5988: [Java Broker] Default VHN/VH store paths to path location based ↵Keith Wall2014-08-1121-106/+96
| | | | | | on QPID_WORK git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617325 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5987: [Java Broker] Make VHN/VH grid consistent with other grids on ↵Alex Rudyy2014-08-111-10/+21
| | | | | | broker tab in web management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617324 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4429 : C++ Broker does not enforce max frame size negotiation rulesRobert Godfrey2014-08-111-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617323 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5967: Set permitted nodes on a replica from application state of a ↵Alex Rudyy2014-08-114-85/+150
| | | | | | master node git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617322 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5813, QPID-5913: various LICENCE and NOTICE file updatesRobert Gemmell2014-08-116-5/+73
| | | | | | | | | | - Ensure the main java directory has LICENSE and NOTICE files for use in new source archive. - Update pointers within the files at the repo root. - Ensure the main java directory has LICENSE entry for crypto-js for inclusion in source release. - Ensure the management-http binary jar contains LICENSE file entry for crypto-js, clarify entry in brokers binary assembly tar.gz file. - Update reference file for dep change verification. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617301 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5986: [Java Broker] right aligned attributes on queue, connection and ↵Andrew MacBean2014-08-114-11/+17
| | | | | | virtualhost tabs not correct in IE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617275 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5981: Improve look and feel of 'Add binding' dialog in web management ↵Alex Rudyy2014-08-112-6/+16
| | | | | | | | | | | console: make 'Binding Argument' grid height auto-resizable make 'Binding key' form field required replace 'Binding Arguments' button captions Add/Delete with +/- remove empty option for x-qpid-no-local git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617238 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5978 : [Java Client] deal with protocol initialisation failures such as ↵Robert Godfrey2014-08-113-11/+23
| | | | | | unsupported versions, or attempting to connect to an HTTP port git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617235 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5984: [Java Broker] Queue tab improvementsKeith Wall2014-08-102-58/+104
| | | | | | | * Revert to two column layout to optimise use of screen space * Expose flow control, oldest message age and maximum delivery attempt attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617160 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5982: [Java Broker] BDB HA: Reset replication transaction id when ↵Keith Wall2014-08-103-5/+6
| | | | | | | | | contact with remote node is lost * Change BDB HA VHN tab so that replication transaction id -1 is shown as N/A * Adjust width of VH table on Broker tab to avoid state UNAVAIABLE wrapping over two lines. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617159 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5983: [Java Broker] BDB HA: Reset role to DETACHED when BDB HA VHN is ↵Keith Wall2014-08-101-5/+10
| | | | | | stopped. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617158 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4429 : Fix 0-8 version of frame too large testRobert Godfrey2014-08-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617012 13f79535-47bb-0310-9956-ffa450edef68