summaryrefslogtreecommitdiff
path: root/qpid/java/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-5813: Lock in 0.30 release version numbers0.30Justin Ross2014-09-232-2/+2
* QPID-6066: [Java Client] 0-8..0-9-1 only - Add system property to allow call ...Keith Wall2014-09-051-1/+6
* Merged QPID-6052 (r1621143 r1621148 r1621149 r1621150 r1621826) to 0.30 from ...Robert Godfrey2014-09-0220-395/+412
* Merging from trunk r1619093:1620329 in the Java treeRobert Godfrey2014-08-2514-351/+1044
* Merging from trunk r1618840:1619054 in the Java treeRobert Godfrey2014-08-255-41/+14
* Merging from trunk r1618473:1618815 in the Java treeRobert Godfrey2014-08-251-4/+5
* Merging from trunk r1618230:1618433 in the Java treeRobert Godfrey2014-08-2510-130/+328
* Merging from trunk r1617822:1618206 in the Java treeRobert Godfrey2014-08-255-27/+63
* Merging from trunk r1617322:1617736 in the Java treeRobert Godfrey2014-08-251-4/+13
* Merging from trunk r1616716:1616818 in the Java treeRobert Godfrey2014-08-251-12/+29
* Merging from trunk r1616861:1617235 in the Java treeRobert Godfrey2014-08-256-27/+44
* QPID-5813: merge license and empty file changes from trunk rr1617774 and 1618218Robert Gemmell2014-08-151-0/+21
* QPID-5980: port javadoc fixups from trunk to the 0.30 branchRobert Gemmell2014-08-0831-289/+202
* QPID-5813: Advance the branch release version to 0.30Justin Ross2014-08-071-1/+1
* QPID-5960: Turn on SSL host name verification by defaultAlex Rudyy2014-08-072-4/+42
* QPID-5048: update client release assemblies to contain the example sources, a...Robert Gemmell2014-08-062-0/+28
* QPID-5639, QPID-5878 : Ensure that the client gets a chance to evaluate the s...Robert Godfrey2014-08-041-1/+1
* QPID-5876: [Java Client] Highest delivery tag variable not reset after failov...Keith Wall2014-07-291-1/+0
* [QPID-5931]: [Java client] JMSException instead of InvalidDestinationExceptio...Pavel Moravec2014-07-281-3/+3
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-252-32/+35
* QPID-2969 : Make constructor for AMQAnyDestination public so it can be (de)se...Robert Godfrey2014-07-211-5/+6
* QPID-2969: Make AMQConnectionFactory and AMQDestination (and subclasses) seri...Keith Wall2014-07-2015-24/+359
* QPID-5870 A Consumer is now marked if it's using a durable subscription.Rajith Muditha Attapattu2014-07-084-11/+35
* QPID-5878 : [Java Broker] Add SCRAM-SHA-256 SASL supportRobert Godfrey2014-07-067-308/+452
* QPID-5876: [Java Client] Highest delivery tag variable not reset after failov...Andrew MacBean2014-07-041-0/+1
* QPID-5048: add pom to build the AMQP 0-x JMS client examplesRobert Gemmell2014-06-261-0/+66
* QPID-5048: make the clients logging test deps explicit rather than just trans...Robert Gemmell2014-05-231-0/+14
* QPID-5774: first main swipe, remove the Ant builds main build.xml and associa...Robert Gemmell2014-05-212-93/+0
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-291-1/+1
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-251-27/+30
* QPID-5639 : Add SASL SCRAM-SHA-1 Java client supportRobert Godfrey2014-04-242-0/+397
* QPID-5702: upgrade JUnit dependency from version 3.8.1 to 4.11, change import...Robert Gemmell2014-04-222-8/+8
* QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-211-0/+2
* QPID-5639 : [Java Broker] Correct SASL Mechanism name in client / use consist...Robert Godfrey2014-04-122-2/+2
* QPID-5048: include the JMS API jar in the client release assemblies as we hav...Robert Gemmell2014-04-092-0/+12
* QPID-5048: add dependency change verifcation reference files and LICENSE, NOT...Robert Gemmell2014-04-056-3/+286
* QPID-5048: maven license plugin optimisation & enhanced license file generationKeith Wall2014-03-251-2/+1
* QPID-5639 : [Java Broker] Add SCRAM-SHA-1 SASL supportRobert Godfrey2014-03-212-0/+3
* QPID-5600: Advance the version number on trunk to 0.29Justin Ross2014-03-201-1/+1
* QPID-4000 , QPID-5601 : Improve conversion of reply-to between different prot...Robert Godfrey2014-03-055-20/+100
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-032-2/+2
* QPID-5048: Maven enahancements to remove child version definitions and improv...Robert Gemmell2014-02-281-1/+0
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-272-6/+9
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-261-1/+4
* QPID-5569 : NPE on getStringProperty("JMSXUserId")Robert Godfrey2014-02-201-1/+2
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-111-1/+1
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-061-9/+9
* QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-223-8/+7
* QPID-5048: logging and build output cleanupRobert Gemmell2014-01-222-3/+4
* QPID-5048: Logging dependency and configuration tidy up for maven buildRobert Gemmell2014-01-221-8/+1