On Mon, Oct 14, 2024 at 2:24 PM <[email protected]> wrote:
>
> This is an automated email from the ASF dual-hosted git repository.
>
> remm 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 e1bde0ce28 Update Byte Buddy to 1.15.4
> e1bde0ce28 is described below
>
> commit e1bde0ce28b7501cf5ecdca7ddaf6b0dcc2e3a14
> Author: remm <[email protected]>
> AuthorDate: Mon Oct 14 14:24:09 2024 +0200
>
> Update Byte Buddy to 1.15.4
Updated to see if this one fixed the Java 24 compat, and it looks like it does.
Rémy
> ---
> build.properties.default | 4 ++--
> webapps/docs/changelog.xml | 3 +++
> 2 files changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/build.properties.default b/build.properties.default
> index b3f2c7365a..89203c04b2 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.3
> +bytebuddy.version=1.15.4
> bytebuddy.checksum.enabled=true
> bytebuddy.checksum.algorithm=MD5|SHA-1
> -bytebuddy.checksum.value=3406712dd496bcda0136945c6e77711c|01b3069696cd9ed55d90b9114ffe3429035ff924
> +bytebuddy.checksum.value=eee284717781f391c48e7c87644480a4|e8bd42992701720649765383ff570f415190b83f
> 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
> diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
> index 41f100d5f2..701e6ca8d3 100644
> --- a/webapps/docs/changelog.xml
> +++ b/webapps/docs/changelog.xml
> @@ -213,6 +213,9 @@
> Update Derby to 10.17.1.0. (markt)
> </update>
> <!-- Entries for backport and removal before 12.0.0-M1 below this line
> -->
> + <update>
> + Update Byte Buddy to 1.15.4. (remm)
> + </update>
> </changelog>
> </subsection>
> </section>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]