Skip to content

Commit 4237bf7

Browse files
committed
CARGO-1629: Add support for TomEE 10.x
1 parent 8c1ef2f commit 4237bf7

11 files changed

+1581
-3
lines changed

cargo/Container+Instantiation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ <h3 id="ContainerInstantiation-JavaAPI">Java API</h3>
423423
<li><a href="TomEE+7.x.html">TomEE 7.x</a></li>
424424
<li><a href="TomEE+8.x.html">TomEE 8.x</a></li>
425425
<li><a href="TomEE+9.x.html">TomEE 9.x</a></li>
426+
<li><a href="TomEE+10.x.html">TomEE 10.x</a></li>
426427
<li><a href="WebLogic+8.x.html">WebLogic 8.x</a></li>
427428
<li><a href="WebLogic+9.x.html">WebLogic 9.x</a></li>
428429
<li><a href="WebLogic+10.x.html">WebLogic 10.x</a></li>

cargo/Container.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,15 @@ <h3 id="Container-Containersupport">Container support</h3>
866866
<td colspan="1" class="confluenceTd"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"><br class="atl-forced-newline">
867867
1.9.0</td>
868868
</tr>
869+
<tr>
870+
<td colspan="1" class="confluenceTd"><a href="TomEE+10.x.html">TomEE 10.x</a></td>
871+
<td colspan="1" class="confluenceTd"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"><br class="atl-forced-newline">
872+
1.10.14</td>
873+
<td colspan="1" class="confluenceTd"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"><br class="atl-forced-newline">
874+
1.10.14</td>
875+
<td colspan="1" class="confluenceTd"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"><br class="atl-forced-newline">
876+
1.10.14</td>
877+
</tr>
869878
<tr>
870879
<td class="confluenceTd"><a href="WebLogic+8.x.html">WebLogic 8.x</a></td>
871880
<td class="confluenceTd"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"><br class="atl-forced-newline">

cargo/Containers+with+DataSource+and+Resource+support.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,20 @@ <h3 id="Navigation-Development">Development</h3>
993993
<td class="confluenceTd">
994994
<p><img class="emoticon emoticon-cross" src="attachments/error.png" width="16" height="16" alt="(error)"></p></td>
995995
</tr>
996+
<tr>
997+
<td class="confluenceTd">
998+
<p><a href="TomEE+10.x.html">TomEE 10.x</a></p></td>
999+
<td class="confluenceTd">
1000+
<p><code>o.<wbr>c.<wbr>c.<wbr>c.<wbr>tomee.<wbr>Tomee10xStandaloneLocalConfiguration</code></p></td>
1001+
<td class="confluenceTd">
1002+
<p><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"></p></td>
1003+
<td class="confluenceTd">
1004+
<p><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"></p></td>
1005+
<td class="confluenceTd">
1006+
<p><img class="emoticon emoticon-cross" src="attachments/error.png" width="16" height="16" alt="(error)"></p></td>
1007+
<td class="confluenceTd">
1008+
<p><img class="emoticon emoticon-cross" src="attachments/error.png" width="16" height="16" alt="(error)"></p></td>
1009+
</tr>
9961010
<tr>
9971011
<td class="confluenceTd">
9981012
<p><a href="WebLogic+8.x.html">WebLogic 8.x</a></p></td>

cargo/Containers.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,15 @@ <h3 id="Navigation-Development">Development</h3>
798798
<td colspan="1" class="confluenceTd"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"><br class="atl-forced-newline">
799799
1.9.0</td>
800800
</tr>
801+
<tr>
802+
<td colspan="1" class="confluenceTd"><a href="TomEE+10.x.html">TomEE 10.x</a></td>
803+
<td colspan="1" class="confluenceTd"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"><br class="atl-forced-newline">
804+
1.10.14</td>
805+
<td colspan="1" class="confluenceTd"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"><br class="atl-forced-newline">
806+
1.10.14</td>
807+
<td colspan="1" class="confluenceTd"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"><br class="atl-forced-newline">
808+
1.10.14</td>
809+
</tr>
801810
<tr>
802811
<td class="confluenceTd"><a href="WebLogic+8.x.html">WebLogic 8.x</a></td>
803812
<td class="confluenceTd"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"><br class="atl-forced-newline">

cargo/DataSource+and+Resource+Support.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,20 @@ <h1 id="DataSourceandResourceSupport-Containersupport">Container support</h1>
997997
<td class="confluenceTd">
998998
<p><img class="emoticon emoticon-cross" src="attachments/error.png" width="16" height="16" alt="(error)"></p></td>
999999
</tr>
1000+
<tr>
1001+
<td class="confluenceTd">
1002+
<p><a href="TomEE+10.x.html">TomEE 10.x</a></p></td>
1003+
<td class="confluenceTd">
1004+
<p><code>o.<wbr>c.<wbr>c.<wbr>c.<wbr>tomee.<wbr>Tomee10xStandaloneLocalConfiguration</code></p></td>
1005+
<td class="confluenceTd">
1006+
<p><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"></p></td>
1007+
<td class="confluenceTd">
1008+
<p><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"></p></td>
1009+
<td class="confluenceTd">
1010+
<p><img class="emoticon emoticon-cross" src="attachments/error.png" width="16" height="16" alt="(error)"></p></td>
1011+
<td class="confluenceTd">
1012+
<p><img class="emoticon emoticon-cross" src="attachments/error.png" width="16" height="16" alt="(error)"></p></td>
1013+
</tr>
10001014
<tr>
10011015
<td class="confluenceTd">
10021016
<p><a href="WebLogic+8.x.html">WebLogic 8.x</a></p></td>

cargo/Home.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,15 @@ <h3 id="Home-ContainerSupport">Container Support</h3>
857857
<td colspan="1" class="confluenceTd"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"><br class="atl-forced-newline">
858858
1.9.0</td>
859859
</tr>
860+
<tr>
861+
<td colspan="1" class="confluenceTd"><a href="TomEE+10.x.html">TomEE 10.x</a></td>
862+
<td colspan="1" class="confluenceTd"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"><br class="atl-forced-newline">
863+
1.10.14</td>
864+
<td colspan="1" class="confluenceTd"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"><br class="atl-forced-newline">
865+
1.10.14</td>
866+
<td colspan="1" class="confluenceTd"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"><br class="atl-forced-newline">
867+
1.10.14</td>
868+
</tr>
860869
<tr>
861870
<td class="confluenceTd"><a href="WebLogic+8.x.html">WebLogic 8.x</a></td>
862871
<td class="confluenceTd"><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"><br class="atl-forced-newline">

0 commit comments

Comments
 (0)