Dennis Kieselhorst

Results 93 comments of Dennis Kieselhorst

Yes, the issue still exists. Did you update the maven-archetype-plugin in `aws-serverless-jersey-archetype/pom.xml`, `aws-serverless-spring-archetype/pom.xml` and `aws-serverless-struts-archetype/pom.xml`?

Maybe a fresh clone on EC2? I saw it in the GitHub runner logs and I can reproduce it both on a Mac and on a Windows machine.

Hi, this is potentially a duplicate of #345. Currently we don't support using Jersey and Spring Boot. If you setup your app similar to our Jersey petstore https://github.com/awslabs/aws-serverless-java-container/tree/main/samples/jersey/pet-store, it should...

@bajajyog do you need additional help or can we resolve this issue?

Thanks for raising this. As we are about to integrate the Lambda events lib, I created https://github.com/aws/aws-lambda-java-libs/issues/443.

Hi @Chiranjibeem, can you please fill out the issue template to help us looking into your issue? The property is named explicitly https://github.com/aws/serverless-java-container/blob/main/aws-serverless-java-container-core/src/main/java/com/amazonaws/serverless/proxy/model/AwsProxyResponse.java#L122 so I wonder what makes the serialization...

Can you please try reproducing it using our sample https://github.com/aws/serverless-java-container/tree/main/samples/springboot3/pet-store? We have multiple unittests in place that cover it so I can only imagine it's related to specific configurations inside...

@dmahapatro you may want to take a look as well