Skip to content

Commit 8e09685

Browse files
committed
Various spec version updates
1 parent 54e7873 commit 8e09685

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

RELEASE-NOTES

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@ for use by web applications (by placing them in "lib"):
7777
* jasper.jar (Jasper 2 Compiler and Runtime)
7878
* jasper-el.jar (Jasper 2 EL implementation)
7979
* jsp-api.jar (JSP 4.0 API)
80-
* servlet-api.jar (Servlet 6.0 API)
80+
* servlet-api.jar (Servlet 6.1 API)
8181
* tomcat-api.jar (Interfaces shared by Catalina and Jasper)
8282
* tomcat-coyote.jar (Tomcat connectors and utility classes)
8383
* tomcat-dbcp.jar (package renamed database connection pool based on Commons DBCP 2)
8484
* tomcat-jdbc.jar (Tomcat's database connection pooling solution)
8585
* tomcat-jni.jar (Interface to the native component of the APR/native connector)
8686
* tomcat-util.jar (Various utilities)
87-
* tomcat-websocket.jar (WebSocket 2.1 implementation)
88-
* websocket-api.jar (WebSocket 2.1 API)
89-
* websocket-client-api.jar (WebSocket 2.1 Client API)
87+
* tomcat-websocket.jar (WebSocket 2.2 implementation)
88+
* websocket-api.jar (WebSocket 2.2 API)
89+
* websocket-client-api.jar (WebSocket 2.2 Client API)
9090

9191
You can make additional APIs available to all of your web applications by
9292
putting unpacked classes into a "classes" directory (not created by default),

webapps/docs/class-loader-howto.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ loaders as it is initialized:</p>
130130
</ul>
131131
<p>By default, this includes the following:</p>
132132
<ul>
133-
<li><em>annotations-api.jar</em> &#8212; Jakarta Annotations 2.1.1 classes.
133+
<li><em>annotations-api.jar</em> &#8212; Jakarta Annotations 3.0 classes.
134134
</li>
135135
<li><em>catalina.jar</em> &#8212; Implementation of the Catalina servlet
136136
container portion of Tomcat.</li>
@@ -175,12 +175,12 @@ loaders as it is initialized:</p>
175175
components of Apache Tomcat.</li>
176176
<li><em>tomcat-util-scan.jar</em> &#8212; Provides the class scanning
177177
functionality used by Tomcat.</li>
178-
<li><em>tomcat-websocket.jar</em> &#8212; Optional. Jakarta WebSocket 2.1
178+
<li><em>tomcat-websocket.jar</em> &#8212; Optional. Jakarta WebSocket 2.2
179179
implementation</li>
180-
<li><em>websocket-api.jar</em> &#8212; Optional. Jakarta WebSocket 2.1 API
180+
<li><em>websocket-api.jar</em> &#8212; Optional. Jakarta WebSocket 2.2 API
181181
</li>
182182
<li><em>websocket-client-api.jar</em> &#8212; Optional. Jakarta WebSocket
183-
2.1 Client API</li>
183+
2.2 Client API</li>
184184
</ul></li>
185185
<li><p><strong>WebappX</strong> &#8212; A class loader is created for each web
186186
application that is deployed in a single Tomcat instance. All unpacked

0 commit comments

Comments
 (0)