On Wed, Oct 2, 2024 at 9:56 AM <ma...@apache.org> wrote: > > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch main > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > The following commit(s) were added to refs/heads/main by this push: > new 52226a73d7 Update ByteBuddy to 1.15.3 > 52226a73d7 is described below > > commit 52226a73d7c3db494ebe148a0c5c571859625700 > Author: Mark Thomas <ma...@apache.org> > AuthorDate: Wed Oct 2 08:55:41 2024 +0100 > > Update ByteBuddy to 1.15.3
I would have thought the Java 24 incompatibility would be fixed by now but it's not. Rémy > --- > build.properties.default | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/build.properties.default b/build.properties.default > index e1896d7533..3874c0445d 100644 > --- a/build.properties.default > +++ b/build.properties.default > @@ -242,10 +242,10 @@ > objenesis.jar=${objenesis.home}/objenesis-${objenesis.version}.jar > > objenesis.loc=${base-maven.loc}/org/objenesis/objenesis/${objenesis.version}/objenesis-${objenesis.version}.jar > > # ----- byte-buddy, used by EasyMock, version 1.12.18 or later ----- > -bytebuddy.version=1.15.0 > +bytebuddy.version=1.15.3 > bytebuddy.checksum.enabled=true > bytebuddy.checksum.algorithm=MD5|SHA-1 > -bytebuddy.checksum.value=e830b0eae8ae0e4b7df4f4ddba23fbe1|a5b1159b91c5334015de0f22ab4b1188cd42bbff > +bytebuddy.checksum.value=3406712dd496bcda0136945c6e77711c|01b3069696cd9ed55d90b9114ffe3429035ff924 > bytebuddy.home=${base.path}/byte-buddy-${bytebuddy.version} > bytebuddy.jar=${bytebuddy.home}/byte-buddy-${bytebuddy.version}.jar > > bytebuddy.loc=${base-maven.loc}/net/bytebuddy/byte-buddy/${bytebuddy.version}/byte-buddy-${bytebuddy.version}.jar > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org