You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by "Jeffrey Bennett (JIRA)" <ca...@jakarta.apache.org> on 2010/09/14 16:31:33 UTC

[jira] Created: (CACTUS-274) Cactus 1.8.1 incompatible with modern Cargo

Cactus 1.8.1 incompatible with modern Cargo
-------------------------------------------

                 Key: CACTUS-274
                 URL: https://issues.apache.org/jira/browse/CACTUS-274
             Project: Cactus
          Issue Type: Bug
    Affects Versions: 1.8.1
         Environment: Cactus 1.8.1 and Cargo 1.0-beta2
            Reporter: Jeffrey Bennett


Cactus 1.8.1 has a dependency on Cargo-1.0-beta2 (circa 02-DEC-2008).  That version of Cargo defines a class org.codehaus.cargo.container.configuration.Configfile (Configfile).  The final version of Cargo-1.0 (circa 26-MAR-2009), and all subsequent releases of Cargo (through current version 1.0.3) renamed the class to org.codehaus.cargo.container.configuration.FileConfig (FileConfig)

1.8.1 has a dependency on Configfile.   There is no way to drop in a later version of Cargo because the class changed to FileConfig.
Cargo 1.0-beta2 does not support modern containers (like Tomcat 7), thus limiting upgrade options.

Any chance of a 1.8.2 (or 1.8.1.1) that updates the cargo dependency?

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org