This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 2fcf5ef Remove remaining references to compile.source and
compile.target
new b428e93 Reproducible builds: Consistent line endings in text files in
JAR manifests
new 09d7149 Reproducible builds. Use the prefiltered files for consistency
new 16c2bf3 Refactor to avoid reproducibility issues due to zip task
ordering
new a515f3a Reproducible builds: text files in JARs
new 7364411 Reproducibility for tomcat-jdbc when built as part of Tomcat
new 2065a1d Reproducible builds: consistent line endings for graal files
new 6e3d4e0 Add note about changes for text files in JARs
new 518b49b Silence a dependabot nag (it is a test dependency)
The 8 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 ++++++++++++------
modules/jdbc-pool/pom.xml | 2 +-
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 | 17 +++++++++++++
.../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 +-
42 files changed, 87 insertions(+), 42 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: [email protected]
For additional commands, e-mail: [email protected]