Skip to content

Apply jspecify nullify to spring-integration-core aop/annotation packages #10168

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

Merged
merged 2 commits into from
Jun 29, 2025

Conversation

cppwfs
Copy link
Contributor

@cppwfs cppwfs commented Jun 27, 2025

…kages

@cppwfs cppwfs requested a review from artembilan June 27, 2025 20:46

private volatile Map<String, Expression> headerExpressions;
private @Nullable volatile Map<String, Expression> headerExpressions;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove volatile, please.
It does not make sense for setters.
Plus @Nullable has to be next to the type :wink

@artembilan artembilan added this to the 7.0.0-M1 milestone Jun 27, 2025
@artembilan artembilan enabled auto-merge (squash) June 27, 2025 21:52
@artembilan artembilan merged commit 1a4682e into spring-projects:main Jun 29, 2025
3 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants