Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: muhamadto/spring-native-aws-lambda
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 21.0
Choose a base ref
...
head repository: muhamadto/spring-native-aws-lambda
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 21.1
Choose a head ref
  • 4 commits
  • 49 files changed
  • 2 contributors

Commits on Jan 10, 2024

  1. Created infrastructure for java21 (#53)

    * Initial Java 21 changes
    
    * Updating workflows
    
    * Fixing tests. Commenting out right now "allowAllOutbound" as this should be configured in the provided securityGroups
    
    * Created infrastructure for java21
    
    * Run CDK in java 21 with image `ghcr.io/muhamadto/spring-native-amazonlinux2-builder:21-amazonlinux2`
    * Replaced `com.coffeebeans.springnativeawslambda.infra.lambda.CustomRuntime2Function` with `com.coffeebeans.springnativeawslambda.infra.lambda.CustomRuntime2023FunctionJava21` and updated tests.
    * `docker-compose.yml` now adopting `apigateway` functions from `ghcr.io/muhamadto/spring-native-amazonlinux2-builder:21-amazonlinux2-awscliv2`. However, the lambda is not loading and need some more work.
    * Reinstated `native:compile` in `prepare-package` phase. This is to ensure the `spring-native-aws-lambda-function-native-zip.zip` include would include the `spring-native-aws-lambda-function` native executable.
    
    Signed-off-by: matto <muhamadto@gmail.com>
    
    * Updated README.md
    
    Signed-off-by: matto <muhamadto@gmail.com>
    
    * Fixed apigateway to lambda integration
    
    Signed-off-by: matto <muhamadto@gmail.com>
    
    ---------
    
    Signed-off-by: matto <muhamadto@gmail.com>
    Co-authored-by: Andres <andresoviedo00@gmail.com>
    muhamadto and andrew2184 authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    3f77949 View commit details
    Browse the repository at this point in the history
  2. Added Andres as a code owner (#55)

    Signed-off-by: Muhammad Hamadto <muhamadto@gmail.com>
    muhamadto authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    800b3b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Updated mvnw license (#56)

    Signed-off-by: Muhammad Hamadto <muhamadto@gmail.com>
    muhamadto authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e0631fa View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Renaming some modules

    muhamadto committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f06b583 View commit details
    Browse the repository at this point in the history
Loading