summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
...
| * QPID-6404 : Change default Message constructor to be strict by defaultRobert Godfrey2015-02-211-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661368 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6404 : Be lenient in receiving invalid messages, send AmqpValue(null) ↵Robert Godfrey2015-02-214-17/+20
| | | | | | | | | | | | for the empty message git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661364 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6404 : [AMQP 1.0 JMS Client ] session.createMessage() should not ↵Robert Godfrey2015-02-201-1/+5
| | | | | | | | | | | | attempt to create a message with no body sections git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661212 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6346: [Java Broker] Fix field reference when file reader is unsupportedAlex Rudyy2015-02-201-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661207 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6398: [Java Broker] Update web management console UI to invoke dojo ↵Alex Rudyy2015-02-2068-214/+424
| | | | | | | | | | | | parser.parse as a promise git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661166 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6364: Display actual value for a secure attribute with value not ↵Alex Rudyy2015-02-204-5/+20
| | | | | | | | | | | | matching secureValueFilter git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661165 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6247: Updates to configuration files should maintain existing file ↵Alex Rudyy2015-02-2012-183/+461
| | | | | | | | | | | | permissions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661162 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6400 : [Java AMQP 1.0] add accessors for the SSLConnection to the ↵Robert Godfrey2015-02-201-0/+10
| | | | | | | | | | | | connection factory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661142 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6401 : move authroize check inside try-catchRobert Godfrey2015-02-201-7/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661079 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6401 : [Java Broker] Add ability to validate connection attempts based ↵Robert Godfrey2015-02-198-13/+149
| | | | | | | | | | | | on plugins git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660882 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA : [JMS AMQP 1.0 client] add log message when underlying connection ↵Robert Godfrey2015-02-191-1/+1
| | | | | | | | | | | | is closed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660830 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6390: [Java Broker Tests] Remove tests that rely on presence of the ↵Keith Wall2015-02-186-92/+5
| | | | | | | | | | | | | | | | | | Anon Authentication Provider Many of these tests were testing core mechanisim rather than auth provider specific logic. Those that remained would be more suited to a unit test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660634 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6390: [Java System Tests] Ensure that Broker's system properties are ↵Keith Wall2015-02-183-5/+22
| | | | | | | | | | | | loaded before the test begins to use the Model to create test config git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660604 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6396 : [Java Broker] Allow queues to enforce all consumers to be ↵Robert Godfrey2015-02-186-2/+144
| | | | | | | | | | | | non-destructive git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660553 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6395 : [Java Broker] add support for queue default filters, and filters ↵Robert Godfrey2015-02-1731-171/+792
| | | | | | | | | | | | solely on arrival time git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660458 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6364: Introduce attribute annotation property 'secureValueFilter' to ↵Alex Rudyy2015-02-1716-155/+279
| | | | | | | | | | | | | | | | | | | | mask only secure values matching the filter. Set secureValueFilter on keystores/trustores to mask only data URLs. Stop applying oversize when actuals attributes are requested. Update corresponding keystore/truststore UI tp show actual values for non data URLs. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660391 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6393: [Java Broker] Prevent possibility for the permature close of ↵Keith Wall2015-02-141-1/+1
| | | | | | | | | | | | queue browser git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659763 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6338 : [Java AMQP 1.0 Client] validate sections in created MessageRobert Godfrey2015-02-131-6/+173
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659700 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6390: [Java Broker] Move setting of initial properties from Main into ↵Alex Rudyy2015-02-136-53/+172
| | | | | | | | | | | | Broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659613 13f79535-47bb-0310-9956-ffa450edef68
* | Merge from trunkKeith Wall2015-03-1281-1435/+1766
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1666200 13f79535-47bb-0310-9956-ffa450edef68
* | Fix failing unit testKeith Wall2015-03-111-0/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1665936 13f79535-47bb-0310-9956-ffa450edef68
* | Bug fix: Delay shutting download the Port's executor until the port has no ↵Keith Wall2015-03-112-3/+27
| | | | | | | | | | | | remaining connections git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1665911 13f79535-47bb-0310-9956-ffa450edef68
* | Refactor use of futuresRobert Godfrey2015-03-105-251/+384
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1665614 13f79535-47bb-0310-9956-ffa450edef68
* | Fix exception handlingRobert Godfrey2015-03-101-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1665463 13f79535-47bb-0310-9956-ffa450edef68
* | Add sync/async varients to most ACO methodsKeith Wall2015-03-0959-406/+1494
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1665306 13f79535-47bb-0310-9956-ffa450edef68
* | rewrite closeRobert Godfrey2015-03-0514-101/+169
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1664366 13f79535-47bb-0310-9956-ffa450edef68
* | Bug fix: Prevent NPE possibility if closing an object takes too long.Keith Wall2015-03-032-3/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1663731 13f79535-47bb-0310-9956-ffa450edef68
* | merge from trunkKeith Wall2015-03-03227-1291/+5619
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1663717 13f79535-47bb-0310-9956-ffa450edef68
* | channel block/unblock now async, remove unnecessary selector bumpsKeith Wall2015-03-0312-104/+73
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1663708 13f79535-47bb-0310-9956-ffa450edef68
* | Remove wrongly added fileRobert Godfrey2015-03-021-46/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1663357 13f79535-47bb-0310-9956-ffa450edef68
* | Make management close session asyncRobert Godfrey2015-03-0213-92/+118
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1663314 13f79535-47bb-0310-9956-ffa450edef68
* | Make close return a future, wait on Future in broker shutdownRobert Godfrey2015-02-1924-109/+342
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1660949 13f79535-47bb-0310-9956-ffa450edef68
* | Connection close is now performed by i/o threadKeith Wall2015-02-1923-81/+330
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1660909 13f79535-47bb-0310-9956-ffa450edef68
* | merged from trunkKeith Wall2015-02-139-46/+140
|\ \ | |/ | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1659606 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6374: [Java Broker] 0-10 Failover: the thread performing the failover ↵Keith Wall2015-02-139-46/+140
| | | | | | | | | | | | prep now syncs the dispatch queue (avoids possibility of app level dead lock) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659605 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6388 : Treat terminus with durability of "configuration" as durableRobert Godfrey2015-02-121-2/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659359 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6386 : [AMQP 1.0 Common] close the sender if the TCP connection is ↵Robert Godfrey2015-02-121-0/+1
| | | | | | | | | | | | terminated before connection.open has occurred git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659348 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6374 : avoid taking a lock when not modifying a valueRobert Godfrey2015-02-121-12/+15
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659341 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6240: increment the delivery count when applying the new state and ↵Robert Gemmell2015-02-121-0/+1
| | | | | | | | | | | | releasing the queue entry git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659229 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6387: [Java Client] Remove array optimisation from session/consumer mapsKeith Wall2015-02-115-173/+27
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659103 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6347: Remove the now obsolete queue_event_generation option; this is a ↵Justin Ross2015-02-111-13/+0
| | | | | | | | | | | | patch from Irina Boverman git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659063 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6240 : Rollback of transactions with settled acks should release the ↵Robert Godfrey2015-02-111-1/+1
| | | | | | | | | | | | queue entries git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659039 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6381 : don't delete link endpoints which are detached and have terminus ↵Robert Godfrey2015-02-111-1/+2
| | | | | | | | | | | | durability CONFIGURATION git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659037 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6383 : Add missing file - really this timeRobert Godfrey2015-02-111-1/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658941 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6383 : Check in missing file from last commitRobert Godfrey2015-02-111-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658927 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6383 : don't auto delete queues because the children are being removed ↵Robert Godfrey2015-02-112-10/+20
| | | | | | | | | | | | due to broker closure git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658923 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6384 : fix various issues with durable linksRobert Godfrey2015-02-114-10/+38
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658849 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6381 : if detach with close=true is received, then actually destroy the ↵Robert Godfrey2015-02-101-1/+1
| | | | | | | | | | | | link git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658845 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6380 : close()ing a durable subscription should detach rather than ↵Robert Godfrey2015-02-101-1/+8
| | | | | | | | | | | | close a link git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658843 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6352 : Always check TCP transports without looking for service loaderRobert Godfrey2015-02-101-0/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1658752 13f79535-47bb-0310-9956-ffa450edef68