Skip to content

Remove nullable type in TestJvmSpec#11336

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit into
masterfrom
bdu/testjvmspec-not-nullable
May 11, 2026
Merged

Remove nullable type in TestJvmSpec#11336
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit into
masterfrom
bdu/testjvmspec-not-nullable

Conversation

@bric3
Copy link
Copy Markdown
Contributor

@bric3 bric3 commented May 11, 2026

What Does This Do

Replace API with non-nullable declaration

Motivation

Gradle 9 changed the Provider API for handling nullable types. The old code used project.providers.provider<JavaLauncher?> { null } which is no longer compatible.

Additional Notes

Sub-PR from #10402, #11272

Gradle 9 prevent the declaration of nullable types in the Provider API.
@bric3 bric3 requested a review from a team as a code owner May 11, 2026 12:39
@bric3 bric3 requested a review from amarziali May 11, 2026 12:39
@bric3 bric3 added tag: no release notes Changes to exclude from release notes comp: tooling Build & Tooling labels May 11, 2026
@bric3 bric3 enabled auto-merge May 11, 2026 12:57
@bric3 bric3 mentioned this pull request May 11, 2026
9 tasks
@bric3 bric3 added this pull request to the merge queue May 11, 2026
@dd-octo-sts
Copy link
Copy Markdown
Contributor

dd-octo-sts Bot commented May 11, 2026

/merge

@gh-worker-devflow-routing-ef8351
Copy link
Copy Markdown

gh-worker-devflow-routing-ef8351 Bot commented May 11, 2026

View all feedbacks in Devflow UI.

2026-05-11 13:34:21 UTC ℹ️ Start processing command /merge


2026-05-11 13:34:26 UTC ℹ️ MergeQueue: pull request added to the queue

The expected merge time in master is approximately 1h (p90).


2026-05-11 14:51:07 UTC ℹ️ MergeQueue: This merge request was merged

@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 11, 2026
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot merged commit ce88169 into master May 11, 2026
577 of 580 checks passed
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot deleted the bdu/testjvmspec-not-nullable branch May 11, 2026 14:51
@github-actions github-actions Bot added this to the 1.63.0 milestone May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: tooling Build & Tooling tag: no release notes Changes to exclude from release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants