We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
...as it is part of @NonNullApi
@NonNullApi
spring-integration/spring-integration-core/src/main/java/org/springframework/integration/dsl/context/IntegrationFlowContext.java
Lines 66 to 74 in ad01c44
The text was updated successfully, but these errors were encountered:
Confirmed.
Please, consider to contribute such a simple fix: https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.adoc
Thanks
Sorry, something went wrong.
Actually, as it is such a simple fix I was not keen to setup a clone for myself. Nevertheless, here you are.
GH-8750: Add @Nullable to getRegistrationById()
@Nullable
49cd14c
Fixes #8750 * annotate `IntegrationFlowRegistration.getRegistrationById(String flowId)` with `@org.springframework.lang.Nullable` * annotate `StandardIntegrationFlowContext.getRegistrationById(String flowId)` with `@org.springframework.lang.Nullable` **Cherry-pick to `6.1.x` & `6.0.x`**
b456fe6
Fixes #8750 * annotate `IntegrationFlowRegistration.getRegistrationById(String flowId)` with `@org.springframework.lang.Nullable` * annotate `StandardIntegrationFlowContext.getRegistrationById(String flowId)` with `@org.springframework.lang.Nullable` **Cherry-pick to `6.1.x` & `6.0.x`** (cherry picked from commit 49cd14c)
680acfb
Successfully merging a pull request may close this issue.
...as it is part of
@NonNullApi
spring-integration/spring-integration-core/src/main/java/org/springframework/integration/dsl/context/IntegrationFlowContext.java
Lines 66 to 74 in ad01c44
The text was updated successfully, but these errors were encountered: