This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
The following commit(s) were added to refs/heads/main by this push:
new a88d99f Update Gradle test expectations (#386)
a88d99f is described below
commit a88d99f4235ae9fd60fea167a4b8bc71123b280c
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri Dec 12 00:34:11 2025 +0100
Update Gradle test expectations (#386)
Following the changes in apache/logging-log4j2#3984, the Gradle test’s
expected compile classpath no longer includes `jsr305` or
`spotbugs-annotations`.
This PR updates the test assertions accordingly.
---
log4j-samples-gradle-metadata/build.gradle | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/log4j-samples-gradle-metadata/build.gradle
b/log4j-samples-gradle-metadata/build.gradle
index 3b7ec4b..f43c635 100644
--- a/log4j-samples-gradle-metadata/build.gradle
+++ b/log4j-samples-gradle-metadata/build.gradle
@@ -45,13 +45,11 @@ def expectedCompileClasspath = [
"biz.aQute.bnd.annotation",
"error_prone_annotations",
"jspecify",
- "jsr305",
"log4j-api",
"org.osgi.annotation.bundle",
"org.osgi.annotation.versioning",
"org.osgi.resource",
- "org.osgi.service.serviceloader",
- "spotbugs-annotations"
+ "org.osgi.service.serviceloader"
]
tasks.register("assertRuntimeClasspath") {