Skip to content

Commit 294ed67

Browse files
committed
Upgrade various container versions
1 parent cf567cc commit 294ed67

File tree

7 files changed

+106
-4
lines changed

7 files changed

+106
-4
lines changed

cargo/Jetty+12.x.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,10 +1861,10 @@ <h5 id="Jetty12.x-Forinstalledcontainero.c.c.c.jetty.Jetty12xInstalledLocalConta
18611861
<h3 id="Jetty12.x-TestedOn">Tested On</h3>
18621862
<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.
18631863
<br>
1864-
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-home/12.1.1/jetty-home-12.1.1.tar.gz">https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-home/12.1.1/jetty-home-12.1.1.tar.gz</a></p>
1864+
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-home/12.1.2/jetty-home-12.1.2.tar.gz">https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-home/12.1.2/jetty-home-12.1.2.tar.gz</a></p>
18651865
<p>Moreover, the below other branch is also tested by the CI system:</p>
18661866
<ul>
1867-
<li><a href="https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-home/12.0.27/jetty-home-12.0.27.tar.gz">https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-home/12.0.27/jetty-home-12.0.27.tar.gz</a></li>
1867+
<li><a href="https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-home/12.0.28/jetty-home-12.0.28.tar.gz">https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-home/12.0.28/jetty-home-12.0.28.tar.gz</a></li>
18681868
</ul>
18691869
<p>Branches not tested by the CI might not be consistently supported.</p>
18701870
</td>

cargo/Jetty+6.x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ <h3 id="Jetty6.x-DeployerFeatures">Deployer Features</h3>
748748
<p><a class="unresolved" href="#">Installed Deployer</a></p>
749749
</td>
750750
<td class="confluenceTd">
751-
<p><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"> <code>o.<wbr>c.<wbr>c.<wbr>c.<wbr>jetty.<wbr>Jetty6xInstalledLocalDeployer</code></p>
751+
<p><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"> <code>o.<wbr>c.<wbr>c.<wbr>c.<wbr>jetty.<wbr>Jetty6x7x8xInstalledLocalDeployer</code></p>
752752
</td>
753753
<td class="confluenceTd">
754754
<p><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"></p>

cargo/Source+code.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <h3 id="Navigation-Development">Development</h3>
283283
</tr>
284284
<tr valign="top">
285285
<td class="rightColumn">
286-
<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>
286+
<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>
287287
<h2 id="Sourcecode-RepositorybrowsingordownloadingthecodeasaZIPfile">Repository browsing or downloading the code as a ZIP file</h2>
288288
<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>
289289
<p>It also has a facility to download versions as ZIP files, without requiring any extra software or command.</p>

cargo/TomEE+10.x.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,23 @@ <h5 id="TomEE10.x-Forinstalledcontainero.c.c.c.tomee.Tomee10xInstalledLocalConta
11921192
<p><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/tomcat/TomcatPropertySet.html#CONNECTOR_MAX_HTTP_HEADER_SIZE"><img class="emoticon emoticon-green-star" src="attachments/star_green.png" width="16" height="16" alt="(green star)"></a></p>
11931193
</td>
11941194
</tr>
1195+
<tr>
1196+
<td class="confluenceTd">
1197+
<p><a href="Configuration+properties.html">cargo.tomcat.connector.maxPartCount</a></p>
1198+
</td>
1199+
<td class="confluenceTd">
1200+
<p><a href="Configuration+properties.html">TomcatPropertySet.CONNECTOR_MAX_PART_COUNT</a></p>
1201+
</td>
1202+
<td class="confluenceTd">
1203+
<p><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"></p>
1204+
</td>
1205+
<td class="confluenceTd">
1206+
<p>N/A</p>
1207+
</td>
1208+
<td class="confluenceTd">
1209+
<p><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/tomcat/TomcatPropertySet.html#CONNECTOR_MAX_PART_COUNT"><img class="emoticon emoticon-green-star" src="attachments/star_green.png" width="16" height="16" alt="(green star)"></a></p>
1210+
</td>
1211+
</tr>
11951212
<tr>
11961213
<td class="confluenceTd">
11971214
<p><a href="Configuration+properties.html">cargo.tomcat.connector.protocolClass</a></p>

cargo/TomEE+9.x.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,23 @@ <h5 id="TomEE9.x-Forinstalledcontainero.c.c.c.tomee.Tomee9xInstalledLocalContain
11921192
<p><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/tomcat/TomcatPropertySet.html#CONNECTOR_MAX_HTTP_HEADER_SIZE"><img class="emoticon emoticon-green-star" src="attachments/star_green.png" width="16" height="16" alt="(green star)"></a></p>
11931193
</td>
11941194
</tr>
1195+
<tr>
1196+
<td class="confluenceTd">
1197+
<p><a href="Configuration+properties.html">cargo.tomcat.connector.maxPartCount</a></p>
1198+
</td>
1199+
<td class="confluenceTd">
1200+
<p><a href="Configuration+properties.html">TomcatPropertySet.CONNECTOR_MAX_PART_COUNT</a></p>
1201+
</td>
1202+
<td class="confluenceTd">
1203+
<p><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"></p>
1204+
</td>
1205+
<td class="confluenceTd">
1206+
<p>N/A</p>
1207+
</td>
1208+
<td class="confluenceTd">
1209+
<p><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/tomcat/TomcatPropertySet.html#CONNECTOR_MAX_PART_COUNT"><img class="emoticon emoticon-green-star" src="attachments/star_green.png" width="16" height="16" alt="(green star)"></a></p>
1210+
</td>
1211+
</tr>
11951212
<tr>
11961213
<td class="confluenceTd">
11971214
<p><a href="Configuration+properties.html">cargo.tomcat.connector.protocolClass</a></p>

cargo/Tomcat+10.x.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,23 @@ <h5 id="Tomcat10.x-Forinstalledcontainero.c.c.c.tomcat.Tomcat10xInstalledLocalCo
12001200
<p><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/tomcat/TomcatPropertySet.html#CONNECTOR_MAX_HTTP_HEADER_SIZE"><img class="emoticon emoticon-green-star" src="attachments/star_green.png" width="16" height="16" alt="(green star)"></a></p>
12011201
</td>
12021202
</tr>
1203+
<tr>
1204+
<td class="confluenceTd">
1205+
<p><a href="Configuration+properties.html">cargo.tomcat.connector.maxPartCount</a></p>
1206+
</td>
1207+
<td class="confluenceTd">
1208+
<p><a href="Configuration+properties.html">TomcatPropertySet.CONNECTOR_MAX_PART_COUNT</a></p>
1209+
</td>
1210+
<td class="confluenceTd">
1211+
<p><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"></p>
1212+
</td>
1213+
<td class="confluenceTd">
1214+
<p>N/A</p>
1215+
</td>
1216+
<td class="confluenceTd">
1217+
<p><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/tomcat/TomcatPropertySet.html#CONNECTOR_MAX_PART_COUNT"><img class="emoticon emoticon-green-star" src="attachments/star_green.png" width="16" height="16" alt="(green star)"></a></p>
1218+
</td>
1219+
</tr>
12031220
<tr>
12041221
<td class="confluenceTd">
12051222
<p><a href="Configuration+properties.html">cargo.tomcat.connector.protocolClass</a></p>
@@ -1733,6 +1750,23 @@ <h5 id="Tomcat10.x-Forembeddedcontainero.c.c.c.tomcat.Tomcat10xEmbeddedLocalCont
17331750
<p><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/tomcat/TomcatPropertySet.html#CONNECTOR_MAX_HTTP_HEADER_SIZE"><img class="emoticon emoticon-green-star" src="attachments/star_green.png" width="16" height="16" alt="(green star)"></a></p>
17341751
</td>
17351752
</tr>
1753+
<tr>
1754+
<td class="confluenceTd">
1755+
<p><a href="Configuration+properties.html">cargo.tomcat.connector.maxPartCount</a></p>
1756+
</td>
1757+
<td class="confluenceTd">
1758+
<p><a href="Configuration+properties.html">TomcatPropertySet.CONNECTOR_MAX_PART_COUNT</a></p>
1759+
</td>
1760+
<td class="confluenceTd">
1761+
<p><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"></p>
1762+
</td>
1763+
<td class="confluenceTd">
1764+
<p>N/A</p>
1765+
</td>
1766+
<td class="confluenceTd">
1767+
<p><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/tomcat/TomcatPropertySet.html#CONNECTOR_MAX_PART_COUNT"><img class="emoticon emoticon-green-star" src="attachments/star_green.png" width="16" height="16" alt="(green star)"></a></p>
1768+
</td>
1769+
</tr>
17361770
<tr>
17371771
<td class="confluenceTd">
17381772
<p><a href="Configuration+properties.html">cargo.tomcat.connector.protocolClass</a></p>

cargo/Tomcat+11.x.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,23 @@ <h5 id="Tomcat11.x-Forinstalledcontainero.c.c.c.tomcat.Tomcat11xInstalledLocalCo
11921192
<p><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/tomcat/TomcatPropertySet.html#CONNECTOR_MAX_HTTP_HEADER_SIZE"><img class="emoticon emoticon-green-star" src="attachments/star_green.png" width="16" height="16" alt="(green star)"></a></p>
11931193
</td>
11941194
</tr>
1195+
<tr>
1196+
<td class="confluenceTd">
1197+
<p><a href="Configuration+properties.html">cargo.tomcat.connector.maxPartCount</a></p>
1198+
</td>
1199+
<td class="confluenceTd">
1200+
<p><a href="Configuration+properties.html">TomcatPropertySet.CONNECTOR_MAX_PART_COUNT</a></p>
1201+
</td>
1202+
<td class="confluenceTd">
1203+
<p><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"></p>
1204+
</td>
1205+
<td class="confluenceTd">
1206+
<p>N/A</p>
1207+
</td>
1208+
<td class="confluenceTd">
1209+
<p><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/tomcat/TomcatPropertySet.html#CONNECTOR_MAX_PART_COUNT"><img class="emoticon emoticon-green-star" src="attachments/star_green.png" width="16" height="16" alt="(green star)"></a></p>
1210+
</td>
1211+
</tr>
11951212
<tr>
11961213
<td class="confluenceTd">
11971214
<p><a href="Configuration+properties.html">cargo.tomcat.connector.protocolClass</a></p>
@@ -1725,6 +1742,23 @@ <h5 id="Tomcat11.x-Forembeddedcontainero.c.c.c.tomcat.Tomcat11xEmbeddedLocalCont
17251742
<p><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/tomcat/TomcatPropertySet.html#CONNECTOR_MAX_HTTP_HEADER_SIZE"><img class="emoticon emoticon-green-star" src="attachments/star_green.png" width="16" height="16" alt="(green star)"></a></p>
17261743
</td>
17271744
</tr>
1745+
<tr>
1746+
<td class="confluenceTd">
1747+
<p><a href="Configuration+properties.html">cargo.tomcat.connector.maxPartCount</a></p>
1748+
</td>
1749+
<td class="confluenceTd">
1750+
<p><a href="Configuration+properties.html">TomcatPropertySet.CONNECTOR_MAX_PART_COUNT</a></p>
1751+
</td>
1752+
<td class="confluenceTd">
1753+
<p><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"></p>
1754+
</td>
1755+
<td class="confluenceTd">
1756+
<p>N/A</p>
1757+
</td>
1758+
<td class="confluenceTd">
1759+
<p><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/tomcat/TomcatPropertySet.html#CONNECTOR_MAX_PART_COUNT"><img class="emoticon emoticon-green-star" src="attachments/star_green.png" width="16" height="16" alt="(green star)"></a></p>
1760+
</td>
1761+
</tr>
17281762
<tr>
17291763
<td class="confluenceTd">
17301764
<p><a href="Configuration+properties.html">cargo.tomcat.connector.protocolClass</a></p>

0 commit comments

Comments
 (0)