You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking to fix another issue with meta-annotation see I look at hte code of RateLimitAspect and saw that for checking if a fallbackMethod is setup currently we check if the annotation field is null rateLimitAnnotation.fallbackMethodName() but default value is empty "" we should probably check for notblank or notempty I will create a PR with the change
The text was updated successfully, but these errors were encountered:
amarocco
added a commit
to amarocco/bucket4j-spring-boot-starter
that referenced
this issue
Oct 25, 2024
Looking to fix another issue with meta-annotation see I look at hte code of RateLimitAspect and saw that for checking if a fallbackMethod is setup currently we check if the annotation field is null
rateLimitAnnotation.fallbackMethodName()
but default value is empty "" we should probably check for notblank or notempty I will create a PR with the changeThe text was updated successfully, but these errors were encountered: