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

remm pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


    from e358d0d  Tab police
     new 55ef30d  Add a code generator for server.xml by taking advantage of 
the digester
     new 93a7a3b  Drop from merge
     new 1d10b19  Do the code generation tooling for context.xml files
     new 0306b6b  Various improvements to code generation
     new 05ba3d4  Fix IDE nags

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:
 .../apache/catalina/startup/AddPortOffsetRule.java |   7 +
 java/org/apache/catalina/startup/Catalina.java     | 264 +++++++++++++++------
 .../catalina/startup/CertificateCreateRule.java    |  11 +-
 .../catalina/startup/ConnectorCreateRule.java      |  32 ++-
 .../org/apache/catalina/startup/ContextConfig.java | 246 +++++++++++++++++--
 .../apache/catalina/startup/ContextRuleSet.java    |   2 +-
 .../startup/CopyParentClassLoaderRule.java         |   6 +
 .../catalina/startup/LifecycleListenerRule.java    |   6 +
 .../catalina/startup/ListenerCreateRule.java       |  12 +-
 .../catalina/startup/LocalStrings.properties       |   3 +-
 .../org/apache/catalina/startup/NamingRuleSet.java |  12 +-
 .../catalina/startup/SetAllPropertiesRule.java     |  53 +----
 .../catalina/startup/SetContextPropertiesRule.java |  43 +---
 .../apache/catalina/startup/SetNextNamingRule.java |  13 +
 java/org/apache/catalina/startup/Tomcat.java       |  39 ++-
 .../org/apache/tomcat/util/IntrospectionUtils.java |  58 ++++-
 .../tomcat/util/descriptor/web/ContextEjb.java     |   1 -
 .../util/descriptor/web/ContextEnvironment.java    |   1 +
 .../tomcat/util/digester/CallMethodRule.java       |  18 ++
 java/org/apache/tomcat/util/digester/Digester.java |  47 ++++
 .../tomcat/util/digester/ObjectCreateRule.java     |  11 +
 .../apache/tomcat/util/digester/SetNextRule.java   |   6 +
 .../tomcat/util/digester/SetPropertiesRule.java    |  45 +++-
 webapps/docs/changelog.xml                         |   4 +
 24 files changed, 743 insertions(+), 197 deletions(-)


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

Reply via email to