-
-
Notifications
You must be signed in to change notification settings - Fork 528
NPEs when using @ParameterGroup with custom Pageable and adding descriptions to fields #1333
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
Comments
@arjun-chhabra, Not reproducible. |
This comment has been minimized.
This comment has been minimized.
Here is a self contained reproducer project. If you stand up the server with If you replace Thank you again for your attention into this matter and my apologies if I am simply misconfiguring something. |
@arjun-chhabra, This will be fixed with the next release. |
Thank you for the quick turnaround on this @bnasslahsen! Much appreciated! |
…riptions to fields. Fixes springdoc#1333
Describe the bug
To Reproduce
Steps to reproduce the behavior:
in Controller.kt...
in ExampleClass.kt...
in ExampleClass2.kt...
The above will fail with 500. If you replace ExampleClass with ExampleClass2 in Controller.kt, the docs will generate and include the description.
The text was updated successfully, but these errors were encountered: