You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quarkus < 3.7 shows the following build warning if MediaType.APPLICATION_JSON and return value Boolean. The MediaType is wrong but the error message is not very helpful to identify the problem.
Note: The problem is not reproducible in Quarkus >= 3.7.
[WARNING] [io.quarkus.deployment.steps.CombinedIndexBuildStep] Failed to index boolean: Class does not exist in ClassLoader QuarkusClassLoader:Deployment Class Loader: PROD for code-with-quarkus-1.0.0-SNAPSHOT@33ff6a62
Describe the bug
Quarkus < 3.7 shows the following build warning if MediaType.APPLICATION_JSON and return value Boolean. The MediaType is wrong but the error message is not very helpful to identify the problem.
Note: The problem is not reproducible in Quarkus >= 3.7.
How to Reproduce?
reproducer.zip
./mvnw clean install
Output of
java -version
Java 17
Quarkus version or git rev
3.6.9
Build tool (ie. output of
mvnw --version
orgradlew --version
)Maven
The text was updated successfully, but these errors were encountered: