Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify generic type nullness #34140

Closed
sdeleuze opened this issue Dec 23, 2024 · 0 comments
Closed

Specify generic type nullness #34140

sdeleuze opened this issue Dec 23, 2024 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@sdeleuze
Copy link
Contributor

sdeleuze commented Dec 23, 2024

As a follow-up of #28797, Spring Framework 7 should specify generic type nullness across its codebase, as well as fixing issues reported when configuring NullAway:JSpecifyMode=true, see https://github.com/uber/NullAway/wiki/JSpecify-Support for more details.

@sdeleuze sdeleuze added the type: enhancement A general enhancement label Dec 23, 2024
@sdeleuze sdeleuze added this to the 7.0.x milestone Dec 23, 2024
@sdeleuze sdeleuze self-assigned this Dec 23, 2024
@sdeleuze sdeleuze modified the milestones: 7.0.x, 7.0.0-M1 Jan 9, 2025
sdeleuze added a commit to sdeleuze/spring-framework that referenced this issue Jan 9, 2025
In order to be able to fix spring-projectsgh-34140 which requires using at least a
Java 22 compiler, this commit intends to change the configuration of the
Gradle toolchain to use Java 23, while setting the Java release to
Java 17 (or other versions when using MRJARs) when relevant in order to
keep the current Java 17 baseline.

See spring-projectsgh-34220
@sdeleuze sdeleuze changed the title Specify generic type null-safety Specify generic type nullness Jan 9, 2025
sdeleuze added a commit to sdeleuze/spring-framework that referenced this issue Jan 9, 2025
In order to be able to fix spring-projectsgh-34140 which requires using at least a
Java 22 compiler, this commit intends to change the configuration of
the Gradle toolchain to use Java 23, while setting the Java release to
Java 17 (or other versions when using MRJARs) when relevant in order to
keep the current Java 17 baseline.

See spring-projectsgh-34220
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant