summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Trunk MergesMartin Ritchie2006-12-1823-112/+0
* Updated imports as VMBroker has changed to testutil.Martin Ritchie2006-12-183-2/+3
* AMQInvalidSelectorException.java - used by both client and server for reporti...Martin Ritchie2006-12-181-0/+31
* FilterManagerFactory/JMSSelectorFilter.java - Added throw AMQInvalidSelectorE...Martin Ritchie2006-12-1820-577/+1451
* AMQSession - Modified to correctly throw : InvalidSelectorMartin Ritchie2006-12-18158-1872/+5943
* Trunk MergesMartin Ritchie2006-12-1826-573/+3717
* Trunk MergesMartin Ritchie2006-12-1856-620/+1113
* AMQMessage.java - added take/releaseMartin Ritchie2006-12-1714-35/+171
* pom.xml - added jms and junit referencesMartin Ritchie2006-12-171-1/+23
* QPID-21Martin Ritchie2006-12-0637-76/+3765
* FieldTable change.Martin Ritchie2006-12-0523-734/+1102
* use gnu mode for tarLongFileMode to avoid warnings about long pathnamesStephen Vinoski2006-12-051-0/+1
* QPID-51Bhupendra Bhusman Bhardwaj2006-12-054-29/+96
* QPID-51Bhupendra Bhusman Bhardwaj2006-12-051-0/+21
* Added eclipse license info to the notice fileMarnie McCormack2006-12-051-0/+4
* Added license for Eclipse binariesMarnie McCormack2006-12-051-0/+88
* add qpid.targetDir property to control where assemblies goStephen Vinoski2006-12-041-0/+2
* changes to support the assembly:directory goalStephen Vinoski2006-12-041-86/+99
* Changed JMSReplyTo Queue to test temporary queue values to verify QPID-149Martin Ritchie2006-12-041-2/+16
* QPID-51 Bhupendra Bhusman Bhardwaj2006-12-041-0/+7
* QPID-148Martin Ritchie2006-12-044-184/+354
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@482181...Bhupendra Bhusman Bhardwaj2006-12-0487-0/+7933
* first cut at client-only packagingStephen Vinoski2006-12-012-0/+90
* FieldTable.java no longer has a keys() method as it already has a keySet(). ...Martin Ritchie2006-11-302-13/+18
* QPID-139Martin Ritchie2006-11-301-2/+9
* QPID-122Martin Ritchie2006-11-289-72/+263
* Redundant files removedMarnie McCormack2006-11-283-297/+0
* Further example tidy upMarnie McCormack2006-11-284-48/+91
* Further example tidy upMarnie McCormack2006-11-284-39/+44
* QPID-71Martin Ritchie2006-11-281-10/+43
* QPID-71Martin Ritchie2006-11-282-34/+93
* QPID-129 Bhupendra Bhusman Bhardwaj2006-11-2711-586/+403
* Changes for JMS TCK TestingRajith Muditha Attapattu2006-11-274-3/+217
* Fixed the situation where a closed session could try and close itself more th...Martin Ritchie2006-11-271-20/+28
* properly limit scope for test-only dependenciesStephen Vinoski2006-11-246-42/+14
* fix assembly plugin file permissions bug number noted in commentStephen Vinoski2006-11-241-1/+1
* fix name of qpid-incubating.jarStephen Vinoski2006-11-241-1/+1
* use the right names for the qpid-incubating jarsStephen Vinoski2006-11-242-2/+2
* change name for launcher jarsStephen Vinoski2006-11-242-2/+2
* Initial example class overhaul - still some way to go.Marnie McCormack2006-11-2420-365/+293
* Added example.properties file and amended tests to use for PropertiesFileInit...Marnie McCormack2006-11-242-10/+76
* speed up testStephen Vinoski2006-11-231-7/+6
* Fix for Java TCK using createTopicConnection(username,password)Martin Ritchie2006-11-231-4/+18
* client/pom.xml - removed TransactedTest.java from exclude Listener.javaMartin Ritchie2006-11-222-2/+1
* * use VMBrokerSetup test helper class where appropriateStephen Vinoski2006-11-223-14/+12
* Removed the includes as it wasn't picking up the test cases. The includes fro...Martin Ritchie2006-11-221-3/+0
* [Text|Object]MessageTest.java - added tests that will fail as per QPID-122 bu...Martin Ritchie2006-11-222-19/+19
* Changed logging from warn to infoMartin Ritchie2006-11-221-25/+30
* PropertyFieldTableTest.java - Removed system.out.printlnMartin Ritchie2006-11-222-11/+10
* QPID-119Martin Ritchie2006-11-2217-34/+1008