1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 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>1721 total tests (1720 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>
|