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 72e7825f09 Fix license comment indent
     new c18a8e7671 Update to Commons BCEL 6.7.0-RC1
     new e81d705ace Fix comment formatting - remove unintended use of back ticks

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:
 MERGE.txt                                          |   2 +-
 .../catalina/valves/rewrite/RewriteRule.java       |   6 +-
 java/org/apache/tomcat/jni/SSLContext.java         |   2 +-
 java/org/apache/tomcat/util/bcel/Const.java        | 214 ++++++++++++---------
 .../bcel/classfile/AnnotationElementValue.java     |  45 ++---
 .../util/bcel/classfile/AnnotationEntry.java       |  45 +++--
 .../tomcat/util/bcel/classfile/Annotations.java    |  33 ++--
 .../util/bcel/classfile/ArrayElementValue.java     |  44 ++---
 .../util/bcel/classfile/ClassElementValue.java     |  35 ++--
 .../util/bcel/classfile/ClassFormatException.java  |  64 ++++--
 .../tomcat/util/bcel/classfile/ClassParser.java    | 137 +++++++------
 .../tomcat/util/bcel/classfile/Constant.java       | 136 +++++++------
 .../tomcat/util/bcel/classfile/ConstantClass.java  |  28 ++-
 .../tomcat/util/bcel/classfile/ConstantDouble.java |  31 ++-
 .../tomcat/util/bcel/classfile/ConstantFloat.java  |  31 ++-
 .../util/bcel/classfile/ConstantInteger.java       |  31 ++-
 .../tomcat/util/bcel/classfile/ConstantLong.java   |  37 ++--
 .../tomcat/util/bcel/classfile/ConstantPool.java   | 145 +++++++++-----
 .../tomcat/util/bcel/classfile/ConstantUtf8.java   |  58 +++---
 .../tomcat/util/bcel/classfile/ElementValue.java   | 194 ++++++++++++-------
 .../util/bcel/classfile/ElementValuePair.java      |  37 ++--
 .../util/bcel/classfile/EnumElementValue.java      |  38 ++--
 .../tomcat/util/bcel/classfile/JavaClass.java      |  72 ++++---
 .../util/bcel/classfile/SimpleElementValue.java    |  70 +++----
 .../apache/tomcat/util/bcel/classfile/Utility.java |  32 +--
 webapps/docs/changelog.xml                         |   4 +
 26 files changed, 837 insertions(+), 734 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to