Codehaus Cargo : News

RSS


An RSS feed is available.

News


Dear Codehaus Cargo enthusiasts

We are glad to announce that Codehaus Cargo 1.9.10 is now available! This version includes some new features:

  • Containers - JBoss / WildFly:

    • [CARGO-1577] - Provide an option to keep the original WAR file name when the JBoss or WildFly WAR file has the context root set in the jboss-web.xml file

  • Extensions - Ant:

    • [CARGO-1578] - Allow container configuration properties to be set using Ant build properties

  • Extensions - Maven 3 plugin:

    • [CARGO-1579] - Allow container configuration properties to be set using Maven build properties

To upgrade to this latest version:

Enjoy!

Dear Codehaus Cargo enthusiasts

It is almost Christmas - As all of you have been very good for Santa, we have received Codehaus Cargo 1.9.9! This version includes some new features and bug fixes:

  • Containers - Payara

    • We did some changes, discovered when analyzing CARGO-1575, so that the payara-p1 versions would not be needed anymore

  • Containers - WildFly

We have also done some changes under the hood, with the way some items are logged and/or shown in stack traces, to help with diagnosing issues similar to CARGO-1574 where the HTTP(S)-based deployer actions would have issues.

To upgrade to this latest version:

Enjoy!

Dear Codehaus Cargo enthusiasts

We are happy to announce Codehaus Cargo 1.9.7, which includes the below two bug fixes and one improvement:

  • Containers - Tomcat

  • Containers - WildFly

    • [CARGO-1569] - The WildFly Remote Deployer doesn’t handle the Digest authentication properly

  • Various containers and Cargo Daemon:

    • [CARGO-1570] - Use HttpRequest, HttpFileRequest and HttpFormRequest instead of individual HttpURLConnection instantiations

That last item in the list has been triggered by the issue observed with the WildFly Remote Deployer, and now (almost) all Codehaus Cargo components which connect to HTTP(S) resources (be it the Jetty Remote Deployer, the various clients for Cargo Daemon, etc.) use these common classes. That means they all de facto also support Digest authentication and other features.

To upgrade to this latest version:

Enjoy!

Dear Codehaus Cargo enthusiasts

We are happy to announce Codehaus Cargo 1.9.6, which includes two improvements:

  • Core

    • [CARGO-1566] - When checking a port being closed, try to open the port instead of trying to connecting to it

  • Containers - WildFly

To upgrade to this latest version:

Enjoy!

Dear Codehaus Cargo enthusiasts

We are happy to announce Codehaus Cargo 1.9.5, which includes two bug fixes:

  • Containers - Tomcat

    • [CARGO-1563] redeploy fails when <properties> element has <context>ROOT</context>

    • [CARGO-1564] JOTM UserTransactionFactory is always added to my Tomcat server.xml
      This bug is an interesting one: the JOTM UserTransactionFactory, though seemingly “never” used, has been added to the Tomcat server.xml since the initial commit of the Tomcat 5.x standalone configuration back in 2007, where the only statement explaining it was we will likely need a transaction factory too, though our many integration tests show that we actually do not.

This version also comes with some behind the scenes improvements so Codehaus Cargo can be built on JDK 16, though one will need to follow the instructions for building on non JDK 11 versions to fully achieve a build (and a release is not possible on any other JDK than JDK 11). These should, nevertheless, be a non-impact for you as a user and you can use any Java environment version 8 or above.

To upgrade to this latest version:

Enjoy!