summaryrefslogtreecommitdiff
path: root/java/broker-core
Commit message (Expand)AuthorAgeFilesLines
* merged from trunkQPID-6125-ProtocolRefactoringRobert Godfrey2014-10-1762-802/+2444
* Merge from trunkRobert Godfrey2014-10-133-1/+91
* Merge from trunkRobert Godfrey2014-10-1043-369/+2246
* QPID-6114: Remove redundant overridden getAttribute(String) method from CO an...Alex Rudyy2014-09-2516-152/+2
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-2426-344/+181
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-171-0/+5
* QPID-6095: [Java Broker] Deletion of an ERRORED JSON VHN with an invalid stor...Andrew MacBean2014-09-172-7/+26
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-1513-19/+26
* QPID-6095: [Java Broker] Deletion of an ERRORED JSON VHN with an invalid stor...Andrew MacBean2014-09-152-25/+11
* QPID-6079 : Some python AlternateExchangeTests fail against Java brokerRobert Godfrey2014-09-071-2/+0
* 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