Skip to content
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

Fix #24 : add missing JSR-305 dependency to resolve annotation processing … #33

Conversation

Aryant-Tripathi
Copy link
Contributor

  • Issue: Compilation was generating warnings related to missing class javax.annotation.meta.When.MAYBE during annotation processing.
  • Cause: The JSR-305 library, which includes the javax.annotation.meta.When enum, was not included in the classpath.
  • Fix: Added the JSR-305 dependency (version 3.0.2) to the project to resolve the missing class file warnings.

This ensures that annotation processing can complete without warnings and that the required JSR-305 classes are available during the build.

Closes ticket number #24 .

…warnings\n \n - Issue: Compilation was generating warnings related to missing class during annotation processing.\n - Cause: The JSR-305 library, which includes the enum, was not included in the classpath.\n - Fix: Added the JSR-305 dependency (version 3.0.2) to the project to resolve the missing class file warnings.\n \n This ensures that annotation processing can complete without warnings and that the required JSR-305 classes are available during the build.\n \n Closes ticket number despensa-app#24.
Copy link
Contributor

deepsource-io bot commented Oct 13, 2024

Here's the code health analysis summary for commits c3de019..6daead9. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Java LogoJava✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@nmarulo nmarulo self-assigned this Oct 14, 2024
@nmarulo nmarulo added the hacktoberfest-accepted PR aceptadas para el hacktoberfest label Oct 14, 2024
@nmarulo
Copy link
Member

nmarulo commented Oct 14, 2024

@Aryant-Tripathi Thanks

@nmarulo nmarulo merged commit aff3724 into despensa-app:master Oct 14, 2024
3 checks passed
@nmarulo nmarulo linked an issue Oct 27, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted PR aceptadas para el hacktoberfest Size: XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning messages when compiling with maven
2 participants