summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Timothy Bish [Mon, 13 Mar 2017 13:41:36 +0000 (09:41 -0400)]
AMQNET-562 Update NOTICE file
Update date range to current year.
Timothy A. Bish [Mon, 25 Aug 2014 22:19:08 +0000 (22:19 +0000)]
Update project to allow for generating new versions of some commands.
Timothy A. Bish [Wed, 2 Oct 2013 17:42:08 +0000 (17:42 +0000)]
https://issues.apache.org/jira/browse/AMQNET-444
Update to generate v10
Timothy A. Bish [Mon, 29 Apr 2013 18:31:25 +0000 (18:31 +0000)]
Generator updates to clean some code.
Timothy A. Bish [Thu, 18 Apr 2013 22:42:17 +0000 (22:42 +0000)]
Add a transient Exception field in MessageDispatch to store the Rollback cause.
Timothy A. Bish [Thu, 18 Apr 2013 21:03:13 +0000 (21:03 +0000)]
fix for: https://issues.apache.org/jira/browse/AMQNET-427
Timothy A. Bish [Mon, 21 Nov 2011 22:46:42 +0000 (22:46 +0000)]
Fix for possible NPE in generated code.
Timothy A. Bish [Thu, 20 Jan 2011 15:58:35 +0000 (15:58 +0000)]
Updates the generator for some things needed in:
https://issues.apache.org/jira/browse/AMQNET-290
Timothy A. Bish [Wed, 1 Sep 2010 20:14:26 +0000 (20:14 +0000)]
Update the NMS Commands and Marshalers generator to produce somewhat cleaner code, removes unneeded using statements.
Timothy A. Bish [Wed, 1 Sep 2010 20:05:52 +0000 (20:05 +0000)]
Update the NMS Commands and Marshalers generator to produce somewhat cleaner code, removes unneeded using statements.
Timothy A. Bish [Wed, 1 Sep 2010 19:46:30 +0000 (19:46 +0000)]
Update the NMS Commands and Marshalers generator to produce somewhat cleaner code, removes unneeded using statements.
Timothy A. Bish [Wed, 7 Jul 2010 14:49:41 +0000 (14:49 +0000)]
Update NMS Openwire Generator pom to use 5.4-SNAPSHOT.
Timothy A. Bish [Mon, 5 Apr 2010 15:47:48 +0000 (15:47 +0000)]
https://issues.apache.org/activemq/browse/AMQNET-246
Fix the generated code to use correct interfaces.
Timothy A. Bish [Thu, 17 Dec 2009 16:49:46 +0000 (16:49 +0000)]
Includes the broker sequence Id into the ToString output.
Timothy A. Bish [Thu, 17 Dec 2009 15:40:04 +0000 (15:40 +0000)]
Add generator for BrokerId to customize the ToString method.
Timothy A. Bish [Thu, 17 Dec 2009 15:32:58 +0000 (15:32 +0000)]
Further refine the output of ToString.
Timothy A. Bish [Wed, 16 Dec 2009 23:34:54 +0000 (23:34 +0000)]
Clean up the generated to String methods for the commands to make the logging easier to read.
Timothy A. Bish [Mon, 30 Nov 2009 19:08:06 +0000 (19:08 +0000)]
Update the .NET generator to generate an equals method for the MessageDispatch command.
Timothy A. Bish [Tue, 27 Oct 2009 19:59:34 +0000 (19:59 +0000)]
https://issues.apache.org/activemq/browse/AMQNET-176
Added an OnMessageRollback method to the Message to allow for the increment of the RedeliveryCounter
Timothy A. Bish [Thu, 22 Oct 2009 21:36:53 +0000 (21:36 +0000)]
Update to add an attempt at the IsExpired method needed in Message
Timothy A. Bish [Mon, 12 Oct 2009 15:36:01 +0000 (15:36 +0000)]
https://issues.apache.org/activemq/browse/AMQNET-193
Update the MessageId and ProducerId command generation to add some convenience methods.
Timothy A. Bish [Fri, 9 Oct 2009 14:47:59 +0000 (14:47 +0000)]
https://issues.apache.org/activemq/browse/AMQNET-193
Update the Message command generation to allow the ReadOnly methods to be overridden.
Timothy A. Bish [Fri, 2 Oct 2009 13:40:32 +0000 (13:40 +0000)]
https://issues.apache.org/activemq/browse/AMQNET-162
Updates for Message class generation.
Timothy A. Bish [Tue, 22 Sep 2009 19:47:31 +0000 (19:47 +0000)]
Adds some more local properties to the Message command.
Timothy A. Bish [Thu, 30 Jul 2009 18:52:53 +0000 (18:52 +0000)]
Cleans up the generated code a bit to match the existing coding conventions.
Timothy A. Bish [Thu, 30 Jul 2009 15:32:31 +0000 (15:32 +0000)]
Cleans up the generated code a bit to match the existing coding conventions.
Timothy A. Bish [Wed, 29 Jul 2009 22:54:55 +0000 (22:54 +0000)]
Marshaler class generation now works, and some fixes to Command generation.
Timothy A. Bish [Wed, 29 Jul 2009 19:11:11 +0000 (19:11 +0000)]
Commands Generator, produces CSharp Openwire Command classes with mostly all the same functionality as the older hand hacked ones, plus all the correct Openwire Protocol values for v1-v5
Timothy A. Bish [Tue, 28 Jul 2009 20:16:49 +0000 (20:16 +0000)]
First workable version of Command Class generation. Needs more work now to implement specific Commands that require special methods and extensions.
Timothy A. Bish [Tue, 28 Jul 2009 13:39:20 +0000 (13:39 +0000)]
Init the SVN Ignore properties.
Timothy A. Bish [Tue, 28 Jul 2009 13:37:48 +0000 (13:37 +0000)]
Populate with the initial generators work, not complete.
Timothy A. Bish [Mon, 27 Jul 2009 22:29:55 +0000 (22:29 +0000)]
Rename to reflect other project names