This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from a969108 Expand test cases. Remove debug logging. new 9e6f3b7 Add legacyAppBase property with default of "webapps-javaee" new e08dbf4 Integrate Java EE -> Jakarta EE migration with automatic deployment The 2 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.properties.default | 12 +++ build.xml | 23 +++++ conf/catalina.properties | 1 + java/org/apache/catalina/Host.java | 24 +++++ .../apache/catalina/core/LocalStrings.properties | 1 + java/org/apache/catalina/core/StandardHost.java | 65 +++++++++--- .../apache/catalina/core/mbeans-descriptors.xml | 4 + java/org/apache/catalina/startup/HostConfig.java | 109 +++++++++++++++++++++ .../catalina/startup/LocalStrings.properties | 1 + test/org/apache/tomcat/unittest/TesterHost.java | 15 +++ webapps/docs/changelog.xml | 11 ++- 11 files changed, 250 insertions(+), 16 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org