Skip to content

Commit

Permalink
Add note that endpointdisabled does not work native
Browse files Browse the repository at this point in the history
  • Loading branch information
manofthepeace committed Oct 31, 2023
1 parent 3149ece commit 047c5b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/main/asciidoc/resteasy-reactive.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2982,6 +2982,10 @@ public class RuntimeResource {
}
}
----
[IMPORTANT]
====
This feature does not work when using native build.

Check warning on line 2987 in docs/src/main/asciidoc/resteasy-reactive.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'. Raw Output: {"message": "[Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'.", "location": {"path": "docs/src/main/asciidoc/resteasy-reactive.adoc", "range": {"start": {"line": 2987, "column": 23}}}, "severity": "INFO"}
====


== RESTEasy Reactive client

Check warning on line 2991 in docs/src/main/asciidoc/resteasy-reactive.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Headings] Use sentence-style capitalization in 'RESTEasy Reactive client'. Raw Output: {"message": "[Quarkus.Headings] Use sentence-style capitalization in 'RESTEasy Reactive client'.", "location": {"path": "docs/src/main/asciidoc/resteasy-reactive.adoc", "range": {"start": {"line": 2991, "column": 4}}}, "severity": "INFO"}
Expand Down

0 comments on commit 047c5b7

Please sign in to comment.