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 48c122b85b Remove deprecated code marked for removal in Tomcat 12 or 
earlier
     new a76d0ef519 Improve Javadoc formatting
     new d517c35985 Don't reformat inserted code blocks.
     new cef80e0c57 Code clean-up - formatting. No functional change.
     new cf6f0bb095 Improve Javadoc formatting
     new d75faa7e00 Code clean-up - formatting. No functional change.
     new e27240ee2b Code clean-up - formatting. No functional change.

The 6 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:
 java/org/apache/jasper/Constants.java              |  37 +-
 java/org/apache/jasper/EmbeddedServletOptions.java |  84 ++---
 java/org/apache/jasper/JasperException.java        |  10 +-
 java/org/apache/jasper/JspC.java                   | 419 +++++++++------------
 java/org/apache/jasper/JspCompilationContext.java  | 174 ++++-----
 java/org/apache/jasper/Options.java                | 142 +++----
 java/org/apache/jasper/tagplugins/jstl/Util.java   | 114 +++---
 .../apache/jasper/tagplugins/jstl/core/Catch.java  |  30 +-
 .../jasper/tagplugins/jstl/core/ForEach.java       |  22 +-
 .../jasper/tagplugins/jstl/core/ForTokens.java     |  64 ++--
 .../apache/jasper/tagplugins/jstl/core/Import.java | 292 +++++++-------
 .../apache/jasper/tagplugins/jstl/core/Out.java    |  42 +--
 .../apache/jasper/tagplugins/jstl/core/Param.java  |  42 ++-
 .../jasper/tagplugins/jstl/core/Redirect.java      |  41 +-
 .../apache/jasper/tagplugins/jstl/core/Remove.java |  12 +-
 .../apache/jasper/tagplugins/jstl/core/Set.java    |  93 +++--
 .../apache/jasper/tagplugins/jstl/core/Url.java    |  50 ++-
 .../apache/jasper/tagplugins/jstl/core/When.java   |   2 +-
 .../org/apache/jasper/util/FastRemovalDequeue.java |  99 +++--
 .../apache/jasper/util/UniqueAttributesImpl.java   |  13 +-
 20 files changed, 845 insertions(+), 937 deletions(-)


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

Reply via email to