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 5c3695e8dc Remove useless import new 799eea5b1b Code clean-up. Formatting. No functional change. new 8916733c05 Refactor to make use of {@@inheritDoc} better new 9784bafa94 Add method invocation support to OptionalELREsolver The 3 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/jakarta/el/ELResolver.java | 8 +- java/jakarta/el/OptionalELResolver.java | 135 +++++++++++++++-------- java/jakarta/el/RecordELResolver.java | 18 ++- java/jakarta/el/Util.java | 4 +- test/jakarta/el/TestOptionalELResolver.java | 76 ++++++++++++- test/jakarta/el/TestOptionalELResolverInJsp.java | 18 +-- test/jakarta/el/TesterBeanB.java | 4 + test/webapp/el-optional.jsp | 8 ++ webapps/docs/changelog.xml | 11 ++ 9 files changed, 209 insertions(+), 73 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org