-
Notifications
You must be signed in to change notification settings - Fork 89
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
Got UnsupportedOperationException if methods of OASFilter return null #502
Comments
Hi @code-d . Thanks for the issue. So are you trying to remove something from the generated Model ? Or why is the filter returning null ? Can you post a small reproducer ? |
I took a quick look at this one and I think it's because some places in smallrye-open-api/core/src/main/java/io/smallrye/openapi/api/util/FilterUtil.java Lines 78 to 89 in 9045653
|
Thanks @MikeEdgar - that sounds fixable. |
@MikeEdgar - are you looking at this ? |
@phillip-kruger I haven't started anything yet. I might not have time until late this week. |
Got UnsupportedOperationException if methods of custom
org.eclipse.microprofile.openapi.OASFilter
impl returnnull
io.smallrye.openapi.api.util.FilterUtil
class has bugThe text was updated successfully, but these errors were encountered: