This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 078071f Remove remaining references to compile.source and
compile.target
new a440261 Reproducible builds: Consistent line endings in text files in
JAR manifests
new a1a8051 Refactor to avoid reproducibility issues due to zip task
ordering
new 25b07bd Reproducible builds: text files in JARs
new 1c10bf3 Reproducibility for tomcat-jdbc when built as part of Tomcat
new dc9317c Add note about changes for text files in JARs
new eb2b81b Silence a dependabot nag (it is a test dependency)
new d53cdd2 Add entry for move to building with Java 11
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 | 17 +++++++++++++
modules/jdbc-pool/build.xml | 24 ++++++++++++------
modules/jdbc-pool/pom.xml | 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 | 27 ++++++++++++++++++++
.../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 +-
33 files changed, 82 insertions(+), 30 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]