summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
...
| * QPID-6346: [Java Broker] Add UI for uploading of pem/der keys and ↵Alex Rudyy2015-01-299-0/+719
| | | | | | | | | | | | certificates for non-java keystores/truststores into web management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655560 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6336: Add extra logging to help understand occasional SSLTest failure ↵Keith Wall2015-01-282-1/+8
| | | | | | | | | | | | showing on slow CI box git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655485 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6345 : Allow enabled cipher suites to be configuredRobert Godfrey2015-01-2810-24/+162
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655457 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6343: [Java Broker] Upgrade Apache Derby dependency to 10.11.1.1Alex Rudyy2015-01-281-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655244 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6342 : Fail fast when commands sent in wrong orderRobert Godfrey2015-01-273-36/+79
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655186 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6341 : Fix testRobert Godfrey2015-01-271-0/+10
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655180 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6341 : Enchacements to the meta data modelRobert Godfrey2015-01-2710-38/+129
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655160 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6331 : Allow AMQP 1.0 message content to be evicted to diskRobert Godfrey2015-01-271-14/+32
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655154 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6340 : Allow defaults for system properties to be overridden from a ↵Robert Godfrey2015-01-272-0/+109
| | | | | | | | | | | | properties file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655142 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6339 : Use variable interpolation for help url and initial virtual host ↵Robert Godfrey2015-01-271-10/+16
| | | | | | | | | | | | config git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655138 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6339 : Use variable interpolation for help url and initial virtual host ↵Robert Godfrey2015-01-275-5/+19
| | | | | | | | | | | | config git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655125 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6337: Fix renediring of dialog action barAlex Rudyy2015-01-2720-20/+28
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655071 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6337: Fix javascript error occuring in IE8 after dojo upgradeAlex Rudyy2015-01-271-2/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655068 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-6337: [Java Broker] Upgrade Dojo version to 1.10.3Alex Rudyy2015-01-271-1/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655067 13f79535-47bb-0310-9956-ffa450edef68
* | Remove accepting thread and use non blocking io acceptRobert Godfrey2015-02-012-182/+152
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1656365 13f79535-47bb-0310-9956-ffa450edef68
* | Reduce copying in 0-9 pathRobert Godfrey2015-02-0114-83/+278
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1656312 13f79535-47bb-0310-9956-ffa450edef68
* | Change server encoder default capacity/thresholdRobert Godfrey2015-01-311-2/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1656249 13f79535-47bb-0310-9956-ffa450edef68
* | Separate Byte and ProtocolEvent sender/receivers, add server specific 0-10 ↵Robert Godfrey2015-01-3152-253/+928
| | | | | | | | | | | | encoder git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1656248 13f79535-47bb-0310-9956-ffa450edef68
* | close sockets when connection is closedRobert Godfrey2015-01-291-4/+33
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1655881 13f79535-47bb-0310-9956-ffa450edef68
* | Correctly deregister and also optimise case where work can be rescheduled on ↵Robert Godfrey2015-01-292-120/+107
| | | | | | | | | | | | same thread git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1655825 13f79535-47bb-0310-9956-ffa450edef68
* | Use a threadpool for the schedulerRobert Godfrey2015-01-291-6/+44
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1655641 13f79535-47bb-0310-9956-ffa450edef68
* | Fix selector leakRobert Godfrey2015-01-291-9/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1655597 13f79535-47bb-0310-9956-ffa450edef68
* | Ensure selectors are closed, and all work which can be done on a read is doneRobert Godfrey2015-01-292-65/+63
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1655596 13f79535-47bb-0310-9956-ffa450edef68
* | Close the selectorRobert Godfrey2015-01-281-0/+9
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1655486 13f79535-47bb-0310-9956-ffa450edef68
* | Close the selector threadRobert Godfrey2015-01-282-4/+14
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1655482 13f79535-47bb-0310-9956-ffa450edef68
* | WIP: First phase of moving towards threadpool for IO threads. Introduced ↵Keith Wall2015-01-284-59/+332
| | | | | | | | | | | | SelectorThread and scheduler that currently runs the IO activity in the same thread. SSLTests failing git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1655392 13f79535-47bb-0310-9956-ffa450edef68
| |
| \
*-. \ Merge from trunkKeith Wall2015-01-27205-4427/+6894
|\ \ \ | | |/ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1655057 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6336: [Java Broker] Change 0-8..0-91 path to await the receiver being ↵Keith Wall2015-01-276-23/+116
| | | | | | | | | | | | | | | | | | | | | | | | closed before continuing with the next connection attempt Based on work by Oleksandr Rudyy <orudyy@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655034 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6333: [Java Broker] Upgrade BDB JE version to 5.0.104Alex Rudyy2015-01-224-8/+11
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1653808 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6259: Fix stopping of BDB committer from committer threadAlex Rudyy2015-01-201-7/+10
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1653320 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6294 : revert unintended hanges to example fileRobert Godfrey2015-01-201-34/+3
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1653295 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6294 : Fix issue whereby AUTO ACK receive consumer would only ever ↵Robert Godfrey2015-01-202-5/+39
| | | | | | | | | | | | | | | | | | receive one message since _currentPrefetch would never be zeroed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1653293 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6318: [Java Broker] Make UI support the upload of JKS filesKeith Wall2015-01-2020-342/+1084
| | | | | | | | | | | | | | | | | | Work completed by Andrew MacBean <macbean@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1653285 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6316: [Java Broker] Make UI support the upload of ACL filesKeith Wall2015-01-205-134/+373
| | | | | | | | | | | | | | | | | | Work completed by Andrew MacBean <macbean@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1653244 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6313 : [JMS AMQP 1.0 Client] increment redelivery count when recover() ↵Robert Godfrey2015-01-141-1/+16
| | | | | | | | | | | | | | | | | | is called git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1651826 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6304: [Java Broker] Remove now redundant ↵Keith Wall2015-01-144-356/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | FileKeyStoreCreationTest/FileTrustStoreCreationTest * These test cases seemed to be testing features of the core model rather than anything specific to keystores/truststore. The core model is tested by the AbstractConfiguredObject tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1651787 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6292: [Java Broker Tests] Add model mechanism test testing the ↵Keith Wall2015-01-143-2/+49
| | | | | | | | | | | | | | | | | | behaviour of secure attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1651786 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6304: [Java Broker] Allow truststore and keystore (JKS) files to be ↵Andrew MacBean2015-01-1412-306/+922
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stored as a data:// URL inside the config * Added truststore/keystore unit tests too to cover both new and (most of) the existing functionality, retiring the equivilent slower REST system tests. * Added single REST test exercising the creation of a keystore/teststore from data:// URL. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1651615 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6281 : [Java Broker] Config model shadow objects for sessions are not ↵Robert Godfrey2015-01-131-0/+5
| | | | | | | | | | | | | | | | | | being properly closed in AMQP 1.0 plugin git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1651315 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6309 : Add group provider which stores user to group mapping in configRobert Godfrey2015-01-127-5/+304
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1651230 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6299 : Exclude new test for Java Broker as it does not currently ↵Robert Godfrey2015-01-101-0/+2
| | | | | | | | | | | | | | | | | | support ring queues git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1650732 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6306 : [Java Broker] Restrict broker to single ACL Provider at any ↵Robert Godfrey2015-01-105-243/+53
| | | | | | | | | | | | | | | | | | given time git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1650708 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6295 : [Java Broker] reload ACL config when the file value is changedRobert Godfrey2015-01-052-5/+25
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1649587 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6271: Remove receivers from session when they are closedGordon Sim2015-01-021-0/+1
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1649057 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6295 : [Java Broker] Allow ACL configuration file to be stored as a ↵Robert Godfrey2015-01-028-176/+97
| | | | | | | | | | | | | | | | | | data:// URL inside the config git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1648994 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6294 : [Java Client] Allow use of 0 prefetch in AMQP 0-8/9/9-1Robert Godfrey2015-01-023-18/+140
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1648987 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6293: [Java Broker] Log Java Broker's pid on startupKeith Wall2014-12-306-25/+97
| | | | | | | | | | | | | | | | | | | | | * Log the process identifer on startup as an operational log message * Wired up the Broker attribute Broker#processPid git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1648545 13f79535-47bb-0310-9956-ffa450edef68
| | * NO-JIRA: [Java Tests] Prevent sporadic spurious failure of ↵Keith Wall2014-12-301-1/+4
| | | | | | | | | | | | | | | | | | testUnidirectionalHeartbeating git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1648488 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6292: [Java Broker Tests] Refactor AbstractConfiguredObjects unit tests ↵Keith Wall2014-12-2935-1356/+1337
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to use several smaller test models We now have two test models: * 'singleton' with a single object - used for tests around the behaviour of attributes, context variables etc * 'hierarchy' with a hierarchy of objects - used to test parent/child interactions, supported child types, and managed interfaces. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1648393 13f79535-47bb-0310-9956-ffa450edef68
| | * QPID-6291: [Java Broker] Remove the now defunct supported attributes: ↵Keith Wall2014-12-298-68/+3
| | | | | | | | | | | | | | | | | | | | | | | | VH#supportedExchangeTypes, VH#supportedQueueTypes, Broker#supportedAuthenticationProviders, Broker#supportedPreferencesProviderTypes Clients now can discover the supported attributes in a generic fashion via the metadata service. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1648392 13f79535-47bb-0310-9956-ffa450edef68