RESTEasy Reactive @Context is empty or not mapping correctly #31147
Labels
area/kotlin
area/rest
env/windows
Impacts Windows machines
kind/bug
Something isn't working
triage/invalid
This doesn't seem right
Describe the bug
I'm trying to receive context using @context AwsProxyRequestContext or @context AwsProxyRequest.
Thanks to 2.16.2 Final release, resteasy reactive no longer produce 404.
However now context data is missing.
This is my app code:
Logs for lambda AWS:
hello1
hello2
Dependencies I use:
Expected behavior
After I changed dependency from
implementation 'io.quarkus:quarkus-resteasy-reactive'
to
implementation 'io.quarkus:quarkus-resteasy'
also using 2.16.2 Final release version, without any changes in code, context data is filled correctly
Logs from lambda AWS:
hello1
hello2
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
Linux 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
openjdk version "11.0.17" 2022-10-18 OpenJDK Runtime Environment (build 11.0.17+8-post-Ubuntu-1ubuntu220.04) OpenJDK 64-Bit Server VM (build 11.0.17+8-post-Ubuntu-1ubuntu220.04, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 7.5.1 ------------------------------------------------------------ Build time: 2022-08-05 21:17:56 UTC Revision: d1daa0cbf1a0103000b71484e1dbfe096e095918 Kotlin: 1.6.21 Groovy: 3.0.10 Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021 JVM: 11.0.18 (Azul Systems, Inc. 11.0.18+10-LTS) OS: Windows 10 10.0 amd64
Additional information
No response
The text was updated successfully, but these errors were encountered: