Skip to content

Conversation

anthologia
Copy link
Contributor

Related to: #10083

Related to: spring-projects#10083

* Add null checks and `@Nullable` where appropriate
* Handle optional `ErrorHandler` in `PartitionedDispatcher`
* Use `Objects.requireNonNull()` for reflection method lookups
* Add `Assert.notNull()` for UUID conversion

Signed-off-by: Jooyoung Pyoung <[email protected]>
* Add `@Contract` to `UUIDConverter` methods
* Replace `Objects.requireNonNull` with ternary operator in `ClassUtils`

Signed-off-by: Jooyoung Pyoung <[email protected]>
* Add `@Contract` to `MessagingAnnotationUtils.findMessagePartAnnotation()`, `UUIDConverter.serialize()`
* Remove redundant null checks after `UUIDConverter.getUUID()`

Signed-off-by: Jooyoung Pyoung <[email protected]>
@artembilan
Copy link
Member

Merged as: 1bf5810.

Nothing critical I have polished in the final commit.

Thank you!

@artembilan artembilan closed this Aug 15, 2025
@anthologia anthologia deleted the nullability-core-util branch August 16, 2025 00:45
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