Your message dated Thu, 19 Feb 2026 06:04:34 +0000
with message-id <[email protected]>
and subject line Bug#1108558: fixed in byte-buddy 1.18.4-1
has caused the Debian Bug report #1108558,
regarding byte-buddy: FTBFS with default Java 25
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1108558: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108558
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: byte-buddy
Version: 1.14.19-1
Severity: normal
Tags: ftbfs
Usertags: default-java25
Dear Maintainers,
The package byte-buddy ftbfs with default Java 25. Byte Buddy 1.17.5 includes
Java 25 support.
The relevant part of the build log:
---------------
java.lang.IllegalArgumentException: Java 25 (69) is not supported by the
current version of Byte Buddy which officially supports Java 23 (67) - update
Byte Buddy or set net.bytebuddy.experimental as a VM property
at net.bytebuddy.utility.OpenedClassReader.of (OpenedClassReader.java:100)
at net.bytebuddy.pool.TypePool$Default.parse (TypePool.java:879)
at net.bytebuddy.pool.TypePool$Default.doDescribe (TypePool.java:865)
at net.bytebuddy.pool.TypePool$AbstractBase.describe (TypePool.java:598)
at net.bytebuddy.pool.TypePool$AbstractBase$Hierarchical.describe
(TypePool.java:681)
at
net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$TokenizedGenericType.toErasure
(TypePool.java:6938)
at
net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw$RawAnnotatedType.of
(TypePool.java:3781)
at
net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$GenericTypeToken$Resolution$Raw.resolveReturnType
(TypePool.java:3689)
at
net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyMethodDescription.getReturnType
(TypePool.java:7500)
at net.bytebuddy.asm.Advice$Dispatcher$Resolved$AbstractBase.<init>
(Advice.java:8745)
at net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved.<init>
(Advice.java:9039)
at
net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.<init>
(Advice.java:9437)
at
net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter$WithRetainedEnterType.<init>
(Advice.java:9643)
at net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.of
(Advice.java:9483)
at net.bytebuddy.asm.Advice$Dispatcher$Inlining.asMethodEnter
(Advice.java:8976)
at net.bytebuddy.asm.Advice.to (Advice.java:408)
at net.bytebuddy.asm.Advice$WithCustomMapping.to (Advice.java:15443)
at net.bytebuddy.build.CachedReturnPlugin.apply
(CachedReturnPlugin.java:166)
at net.bytebuddy.build.Plugin$Engine$Default$Preprocessor$Resolved.call
(Plugin.java:4879)
at net.bytebuddy.build.Plugin$Engine$Default$Preprocessor$Resolved.call
(Plugin.java:4852)
at
net.bytebuddy.build.Plugin$Engine$Dispatcher$ForSerialTransformation.accept
(Plugin.java:3904)
at net.bytebuddy.build.Plugin$Engine$Default.apply (Plugin.java:4699)
at net.bytebuddy.build.maven.ByteBuddyMojo.transform
(ByteBuddyMojo.java:423)
at net.bytebuddy.build.maven.ByteBuddyMojo$ForLifecycleTypes.apply
(ByteBuddyMojo.java:611)
at net.bytebuddy.build.maven.ByteBuddyMojo.execute (ByteBuddyMojo.java:298)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
(DefaultBuildPluginManager.java:126)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2
(MojoExecutor.java:328)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute
(MojoExecutor.java:316)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:174)
at org.apache.maven.lifecycle.internal.MojoExecutor.access$000
(MojoExecutor.java:75)
at org.apache.maven.lifecycle.internal.MojoExecutor$1.run
(MojoExecutor.java:162)
at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute
(DefaultMojosExecutionStrategy.java:39)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:159)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:105)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:73)
at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
(SingleThreadedBuilder.java:53)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
(LifecycleStarter.java:118)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
at org.debian.maven.Wrapper.main (Wrapper.java:89)
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke
(DirectMethodHandleAccessor.java:104)
at java.lang.reflect.Method.invoke (Method.java:565)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard
(Launcher.java:322)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch
(Launcher.java:235)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
(Launcher.java:407)
at org.codehaus.plexus.classworlds.launcher.Launcher.main
(Launcher.java:348)
---------------
-- System Information:
Debian Release: trixie/sid
APT prefers plucky-updates
APT policy: (500, 'plucky-updates'), (500, 'plucky-security'), (500, 'plucky')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.14.0-22-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- End Message ---
--- Begin Message ---
Source: byte-buddy
Source-Version: 1.18.4-1
Done: tony mancill <[email protected]>
We believe that the bug you reported is fixed in the latest version of
byte-buddy, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
tony mancill <[email protected]> (supplier of updated byte-buddy package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 18 Feb 2026 21:00:36 -0800
Source: byte-buddy
Architecture: source
Version: 1.18.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: tony mancill <[email protected]>
Closes: 1108558
Changes:
byte-buddy (1.18.4-1) unstable; urgency=medium
.
* Team upload
[ Vladimir Petko ]
* New upstream version 1.18.4 (Closes: #1108558):
- d/p/temporary_no_safevararg.patch: Disable SafeVarargsPlugin
to build without the missing plugin.
- d/p/plugin-dependency.patch: Use debian version for the
bootstrap byte-buddy.
- d/p/maven.ignoreRules: Ignore maven publishing plugin.
- d/control: Add libasm-jdk-bridge-java, require updated asm.
.
[ tony mancill ]
* Remove Priority and Rules-Requires-Root from d/control
* Bump Standards-Version to 4.7.3
* Freshen years in debian/copyright
* Update debian/watch to version 5
Checksums-Sha1:
01af8665e89e547d01ab3a484ea9e6400f778bcf 2463 byte-buddy_1.18.4-1.dsc
49167bb98935eac0e197d9cedc8e3a678f569a90 1209344 byte-buddy_1.18.4.orig.tar.xz
ee3a77132477186e798f75c975c2e60498b19941 5260 byte-buddy_1.18.4-1.debian.tar.xz
21e08cc0d8b375886f4ec39f3738e0462a2644c8 15706
byte-buddy_1.18.4-1_amd64.buildinfo
Checksums-Sha256:
82ce3284156ddbf7c072880203f15a7463a68cdd227f858f077e655aa88e7d54 2463
byte-buddy_1.18.4-1.dsc
b3d0de3f2213b7b478a5c019dd3d19ae1fe197f12df6ec63c81e5f2d56ad31df 1209344
byte-buddy_1.18.4.orig.tar.xz
b779ec254db10f740c15994f5232b3559d40d798d5cd071e19bef91137ce0403 5260
byte-buddy_1.18.4-1.debian.tar.xz
95230941ef97b197e3ffdc12fd566b0d07721f3fef6b3d43ab3d48d1ccb7f4e8 15706
byte-buddy_1.18.4-1_amd64.buildinfo
Files:
4929482c2ef864a2dbfd936b5ec94e0d 2463 java optional byte-buddy_1.18.4-1.dsc
f75b17828819dca76b38f990e832eac0 1209344 java optional
byte-buddy_1.18.4.orig.tar.xz
acb2a90577df931395304927efe2eee9 5260 java optional
byte-buddy_1.18.4-1.debian.tar.xz
063614ac9a8b2b58e07383e53869c815 15706 java optional
byte-buddy_1.18.4-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmmWpGYUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpZYxg/+NazlqwWB4s06uXUOG/94Vz7uOVle
ynpstngzECD/d2GP6AJx+dkhWrArSGIXIJplXS+NYYqxcUcVOkbQ7rS+tnX4svtH
5b6pBZId/KG9IGh3GkhN9yRUH6qOafuNedSS2zlM4Drm23oF/wWWd8v3IE6RJVyU
49IQQa0xOooZbE7t6IQa+tVIoYSh3sOfxRhrvJxvTxvTqfBVI7srQZeNQCmj6EMc
0UQMEq4pBPI0nz2wM6nvQUmtkBq5Cx6oX8JkAHloBGOSNFFtuduVjJpiYhUlk4+q
3eFou9i0dMdE+NHkFCgnOVuaaN1bLR26i2OOxCbtReetQBvQ60SDHqg+7EcZQxs5
0YefMIoyVdQdGVpUs7UO8ndDho/tKp74nzA19N44X/ttImUs0Zzu3l4EdSGdCZni
uaitWfj8yQAM6mr2eo/J3XMUKNQsjLgXMmBZ1H03TqPV/4kmP09UxUoxPaUPF/vo
to8yeMOaMEbDB3FhGn2l4O+rCnnCoTVvkTUjlqiPQ7oaqqkf2ROtRy0DrHtftcBr
8HbWqey4RDCBYCBpW4Gw6Z9z86un6WJy4rnLTFeGz2UVJcPaoNHAj77gBnhXqrcS
PgvIuzAXvG/c1oh10BtsETgUYePmvhemZN6RK2cEijFPAAnuwARuP+6d+iMnz4kG
wQshD+oCIGjW0vM=
=AAx9
-----END PGP SIGNATURE-----
pgpPofMkHIpav.pgp
Description: PGP signature
--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.