You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/08/21 18:11:05 UTC

[tomcat] branch main updated: Remove reference to Java 1.4

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

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


The following commit(s) were added to refs/heads/main by this push:
     new b964f07  Remove reference to Java 1.4
b964f07 is described below

commit b964f07952eaaa83ad523430d540607c4c8f2f63
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sat Aug 21 19:10:48 2021 +0100

    Remove reference to Java 1.4
---
 webapps/docs/class-loader-howto.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/webapps/docs/class-loader-howto.xml b/webapps/docs/class-loader-howto.xml
index bfa83cb..c3649ef 100644
--- a/webapps/docs/class-loader-howto.xml
+++ b/webapps/docs/class-loader-howto.xml
@@ -212,11 +212,7 @@ then the order becomes:</p>
 
 <section name="XML Parsers and Java">
 
-<p>Starting with Java 1.4 a copy of JAXP APIs and an XML parser are packed
-inside the JRE.  This has impacts on applications that wish to use their own
-XML parser.</p>
-
-<p>In old versions of Tomcat, you could simply replace the XML parser
+<p>In older versions of Tomcat, you could simply replace the XML parser
 in the Tomcat libraries directory to change the parser
 used by all web applications.  However, this technique will not be effective
 when you are running modern versions of Java, because the usual class loader

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