This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch spotbugs-annotations in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
commit f4aaa16d6b34abca0923f90d433c2e9e552e5254 Author: Volkan Yazıcı <[email protected]> AuthorDate: Wed Nov 26 09:12:43 2025 +0100 `spotbugs-annotations` is removed from Log4j (apache/logging-log4j2#3985) --- log4j-samples-gradle-metadata/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/log4j-samples-gradle-metadata/build.gradle b/log4j-samples-gradle-metadata/build.gradle index 3b7ec4b..8e1e0a9 100644 --- a/log4j-samples-gradle-metadata/build.gradle +++ b/log4j-samples-gradle-metadata/build.gradle @@ -50,8 +50,7 @@ def expectedCompileClasspath = [ "org.osgi.annotation.bundle", "org.osgi.annotation.versioning", "org.osgi.resource", - "org.osgi.service.serviceloader", - "spotbugs-annotations" + "org.osgi.service.serviceloader" ] tasks.register("assertRuntimeClasspath") {
