-
Notifications
You must be signed in to change notification settings - Fork 66
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
Cannot invoke Bucket4JBootProperties.getMethods()" because "bucket4jProperties" is null #297
Comments
Error was unclear, fixed by adding these lines to application.yaml:
|
I coudn't find the root cause but I hope the MR will fix the exception |
@MarcGiffing NullPointerException: Cannot invoke com.giffing.bucket4j.spring.boot.starter.context.properties.Bucket4JBootProperties.getMethods() because bucket4jProperties is null. |
Did you try "bucket4j.enabled=true" option in application properties? |
@MarcGiffing Please find below detail error I m getting as soon as I upgrade it to 0.12.3, I m using it in azure java function. NullPointerException: Cannot invoke "com.giffing.bucket4j.spring.boot.starter.context.properties.Bucket4JBootProperties.getMethods()" because "bucket4jProperties" is null |
I have an error:
The text was updated successfully, but these errors were encountered: