You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Jim Gomes (JIRA)" <ji...@apache.org> on 2008/10/28 19:18:52 UTC

[jira] Created: (AMQNET-119) Remove support for .NET 1.1 in the ActiveMQ provider

Remove support for .NET 1.1 in the ActiveMQ provider
----------------------------------------------------

                 Key: AMQNET-119
                 URL: https://issues.apache.org/activemq/browse/AMQNET-119
             Project: ActiveMQ .Net
          Issue Type: Task
          Components: ActiveMQ Client
    Affects Versions: 1.1
         Environment: .NET 2.0
            Reporter: Jim Gomes
            Assignee: Jim Gomes
             Fix For: 1.1


The .NET 1.1 environment is nearing obsolescence, and coding for this environment is becoming increasing difficult, error prone, and complex.  The Apache.NMS.ActiveMQ 1.0.0 version will continue support for .NET 1.1, but the 1.1.0 and newer versions will drop support for that runtime environment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work logged: (AMQNET-119) Remove support for .NET 1.1 in the ActiveMQ provider

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-119?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#action_36791 ]

Jim Gomes logged work on AMQNET-119:
------------------------------------

                Author: Jim Gomes
            Created on: 30/Oct/08 10:15 AM
            Start Date: 30/Oct/08 10:15 AM
    Worklog Time Spent: 1 hour 

Issue Time Tracking
-------------------

    Remaining Estimate: 0 minutes  (was: 2 hours)
            Time Spent: 1 hour

> Remove support for .NET 1.1 in the ActiveMQ provider
> ----------------------------------------------------
>
>                 Key: AMQNET-119
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-119
>             Project: ActiveMQ .Net
>          Issue Type: Task
>          Components: ActiveMQ Client
>    Affects Versions: 1.1
>         Environment: .NET 2.0
>            Reporter: Jim Gomes
>            Assignee: Jim Gomes
>             Fix For: 1.1
>
>   Original Estimate: 2 hours
>          Time Spent: 1 hour
>  Remaining Estimate: 0 minutes
>
> The .NET 1.1 environment is nearing obsolescence, and coding for this environment is becoming increasing difficult, error prone, and complex.  The Apache.NMS.ActiveMQ 1.0.0 version will continue support for .NET 1.1, but the 1.1.0 and newer versions will drop support for that runtime environment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQNET-119) Remove support for .NET 1.1 in the ActiveMQ provider

Posted by "Allan Schrum (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQNET-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46881#action_46881 ] 

Allan Schrum commented on AMQNET-119:
-------------------------------------

Please check in Apache.NMS project the file AtomicReference.cs as it had a .NET 1.1 conditional compile statement.


> Remove support for .NET 1.1 in the ActiveMQ provider
> ----------------------------------------------------
>
>                 Key: AMQNET-119
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-119
>             Project: ActiveMQ .Net
>          Issue Type: Task
>          Components: ActiveMQ Client
>    Affects Versions: 1.1
>         Environment: .NET 2.0
>            Reporter: Jim Gomes
>            Assignee: Jim Gomes
>             Fix For: 1.1
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> The .NET 1.1 environment is nearing obsolescence, and coding for this environment is becoming increasing difficult, error prone, and complex.  The Apache.NMS.ActiveMQ 1.0.0 version will continue support for .NET 1.1, but the 1.1.0 and newer versions will drop support for that runtime environment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQNET-119) Remove support for .NET 1.1 in the ActiveMQ provider

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQNET-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46883#action_46883 ] 

Jim Gomes commented on AMQNET-119:
----------------------------------

The AtomicReference.cs file that you contributed is checked in to the Apache.NMS project.  Currently, that project is still targeting the .NET 1.1 runtime.  This particular JIRA was only meant to address the ActiveMQ provider (Apache.NMS.ActiveMQ).  Since the Apache.NMS project is the generic interface project, it would probably be a good idea to allow it to continue targeting the .NET 1.1 runtime so that other provider implementors (MSMQ, TIBCO, etc.) can still target the .NET 1.1 runtime if they choose to.  As for the ActiveMQ client provider implementation, I don't think it is necessary to continue support for .NET 1.1.  Each provider implementation should make its own decision as to which runtimes it  will support.

> Remove support for .NET 1.1 in the ActiveMQ provider
> ----------------------------------------------------
>
>                 Key: AMQNET-119
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-119
>             Project: ActiveMQ .Net
>          Issue Type: Task
>          Components: ActiveMQ Client
>    Affects Versions: 1.1
>         Environment: .NET 2.0
>            Reporter: Jim Gomes
>            Assignee: Jim Gomes
>             Fix For: 1.1
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> The .NET 1.1 environment is nearing obsolescence, and coding for this environment is becoming increasing difficult, error prone, and complex.  The Apache.NMS.ActiveMQ 1.0.0 version will continue support for .NET 1.1, but the 1.1.0 and newer versions will drop support for that runtime environment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AMQNET-119) Remove support for .NET 1.1 in the ActiveMQ provider

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Gomes resolved AMQNET-119.
------------------------------

    Resolution: Fixed

> Remove support for .NET 1.1 in the ActiveMQ provider
> ----------------------------------------------------
>
>                 Key: AMQNET-119
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-119
>             Project: ActiveMQ .Net
>          Issue Type: Task
>          Components: ActiveMQ Client
>    Affects Versions: 1.1
>         Environment: .NET 2.0
>            Reporter: Jim Gomes
>            Assignee: Jim Gomes
>             Fix For: 1.1
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> The .NET 1.1 environment is nearing obsolescence, and coding for this environment is becoming increasing difficult, error prone, and complex.  The Apache.NMS.ActiveMQ 1.0.0 version will continue support for .NET 1.1, but the 1.1.0 and newer versions will drop support for that runtime environment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work stopped: (AMQNET-119) Remove support for .NET 1.1 in the ActiveMQ provider

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on AMQNET-119 stopped by Jim Gomes.

> Remove support for .NET 1.1 in the ActiveMQ provider
> ----------------------------------------------------
>
>                 Key: AMQNET-119
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-119
>             Project: ActiveMQ .Net
>          Issue Type: Task
>          Components: ActiveMQ Client
>    Affects Versions: 1.1
>         Environment: .NET 2.0
>            Reporter: Jim Gomes
>            Assignee: Jim Gomes
>             Fix For: 1.1
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> The .NET 1.1 environment is nearing obsolescence, and coding for this environment is becoming increasing difficult, error prone, and complex.  The Apache.NMS.ActiveMQ 1.0.0 version will continue support for .NET 1.1, but the 1.1.0 and newer versions will drop support for that runtime environment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (AMQNET-119) Remove support for .NET 1.1 in the ActiveMQ provider

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on AMQNET-119 started by Jim Gomes.

> Remove support for .NET 1.1 in the ActiveMQ provider
> ----------------------------------------------------
>
>                 Key: AMQNET-119
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-119
>             Project: ActiveMQ .Net
>          Issue Type: Task
>          Components: ActiveMQ Client
>    Affects Versions: 1.1
>         Environment: .NET 2.0
>            Reporter: Jim Gomes
>            Assignee: Jim Gomes
>             Fix For: 1.1
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> The .NET 1.1 environment is nearing obsolescence, and coding for this environment is becoming increasing difficult, error prone, and complex.  The Apache.NMS.ActiveMQ 1.0.0 version will continue support for .NET 1.1, but the 1.1.0 and newer versions will drop support for that runtime environment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.