Skip to content

Fix annotation package #3716

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

Conversation

ngocnhan-tran1996
Copy link
Contributor

No description provided.

@sobychacko
Copy link
Contributor

@ngocnhan-tran1996 You need to add the package-info.java file to those packages and include the packages there. Ensure that NonNullApi remains the default. Once you do that, we won't need the explicit NonNull annotation in those modified classes, as that is the default.

Signed-off-by: Tran Ngoc Nhan <[email protected]>
@ngocnhan-tran1996 ngocnhan-tran1996 force-pushed the fix-annotation-package branch from 1444c44 to 8bede16 Compare July 2, 2025 17:08
@ngocnhan-tran1996
Copy link
Contributor Author

@sobychacko

I've updated package-info.java.

@sobychacko sobychacko added this to the 1.1.x milestone Jul 2, 2025
@sobychacko sobychacko merged commit 2122c65 into spring-projects:main Jul 2, 2025
2 checks passed
spring-builds pushed a commit that referenced this pull request Jul 2, 2025
Fixes #3716

* Correct NonNull annotation package
* Correct Nullable annotation package
* Replace jetbrains NotNull
* Update copyright headers
* Add package-info

Signed-off-by: Tran Ngoc Nhan <[email protected]>
(cherry picked from commit 2122c65)
@ngocnhan-tran1996 ngocnhan-tran1996 deleted the fix-annotation-package branch July 3, 2025 03:20
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.

3 participants