Dennis Kieselhorst

Results 93 comments of Dennis Kieselhorst

In Apache CXF we have an open issue for many years https://issues.apache.org/jira/browse/CXF-6349 but no concrete time frame yet.

Did you try to add ``` Architectures: - arm64 ``` to sam.native.yaml (see https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-function.html#sam-resource-function-properties for more details)? java17 has been made default in the meantime so this is no longer...

Hi, take a look at https://aws.amazon.com/blogs/compute/re-platforming-java-applications-using-the-updated-aws-serverless-java-container/. > You can configure and use the SpringDelegatingLambdaContainerHandler implementation or [implement your own handler Java class](https://github.com/aws/serverless-java-container/wiki/Quick-start---Spring-Boot3#2-create-the-lambda-handler) that delegates to AWS Serverless Java Container. In...

Yeah it has to be a fully qualified class name including the package. So in your case: `MAIN_CLASS: me.jeusdi.slab.localstack.flux.presentation.frontoffice.FluxApplication`

Can you please increase the log level for Jackson so we get more details?

Hmm there may be multiple reasons, hard for me to reproduce with the information given. Would it possible for you to share a repo with a project that I can...

I've removed the dependency for now since it was incompatible with latest logback version that came with Spring Boot.

Remaining task here is to update the samples to leverage Lambda Powertools.