-
Notifications
You must be signed in to change notification settings - Fork 264
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
Missing setter for FormRequestMode in compiled/released JAR #797
Labels
Comments
Appended a PR for the fix. Feel free to merge. |
PR is in the wrong repo. Happy to merge if you open it here 😉 |
Should be correct now, used to old bitbucket UI and github confused me with its defaults :D |
whiskeysierra
pushed a commit
that referenced
this issue
Aug 3, 2020
Remove final from formRequestMode property. Fixes #797
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I upgraded the dependency logbook-spring-boot-starter to the latest version (2.1.2). When I wanted to set the formRequestMode via
logbook.filter.form-request-mode
, I was greeted with the following message on startup:I was a little confused since the code contains a @Setter lombok annotation. But checking the decompiled class code shows the following:
Turns out, the setter is actually missing.
Expected Behavior
Actual Behavior
Possible Fix
Remove final from the respective variable.
Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: