quarkus-amazon-lambda-http and POJO serialization #35941
Closed
nicklasweasel
started this conversation in
Community
Replies: 1 comment
-
Apparently it also needs quarkus-resteasy-jackson. Which sounds logical but I thought I saw it in the effective pom... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are you supposed to be able to write endpoints like
@POST @Consumes(MediaType.APPLICATION_JSON) public void add(Foo foo)
with the aforementioned extension? I get a
java.util.ServiceConfigurationError: jakarta.ws.rs.ext.RuntimeDelegate: org.jboss.resteasy.core.providerfactory.ResteasyProviderFactoryImpl not a subtype
from it
Beta Was this translation helpful? Give feedback.
All reactions