Skip to content

Commit

Permalink
Update resteasy-reactive-migration.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nimo23 authored Mar 4, 2024
1 parent 9b17ee9 commit 0772174
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/main/asciidoc/resteasy-reactive-migration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ Quarkus uses smart defaults when determining the media type of Jakarta REST meth
The difference between `quarkus-resteasy-reactive` and `quarkus-resteasy` is the use of `text/plain` as the default media type instead of `text/html`
when the method returns a `String`.

=== Injection of `@SessionScoped` beans

`@SessionScoped` beans are currently not supported. Should you really need this functionality, you'll need to use RESTEasy Classic instead of RESTEasy Reactive.

=== Servlets

RESTEasy Reactive does **not** support servlets.
Expand Down

0 comments on commit 0772174

Please sign in to comment.