-
Hi! In my project I try to turn on the schema validaton for a web service, but seems like it does not work.
What do I do wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
ppalaga
Nov 1, 2023
Replies: 1 comment 32 replies
-
Sounds like you use Gradle? |
Beta Was this translation helpful? Give feedback.
32 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the PR that fixes the reproducer: cj19/quarkus-schema-example#1
The main missing bit was
in application.properties
I need to check whether the same solution can also be applied to #557