-
Notifications
You must be signed in to change notification settings - Fork 174
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
Bump to Quarkus 2.13 #183
Comments
I'm getting the following error when executing the test
Adding |
Definitely sounds like a bug. Not sure what could have caused it |
Given changing the content type fixes the issue, maybe the PR that pushed plain text violation errors for plain text? |
That seems very likely given the stactktrace, let me take a closer look. |
quarkusio/quarkus#28462 is the fix |
The NPE could happen when Response was used as a return type and no @produces annotation was present. Fixes: quarkusio/quarkus-workshops#183 (cherry picked from commit 1a15852)
The NPE could happen when Response was used as a return type and no @produces annotation was present. Fixes: quarkusio/quarkus-workshops#183
The NPE could happen when Response was used as a return type and no @produces annotation was present. Fixes: quarkusio/quarkus-workshops#183
The NPE could happen when Response was used as a return type and no @produces annotation was present. Fixes: quarkusio/quarkus-workshops#183
The NPE could happen when Response was used as a return type and no @produces annotation was present. Fixes: quarkusio/quarkus-workshops#183
The NPE could happen when Response was used as a return type and no @produces annotation was present. Fixes: quarkusio/quarkus-workshops#183
No description provided.
The text was updated successfully, but these errors were encountered: