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
new ConfigurationException("Cannot use both RESTEasy Classic and Reactive extensions at the same time")));
to show the usage of ValidationErrorBuildItem on the deployment module, but the sentence of Cannot use both RESTEasy Classic and Reactive extensions at the same time does not match the code of isMissing() invocations, I guess they should be isPresent() for the checkings.
In the
writting-extensions
guide[1], there is an pseudo code snippet:quarkus/docs/src/main/asciidoc/writing-extensions.adoc
Lines 826 to 829 in 3b6f5c3
to show the usage of
ValidationErrorBuildItem
on the deployment module, but the sentence ofCannot use both RESTEasy Classic and Reactive extensions at the same time
does not match the code ofisMissing()
invocations, I guess they should beisPresent()
for the checkings.[1] https://quarkus.io/guides/writing-extensions#validation-error-build-item
The text was updated successfully, but these errors were encountered: