Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/BUILDING.txt URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/BUILDING.txt?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/BUILDING.txt (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/BUILDING.txt Wed Mar 5 18:23:49 2025 @@ -249,19 +249,42 @@ You can build them by using the followin cd ${tomcat.source} ant embed +(5.4) Building the Windows installer + +The Windows installer uses the NSIS installer framework. +It can be build on Windows, on any other platform which provides +the Wine Windows emulator or the NSIS binary "makensis". + +Linux and MacOS are platforms, on which you can install Wine or +"makensis". + +Selecting between Wine and makensis on non-Windows platforms can +be done by setting the ant property "nsis.tool" to either "wine" +or "makensis" in build.properties. + +If you want to sign the installer, you will need to set some +properties with names prefixed with "codesigning" in your build.properties. +For details see the targets "jsign-installer" and "jsign-uninstaller" +in build.xml and the default property values in build.properties.default. + (6) Building a full release (as provided via the ASF download pages) + 1. Remark on building the Windows installer + A full release includes the Windows installer which requires a Windows - environment to be available to create it. If not building in a Windows - environment, the build scripts assume that Wine is available. If this is not - the case, the skip.installer property may be set to skip the creation of the - Windows installer. + environment, an installed Wine emulator or an installed native + "makensis" binary from the NSIS project. Creating a reproducible + installer using the "makensis" option needs a special build of "makensis". + For details see below. - Provided that Wine is available on non-Windows platforms, a full release - build may be made on Windows, Linux or MacOS. + Provided that Wine or "makensis" is available on non-Windows platforms, + a full release build may be made on Windows, Linux or MacOS. - 1. Configure GPG, if needed + If you do not want to build the Windows installer, the skip.installer + property may be set to skip the creation of the Windows installer. + + 2. Configure GPG, if needed If the released artifacts have to be cryptographically signed with a PGP signature, like the official ASF releases are, the following @@ -278,14 +301,14 @@ You can build them by using the followin You will be prompted for the GPG passphrase when the release build starts, unless "gpg.passphrase" property is set. - 2. If building the Windows installer + 3. If building the Windows installer on Windows If running the build in a UAC enabled environment, building the Windows installer requires elevated privileges. The simplest way to do this is to open the command prompt used for the build with the "Run as administrator" option. - 3. Configure the code signing service + 4. Configure the code signing service ASF committers performing official releases will need to configure the code signing service so that the Windows installer is signed during the build @@ -300,7 +323,42 @@ You can build them by using the followin Release managers will be provided with the necessary credentials by the PMC. - 4. Build the release: + If you want to verify the installer from a release by rebuilding it, + you can use the detached signatures provided in the official releases. + In this case you have to use the sources from the source release + archive, which contains these signatures. You also have to build + on Windows, or use Wine, or use a special build of makensis to + create a reproducible installer, that fits the signature files. + + 5. Using a special "makensis" build on non-Windows (optional) + + If you want to build a reproducible installer on non-Windows + by using "makensis" instead of "Wine", you need to build + "makensis" from a source download yourself using the following + recipe. To build makensis, you need python, scons and a C compiler. + + First detect the needed version by looking for nsis.version + in build.properties.default. + + Download and extract NSIS for Windows by running "ant download-dist". Note + the NSIS installation PATH from the output or by checking "nsis.home" in + build.properties.default. For example: + /home/myuser/tomcat-build-libs/nsis-3.10 + + Download the correct sources from the same site and run the + following command in the extracted source directory: + + scons UNICODE=yes PREFIX=/home/myuser/tomcat-build-libs/nsis-3.10/Bin SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all NSIS_CONFIG_CONST_DATA_PATH=no VERSION=3.10 install-compiler + + You need to specify the correct value in VERSION (this ends up in the installer binary + so it needs to match). The PREFIX needs to be the bin directory of the NSIS + binary distribution that "ant download-dist" installed. + + Use this "makensis" binary by making sure, that it gets found by setting + an appropriate PATH environment variable. In addition set the ant property + "nsis.tool" to "makensis" in build.properties. + + 6. Build the release: Apache Tomcat releases are fully reproducible.
Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/RELEASE-NOTES.txt?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/RELEASE-NOTES.txt (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/RELEASE-NOTES.txt Wed Mar 5 18:23:49 2025 @@ -16,7 +16,7 @@ ================================================================================ - Apache Tomcat Version 11.0.4 + Apache Tomcat Version 11.0.5 Release Notes Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/aio.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/aio.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/aio.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/aio.html Wed Mar 5 18:23:49 2025 @@ -1,7 +1,7 @@ <!DOCTYPE html SYSTEM "about:legacy-compat"> -<html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><link href="./images/docs-stylesheet.css" rel="stylesheet" type="text/css"><title>Apache Tomcat 11 (11.0.4) - Advanced IO and Tomcat</title><meta name="author" content="Remy Maucherat"></head><body><div id="wrapper"><header><div id="header"><div><div><div class="logo noPrint"><a href="https://tomcat.apache.org/"><img alt="Tomcat Home" src="./images/tomcat.png"></a></div><div style="height: 1px;"></div><div class="asfLogo noPrint"><a href="https://www.apache.org/" target="_blank"><img src="./images/asf-logo.svg" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a></div><h1>Apache Tomcat 11</h1><div class="versionInfo"> - Version 11.0.4, - <time datetime="2025-02-13">Feb 13 2025</time></div><div style="height: 1px;"></div><div style="clear: left;"></div></div></div></div></header><div id="middle"><div><div id="mainLeft" class="noprint"><div><nav><div><h2>Links</h2><ul><li><a href="index.html">Docs Home</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ">FAQ</a></li></ul></div><div><h2>User Guide</h2><ul><li><a href="introduction.html">1) Introduction</a></li><li><a href="setup.html">2) Setup</a></li><li><a href="appdev/index.html">3) First webapp</a></li><li><a href="deployer-howto.html">4) Deployer</a></li><li><a href="manager-howto.html">5) Manager</a></li><li><a href="host-manager-howto.html">6) Host Manager</a></li><li><a href="realm-howto.html">7) Realms and AAA</a></li><li><a href="jndi-resources-howto.html">8) JNDI Resources</a></li><li><a href="jndi-datasource-examples-howto.html">9) JDBC DataSources</a></li><li><a href="class-loader-howto.html">10) Classloading</a></li><li ><a href="jasper-howto.html">11) JSPs</a></li><li><a href="ssl-howto.html">12) >SSL/TLS</a></li><li><a href="ssi-howto.html">13) SSI</a></li><li><a >href="cgi-howto.html">14) CGI</a></li><li><a href="proxy-howto.html">15) >Proxy Support</a></li><li><a href="mbeans-descriptors-howto.html">16) MBeans >Descriptors</a></li><li><a href="default-servlet.html">17) Default >Servlet</a></li><li><a href="cluster-howto.html">18) >Clustering</a></li><li><a href="balancer-howto.html">19) Load >Balancer</a></li><li><a href="connectors.html">20) Connectors</a></li><li><a >href="monitoring.html">21) Monitoring and Management</a></li><li><a >href="logging.html">22) Logging</a></li><li><a href="apr.html">23) >APR/Native</a></li><li><a href="virtual-hosting-howto.html">24) Virtual >Hosting</a></li><li><a href="aio.html">25) Advanced IO</a></li><li><a >href="maven-jars.html">26) Mavenized</a></li><li><a >href="security-howto.html">27) Security Considerations</a></li><li><a >href="windows-service-howto.html">28) Wind ows Service</a></li><li><a href="windows-auth-howto.html">29) Windows Authentication</a></li><li><a href="jdbc-pool.html">30) Tomcat's JDBC Pool</a></li><li><a href="web-socket-howto.html">31) WebSocket</a></li><li><a href="rewrite.html">32) Rewrite</a></li><li><a href="cdi.html">33) CDI 2 and JAX-RS</a></li><li><a href="graal.html">34) AOT/GraalVM Support</a></li></ul></div><div><h2>Reference</h2><ul><li><a href="RELEASE-NOTES.txt">Release Notes</a></li><li><a href="config/index.html">Configuration</a></li><li><a href="api/index.html">Tomcat Javadocs</a></li><li><a href="servletapi/index.html">Servlet 6.1 Javadocs</a></li><li><a href="jspapi/index.html">JSP 4.0 Javadocs</a></li><li><a href="elapi/index.html">EL 6.0 Javadocs</a></li><li><a href="websocketapi/index.html">WebSocket 2.2 Javadocs</a></li><li><a href="jaspicapi/index.html">Authentication 3.1 Javadocs</a></li><li><a href="annotationapi/index.html">Annotations 3.0 Javadocs</a></li><li><a href="https://tomcat.apache.org/con nectors-doc/">JK 1.2 Documentation</a></li></ul></div><div><h2>Apache Tomcat Development</h2><ul><li><a href="building.html">Building</a></li><li><a href="changelog.html">Changelog</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT/Tomcat+Versions">Status</a></li><li><a href="developers.html">Developers</a></li><li><a href="architecture/index.html">Architecture</a></li><li><a href="tribes/introduction.html">Tribes</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2>Advanced IO and Tomcat</h2><h3 id="Table_of_Contents">Table of Contents</h3><div class="text"> +<html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><link href="./images/docs-stylesheet.css" rel="stylesheet" type="text/css"><title>Apache Tomcat 11 (11.0.5) - Advanced IO and Tomcat</title><meta name="author" content="Remy Maucherat"></head><body><div id="wrapper"><header><div id="header"><div><div><div class="logo noPrint"><a href="https://tomcat.apache.org/"><img alt="Tomcat Home" src="./images/tomcat.png"></a></div><div style="height: 1px;"></div><div class="asfLogo noPrint"><a href="https://www.apache.org/" target="_blank"><img src="./images/asf-logo.svg" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a></div><h1>Apache Tomcat 11</h1><div class="versionInfo"> + Version 11.0.5, + <time datetime="2025-02-28">Feb 28 2025</time></div><div style="height: 1px;"></div><div style="clear: left;"></div></div></div></div></header><div id="middle"><div><div id="mainLeft" class="noprint"><div><nav><div><h2>Links</h2><ul><li><a href="index.html">Docs Home</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ">FAQ</a></li></ul></div><div><h2>User Guide</h2><ul><li><a href="introduction.html">1) Introduction</a></li><li><a href="setup.html">2) Setup</a></li><li><a href="appdev/index.html">3) First webapp</a></li><li><a href="deployer-howto.html">4) Deployer</a></li><li><a href="manager-howto.html">5) Manager</a></li><li><a href="host-manager-howto.html">6) Host Manager</a></li><li><a href="realm-howto.html">7) Realms and AAA</a></li><li><a href="jndi-resources-howto.html">8) JNDI Resources</a></li><li><a href="jndi-datasource-examples-howto.html">9) JDBC DataSources</a></li><li><a href="class-loader-howto.html">10) Classloading</a></li><li ><a href="jasper-howto.html">11) JSPs</a></li><li><a href="ssl-howto.html">12) >SSL/TLS</a></li><li><a href="ssi-howto.html">13) SSI</a></li><li><a >href="cgi-howto.html">14) CGI</a></li><li><a href="proxy-howto.html">15) >Proxy Support</a></li><li><a href="mbeans-descriptors-howto.html">16) MBeans >Descriptors</a></li><li><a href="default-servlet.html">17) Default >Servlet</a></li><li><a href="cluster-howto.html">18) >Clustering</a></li><li><a href="balancer-howto.html">19) Load >Balancer</a></li><li><a href="connectors.html">20) Connectors</a></li><li><a >href="monitoring.html">21) Monitoring and Management</a></li><li><a >href="logging.html">22) Logging</a></li><li><a href="apr.html">23) >APR/Native</a></li><li><a href="virtual-hosting-howto.html">24) Virtual >Hosting</a></li><li><a href="aio.html">25) Advanced IO</a></li><li><a >href="maven-jars.html">26) Mavenized</a></li><li><a >href="security-howto.html">27) Security Considerations</a></li><li><a >href="windows-service-howto.html">28) Wind ows Service</a></li><li><a href="windows-auth-howto.html">29) Windows Authentication</a></li><li><a href="jdbc-pool.html">30) Tomcat's JDBC Pool</a></li><li><a href="web-socket-howto.html">31) WebSocket</a></li><li><a href="rewrite.html">32) Rewrite</a></li><li><a href="cdi.html">33) CDI 2 and JAX-RS</a></li><li><a href="graal.html">34) AOT/GraalVM Support</a></li></ul></div><div><h2>Reference</h2><ul><li><a href="RELEASE-NOTES.txt">Release Notes</a></li><li><a href="config/index.html">Configuration</a></li><li><a href="api/index.html">Tomcat Javadocs</a></li><li><a href="servletapi/index.html">Servlet 6.1 Javadocs</a></li><li><a href="jspapi/index.html">JSP 4.0 Javadocs</a></li><li><a href="elapi/index.html">EL 6.0 Javadocs</a></li><li><a href="websocketapi/index.html">WebSocket 2.2 Javadocs</a></li><li><a href="jaspicapi/index.html">Authentication 3.1 Javadocs</a></li><li><a href="annotationapi/index.html">Annotations 3.0 Javadocs</a></li><li><a href="https://tomcat.apache.org/con nectors-doc/">JK 1.2 Documentation</a></li></ul></div><div><h2>Apache Tomcat Development</h2><ul><li><a href="building.html">Building</a></li><li><a href="changelog.html">Changelog</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT/Tomcat+Versions">Status</a></li><li><a href="developers.html">Developers</a></li><li><a href="architecture/index.html">Architecture</a></li><li><a href="tribes/introduction.html">Tribes</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2>Advanced IO and Tomcat</h2><h3 id="Table_of_Contents">Table of Contents</h3><div class="text"> <ul><li><a href="#Introduction">Introduction</a></li><li><a href="#Asynchronous_writes">Asynchronous writes</a></li></ul> </div><h3 id="Introduction">Introduction</h3><div class="text"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/allclasses-index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/allclasses-index.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/allclasses-index.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/allclasses-index.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>All Classes and Interfaces (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>All Classes and Interfaces (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="class index"> @@ -33,7 +33,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#all-classes">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/allpackages-index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/allpackages-index.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/allpackages-index.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/allpackages-index.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>All Packages (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>All Packages (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="package index"> @@ -33,7 +33,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#all-packages">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/help-doc.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/help-doc.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/help-doc.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/help-doc.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>API Help (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>API Help (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="help"> @@ -33,7 +33,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li class="nav-bar-cell1-rev">Help</li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/index-all.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/index-all.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/index-all.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/index-all.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>Index (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>Index (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="index"> @@ -33,7 +33,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#index">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/index.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/index.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/index.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>Overview (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>Overview (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="package index"> @@ -33,7 +33,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#overview">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> @@ -51,7 +51,7 @@ loadScripts(document, 'script');</script <div class="main-grid"> <main role="main"> <div class="header"> -<h1 class="title">Common Annotations 3.0 API - Apache Tomcat<sup>®</sup> 11.0.4</h1> +<h1 class="title">Common Annotations 3.0 API - Apache Tomcat<sup>®</sup> 11.0.5</h1> </div> <div id="all-packages-table"> <div class="caption"><span>Packages</span></div> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Generated.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Generated.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Generated.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Generated.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>Generated (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>Generated (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: Generated"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Nonnull.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Nonnull.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Nonnull.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Nonnull.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>Nonnull (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>Nonnull (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: Nonnull"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Nullable.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Nullable.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Nullable.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Nullable.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>Nullable (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>Nullable (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: Nullable"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/PostConstruct.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/PostConstruct.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/PostConstruct.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/PostConstruct.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>PostConstruct (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>PostConstruct (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: PostConstruct"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/PreDestroy.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/PreDestroy.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/PreDestroy.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/PreDestroy.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>PreDestroy (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>PreDestroy (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: PreDestroy"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Priority.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Priority.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Priority.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Priority.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>Priority (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>Priority (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: Priority"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Resource.AuthenticationType.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Resource.AuthenticationType.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Resource.AuthenticationType.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Resource.AuthenticationType.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>Resource.AuthenticationType (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>Resource.AuthenticationType (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: Resource, enum: AuthenticationType"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Resource.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Resource.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Resource.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Resource.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>Resource (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>Resource (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: Resource"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Resources.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Resources.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Resources.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/Resources.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>Resources (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>Resources (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: Resources"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/package-summary.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/package-summary.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/package-summary.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/package-summary.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>jakarta.annotation (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>jakarta.annotation (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#package">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/package-tree.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/package-tree.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/package-tree.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/package-tree.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>jakarta.annotation Class Hierarchy (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>jakarta.annotation Class Hierarchy (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="tree: package: jakarta.annotation"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#tree">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/DeclareRoles.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/DeclareRoles.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/DeclareRoles.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/DeclareRoles.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>DeclareRoles (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>DeclareRoles (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.security, annotation type: DeclareRoles"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/DenyAll.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/DenyAll.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/DenyAll.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/DenyAll.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>DenyAll (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>DenyAll (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.security, annotation type: DenyAll"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/PermitAll.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/PermitAll.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/PermitAll.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/PermitAll.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>PermitAll (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>PermitAll (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.security, annotation type: PermitAll"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/RolesAllowed.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/RolesAllowed.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/RolesAllowed.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/RolesAllowed.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>RolesAllowed (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>RolesAllowed (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.security, annotation type: RolesAllowed"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/RunAs.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/RunAs.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/RunAs.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/RunAs.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>RunAs (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>RunAs (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.security, annotation type: RunAs"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/package-summary.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/package-summary.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/package-summary.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/package-summary.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>jakarta.annotation.security (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>jakarta.annotation.security (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.security"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#package">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/package-tree.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/package-tree.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/package-tree.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/security/package-tree.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>jakarta.annotation.security Class Hierarchy (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>jakarta.annotation.security Class Hierarchy (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="tree: package: jakarta.annotation.security"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#tree">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/sql/DataSourceDefinition.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/sql/DataSourceDefinition.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/sql/DataSourceDefinition.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/sql/DataSourceDefinition.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>DataSourceDefinition (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>DataSourceDefinition (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.sql, annotation type: DataSourceDefinition"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/sql/DataSourceDefinitions.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/sql/DataSourceDefinitions.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/sql/DataSourceDefinitions.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/sql/DataSourceDefinitions.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>DataSourceDefinitions (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>DataSourceDefinitions (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.sql, annotation type: DataSourceDefinitions"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/sql/package-summary.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/sql/package-summary.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/sql/package-summary.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/sql/package-summary.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>jakarta.annotation.sql (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>jakarta.annotation.sql (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.sql"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#package">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/sql/package-tree.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/sql/package-tree.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/sql/package-tree.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/sql/package-tree.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>jakarta.annotation.sql Class Hierarchy (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>jakarta.annotation.sql Class Hierarchy (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="tree: package: jakarta.annotation.sql"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#tree">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/overview-summary.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/overview-summary.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/overview-summary.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/overview-summary.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4</title> +<title>Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="index redirect"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/overview-tree.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/overview-tree.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/overview-tree.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/overview-tree.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>Class Hierarchy (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>Class Hierarchy (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="class tree"> @@ -33,7 +33,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#tree">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/search.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/search.html?rev=1924185&r1=1924184&r2=1924185&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/search.html (original) +++ tomcat/site/trunk/docs/tomcat-11.0-doc/annotationapi/search.html Wed Mar 5 18:23:49 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (23) --> -<title>Search (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.4)</title> +<title>Search (Common Annotations 3.0 API Documentation - Apache Tomcat 11.0.5)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="search"> @@ -33,7 +33,7 @@ loadScripts(document, 'script');</script <li class="nav-bar-cell1-rev">Search</li> <li><a href="help-doc.html#search">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.4</b></div> +<div class="about-language"><b>Common Annotations 3.0 - Apache Tomcat<sup>®</sup> 11.0.5</b></div> </div> </div> <div class="sub-nav"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org