Skip to content

Conversation

@tobixlea
Copy link
Contributor

@tobixlea tobixlea commented Jan 5, 2026

Issue #, if available:

Description of changes:

  • Add aws-serverless-java-container-springboot4 module with Spring Framework 7.x support
  • Add aws-serverless-springboot4-archetype for project generation
  • Add 4 working Spring Boot 4.0 samples:
    • Basic pet-store: compatible and tested with java25 runtime
    • alt-pet-store: compatible and tested with java25 runtime
    • graphql-pet-store: compatible and tested with java25 runtime
    • pet-store-native: compatible and tested with java25 runtime
  • All samples tested and deployed successfully to AWS Lambda
  • Full compatibility with Jakarta EE 11 and Java 21 runtime
  • Update root pom.xml to include new modules"

By submitting this pull request

  • I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • I confirm that I've made a best effort attempt to update all relevant documentation.

<artifactId>jackson-core</artifactId>
<version>3.0.2</version>
</dependency>
<!-- Also include Jackson 2.x for core library compatibility -->
Copy link
Contributor

@bnusunny bnusunny Jan 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we upgrade the core to use Jackson 3.x?

Copy link
Contributor

@bnusunny bnusunny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall. Please check the two comments I left.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants