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 f971941 Remove trailing space new bae8d30 Parse annotations on fields or methods new 32de880 Fix typos and consistent naming new dc98d9d Add HandlesTypes test new e092977 Move to javax The 4 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: .../org/apache/catalina/startup/ContextConfig.java | 2 +- .../tomcat/util/bcel/classfile/ClassParser.java | 43 ++++++++++++++------ .../tomcat/util/bcel/classfile/JavaClass.java | 35 +++++++++++++++- .../apache/tomcat/util/bcel/classfile/Utility.java | 13 ------ .../util/scan/FooSCI.java} | 21 +++++----- .../util/scan/TestClassParser.java} | 46 +++++++++++----------- .../javax.servlet.ServletContainerInitializer | 2 +- webapps/docs/changelog.xml | 4 ++ 8 files changed, 106 insertions(+), 60 deletions(-) copy test/org/apache/{catalina/startup/TesterServletContainerInitializer1.java => tomcat/util/scan/FooSCI.java} (65%) copy test/org/apache/{catalina/webresources/TestJarWarResourceSet.java => tomcat/util/scan/TestClassParser.java} (55%) copy res/META-INF/jasper-el.jar/services/javax.el.ExpressionFactory => test/webapp-sci/WEB-INF/classes/META-INF/services/javax.servlet.ServletContainerInitializer (95%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org