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 52f627e  Update version numbers
     new fc7c413  Reproducible builds: Consistent line endings in text files in 
JAR manifests
     new 6619854  Reproducible builds. Use the prefiltered files for consistency
     new bb1c101  Refactor to avoid reproducibility issues due to zip task 
ordering
     new 925527b  Reproducible builds: text files in JARs
     new dd712d2  Reproducibility for tomcat-jdbc when built as part of Tomcat
     new fd935d4  Reproducible builds: consistent line endings for graal files
     new 841b4b9  Add note about changes for text files in JARs

The 7 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:
 build.xml                                          |  20 +++++++++++++++
 modules/jdbc-pool/build.xml                        |  24 ++++++++++++------
 res/bnd/build-defaults.bnd                         |   4 +--
 res/bnd/jasper-el.jar.tmp.bnd                      |   2 +-
 res/bnd/jasper.jar.tmp.bnd                         |   2 +-
 res/bnd/servlet-api.jar.tmp.bnd                    |   4 +--
 res/bnd/tomcat-embed-core.jar.tmp.bnd              |   4 +--
 res/bnd/tomcat-embed-el.jar.tmp.bnd                |   2 +-
 res/bnd/tomcat-embed-jasper.jar.tmp.bnd            |   2 +-
 res/bnd/tomcat-embed-websocket.jar.tmp.bnd         |   2 +-
 res/bnd/tomcat-websocket.jar.tmp.bnd               |   2 +-
 .../apache/catalina/core/TestStandardWrapper.java  |   4 +--
 .../apache/catalina/loader/TestVirtualContext.java |  28 ++++++++++-----------
 .../WEB-INF/web.xml                                |   0
 .../WEB-INF/web.xml                                |   0
 .../protected.jsp                                  |   0
 .../unprotected.jsp                                |   0
 .../src/main/{webapp => webapp-a}/WEB-INF/A.tld    |   0
 .../WEB-INF/classes/rsrc/resourceA.properties      |   0
 .../main/{webapp => webapp-a}/WEB-INF/lib/rsrc.jar | Bin
 .../src/main/{webapp => webapp-a}/WEB-INF/web.xml  |   0
 .../classpathGetResourceAsStream.jsp               |   0
 .../classpathGetResourceUrlThenGetStream.jsp       |   0
 .../{webapp => webapp-a}/classpathGetResources.jsp |   0
 .../{webapp => webapp-a}/contextGetRealPath.jsp    |   0
 .../{webapp => webapp-a}/contextGetResource.jsp    |   0
 .../contextGetResourcePaths.jsp                    |   0
 .../{webapp => webapp-a}/rsrc/resourceF.properties |   0
 .../src/main/{webapp => webapp-a}/testTlds.jsp     |   0
 .../src/main/{webapp2 => webapp-b}/WEB-INF/D.tld   |   0
 .../WEB-INF/classes/rsrc-2}/resourceK.properties   |   0
 .../WEB-INF/classes/rsrc/resourceG.properties      |   0
 .../rsrc2 => webapp-b/rsrc-2}/resourceJ.properties |   0
 .../rsrc/resourceF.properties                      |   2 +-
 .../rsrc/resourceH.properties                      |   0
 webapps/docs/changelog.xml                         |  21 ++++++++++++++++
 .../WEB-INF/{jsp2 => jsp}/jsp2-example-taglib.tld  |   0
 webapps/examples/WEB-INF/web.xml                   |   2 +-
 webapps/examples/jsp/jsp2/simpletag/book.jsp       |   2 +-
 webapps/examples/jsp/jsp2/simpletag/hello.jsp      |   2 +-
 webapps/examples/jsp/jsp2/simpletag/repeat.jsp     |   2 +-
 41 files changed, 90 insertions(+), 41 deletions(-)
 rename test/{webapp-servletsecurity => 
webapp-servletsecurity-a}/WEB-INF/web.xml (100%)
 rename test/{webapp-servletsecurity2 => 
webapp-servletsecurity-b}/WEB-INF/web.xml (100%)
 rename test/{webapp-servletsecurity2 => 
webapp-servletsecurity-b}/protected.jsp (100%)
 rename test/{webapp-servletsecurity2 => 
webapp-servletsecurity-b}/unprotected.jsp (100%)
 rename test/webapp-virtual-webapp/src/main/{webapp => webapp-a}/WEB-INF/A.tld 
(100%)
 rename test/webapp-virtual-webapp/src/main/{webapp => 
webapp-a}/WEB-INF/classes/rsrc/resourceA.properties (100%)
 rename test/webapp-virtual-webapp/src/main/{webapp => 
webapp-a}/WEB-INF/lib/rsrc.jar (100%)
 rename test/webapp-virtual-webapp/src/main/{webapp => 
webapp-a}/WEB-INF/web.xml (100%)
 rename test/webapp-virtual-webapp/src/main/{webapp => 
webapp-a}/classpathGetResourceAsStream.jsp (100%)
 rename test/webapp-virtual-webapp/src/main/{webapp => 
webapp-a}/classpathGetResourceUrlThenGetStream.jsp (100%)
 rename test/webapp-virtual-webapp/src/main/{webapp => 
webapp-a}/classpathGetResources.jsp (100%)
 rename test/webapp-virtual-webapp/src/main/{webapp => 
webapp-a}/contextGetRealPath.jsp (100%)
 rename test/webapp-virtual-webapp/src/main/{webapp => 
webapp-a}/contextGetResource.jsp (100%)
 rename test/webapp-virtual-webapp/src/main/{webapp => 
webapp-a}/contextGetResourcePaths.jsp (100%)
 rename test/webapp-virtual-webapp/src/main/{webapp => 
webapp-a}/rsrc/resourceF.properties (100%)
 rename test/webapp-virtual-webapp/src/main/{webapp => webapp-a}/testTlds.jsp 
(100%)
 rename test/webapp-virtual-webapp/src/main/{webapp2 => webapp-b}/WEB-INF/D.tld 
(100%)
 rename test/webapp-virtual-webapp/src/main/{webapp2/WEB-INF/classes/rsrc2 => 
webapp-b/WEB-INF/classes/rsrc-2}/resourceK.properties (100%)
 rename test/webapp-virtual-webapp/src/main/{webapp2 => 
webapp-b}/WEB-INF/classes/rsrc/resourceG.properties (100%)
 rename test/webapp-virtual-webapp/src/main/{webapp2/rsrc2 => 
webapp-b/rsrc-2}/resourceJ.properties (100%)
 rename test/webapp-virtual-webapp/src/main/{webapp2 => 
webapp-b}/rsrc/resourceF.properties (92%)
 rename test/webapp-virtual-webapp/src/main/{webapp2 => 
webapp-b}/rsrc/resourceH.properties (100%)
 rename webapps/examples/WEB-INF/{jsp2 => jsp}/jsp2-example-taglib.tld (100%)

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

Reply via email to