Skip to content

Commit 79c3cc5

Browse files
committed
Codehaus Cargo 1.10.18
1 parent 6722747 commit 79c3cc5

8 files changed

+409
-133
lines changed

cargo/Archived+Downloads.html

Lines changed: 270 additions & 0 deletions
Large diffs are not rendered by default.

cargo/Building.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ <h3 id="Building-ArtifactTransferExceptionwithMaven3.8.1onwards"><code>ArtifactT
312312
</div>
313313
<div class="codeContent panelContent pdl">
314314
<pre class="syntaxhighlighter-pre">org.eclipse.aether.transfer.ArtifactTransferException:
315-
Could not transfer artifact org.ow2.jonas.tools.configurator:api:pom:1.10.18-SNAPSHOT from/to maven-default-http-blocker (http://0.0.0.0/):
315+
Could not transfer artifact org.ow2.jonas.tools.configurator:api:pom:1.10.19-SNAPSHOT from/to maven-default-http-blocker (http://0.0.0.0/):
316316
Blocked mirror for repositories: [ow2-snapshot (http://repository.ow2.org/nexus/content/repositories/snapshots, default, snapshots)]</pre>
317317
</div>
318318
</div>
@@ -344,7 +344,7 @@ <h3 class="auto-cursor-target" id="Building-Buildingwitholderornewerversionsofth
344344
<li class="auto-cursor-target"><a href="Resin+3.x.html">Resin 3.x</a> requires Java 6 (it cannot run with newer versions of Java), and since it is executed using a <a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/resin/internal/ResinRun.html"><code>ResinRun</code></a> class the whole Resin container must be compiled with Java 6</li>
345345
<li class="auto-cursor-target">In addition, as other containers such as <a href="JOnAS+5.x.html">JOnAS 5.x</a> also require Java 6, all test samples need to be built using Java 6</li>
346346
<li class="auto-cursor-target">The <a href="Jetty+Remote+Deployer.html">Jetty Remote Deployer</a> for Jetty 6.x as well as for Jetty 7.x to 9.x are built with Java 6, so we can support a broad range of Java versions on these Jetty containers</li>
347-
<li class="auto-cursor-target">At the same time, the <a href="Jetty+Remote+Deployer.html">Jetty Remote Deployer</a> for Jetty 10.x onwards requires the JDK 11 (because Jetty 10.x requires JDK 11 or above)</li>
347+
<li class="auto-cursor-target">At the same time, the <a href="Jetty+Remote+Deployer.html">Jetty Remote Deployer</a>s for Jetty 10.x and 11.x require the JDK 11 (because Jetty 10.x and 11.x require JDK 11 or above)</li>
348348
</ul>
349349
<p>The only version of the JDK that can build with all these constraints is the JDK 11. We hence have certain modules of the Codehaus Cargo build that do not activate on JDK 8, and some others that don't activate on JDK 12 onwards. On these JDKs, you hence will get exceptions such as:</p>
350350
<div class="code panel pdl conf-macro output-block" style="border-width: 1px;">
@@ -353,7 +353,7 @@ <h3 class="auto-cursor-target" id="Building-Buildingwitholderornewerversionsofth
353353
</div>
354354
<div class="codeContent panelContent pdl">
355355
<pre class="syntaxhighlighter-pre">[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.8.1:copy (copy-test-ear) on project cargo-core-container-jonas:
356-
Unable to find/resolve artifact.: Could not find artifact org.codehaus.cargo:simple-ear:ear:1.10.18-SNAPSHOT -&gt; [Help 1]</pre>
356+
Unable to find/resolve artifact.: Could not find artifact org.codehaus.cargo:simple-ear:ear:1.10.19-SNAPSHOT -&gt; [Help 1]</pre>
357357
</div>
358358
</div>
359359
<p>To build on these JDKs, you can either have a "pre-build" in JDK 11, or use the <a href="Maven+3+Plugin+Installation.html#Maven3PluginInstallation-snapshots">snapshots repository</a> by adding the below to your Maven <code>settings.xml</code>:</p>

cargo/Downloads.html

Lines changed: 127 additions & 121 deletions
Large diffs are not rendered by default.

cargo/Home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,9 @@ <h3 id="Home-CurrentVersions">Current Versions</h3>
310310
<th class="confluenceTh">Comments</th>
311311
</tr>
312312
<tr>
313-
<td class="confluenceTd"><a href="Downloads.html">1.10.17</a></td>
314-
<td class="confluenceTd"><a href="https://codehaus-cargo.atlassian.net/secure/ReleaseNote.jspa?projectId=10000&amp;styleName=Html&amp;version=11460"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"></a></td>
315-
<td class="confluenceTd">Released on 1 February 2025</td>
313+
<td class="confluenceTd"><a href="Downloads.html">1.10.18</a></td>
314+
<td class="confluenceTd"><a href="https://codehaus-cargo.atlassian.net/secure/ReleaseNote.jspa?projectId=10000&amp;styleName=Html&amp;version=11461"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"></a></td>
315+
<td class="confluenceTd">Released on 3 March 2025</td>
316316
</tr>
317317
</tbody>
318318
</table>

cargo/Installation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ <h3 id="Installation-JavaAPI">Java API</h3>
333333
<td colspan="1" class="confluenceTd">WildFly Swarm</td>
334334
<td colspan="1" class="confluenceTd">
335335
<ul>
336-
<li><a href="https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.18.2/jackson-core-2.18.2.jar">Jackson core 2.18.2</a> or greater</li>
337-
<li><a href="https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.18.2/jackson-dataformat-yaml-2.18.2.jar">Jackson YAML dataformat 2.18.2</a> or greater, which itself depends on <a href="https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.3/snakeyaml-2.3.jar">SnakeYAML 2.3</a> or greater</li>
336+
<li><a href="https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.18.3/jackson-core-2.18.3.jar">Jackson core 2.18.3</a> or greater</li>
337+
<li><a href="https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.18.3/jackson-dataformat-yaml-2.18.3.jar">Jackson YAML dataformat 2.18.3</a> or greater, which itself depends on <a href="https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.3/snakeyaml-2.3.jar">SnakeYAML 2.3</a> or greater</li>
338338
</ul></td>
339339
</tr>
340340
</tbody>

cargo/Maven+3+Plugin+Installation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,15 +323,15 @@ <h3 id="Maven3PluginInstallation-Snapshots">Snapshots</h3>
323323
<p>When you do not do that properly, you will be getting errors such as:</p>
324324
<pre>Cannot create configuration. There's no registered configuration for the parameters (container [id = [tomcat9x], type = [installed]], configuration type [standalone]). Actually there are no valid types registered for this configuration. Maybe you've made a mistake spelling it?</pre>
325325
<p>In case the errors persist even after adding the <code>SNAPSHOT</code> repositories, you can install the associated container artifact. Example (with the Codehaus Cargo Tomcat container):</p>
326-
<pre>mvn dependency:get -Dartifact=org.codehaus.cargo:cargo-core-container-tomcat:1.10.18-SNAPSHOT -DremoteRepositories=https://oss.sonatype.org/content/repositories/snapshots/</pre>
326+
<pre>mvn dependency:get -Dartifact=org.codehaus.cargo:cargo-core-container-tomcat:1.10.19-SNAPSHOT -DremoteRepositories=https://oss.sonatype.org/content/repositories/snapshots/</pre>
327327
</div>
328328
</div>
329329
<p>Then, you should decide which <code>SNAPSHOT</code> version to use:</p>
330330
<ul>
331331
<li>To find out what the latest <code>SNAPSHOT</code> version is, you can simply look at <a href="https://github.com/codehaus-cargo/cargo/blob/master/pom.xml">the root POM file for Codehaus Cargo</a>.</li>
332332
<li>Configure the Cargo Maven Plugin by specifying the <code>SNAPSHOT</code> version you want.</li>
333333
</ul>
334-
<p>For example, to use version <code>1.10.18-SNAPSHOT</code> you would declare something similar to the following in your POM:</p>
334+
<p>For example, to use version <code>1.10.19-SNAPSHOT</code> you would declare something similar to the following in your POM:</p>
335335
<div class="code panel pdl conf-macro output-block" style="border-width: 1px;">
336336
<div class="codeContent panelContent pdl">
337337
<pre class="syntaxhighlighter-pre">[...]
@@ -340,7 +340,7 @@ <h3 id="Maven3PluginInstallation-Snapshots">Snapshots</h3>
340340
&lt;plugin&gt;
341341
&lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt;
342342
&lt;artifactId&gt;cargo-maven3-plugin&lt;/artifactId&gt;
343-
&lt;version&gt;1.10.18-SNAPSHOT&lt;/version&gt;
343+
&lt;version&gt;1.10.19-SNAPSHOT&lt;/version&gt;
344344
[...]
345345
&lt;/plugin&gt;
346346
[...]

cargo/Source+code.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ <h3 id="Navigation-Development">Development</h3>
273273
</tr>
274274
<tr valign="top">
275275
<td class="rightColumn">
276-
<p><span style="text-decoration: none;" class="legacy-color-text-blue3">Codehaus Cargo is 100% open source, copyrighted Vincent Massol and Ali Tokmen (see the <a href="License.html">license</a> page</span><span style="text-decoration: none;" class="legacy-color-text-blue3"> for details) under the Apache Software License, except for the </span><a href="WebSphere+Liberty.html" style="text-decoration: none;">WebSphere Liberty</a><span style="text-decoration: none;" class="legacy-color-text-blue3"> container which has been released under the MIT License.</span></p>
276+
<p><span style="text-decoration: none;" class="legacy-color-text-blue3">Codehaus Cargo is 100% open source, copyrighted Vincent Massol and Ali Tokmen (see the <a href="License.html">license</a> page</span><span style="text-decoration: none;" class="legacy-color-text-blue3"> for details) under the Apache Software License, except for the </span><a style="text-decoration: none;" href="WebSphere+Liberty.html">WebSphere Liberty</a><span style="text-decoration: none;" class="legacy-color-text-blue3"> container which has been released under the MIT License.</span></p>
277277
<h2 id="Sourcecode-RepositorybrowsingordownloadingthecodeasaZIPfile">Repository browsing or downloading the code as a ZIP file</h2>
278278
<p>The <a href="https://github.com/codehaus-cargo/cargo">Github browser on the Codehaus Cargo main page</a> lets you browse the source code with ease.</p>
279279
<p>It also has a facility to download versions as ZIP files, without requiring any extra software or command.</p>

cargo/attachments/CARGO-1.10.18.zip

2.22 MB
Binary file not shown.

0 commit comments

Comments
 (0)