This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ae6242  Drop docs on runtime conversion
6ae6242 is described below

commit 6ae6242d29b980f44c46a82dbccc9d854c4930d1
Author: remm <r...@apache.org>
AuthorDate: Wed May 5 17:21:39 2021 +0200

    Drop docs on runtime conversion
    
    Just noticed annotation scanning avoids it (no surprise since it doesn't
    use classloading), and this causes too many problems to be useful.
---
 webapps/docs/config/loader.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/webapps/docs/config/loader.xml b/webapps/docs/config/loader.xml
index ddd0d62..16cb521 100644
--- a/webapps/docs/config/loader.xml
+++ b/webapps/docs/config/loader.xml
@@ -103,17 +103,6 @@
 
     <attributes>
 
-      <attribute name="jakartaConverter" required="false">
-        <p>If the Tomcat JakartaEE Migration Tool JAR is placed in the Catalina
-        <code>lib</code> folder, this attribute allows using it. The value of
-        the attribute should be the desired profile name for the conversion.
-        If an invalid value is specified, the <code>TOMCAT</code> profile will
-        be used, which includes all javax classes which are used by Tomcat.
-        Only classes will be converted, classloader resources (loaded using
-        <code>getResource</code> or <code>getResourceAsStream</code> will not
-        be processed).</p>
-      </attribute>
-
       <attribute name="loaderClass" required="false">
         <p>Java class name of the <code>java.lang.ClassLoader</code>
         implementation class to use. Custom implementations must extend

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to