Skip to content

Feature/general adjustments#62

Merged
jhonatapers merged 2 commits intodevelopfrom
feature/general-adjustments
Aug 25, 2025
Merged

Feature/general adjustments#62
jhonatapers merged 2 commits intodevelopfrom
feature/general-adjustments

Conversation

@jhonatapers
Copy link
Copy Markdown
Member

This pull request makes minor improvements to the security configuration code by adding the @NonNull annotation to method parameters that accept Jwt objects. This clarifies that these parameters should never be null and helps with static analysis and code safety.

Security configuration improvements:

  • Added the @NonNull annotation to the jwt parameter in the convert method of KeycloakAuthoritiesConverter to enforce non-nullability. [1] [2]
  • Added the @NonNull annotation to the jwt parameter in the convert method of KeycloakJwtConverter to enforce non-nullability. [1] [2]

@jhonatapers jhonatapers self-assigned this Aug 25, 2025
@jhonatapers jhonatapers added the enhancement New feature or request label Aug 25, 2025
@jhonatapers jhonatapers merged commit de92b76 into develop Aug 25, 2025
@jhonatapers jhonatapers deleted the feature/general-adjustments branch August 25, 2025 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant