Skip to content

Commit 0ecf4e6

Browse files
committed
Codehaus Cargo 1.10.22
1 parent d31483f commit 0ecf4e6

File tree

8 files changed

+454
-128
lines changed

8 files changed

+454
-128
lines changed

cargo/Archived+Downloads.html

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

cargo/Downloads.html

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

cargo/Installation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ <h3 id="Installation-JavaAPI">Java API</h3>
347347
<td colspan="1" class="confluenceTd">WildFly Swarm</td>
348348
<td colspan="1" class="confluenceTd">
349349
<ul>
350-
<li><a href="https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.2/jackson-core-2.19.2.jar">Jackson core 2.19.2</a> or greater</li>
351-
<li><a href="https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.19.2/jackson-dataformat-yaml-2.19.2.jar">Jackson YAML dataformat 2.19.2</a> or greater, which itself depends on <a href="https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.jar">SnakeYAML 2.4</a> or greater</li>
350+
<li><a href="https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.20.0/jackson-core-2.20.0.jar">Jackson core 2.20.0</a> or greater</li>
351+
<li><a href="https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.20.0/jackson-dataformat-yaml-2.20.0.jar">Jackson YAML dataformat 2.20.0</a> or greater, which itself depends on <a href="https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.jar">SnakeYAML 2.4</a> or greater</li>
352352
</ul>
353353
</td>
354354
</tr>

cargo/Payara.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,12 +1767,12 @@ <h5 id="Payara-Forremotecontainero.c.c.c.payara.PayaraRemoteContainer">For remot
17671767
<h3 id="Payara-TestedOn">Tested On</h3>
17681768
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
17691769
<br>
1770-
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/fish/payara/distributions/payara/6.2025.8/payara-6.2025.8.zip">https://repo.maven.apache.org/maven2/fish/payara/distributions/payara/6.2025.8/payara-6.2025.8.zip</a></p>
1770+
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/fish/payara/distributions/payara/6.2025.9/payara-6.2025.9.zip">https://repo.maven.apache.org/maven2/fish/payara/distributions/payara/6.2025.9/payara-6.2025.9.zip</a></p>
17711771
<p>Moreover, the below other branches are also tested by the CI system:</p>
17721772
<ul>
17731773
<li><a href="https://repo.maven.apache.org/maven2/fish/payara/distributions/payara/4.1.2.181/payara-4.1.2.181.zip">https://repo.maven.apache.org/maven2/fish/payara/distributions/payara/4.1.2.181/payara-4.1.2.181.zip</a></li>
17741774
<li><a href="https://repo.maven.apache.org/maven2/fish/payara/distributions/payara/5.2022.5/payara-5.2022.5.zip">https://repo.maven.apache.org/maven2/fish/payara/distributions/payara/5.2022.5/payara-5.2022.5.zip</a></li>
1775-
<li><a href="https://repo.maven.apache.org/maven2/fish/payara/distributions/payara/7.2025.1.Alpha4/payara-7.2025.1.Alpha4.zip">https://repo.maven.apache.org/maven2/fish/payara/distributions/payara/7.2025.1.Alpha4/payara-7.2025.1.Alpha4.zip</a></li>
1775+
<li><a href="https://repo.maven.apache.org/maven2/fish/payara/distributions/payara/7.2025.1.Beta1/payara-7.2025.1.Beta1.zip">https://repo.maven.apache.org/maven2/fish/payara/distributions/payara/7.2025.1.Beta1/payara-7.2025.1.Beta1.zip</a></li>
17761776
</ul>
17771777
<p>Branches not tested by the CI might not be consistently supported.</p>
17781778
</td>

cargo/Tomcat+11.x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2495,7 +2495,7 @@ <h5 id="Tomcat11.x-Forremotecontainero.c.c.c.tomcat.Tomcat11xRemoteContainer">Fo
24952495
<h3 id="Tomcat11.x-TestedOn">Tested On</h3>
24962496
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
24972497
<br>
2498-
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/11.0.10/tomcat-11.0.10.zip">https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/11.0.10/tomcat-11.0.10.zip</a></p>
2498+
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/11.0.11/tomcat-11.0.11.zip">https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/11.0.11/tomcat-11.0.11.zip</a></p>
24992499
</td>
25002500
</tr>
25012501
</tbody>

cargo/Tomcat+9.x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2428,7 +2428,7 @@ <h5 id="Tomcat9.x-Forremotecontainero.c.c.c.tomcat.Tomcat9xRemoteContainer">For
24282428
<h3 id="Tomcat9.x-TestedOn">Tested On</h3>
24292429
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
24302430
<br>
2431-
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/9.0.108/tomcat-9.0.108.zip">https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/9.0.108/tomcat-9.0.108.zip</a></p>
2431+
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/9.0.109/tomcat-9.0.109.zip">https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/9.0.109/tomcat-9.0.109.zip</a></p>
24322432
</td>
24332433
</tr>
24342434
</tbody>

cargo/WildFly+37.x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1931,7 +1931,7 @@ <h5 id="WildFly37.x-Forremotecontainero.c.c.c.wildfly.WildFly37xRemoteContainer"
19311931
<h3 id="WildFly37.x-TestedOn">Tested On</h3>
19321932
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
19331933
<br>
1934-
The server used for tests is downloaded from: <a href="https://github.com/wildfly/wildfly/releases/download/37.0.0.Final/wildfly-37.0.0.Final.zip">https://github.com/wildfly/wildfly/releases/download/37.0.0.Final/wildfly-37.0.0.Final.zip</a></p>
1934+
The server used for tests is downloaded from: <a href="https://github.com/wildfly/wildfly/releases/download/37.0.1.Final/wildfly-37.0.1.Final.zip">https://github.com/wildfly/wildfly/releases/download/37.0.1.Final/wildfly-37.0.1.Final.zip</a></p>
19351935
</td>
19361936
</tr>
19371937
</tbody>

generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<dependency>
154154
<groupId>org.codehaus.cargo</groupId>
155155
<artifactId>cargo-build-tools</artifactId>
156-
<version>1.10.21</version>
156+
<version>1.10.22</version>
157157
</dependency>
158158
</dependencies>
159159
<executions>

0 commit comments

Comments
 (0)