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: aws/serverless-java-container
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: digithead1011/serverless-java-container
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 1, 2025

  1. Update AwsSpringHttpProcessingUtils.java

    Corrected NullPointerException identified in bug 1504
    digithead1011 committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    f8f4d83 View commit details
    Browse the repository at this point in the history
  2. Update AwsSpringHttpProcessingUtils.java

    Now copying single value headers to httpRequest when there are no multi-value headers present in the proxy request
    digithead1011 committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    f5b0710 View commit details
    Browse the repository at this point in the history
  3. Update AwsSpringHttpProcessingUtilsTests.java

    Added unit test for when there are no multivalue headers
    digithead1011 committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    52bbe3e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Update SpringDelegatingLambdaContainerHandlerTests.java

    Added V1 request without multi-value headers present
    digithead1011 committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    f9883d3 View commit details
    Browse the repository at this point in the history
  2. Update AwsSpringHttpProcessingUtils.java

    Tweaked retrieval of ContentType header
    digithead1011 committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    b7caf3c View commit details
    Browse the repository at this point in the history
Loading