Skip to content

Commit

Permalink
Add release notes (modified copy of WebSocket)
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed May 9, 2024
1 parent 558a440 commit 263f6e6
Showing 1 changed file with 91 additions and 0 deletions.
91 changes: 91 additions & 0 deletions tck/tck-docs/ServletTCK6.1-ReleaseNotes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<title>Jakarta Servlet TCK Release Notes</title>
<!--
Copyright (c) 2018, 2024 Oracle and/or its affiliates and others.
All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
<style type="text/css">
<!--
body { background-color: #ffffdd; color: #000000}
pre { background-color: #eeeeee; color: #000099; font-size: smaller}
code { color: #000099; font-size: smaller}
h1 { color: #000099}
h2 { color: #000099}
h3 { color: #000099; text-decoration: underline}
h4 { font-style: italic; color: #000099}
.tabletitle { font-style: italic; color: #ffffcc; font-size: small; font-variant: small-caps}
.subtitle { font-style: italic; color: #ffffcc; font-variant: small-caps}
.emphasize { font-style: italic; color: #000099}
.step { font-weight: bold}
.note { background-color: #fffff0; border-bottom-width: thin; border-top-width: thin; border-top-style: inset; border-bottom-style: inset; font-size: -10%;}
th { background-color: #eeeeee; padding-left: 2pt; padding-right: 2pt;}
-->
</style></head>
<body>
<div align="center">
<h1>Jakarta EE Servlet Technology Compatibility Kit, Version 6.1<br>
<em class="emphasize">Release Notes, May 2024</em></h1>
</div>
<h2><a name="kit_contents">Kit Contents</a></h2>
<p>The Jakarta EE Servlet, Version 6.1 Technology Compatibility Kit (TCK)
includes the following items:</p>
<ul>
<li><strong>Jakarta EE Servlet TCK tests signature, API, and End-to-End
tests:</strong></li>
<ul type="square">
<li><strong>Signature test</strong> that checks that all of the public
APIs are supported in the Jakarta EE Servlet Version 6.1
implementation that is being tested</li>
<li><strong>API tests</strong> for the public APIs under the <code>jakarta.servlet</code>,
<code>jakarta.servlet.annotation</code>, <code>jakarta.servlet.descriptor</code> and
<code>jakarta.servlet.http</code> packages</li>
<li><strong>Specification tests</strong> for testable assertions
required by the Jakarta EE Servlet 6.1 Specification</li>
</ul>
</ul>
<hr>
<h2>Jakarta EE Servlet TCK Facts</h2>
<p>The test suite bundle contains the following:</p>
<ul>
<li>1723 total tests (1722 tests and 1 signature test)</li>
</ul>
<hr>
<h2><a name="platform">Platform Notes</a></h2>
<p>The Jakarta EE Servlet TCK tests have been built with JDK 17 and
tested with Java<font size="-2"><sup>TM</sup></font> Platform, Standard
Edition 17 and 21.</p>
<p>The Jakarta EE Servlet TCK tests have been run on the following
platforms:</p>
<ul>
<li>Ubuntu Linux 22.04</li>
</ul>
<p>The Jakarta EE Servlet TCK tests have been run against the following
Jakarta EE Servlet 6.1 Compatible Implementations:</p>
<ul>
<li>Apache Tomcat 11</li>
</ul>
<hr>
<h2><a name="install_setup_run">Installing, Setting Up, and Running the
JavaTM API for Servlet TCK</a></h2>
<p>Refer to the <a href="html-usersguide/title.html" title="Jakarta EE Servlet TCK 6.1 User's Guide (HTML)">Jakarta
EE Servlet Technology Compatibility Kit, Version 6.1 User's Guide</a>
(or <a href="./pdf-usersguide/Jakarta-Servlet-TCK-Users-Guide.pdf" title="Jakarta EE Servlet TCK 6.1 User's Guide (PDF)">PDF</a>)
for complete instructions on installing, setting up, and running the
Jakarta EE Servlet TCK. </p>
<hr>
<p><cite><small>Copyright © 2013, 2024 Oracle and/or its affiliates. All
rights reserved.</small></cite></p>
</body>
</html>

0 comments on commit 263f6e6

Please sign in to comment.