From 077217485b39296f567fb3c143a1763f855f01e0 Mon Sep 17 00:00:00 2001 From: nimo23 Date: Mon, 4 Mar 2024 12:28:03 +0100 Subject: [PATCH] Update resteasy-reactive-migration.adoc --- docs/src/main/asciidoc/resteasy-reactive-migration.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/main/asciidoc/resteasy-reactive-migration.adoc b/docs/src/main/asciidoc/resteasy-reactive-migration.adoc index e46aad7d9fd3a..09eb2e0a35aa6 100644 --- a/docs/src/main/asciidoc/resteasy-reactive-migration.adoc +++ b/docs/src/main/asciidoc/resteasy-reactive-migration.adoc @@ -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.