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

@bric3bric3 commented May 11, 2026

Copy link
Copy Markdown
Contributor

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 ownerMay 11, 2026 12:39
@bric3
bric3 requested a review from amarzialiMay 11, 2026 12:39
@bric3bric3 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
@bric3bric3 mentioned this pull request May 11, 2026
19 tasks
@bric3
bric3 added this pull request to the merge queueMay 11, 2026
@dd-octo-sts

Copy link
Copy Markdown
Contributor

/merge

@gh-worker-devflow-routing-ef8351

gh-worker-devflow-routing-ef8351Bot commented May 11, 2026

Copy link
Copy Markdown

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-queueBot 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-cf854dBot merged commit ce88169 into masterMay 11, 2026
577 of 580 checks passed
@gh-worker-dd-mergequeue-cf854d
gh-worker-dd-mergequeue-cf854dBot deleted the bdu/testjvmspec-not-nullable branch May 11, 2026 14:51
@github-actionsgithub-actionsBot added this to the 1.63.0 milestone May 11, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: toolingBuild & Toolingtag: no release notesChanges to exclude from release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@bric3@AlexeyKuznetsov-DD