This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 11637e7ce3 Fixed: Update Tomcat to 9.0.74 (OFBIZ-12807) 11637e7ce3 is described below commit 11637e7ce3165c5dd8f151d7418b4e6c2fbf2ce8 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Wed Apr 19 14:13:16 2023 +0200 Fixed: Update Tomcat to 9.0.74 (OFBIZ-12807) Correct a regression in the fix for bug 66442 that meant that streams without a response body did not decrement the active stream count when completing, leading to ERR_HTTP2_SERVER_REFUSED_STREAM for some connections. Along with lots of other bug fixes and improvements. Please refer to the change log for the complete list of changes: https://tomcat.apache.org/tomcat-9.0-doc/changelog.html In OFBiz we also missed to update Tomcat in example build.grade --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b47a26e4ed..91dd822533 100644 --- a/build.gradle +++ b/build.gradle @@ -238,8 +238,8 @@ dependencies { implementation 'org.apache.tika:tika-parsers:2.5.0' implementation 'org.apache.tika:tika-parser-pdf-module:2.5.0' implementation 'org.apache.cxf:cxf-rt-frontend-jaxrs:3.5.4' - implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.72' // Remember to change the version number (9 now) in javadoc block if needed. - implementation 'org.apache.tomcat:tomcat-jasper:9.0.72' + implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.74' // Remember to change the version number (9 now) in javadoc block if needed. + implementation 'org.apache.tomcat:tomcat-jasper:9.0.74' implementation 'org.apache.axis2:axis2-kernel:1.8.2' implementation 'batik:batik-svg-dom:1.6-1' implementation 'org.apache.xmlgraphics:fop:2.3' // NOTE: since 2.4 dependencies are messed up. See https://github.com/moqui/moqui-fop/blob/master/build.gradle