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

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


    from 7d19b0f92c Update CXF
     new 236e403177 Add the Jakarta EE 11 schema and required license file 
updates
     new f599ac7269 Add Jakarta EE 11  schema to the digester
     new 43b88dbf18 Fix tabs and spaces
     new 2f5fa34566 Add/update tests for the Jakarta EE 11 schema
     new 6ae057c994 Update to use Jakarta 11 Schemas

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE                                            |   6 +
 conf/web.xml                                       |   4 +-
 .../{jakartaee_10.xsd => jakartaee_11.xsd}         | 583 ++++++++++++++++++++-
 .../servlet/resources/{jsp_3_1.xsd => jsp_4_0.xsd} |  10 +-
 .../resources/{web-app_6_0.xsd => web-app_6_1.xsd} |  10 +-
 .../{web-common_6_0.xsd => web-common_6_1.xsd}     |  20 +-
 .../{web-fragment_6_0.xsd => web-fragment_6_1.xsd} |  10 +-
 ...aglibrary_3_0.xsd => web-jsptaglibrary_4_0.xsd} |  46 +-
 .../jasper/resources/LocalStrings.properties       |   8 +-
 .../jasper/resources/LocalStrings_cs.properties    |   8 +-
 .../jasper/resources/LocalStrings_de.properties    |   8 +-
 .../jasper/resources/LocalStrings_es.properties    |   8 +-
 .../jasper/resources/LocalStrings_fr.properties    |   8 +-
 .../jasper/resources/LocalStrings_ja.properties    |   8 +-
 .../jasper/resources/LocalStrings_ko.properties    |   8 +-
 .../jasper/resources/LocalStrings_pt_BR.properties |   8 +-
 .../jasper/resources/LocalStrings_ru.properties    |   4 +-
 .../jasper/resources/LocalStrings_zh_CN.properties |   8 +-
 .../tomcat/util/descriptor/DigesterFactory.java    |   8 +
 .../tomcat/util/descriptor/XmlIdentifiers.java     |   6 +
 .../apache/tomcat/util/descriptor/web/WebXml.java  |   7 +
 res/META-INF/jasper-el.jar/web-fragment.xml        |   4 +-
 res/META-INF/jasper.jar/web-fragment.xml           |   4 +-
 res/META-INF/servlet-api.jar.license               |   6 +
 res/META-INF/tomcat-websocket.jar/web-fragment.xml |   4 +-
 res/install-win/INSTALLLICENSE                     |   6 +
 res/maven/tomcat-servlet-api.pom                   |  10 +-
 res/rat/rat-excludes.txt                           |   6 +
 .../servlet/resources/TestSchemaValidation.java    |  17 +-
 test/org/apache/jasper/TestJspC.java               |   8 +
 test/org/apache/jasper/compiler/TestJspConfig.java |  17 +
 test/org/apache/jasper/compiler/TestValidator.java |  26 +
 .../jasper/servlet/TestJspCServletContext.java     |  12 +-
 test/{tld => webapp-6.1/WEB-INF}/tags11.tld        |   0
 test/{tld => webapp-6.1/WEB-INF}/tags12.tld        |   0
 test/{tld => webapp-6.1/WEB-INF}/tags20.tld        |   0
 test/{tld => webapp-6.1/WEB-INF}/tags21.tld        |   0
 test/{webapp-5.0 => webapp-6.1}/WEB-INF/tags30.tld |   0
 test/{webapp-6.0 => webapp-6.1}/WEB-INF/tags31.tld |   0
 .../tags21.tld => webapp-6.1/WEB-INF/tags40.tld}   |   8 +-
 test/{webapp-6.0 => webapp-6.1}/WEB-INF/web.xml    |  10 +-
 test/{webapp-2.5 => webapp-6.1}/el-as-literal.jsp  |   0
 test/{webapp-6.0 => webapp-6.1}/tld-versions.jsp   |   2 +
 test/webapp/WEB-INF/web.xml                        |   4 +-
 webapps/ROOT/WEB-INF/web.xml                       |   4 +-
 webapps/docs/WEB-INF/web.xml                       |   4 +-
 webapps/docs/appdev/sample/web/WEB-INF/web.xml     |   4 +-
 webapps/docs/appdev/web.xml.txt                    |   4 +-
 webapps/docs/changelog.xml                         |   4 +
 webapps/docs/jndi-datasource-examples-howto.xml    |   4 +-
 webapps/examples/WEB-INF/web.xml                   |   4 +-
 webapps/host-manager/WEB-INF/web.xml               |   4 +-
 webapps/manager/WEB-INF/web.xml                    |   4 +-
 53 files changed, 837 insertions(+), 129 deletions(-)
 copy java/jakarta/servlet/resources/{jakartaee_10.xsd => jakartaee_11.xsd} 
(82%)
 copy java/jakarta/servlet/resources/{jsp_3_1.xsd => jsp_4_0.xsd} (98%)
 copy java/jakarta/servlet/resources/{web-app_6_0.xsd => web-app_6_1.xsd} (98%)
 copy java/jakarta/servlet/resources/{web-common_6_0.xsd => web-common_6_1.xsd} 
(99%)
 copy java/jakarta/servlet/resources/{web-fragment_6_0.xsd => 
web-fragment_6_1.xsd} (98%)
 copy java/jakarta/servlet/resources/{web-jsptaglibrary_3_0.xsd => 
web-jsptaglibrary_4_0.xsd} (96%)
 copy test/{tld => webapp-6.1/WEB-INF}/tags11.tld (100%)
 copy test/{tld => webapp-6.1/WEB-INF}/tags12.tld (100%)
 copy test/{tld => webapp-6.1/WEB-INF}/tags20.tld (100%)
 copy test/{tld => webapp-6.1/WEB-INF}/tags21.tld (100%)
 copy test/{webapp-5.0 => webapp-6.1}/WEB-INF/tags30.tld (100%)
 copy test/{webapp-6.0 => webapp-6.1}/WEB-INF/tags31.tld (100%)
 copy test/{webapp-2.3/WEB-INF/tags21.tld => webapp-6.1/WEB-INF/tags40.tld} 
(88%)
 copy test/{webapp-6.0 => webapp-6.1}/WEB-INF/web.xml (90%)
 copy test/{webapp-2.5 => webapp-6.1}/el-as-literal.jsp (100%)
 copy test/{webapp-6.0 => webapp-6.1}/tld-versions.jsp (92%)


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

Reply via email to