fix(build): fix Gradle 9.5 cross-project sourceSets access#163
Merged
fdelbrayelle merged 1 commit intomainfrom May 7, 2026
Merged
fix(build): fix Gradle 9.5 cross-project sourceSets access#163fdelbrayelle merged 1 commit intomainfrom
fdelbrayelle merged 1 commit intomainfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
📦 Artifacts
🛡 TrivyVulnerability in:
|
| Vulnerability | Severity | Package | Installed Version | Fixed Version |
|---|---|---|---|---|
| CVE-2025-59250 | HIGH | com.microsoft.sqlserver:mssql-jdbc | 12.10.1 | 10.2.4.jre11, 11.2.4.jre11, 12.2.1.jre11, 12.6.5.jre11, 12.8.2.jre11, 12.10.2.jre11, 13.2.1.jre11 |
| CVE-2026-42579 | HIGH | io.netty:netty-codec-dns | 4.2.12.Final | 4.2.13.Final, 4.1.133.Final |
| CVE-2026-42577 | HIGH | io.netty:netty-transport-native-epoll | 4.2.12.Final | 4.2.13.Final |
| CVE-2025-67030 | HIGH | org.codehaus.plexus:plexus-utils | 3.0.24 | 4.0.3, 3.6.1 |
| CVE-2025-67030 | HIGH | org.codehaus.plexus:plexus-utils | 3.0.24 | 4.0.3, 3.6.1 |
| CVE-2025-67030 | HIGH | org.codehaus.plexus:plexus-utils | 3.0.24 | 4.0.3, 3.6.1 |
| CVE-2025-67030 | HIGH | org.codehaus.plexus:plexus-utils | 3.0.24 | 4.0.3, 3.6.1 |
| CVE-2025-67030 | HIGH | org.codehaus.plexus:plexus-utils | 3.0.24 | 4.0.3, 3.6.1 |
| CVE-2025-67030 | HIGH | org.codehaus.plexus:plexus-utils | 3.0.24 | 4.0.3, 3.6.1 |
| CVE-2026-2332 | HIGH | org.eclipse.jetty:jetty-http | 12.0.31 | 12.1.7, 12.0.33, 11.0.28, 10.0.28, 9.4.60 |
| CVE-2026-2332 | HIGH | org.eclipse.jetty:jetty-http | 12.0.31 | 12.1.7, 12.0.33, 11.0.28, 10.0.28, 9.4.60 |
| CVE-2026-2332 | HIGH | org.eclipse.jetty:jetty-http | 12.0.31 | 12.1.7, 12.0.33, 11.0.28, 10.0.28, 9.4.60 |
| CVE-2026-2332 | HIGH | org.eclipse.jetty:jetty-http | 12.0.31 | 12.1.7, 12.0.33, 11.0.28, 10.0.28, 9.4.60 |
| CVE-2026-2332 | HIGH | org.eclipse.jetty:jetty-http | 12.0.31 | 12.1.7, 12.0.33, 11.0.28, 10.0.28, 9.4.60 |
| CVE-2026-2332 | HIGH | org.eclipse.jetty:jetty-http | 12.0.31 | 12.1.7, 12.0.33, 11.0.28, 10.0.28, 9.4.60 |
| CVE-2026-1605 | HIGH | org.eclipse.jetty:jetty-server | 12.0.31 | 12.1.6, 12.0.32 |
| CVE-2026-1605 | HIGH | org.eclipse.jetty:jetty-server | 12.0.31 | 12.1.6, 12.0.32 |
| CVE-2026-1605 | HIGH | org.eclipse.jetty:jetty-server | 12.0.31 | 12.1.6, 12.0.32 |
| CVE-2026-1605 | HIGH | org.eclipse.jetty:jetty-server | 12.0.31 | 12.1.6, 12.0.32 |
| CVE-2026-1605 | HIGH | org.eclipse.jetty:jetty-server | 12.0.31 | 12.1.6, 12.0.32 |
| CVE-2026-1605 | HIGH | org.eclipse.jetty:jetty-server | 12.0.31 | 12.1.6, 12.0.32 |
🧪 Java Unit Tests
| Tests | Passed ✅ | Skipped | Failed | Time ⏱ | |
|---|---|---|---|---|---|
| Java Tests Report | 46 ran | 38 ✅ | 8 | 0 ❌ | 3m 23s 831ms |
🔁 Unreleased Commits
✅ No unreleased commits found.
Contributor
Tests report quick summary:success ✅ > tests: 46, success: 38, skipped: 8, failed: 0 unfold for details
|
jymaire
approved these changes
May 7, 2026
This was referenced May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.sourceSetson aproject()call inside adependencies {}block — it returnsDefaultProjectDependency, notProjectproject(':plugin-debezium').sourceSets.test.output, which breaks with Gradle 9.5plugin-debeziumtest classes as atestJarartifact under a namedtestOutputconfiguration; all consumers now reference it viaproject(path: ':plugin-debezium', configuration: 'testOutput')Test plan
🤖 Generated with Claude Code