obabichevjb opened a new pull request, #1351:
URL: https://github.com/apache/rocketmq-clients/pull/1351

   ### Which Issue(s) This PR Fixes
   
   Fixes #1350 
   
   ### Brief Description
   
   This PR adds JSpecify `@NullMarked` annotations to all 32 public types in 
the `client-apis` module, enabling Kotlin consumers to receive full nullability 
information instead of unsafe platform types (`String!`, `Map<String?,?>!`, 
etc.).
   
   ### How Did You Test This Change?
   
   - **Maven build**: `mvn clean install` — all tests pass, zero behavioral 
changes
   - **Kotlin interop**: verified with Kotlin 2.4.10 — compiler produces 
`"Unnecessary safe call on a non-null receiver"` warnings on annotated getters, 
confirming annotations are recognized at the Java-Kotlin boundary
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to