Skip to content

Commit e38881d

Browse files
committed
Upgrade various container versions
1 parent d65968f commit e38881d

File tree

6 files changed

+14
-15
lines changed

6 files changed

+14
-15
lines changed

cargo/GlassFish+7.x.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,12 @@ <h5 id="GlassFish7.x-Forinstalledcontainero.c.c.c.glassfish.GlassFish7xInstalled
16181618
<h3 id="GlassFish7.x-TestedOn">Tested On</h3>
16191619
<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.
16201620
<br>
1621-
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/7.0.25/glassfish-7.0.25.zip">https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/7.0.25/glassfish-7.0.25.zip</a></p>
1621+
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/7.1.0-M1/glassfish-7.1.0-M1.zip">https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/7.1.0-M1/glassfish-7.1.0-M1.zip</a></p>
1622+
<p>Moreover, the below other branch is also tested by the CI system:</p>
1623+
<ul>
1624+
<li><a href="https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/7.0.25/glassfish-7.0.25.zip">https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/7.0.25/glassfish-7.0.25.zip</a></li>
1625+
</ul>
1626+
<p>Branches not tested by the CI might not be consistently supported.</p>
16221627
</td>
16231628
</tr>
16241629
</tbody>

cargo/GlassFish+8.x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ <h5 id="GlassFish8.x-Forinstalledcontainero.c.c.c.glassfish.GlassFish8xInstalled
16181618
<h3 id="GlassFish8.x-TestedOn">Tested On</h3>
16191619
<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.
16201620
<br>
1621-
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/8.0.0-M13/glassfish-8.0.0-M13.zip">https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/8.0.0-M13/glassfish-8.0.0-M13.zip</a></p>
1621+
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/8.0.0-M14/glassfish-8.0.0-M14.zip">https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/8.0.0-M14/glassfish-8.0.0-M14.zip</a></p>
16221622
</td>
16231623
</tr>
16241624
</tbody>

cargo/Installation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ <h3 id="Installation-JavaAPI">Java API</h3>
313313
<td class="confluenceTd"><a href="Installer.html">Installer</a>s</td>
314314
<td class="confluenceTd">
315315
<ul>
316-
<li><a href="https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.27.1/commons-compress-1.27.1.jar">Commons compress 1.27.1</a> or greater, which itself depends on <a href="https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.16.0/commons-lang3-3.16.0.jar">commons lang 3.16.0</a> (though our builds always use the latest version)</li>
316+
<li><a href="https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar">Commons compress 1.28.0</a> or greater, which itself depends on <a href="https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.jar">commons lang 3.18.0</a> (though our builds always use the latest version)</li>
317317
<li><a href="https://repo.maven.apache.org/maven2/org/tukaani/xz/1.10/xz-1.10.jar">Tukaani XZ 1.10</a> or greater (for 7Z support)</li>
318318
</ul>
319319
</td>
@@ -340,16 +340,16 @@ <h3 id="Installation-JavaAPI">Java API</h3>
340340
<td class="confluenceTd">WildFly remote deployer, <a href="Cargo+Daemon.html">Cargo Daemon</a> Java client</td>
341341
<td class="confluenceTd">
342342
<ul>
343-
<li><a href="https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar">JSON.simple 1.1.1</a> or greater</li>
343+
<li>&nbsp;or greater</li>
344344
</ul>
345345
</td>
346346
</tr>
347347
<tr>
348348
<td colspan="1" class="confluenceTd">WildFly Swarm</td>
349349
<td colspan="1" class="confluenceTd">
350350
<ul>
351-
<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>
352-
<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>
351+
<li><a href="https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.20.1/jackson-core-2.20.1.jar">Jackson core 2.20.1</a> or greater</li>
352+
<li><a href="https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.20.1/jackson-dataformat-yaml-2.20.1.jar">Jackson YAML dataformat 2.20.1</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>
353353
</ul>
354354
</td>
355355
</tr>

cargo/Resin+3.1.x.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,9 +1290,7 @@ <h5 id="Resin3.1.x-Forinstalledcontainero.c.c.c.resin.Resin31xInstalledLocalCont
12901290
</table>
12911291
</div>
12921292
<h3 id="Resin3.1.x-TestedOn">Tested On</h3>
1293-
<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.
1294-
<br>
1295-
The server used for tests is downloaded from: <a href="https://caucho.com/download/resin-3.1.16.zip">https://caucho.com/download/resin-3.1.16.zip</a></p>
1293+
<p>Due to ongoing instabilities with Caucho's infrastructure, regular testing of the Resin containers is suspended.</p>
12961294
</td>
12971295
</tr>
12981296
</tbody>

cargo/Resin+3.x.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,9 +1298,7 @@ <h5 id="Resin3.x-Forinstalledcontainero.c.c.c.resin.Resin3xInstalledLocalContain
12981298
</table>
12991299
</div>
13001300
<h3 id="Resin3.x-TestedOn">Tested On</h3>
1301-
<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.
1302-
<br>
1303-
The server used for tests is downloaded from: <a href="https://caucho.com/download/resin-3.0.27.zip">https://caucho.com/download/resin-3.0.27.zip</a></p>
1301+
<p>Due to ongoing instabilities with Caucho's infrastructure, regular testing of the Resin containers is suspended.</p>
13041302
</td>
13051303
</tr>
13061304
</tbody>

cargo/Resin+4.x.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,9 +1298,7 @@ <h5 id="Resin4.x-Forinstalledcontainero.c.c.c.resin.Resin4xInstalledLocalContain
12981298
</table>
12991299
</div>
13001300
<h3 id="Resin4.x-TestedOn">Tested On</h3>
1301-
<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.
1302-
<br>
1303-
The server used for tests is downloaded from: <a href="https://caucho.com/download/resin-4.0.67.zip">https://caucho.com/download/resin-4.0.67.zip</a></p>
1301+
<p>Due to ongoing instabilities with Caucho's infrastructure, regular testing of the Resin containers is suspended.</p>
13041302
</td>
13051303
</tr>
13061304
</tbody>

0 commit comments

Comments
 (0)