We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
With the integration of #1835 and the release of 1..6.12 there is a problem at the following line:
springdoc-openapi/springdoc-openapi-common/src/main/java/org/springdoc/core/MethodParameterPojoExtractor.java
Line 179 in 499e42c
Error: Cannot invoke "java.lang.Class.getName()" because the return value of "java.lang.Class.getSuperclass()" is null
Looks like there should be some guard that catches the situation when paramClass.getSuperclass() is null.
The text was updated successfully, but these errors were encountered:
Sorry. I want to fix it, so could you tell me how to reproduce it?
Sorry, something went wrong.
fixed by #1922
Thx 🙏
Didn't see the other issue 🙈🙉🙊
No branches or pull requests
With the integration of #1835 and the release of 1..6.12 there is a problem at the following line:
springdoc-openapi/springdoc-openapi-common/src/main/java/org/springdoc/core/MethodParameterPojoExtractor.java
Line 179 in 499e42c
Error: Cannot invoke "java.lang.Class.getName()" because the return value of "java.lang.Class.getSuperclass()" is null
Looks like there should be some guard that catches the situation when paramClass.getSuperclass() is null.
The text was updated successfully, but these errors were encountered: