On 25/10/2020 16:12, Rainer Jung wrote: > Am 30.09.2020 um 19:03 schrieb ma...@apache.org: >> This is an automated email from the ASF dual-hosted git repository. >> >> markt pushed a commit to branch 7.0.x >> in repository https://gitbox.apache.org/repos/asf/tomcat.git >> >> commit c4b1559d6e7f131be804373719fe41c26969df54
<snip/> >> cglib.home=${base.path}/cglib-${cglib.version} >> cglib.jar=${cglib.home}/cglib-nodep-${cglib.version}.jar >> cglib.loc=${base-sf.loc}/cglib/cglib-nodep-${cglib.version}.jar > > It looks to me as if SF doesn't provide cglib 3.3.0. TC 8.5, which also > uses cglib 3.3.0 contains the following delta: > > -cglib.loc=${base-sf.loc}/cglib/cglib-nodep-${cglib.version}.jar > +cglib.loc=${base-maven.loc}/cglib/cglib-nodep/${cglib.version}/cglib-nodep-${cglib.version}.jar Thanks Rainer. Nice catch. I missed that as I already had the JAR locally and I share a libs directory between all Tomcat versions. I'll commit a fix shortly. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org