summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Expand)AuthorAgeFilesLines
* QPID-6031 : Provoke SSLSocket to generate a helpful error message when the ce...Robert Godfrey2014-09-011-1/+1
* QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...Robert Godfrey2014-08-3011-15/+34
* QPID-6061 : [Java Broker] Use subject as the proxy for routing key for 1.0 me...Robert Godfrey2014-08-302-4/+64
* QPID-6058 : [Java Client] The client does not fail with a sensible error mess...Robert Godfrey2014-08-301-0/+8
* QPID-6057: On intruder detection shutdown BDB HA node in UNINITIALIZED stateAlex Rudyy2014-08-301-1/+1
* QPID-6055 : [Java Broker] add extra information to exception to help isolate ...Robert Godfrey2014-08-291-1/+13
* QPID-6054 : [Java Broker] Broker does not honour request for receiver settle ...Robert Godfrey2014-08-291-0/+2
* QPID-6053 : [Java AMQP 1.0] ByteArrayWriter not registered in the AMQPDescrib...Robert Godfrey2014-08-291-43/+39
* QPID-6052 : Use ADDR addresses for JMSDestination on incoming messages in 0-9...Robert Godfrey2014-08-281-1/+1
* QPID-6052 : Use ADDR addresses for JMSDestination on incoming messages in 0-9...Robert Godfrey2014-08-283-10/+7
* QPID-6052 : Use ADDR addresses for JMSDestination on incoming messages in 0-9...Robert Godfrey2014-08-281-1/+1
* QPID-6051: Allow exceptions from post commit actions to be handled in the cal...Alex Rudyy2014-08-282-57/+14
* QPID-6052 : Use ADDR addresses for JMSDestination on incoming messages in 0-9...Robert Godfrey2014-08-2817-132/+252
* QPID-6051: Fix handling of exceptions thrown from post commit or deferred act...Alex Rudyy2014-08-282-10/+36
* QPID-6050 : [JMS AMQP 1.0 client] Do not set the property in the ConnectionOp...Robert Godfrey2014-08-281-1/+1
* QPID-6050 : [JMS AMQP 1.0 client] Allow system property for sync publish to b...Robert Godfrey2014-08-281-1/+8
* QPID-6050 : [JMS AMQP 1.0 client] Setting system property qpid.sync_publish d...Robert Godfrey2014-08-281-1/+9
* QPID-6050 : [JMS AMQP 1.0 client] Setting system property qpid.sync_publish d...Robert Godfrey2014-08-281-5/+1
* QPID-6048: Move permitted nodes attribute into BDB HA VH in order to be able ...Alex Rudyy2014-08-2724-362/+423
* QPID-6047 : [Java Broker] Improve Message conversion between 1.0 and 0.x prot...Robert Godfrey2014-08-274-9/+45
* QPID-5813: fix up LICENSE + NOTICE etc filesRobert Gemmell2014-08-273-3/+3
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...Robert Godfrey2014-08-2631-252/+516
* QPID-6046 : [Java Broker] [AMQP 1.0] when creating an outgoing link from the ...Robert Godfrey2014-08-261-2/+2
* QPID-6046 : [Java Broker] [AMQP 1.0] when creating an outgoing link from the ...Robert Godfrey2014-08-261-0/+13
* QPID-6044 : [Java Broker] [AMQP 1.0] cache the valid host names for the local...Robert Godfrey2014-08-263-58/+103
* QPID-6044 : [Java Broker] [AMQP 1.0] When the hostname in the open frame does...Robert Godfrey2014-08-261-28/+94
* NO-JIRA: added colon character to the web UI context variable regex pattern t...Andrew MacBean2014-08-251-1/+1
* QPID-6034: [Java Broker] Refactor Port UI feedback changes from code reviewAndrew MacBean2014-08-254-29/+27
* QPID-6037 : [Java Client] Enhance experimental support for ADDR addressing to...Robert Godfrey2014-08-2420-188/+523
* QPID-6038 : [Java Broker] display exchange type on exchange view in HTTP mana...Robert Godfrey2014-08-232-20/+37
* QPID-6037 : [Java Client] Add experimental support for ADDR addressing to the...Robert Godfrey2014-08-239-248/+656
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration t...Robert Godfrey2014-08-2212-144/+347
* QPID-6034: [Java Broker] Refactor Port UI to use metadata service rather than...Andrew MacBean2014-08-2218-379/+331
* QPID-6022 : Remove unnecessary and potentially XSS inducing replay of the pat...Robert Godfrey2014-08-221-1/+1
* QPID-6027 : Add persisted derived attributes to the initial configuration ext...Robert Godfrey2014-08-211-0/+13
* QPID-6019 : [Java Broker] Move configured object registration with parents un...Robert Godfrey2014-08-217-13/+150
* QPID-6030 : [Java Tests] fix the BrokerTestHelper mock virtualhostRobert Godfrey2014-08-211-1/+4
* QPID-6029 : [Java Broker] ConfiguredObjectRecordConverter should allow refere...Robert Godfrey2014-08-213-8/+256
* QPID-6027 : [Java Broker] Fix test where record was being added into the Json...Robert Godfrey2014-08-211-1/+1
* QPID-6027 : [Java Broker] Sort statisticsRobert Godfrey2014-08-212-2/+4
* QPID-6027 : [Java Broker] Enforce that all records being added into the Json ...Robert Godfrey2014-08-212-38/+125
* QPID-6027 : Sort children in the Json store by nameRobert Godfrey2014-08-211-2/+6
* QPID-6027 : Sort children in the Json store by nameRobert Godfrey2014-08-211-1/+6
* QPID-6027 : Give Json extracts a stable ordering, and add option to REST serv...Robert Godfrey2014-08-2011-74/+311
* QPID-5996 : Applying patch from Robbie GemmellRobert Godfrey2014-08-202-4/+3
* QPID-6023: make the broker module depend on the 1.0 websocket plugin, thus ad...Robert Gemmell2014-08-202-0/+11
* QPID-6017 : Attempt 2 to skip tests that require strong encryption when stron...Robert Godfrey2014-08-202-173/+196
* QPID-6017 : Attempt to skip tests that require strong encryption when strong ...Robert Godfrey2014-08-202-5/+39
* QPID-6022 : [Java] Fix issues highlighted by code scanning toolsRobert Godfrey2014-08-1921-138/+99
* QPID-6017 : [Java Broker] add tests for AESKeyFileEncrypterFactoryRobert Godfrey2014-08-193-6/+321