Files
spring-integration/spring-integration-zeromq/src
Jooyoung Pyoung d63dd2637c GH-10083: Migrate ZeroMQ module to Jspecify
Related to: https://github.com/spring-projects/spring-integration/issues/10083

- Replaced `org.springframework.lang.Nullable` with `org.jspecify.annotations.Nullable`

* Complete ZeroMQ module migration to JSpecify

- Migrate `package-info.java` files to use `@NullMarked` annotation
- Add `@SuppressWarnings("NullAway.Init")` for fields initialized in lifecycle methods

* Fix NullAway violations in ZeroMqChannel

- Extract `this.zeroMqProxy` to local variable inside `Mono.defer()` block

Signed-off-by: Jooyoung Pyoung <pyoungjy@gmail.com>
2025-06-10 19:24:48 +00:00
..