summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-6080 : [Java Broker] Distinguish between empty message body and no messa...Robert Godfrey2014-09-071-1/+1
* QPID-6079 : [Java Broker] Objects created as duplicates should be automatical...Robert Godfrey2014-09-063-1/+25
* QPID-6076 : Sending a message with no routing key to the default exchange in ...Robert Godfrey2014-09-061-1/+5
* QPID-6068 : Use single mechanism for determining if a port is "using TLS"Robert Godfrey2014-09-052-5/+26
* QPID-6068: [Java Broker] Introduce ClientAuthCapablePort into Port hierarchy ...Keith Wall2014-09-057-78/+137
* QPID-6068: [Java Broker] Prevent NPE when ediiting JMX_CONNECTOR port through...Keith Wall2014-09-052-10/+2
* QPID-6055 : [Java Broker] Ensure max frame size is always less than Integer.M...Robert Godfrey2014-08-301-1/+1
* QPID-6051: Allow exceptions from post commit actions to be handled in the cal...Alex Rudyy2014-08-281-55/+7
* QPID-6051: Fix handling of exceptions thrown from post commit or deferred act...Alex Rudyy2014-08-281-6/+26
* QPID-6040 : [Java Broker] [Java Client] add the ability to create a single co...Robert Godfrey2014-08-2611-48/+145
* QPID-6044 : [Java Broker] [AMQP 1.0] cache the valid host names for the local...Robert Godfrey2014-08-262-1/+102
* QPID-6037 : [Java Client] Enhance experimental support for ADDR addressing to...Robert Godfrey2014-08-245-4/+15
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration t...Robert Godfrey2014-08-228-75/+270
* QPID-6034: [Java Broker] Refactor Port UI to use metadata service rather than...Andrew MacBean2014-08-227-24/+26
* 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-211-0/+1
* 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-206-13/+145
* 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-191-9/+0
* QPID-6017 : [Java Broker] add tests for AESKeyFileEncrypterFactoryRobert Godfrey2014-08-193-6/+321
* QPID-6010 : [Java Broker] Remove unnecessary system properties for controllin...Robert Godfrey2014-08-1913-191/+38
* QPID-6018 : [Java Broker] Add an attribute to the ManagedObject annotation to...Robert Godfrey2014-08-192-1/+2
* QPID-6017 : [Java Broker] add tests for AESKeyFileEncrypterRobert Godfrey2014-08-193-10/+224
* QPID-6017 : [Jaa Broker] Provide a mechanism by which "secure" attributes in ...Robert Godfrey2014-08-199-0/+450
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap t...Robert Godfrey2014-08-1812-21/+33
* QPID-5998: [Java Broker] Correct typo in HA operational log message.Keith Wall2014-08-182-4/+4
* QPID-6011 : [Java Broker] change plugin exclude naming mechanism to be more u...Robert Godfrey2014-08-181-3/+3
* QPID-6011 : [Java Broker] provide a mechanism for disabling plugins and imple...Robert Godfrey2014-08-1812-24/+38
* QPID-6010 : [Java Tests] Use context defaulting to select protocols in useRobert Godfrey2014-08-172-11/+26
* QPID-6009 : [Java Broker] Add tests of valid value meta dataRobert Godfrey2014-08-169-3/+179
* QPID-6009 : [Java Broker] Add valid value meta data for attributesRobert Godfrey2014-08-1610-57/+308
* QPID-6000 : [Java Broker] [Java Client] add the ability to configure automati...Robert Godfrey2014-08-167-7/+30
* QPID-6005 : [Java Broker] AMQP 1.0 messages cannot be recovered from the stor...Robert Godfrey2014-08-151-1/+1
* QPID-5998: Fix HA operational loggingAlex Rudyy2014-08-155-130/+103
* QPID-5993 : Fix more findbugs found issuesRobert Godfrey2014-08-134-5/+21
* NO-JIRA : remove empty fileRobert Godfrey2014-08-131-0/+0
* QPID-5993 : [Java] Address issues identified by FindbugsRobert Godfrey2014-08-132-61/+61
* QPID-5988: [Java Broker] Default VHN/VH store paths to path location based on...Keith Wall2014-08-112-3/+2
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-092-4/+5
* QPID-5745 : [Java Broker] enforce disconnect of AMQP 0-x connections when aut...Robert Godfrey2014-08-084-3/+9
* QPID-4307 : [Java Broker] prevent the copying/moving of messages onto queues ...Robert Godfrey2014-08-0821-17/+396
* QPID-5979: Derby/JDBC logs unnecessary "message not found" at WARN on rollback.Keith Wall2014-08-081-6/+10
* QPID-5980: yet more javadoc fixupsRobert Gemmell2014-08-088-38/+25